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=70
{ "count": 2404, "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=71", "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=69", "results": [ { "matrix_id": "MA0737.1", "name": "GLIS3", "collection": "CORE", "base_id": "MA0737", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0737.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0737.1/" }, { "matrix_id": "MA0307.1", "name": "GLN3", "collection": "CORE", "base_id": "MA0307", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0307.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0307.1/" }, { "matrix_id": "MA0862.1", "name": "GMEB2", "collection": "CORE", "base_id": "MA0862", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0862.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0862.1/" }, { "matrix_id": "MA0647.1", "name": "GRHL1", "collection": "CORE", "base_id": "MA0647", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0647.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0647.1/" }, { "matrix_id": "MA1105.1", "name": "GRHL2", "collection": "CORE", "base_id": "MA1105", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1105.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1105.1/" }, { "matrix_id": "MA0648.1", "name": "GSC", "collection": "CORE", "base_id": "MA0648", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0648.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0648.1/" }, { "matrix_id": "MA0891.1", "name": "GSC2", "collection": "CORE", "base_id": "MA0891", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0891.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0891.1/" }, { "matrix_id": "MA0308.1", "name": "GSM1", "collection": "CORE", "base_id": "MA0308", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0308.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0308.1/" }, { "matrix_id": "MA0892.1", "name": "GSX1", "collection": "CORE", "base_id": "MA0892", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0892.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0892.1/" }, { "matrix_id": "MA0893.1", "name": "GSX2", "collection": "CORE", "base_id": "MA0893", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0893.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0893.1/" } ] }