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=200
{ "count": 2981, "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=201", "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=199", "results": [ { "matrix_id": "MA0509.1", "name": "Rfx1", "collection": "CORE", "base_id": "MA0509", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0509.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0509.1/" }, { "matrix_id": "MA1724.1", "name": "Rfx6", "collection": "CORE", "base_id": "MA1724", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1724.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1724.1/" }, { "matrix_id": "MA0629.1", "name": "Rhox11", "collection": "CORE", "base_id": "MA0629", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0629.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0629.1/" }, { "matrix_id": "MA0002.2", "name": "Runx1", "collection": "CORE", "base_id": "MA0002", "version": "2", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0002.2.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0002.2/" }, { "matrix_id": "MA0202.1", "name": "Rx", "collection": "CORE", "base_id": "MA0202", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0202.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0202.1/" }, { "matrix_id": "MA0512.1", "name": "Rxra", "collection": "CORE", "base_id": "MA0512", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0512.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0512.1/" }, { "matrix_id": "MA0512.2", "name": "Rxra", "collection": "CORE", "base_id": "MA0512", "version": "2", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0512.2.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0512.2/" }, { "matrix_id": "UN0379.1", "name": "S1FA3", "collection": "UNVALIDATED", "base_id": "UN0379", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0379.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0379.1/" }, { "matrix_id": "MA1963.1", "name": "SATB1", "collection": "CORE", "base_id": "MA1963", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1963.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1963.1/" }, { "matrix_id": "UN0101.1", "name": "SCHCODRAFT_110010", "collection": "UNVALIDATED", "base_id": "UN0101", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0101.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0101.1/" } ] }