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=33
{ "count": 2404, "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=34", "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=32", "results": [ { "matrix_id": "MA0969.1", "name": "CMTA2", "collection": "CORE", "base_id": "MA0969", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0969.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0969.1/" }, { "matrix_id": "MA0970.1", "name": "CMTA3", "collection": "CORE", "base_id": "MA0970", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0970.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0970.1/" }, { "matrix_id": "MA1279.1", "name": "COG1", "collection": "CORE", "base_id": "MA1279", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1279.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1279.1/" }, { "matrix_id": "MA0018.1", "name": "CREB1", "collection": "CORE", "base_id": "MA0018", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0018.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0018.1/" }, { "matrix_id": "MA0018.2", "name": "CREB1", "collection": "CORE", "base_id": "MA0018", "version": "2", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0018.2.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0018.2/" }, { "matrix_id": "MA0018.3", "name": "CREB1", "collection": "CORE", "base_id": "MA0018", "version": "3", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0018.3.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0018.3/" }, { "matrix_id": "MA0638.1", "name": "CREB3", "collection": "CORE", "base_id": "MA0638", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0638.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0638.1/" }, { "matrix_id": "MA0839.1", "name": "CREB3L1", "collection": "CORE", "base_id": "MA0839", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0839.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0839.1/" }, { "matrix_id": "MA0975.1", "name": "CRF2", "collection": "CORE", "base_id": "MA0975", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0975.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0975.1/" }, { "matrix_id": "MA0976.1", "name": "CRF4", "collection": "CORE", "base_id": "MA0976", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0976.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0976.1/" } ] }