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=201
{ "count": 3141, "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=202", "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=200", "results": [ { "matrix_id": "PH0081.1", "name": "Pdx1", "collection": "PBM_HOMEO", "base_id": "PH0081", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0081.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0081.1/" }, { "matrix_id": "PH0135.1", "name": "Phox2a", "collection": "PBM_HOMEO", "base_id": "PH0135", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0135.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0135.1/" }, { "matrix_id": "PH0136.1", "name": "Phox2b", "collection": "PBM_HOMEO", "base_id": "PH0136", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0136.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0136.1/" }, { "matrix_id": "MA0681.1", "name": "Phox2b", "collection": "CORE", "base_id": "MA0681", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0681.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0681.1/" }, { "matrix_id": "UN0303.1", "name": "Phyra42912", "collection": "UNVALIDATED", "base_id": "UN0303", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0303.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0303.1/" }, { "matrix_id": "UN0304.1", "name": "Phyra84400", "collection": "UNVALIDATED", "base_id": "UN0304", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0304.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0304.1/" }, { "matrix_id": "PH0137.1", "name": "Pitx1", "collection": "PBM_HOMEO", "base_id": "PH0137", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0137.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0137.1/" }, { "matrix_id": "MA0682.1", "name": "Pitx1", "collection": "CORE", "base_id": "MA0682", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0682.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0682.1/" }, { "matrix_id": "PH0138.1", "name": "Pitx2", "collection": "PBM_HOMEO", "base_id": "PH0138", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0138.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0138.1/" }, { "matrix_id": "PH0139.1", "name": "Pitx3", "collection": "PBM_HOMEO", "base_id": "PH0139", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/PH0139.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/PH0139.1/" } ] }