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=158
{ "count": 3141, "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=159", "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=157", "results": [ { "matrix_id": "MA1174.1", "name": "MYB56", "collection": "CORE", "base_id": "MA1174", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1174.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1174.1/" }, { "matrix_id": "MA1293.1", "name": "MYB57", "collection": "CORE", "base_id": "MA1293", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1293.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1293.1/" }, { "matrix_id": "UN0367.1", "name": "MYB58", "collection": "UNVALIDATED", "base_id": "UN0367", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0367.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0367.1/" }, { "matrix_id": "MA1042.1", "name": "MYB59", "collection": "CORE", "base_id": "MA1042", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1042.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1042.1/" }, { "matrix_id": "MA1294.1", "name": "MYB62", "collection": "CORE", "base_id": "MA1294", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1294.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1294.1/" }, { "matrix_id": "MA1177.1", "name": "MYB65", "collection": "CORE", "base_id": "MA1177", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1177.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1177.1/" }, { "matrix_id": "MA1393.1", "name": "MYB70", "collection": "CORE", "base_id": "MA1393", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1393.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1393.1/" }, { "matrix_id": "MA1393.2", "name": "MYB70", "collection": "CORE", "base_id": "MA1393", "version": "2", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1393.2.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1393.2/" }, { "matrix_id": "MA1394.1", "name": "MYB73", "collection": "CORE", "base_id": "MA1394", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1394.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1394.1/" }, { "matrix_id": "MA1394.2", "name": "MYB73", "collection": "CORE", "base_id": "MA1394", "version": "2", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1394.2.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1394.2/" } ] }