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=176
{ "count": 2981, "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=177", "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=175", "results": [ { "matrix_id": "MA1010.1", "name": "PHYPADRAFT_64121", "collection": "CORE", "base_id": "MA1010", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1010.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1010.1/" }, { "matrix_id": "MA1011.1", "name": "PHYPADRAFT_72483", "collection": "CORE", "base_id": "MA1011", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1011.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1011.1/" }, { "matrix_id": "MA0559.1", "name": "PI", "collection": "CORE", "base_id": "MA0559", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0559.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0559.1/" }, { "matrix_id": "MA0552.1", "name": "PIF1", "collection": "CORE", "base_id": "MA0552", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0552.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0552.1/" }, { "matrix_id": "MA0560.1", "name": "PIF3", "collection": "CORE", "base_id": "MA0560", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0560.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0560.1/" }, { "matrix_id": "MA0561.1", "name": "PIF4", "collection": "CORE", "base_id": "MA0561", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0561.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0561.1/" }, { "matrix_id": "MA0562.1", "name": "PIF5", "collection": "CORE", "base_id": "MA0562", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0562.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0562.1/" }, { "matrix_id": "MA0682.2", "name": "PITX1", "collection": "CORE", "base_id": "MA0682", "version": "2", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0682.2.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0682.2/" }, { "matrix_id": "UN0575.1", "name": "PITX1::HES7", "collection": "UNVALIDATED", "base_id": "UN0575", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0575.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0575.1/" }, { "matrix_id": "UN0576.1", "name": "PITX1::TBX21", "collection": "UNVALIDATED", "base_id": "UN0576", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0576.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0576.1/" } ] }