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=186
{ "count": 2981, "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=187", "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=185", "results": [ { "matrix_id": "MA0508.1", "name": "PRDM1", "collection": "CORE", "base_id": "MA0508", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0508.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0508.1/" }, { "matrix_id": "MA0508.2", "name": "PRDM1", "collection": "CORE", "base_id": "MA0508", "version": "2", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0508.2.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0508.2/" }, { "matrix_id": "MA0508.3", "name": "PRDM1", "collection": "CORE", "base_id": "MA0508", "version": "3", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0508.3.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0508.3/" }, { "matrix_id": "MA1647.1", "name": "PRDM4", "collection": "CORE", "base_id": "MA1647", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1647.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1647.1/" }, { "matrix_id": "MA1723.1", "name": "PRDM9", "collection": "CORE", "base_id": "MA1723", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1723.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1723.1/" }, { "matrix_id": "MA0715.1", "name": "PROP1", "collection": "CORE", "base_id": "MA0715", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0715.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0715.1/" }, { "matrix_id": "MA0794.1", "name": "PROX1", "collection": "CORE", "base_id": "MA0794", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0794.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0794.1/" }, { "matrix_id": "MA0716.1", "name": "PRRX1", "collection": "CORE", "base_id": "MA0716", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0716.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0716.1/" }, { "matrix_id": "MA0075.3", "name": "PRRX2", "collection": "CORE", "base_id": "MA0075", "version": "3", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0075.3.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0075.3/" }, { "matrix_id": "MA0358.1", "name": "PUT3", "collection": "CORE", "base_id": "MA0358", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0358.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0358.1/" } ] }