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=197
{ "count": 2981, "next": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=198", "previous": "https://jaspar2022.genereg.net/api/v1/matrix?format=api&page=196", "results": [ { "matrix_id": "MA0372.1", "name": "RPH1", "collection": "CORE", "base_id": "MA0372", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0372.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0372.1/" }, { "matrix_id": "MA0373.1", "name": "RPN4", "collection": "CORE", "base_id": "MA0373", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0373.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0373.1/" }, { "matrix_id": "MA0073.1", "name": "RREB1", "collection": "CORE", "base_id": "MA0073", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0073.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0073.1/" }, { "matrix_id": "MA0374.1", "name": "RSC3", "collection": "CORE", "base_id": "MA0374", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0374.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0374.1/" }, { "matrix_id": "MA0375.1", "name": "RSC30", "collection": "CORE", "base_id": "MA0375", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0375.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0375.1/" }, { "matrix_id": "MA0376.1", "name": "RTG3", "collection": "CORE", "base_id": "MA0376", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0376.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0376.1/" }, { "matrix_id": "MA0002.1", "name": "RUNX1", "collection": "CORE", "base_id": "MA0002", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0002.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0002.1/" }, { "matrix_id": "MA0511.1", "name": "RUNX2", "collection": "CORE", "base_id": "MA0511", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0511.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0511.1/" }, { "matrix_id": "MA0511.2", "name": "RUNX2", "collection": "CORE", "base_id": "MA0511", "version": "2", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0511.2.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0511.2/" }, { "matrix_id": "MA0684.1", "name": "RUNX3", "collection": "CORE", "base_id": "MA0684", "version": "1", "sequence_logo": "https://jaspar2022.genereg.net/static/logos/svg/MA0684.1.svg", "url": "https://jaspar2022.genereg.net/api/v1/matrix/MA0684.1/" } ] }