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=312
{ "count": 3141, "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=313", "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=311", "results": [ { "matrix_id": "MA0533.1", "name": "su(Hw)", "collection": "CORE", "base_id": "MA0533", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0533.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0533.1/" }, { "matrix_id": "UN0097.1", "name": "sub-1", "collection": "UNVALIDATED", "base_id": "UN0097", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0097.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0097.1/" }, { "matrix_id": "MA1461.1", "name": "sv", "collection": "CORE", "base_id": "MA1461", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1461.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1461.1/" }, { "matrix_id": "MA0247.1", "name": "tin", "collection": "CORE", "base_id": "MA0247", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0247.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0247.1/" }, { "matrix_id": "MA0247.2", "name": "tin", "collection": "CORE", "base_id": "MA0247", "version": "2", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0247.2.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0247.2/" }, { "matrix_id": "MA0459.1", "name": "tll", "collection": "CORE", "base_id": "MA0459", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0459.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0459.1/" }, { "matrix_id": "UN0109.1", "name": "trx", "collection": "UNVALIDATED", "base_id": "UN0109", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0109.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0109.1/" }, { "matrix_id": "MA0460.1", "name": "ttk", "collection": "CORE", "base_id": "MA0460", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0460.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0460.1/" }, { "matrix_id": "MA0248.1", "name": "tup", "collection": "CORE", "base_id": "MA0248", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0248.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0248.1/" }, { "matrix_id": "MA0249.1", "name": "twi", "collection": "CORE", "base_id": "MA0249", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0249.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0249.1/" } ] }