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=189
{ "count": 2981, "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=190", "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=188", "results": [ { "matrix_id": "MA1998.1", "name": "Prdm14", "collection": "CORE", "base_id": "MA1998", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1998.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1998.1/" }, { "matrix_id": "MA1616.1", "name": "Prdm15", "collection": "CORE", "base_id": "MA1616", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1616.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1616.1/" }, { "matrix_id": "MA1647.2", "name": "Prdm4", "collection": "CORE", "base_id": "MA1647", "version": "2", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1647.2.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1647.2/" }, { "matrix_id": "MA1999.1", "name": "Prdm5", "collection": "CORE", "base_id": "MA1999", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1999.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1999.1/" }, { "matrix_id": "MA1909.1", "name": "Prop", "collection": "CORE", "base_id": "MA1909", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1909.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1909.1/" }, { "matrix_id": "UN0467.1", "name": "Prox-a", "collection": "UNVALIDATED", "base_id": "UN0467", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0467.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0467.1/" }, { "matrix_id": "MA0075.1", "name": "Prrx2", "collection": "CORE", "base_id": "MA0075", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0075.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0075.1/" }, { "matrix_id": "MA0075.2", "name": "Prrx2", "collection": "CORE", "base_id": "MA0075", "version": "2", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0075.2.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0075.2/" }, { "matrix_id": "MA1619.1", "name": "Ptf1A", "collection": "CORE", "base_id": "MA1619", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1619.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1619.1/" }, { "matrix_id": "MA1620.1", "name": "Ptf1A", "collection": "CORE", "base_id": "MA1620", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1620.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1620.1/" } ] }