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=142
{ "count": 2981, "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=143", "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=141", "results": [ { "matrix_id": "MA1775.1", "name": "MYB61", "collection": "CORE", "base_id": "MA1775", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1775.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1775.1/" }, { "matrix_id": "MA1294.1", "name": "MYB62", "collection": "CORE", "base_id": "MA1294", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1294.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1294.1/" }, { "matrix_id": "MA2024.1", "name": "MYB63", "collection": "CORE", "base_id": "MA2024", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA2024.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA2024.1/" }, { "matrix_id": "MA1177.1", "name": "MYB65", "collection": "CORE", "base_id": "MA1177", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1177.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1177.1/" }, { "matrix_id": "MA1776.1", "name": "MYB67", "collection": "CORE", "base_id": "MA1776", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1776.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1776.1/" }, { "matrix_id": "MA1393.1", "name": "MYB70", "collection": "CORE", "base_id": "MA1393", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1393.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1393.1/" }, { "matrix_id": "MA1393.2", "name": "MYB70", "collection": "CORE", "base_id": "MA1393", "version": "2", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1393.2.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1393.2/" }, { "matrix_id": "MA1394.1", "name": "MYB73", "collection": "CORE", "base_id": "MA1394", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1394.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1394.1/" }, { "matrix_id": "MA1394.2", "name": "MYB73", "collection": "CORE", "base_id": "MA1394", "version": "2", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1394.2.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1394.2/" }, { "matrix_id": "MA1777.1", "name": "MYB74", "collection": "CORE", "base_id": "MA1777", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1777.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1777.1/" } ] }