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=196
{ "count": 2981, "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=197", "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=195", "results": [ { "matrix_id": "MA1814.1", "name": "RIN", "collection": "CORE", "base_id": "MA1814", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1814.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1814.1/" }, { "matrix_id": "UN0409.1", "name": "RKD2", "collection": "UNVALIDATED", "base_id": "UN0409", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0409.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0409.1/" }, { "matrix_id": "MA0369.1", "name": "RLM1", "collection": "CORE", "base_id": "MA0369", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0369.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0369.1/" }, { "matrix_id": "MA0370.1", "name": "RME1", "collection": "CORE", "base_id": "MA0370", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0370.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0370.1/" }, { "matrix_id": "UN0274.1", "name": "RO3G_06280", "collection": "UNVALIDATED", "base_id": "UN0274", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/UN0274.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/UN0274.1/" }, { "matrix_id": "MA0071.1", "name": "RORA", "collection": "CORE", "base_id": "MA0071", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0071.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0071.1/" }, { "matrix_id": "MA0072.1", "name": "RORA", "collection": "CORE", "base_id": "MA0072", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0072.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0072.1/" }, { "matrix_id": "MA1150.1", "name": "RORB", "collection": "CORE", "base_id": "MA1150", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1150.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1150.1/" }, { "matrix_id": "MA1151.1", "name": "RORC", "collection": "CORE", "base_id": "MA1151", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA1151.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA1151.1/" }, { "matrix_id": "MA0371.1", "name": "ROX1", "collection": "CORE", "base_id": "MA0371", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0371.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0371.1/" } ] }