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=173
{ "count": 2981, "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=174", "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=172", "results": [ { "matrix_id": "MA1114.1", "name": "PBX3", "collection": "CORE", "base_id": "MA1114", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1114.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1114.1/" }, { "matrix_id": "MA0352.1", "name": "PDR1", "collection": "CORE", "base_id": "MA0352", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0352.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0352.1/" }, { "matrix_id": "MA0352.2", "name": "PDR1", "collection": "CORE", "base_id": "MA0352", "version": "2", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0352.2.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0352.2/" }, { "matrix_id": "MA0353.1", "name": "PDR3", "collection": "CORE", "base_id": "MA0353", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0353.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0353.1/" }, { "matrix_id": "MA0354.1", "name": "PDR8", "collection": "CORE", "base_id": "MA0354", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0354.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0354.1/" }, { "matrix_id": "MA0132.2", "name": "PDX1", "collection": "CORE", "base_id": "MA0132", "version": "2", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0132.2.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0132.2/" }, { "matrix_id": "MA0127.1", "name": "PEND", "collection": "CORE", "base_id": "MA0127", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0127.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0127.1/" }, { "matrix_id": "UN0100.1", "name": "PGTG_04827", "collection": "UNVALIDATED", "base_id": "UN0100", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0100.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0100.1/" }, { "matrix_id": "MA0355.1", "name": "PHD1", "collection": "CORE", "base_id": "MA0355", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0355.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0355.1/" }, { "matrix_id": "MA0457.1", "name": "PHDP", "collection": "CORE", "base_id": "MA0457", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0457.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0457.1/" } ] }