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=42
{ "count": 2981, "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=43", "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=41", "results": [ { "matrix_id": "MA0879.2", "name": "DLX1", "collection": "CORE", "base_id": "MA0879", "version": "2", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0879.2.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0879.2/" }, { "matrix_id": "MA1476.1", "name": "DLX5", "collection": "CORE", "base_id": "MA1476", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1476.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1476.1/" }, { "matrix_id": "MA0882.1", "name": "DLX6", "collection": "CORE", "base_id": "MA0882", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0882.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0882.1/" }, { "matrix_id": "MA0610.1", "name": "DMRT3", "collection": "CORE", "base_id": "MA0610", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0610.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0610.1/" }, { "matrix_id": "MA1707.1", "name": "DMRTA1", "collection": "CORE", "base_id": "MA1707", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1707.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1707.1/" }, { "matrix_id": "MA1478.1", "name": "DMRTA2", "collection": "CORE", "base_id": "MA1478", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1478.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1478.1/" }, { "matrix_id": "MA1479.1", "name": "DMRTC2", "collection": "CORE", "base_id": "MA1479", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1479.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1479.1/" }, { "matrix_id": "MA1279.1", "name": "DOF1.5", "collection": "CORE", "base_id": "MA1279", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1279.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1279.1/" }, { "matrix_id": "MA1275.1", "name": "DOF1.6", "collection": "CORE", "base_id": "MA1275", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1275.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1275.1/" }, { "matrix_id": "MA1277.1", "name": "DOF1.7", "collection": "CORE", "base_id": "MA1277", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1277.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1277.1/" } ] }