Matrix List
This API provides an easy-to-use REST web interface to query/retrieve matrix
profile data from the latest version of the JASPAR database. The API comes
with a human browsable interface and also a programmatic interface which
return the results in eight different formats, including
json,
jsonp, jaspar, meme,
transfac, pfm, yaml and
bed.
GET /api/v1/matrix?format=api&page=182
{ "count": 3141, "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=183", "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=181", "results": [ { "matrix_id": "MA0756.1", "name": "ONECUT2", "collection": "CORE", "base_id": "MA0756", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0756.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0756.1/" }, { "matrix_id": "MA0757.1", "name": "ONECUT3", "collection": "CORE", "base_id": "MA0757", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0757.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0757.1/" }, { "matrix_id": "MA0349.1", "name": "OPI1", "collection": "CORE", "base_id": "MA0349", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0349.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0349.1/" }, { "matrix_id": "MA1542.1", "name": "OSR1", "collection": "CORE", "base_id": "MA1542", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1542.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1542.1/" }, { "matrix_id": "MA1646.1", "name": "OSR2", "collection": "CORE", "base_id": "MA1646", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1646.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1646.1/" }, { "matrix_id": "MA0711.1", "name": "OTX1", "collection": "CORE", "base_id": "MA0711", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0711.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0711.1/" }, { "matrix_id": "MA0712.1", "name": "OTX2", "collection": "CORE", "base_id": "MA0712", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0712.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0712.1/" }, { "matrix_id": "MA0712.2", "name": "OTX2", "collection": "CORE", "base_id": "MA0712", "version": "2", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0712.2.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0712.2/" }, { "matrix_id": "MA1544.1", "name": "OVOL1", "collection": "CORE", "base_id": "MA1544", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1544.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1544.1/" }, { "matrix_id": "MA1545.1", "name": "OVOL2", "collection": "CORE", "base_id": "MA1545", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1545.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1545.1/" } ] }