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=213
{ "count": 3141, "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=214", "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=212", "results": [ { "matrix_id": "MA0002.1", "name": "RUNX1", "collection": "CORE", "base_id": "MA0002", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0002.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0002.1/" }, { "matrix_id": "MA0002.2", "name": "RUNX1", "collection": "CORE", "base_id": "MA0002", "version": "2", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0002.2.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0002.2/" }, { "matrix_id": "MA0511.1", "name": "RUNX2", "collection": "CORE", "base_id": "MA0511", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0511.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0511.1/" }, { "matrix_id": "MA0511.2", "name": "RUNX2", "collection": "CORE", "base_id": "MA0511", "version": "2", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0511.2.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0511.2/" }, { "matrix_id": "MA0684.1", "name": "RUNX3", "collection": "CORE", "base_id": "MA0684", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0684.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0684.1/" }, { "matrix_id": "MA0684.2", "name": "RUNX3", "collection": "CORE", "base_id": "MA0684", "version": "2", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0684.2.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0684.2/" }, { "matrix_id": "MA1184.1", "name": "RVE1", "collection": "CORE", "base_id": "MA1184", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1184.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1184.1/" }, { "matrix_id": "MA1190.1", "name": "RVE5", "collection": "CORE", "base_id": "MA1190", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1190.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1190.1/" }, { "matrix_id": "MA1183.1", "name": "RVE6", "collection": "CORE", "base_id": "MA1183", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1183.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1183.1/" }, { "matrix_id": "MA1680.1", "name": "RVE7", "collection": "CORE", "base_id": "MA1680", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1680.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1680.1/" } ] }