Species 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/species/4151/
{ "count": 4, "next": null, "previous": null, "results": [ { "matrix_id": "MA0096.1", "name": "bZIP910", "collection": "CORE", "base_id": "MA0096", "version": "1", "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0096.1.svg", "url": "https://jaspar.uio.no/api/v1/matrix/MA0096.1/" }, { "matrix_id": "MA0097.1", "name": "bZIP911", "collection": "CORE", "base_id": "MA0097", "version": "1", "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0097.1.svg", "url": "https://jaspar.uio.no/api/v1/matrix/MA0097.1/" }, { "matrix_id": "MA0082.1", "name": "squamosa", "collection": "CORE", "base_id": "MA0082", "version": "1", "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0082.1.svg", "url": "https://jaspar.uio.no/api/v1/matrix/MA0082.1/" }, { "matrix_id": "MA0082.2", "name": "squamosa", "collection": "CORE", "base_id": "MA0082", "version": "2", "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA0082.2.svg", "url": "https://jaspar.uio.no/api/v1/matrix/MA0082.2/" } ] }