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=4
{ "count": 2404, "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=5", "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=3", "results": [ { "matrix_id": "MA0548.2", "name": "AGL15", "collection": "CORE", "base_id": "MA0548", "version": "2", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0548.2.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0548.2/" }, { "matrix_id": "MA1199.1", "name": "AGL16", "collection": "CORE", "base_id": "MA1199", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1199.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1199.1/" }, { "matrix_id": "MA1200.1", "name": "AGL25", "collection": "CORE", "base_id": "MA1200", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1200.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1200.1/" }, { "matrix_id": "MA1012.1", "name": "AGL27", "collection": "CORE", "base_id": "MA1012", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1012.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1012.1/" }, { "matrix_id": "MA0001.1", "name": "AGL3", "collection": "CORE", "base_id": "MA0001", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0001.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0001.1/" }, { "matrix_id": "MA0001.2", "name": "AGL3", "collection": "CORE", "base_id": "MA0001", "version": "2", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0001.2.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0001.2/" }, { "matrix_id": "MA1201.1", "name": "AGL42", "collection": "CORE", "base_id": "MA1201", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1201.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1201.1/" }, { "matrix_id": "MA1202.1", "name": "AGL55", "collection": "CORE", "base_id": "MA1202", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1202.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1202.1/" }, { "matrix_id": "MA1205.1", "name": "AGL6", "collection": "CORE", "base_id": "MA1205", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1205.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1205.1/" }, { "matrix_id": "MA1203.1", "name": "AGL63", "collection": "CORE", "base_id": "MA1203", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1203.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1203.1/" } ] }