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=13
{ "count": 3141, "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=14", "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=12", "results": [ { "matrix_id": "UN0351.1", "name": "ARID6", "collection": "UNVALIDATED", "base_id": "UN0351", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0351.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0351.1/" }, { "matrix_id": "MA1464.1", "name": "ARNT2", "collection": "CORE", "base_id": "MA1464", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1464.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1464.1/" }, { "matrix_id": "MA0259.1", "name": "ARNT::HIF1A", "collection": "CORE", "base_id": "MA0259", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0259.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0259.1/" }, { "matrix_id": "MA0273.1", "name": "ARO80", "collection": "CORE", "base_id": "MA0273", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0273.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0273.1/" }, { "matrix_id": "MA0274.1", "name": "ARR1", "collection": "CORE", "base_id": "MA0274", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0274.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0274.1/" }, { "matrix_id": "MA0945.1", "name": "ARR1", "collection": "CORE", "base_id": "MA0945", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0945.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0945.1/" }, { "matrix_id": "MA0121.1", "name": "ARR10", "collection": "CORE", "base_id": "MA0121", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0121.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0121.1/" }, { "matrix_id": "MA0946.1", "name": "ARR11", "collection": "CORE", "base_id": "MA0946", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0946.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0946.1/" }, { "matrix_id": "MA0947.1", "name": "ARR14", "collection": "CORE", "base_id": "MA0947", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0947.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0947.1/" }, { "matrix_id": "MA0948.1", "name": "ARR18", "collection": "CORE", "base_id": "MA0948", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0948.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0948.1/" } ] }