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/10117/
{ "count": 2, "next": null, "previous": null, "results": [ { "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": "MA0007.1", "name": "Ar", "collection": "CORE", "base_id": "MA0007", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0007.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0007.1/" } ] }