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/2850/
{ "count": 2, "next": null, "previous": null, "results": [ { "matrix_id": "MA1407.1", "name": "bZIP14", "collection": "CORE", "base_id": "MA1407", "version": "1", "sequence_logo": "https://testjaspar.uio.no/static/logos/svg/MA1407.1.svg", "url": "https://testjaspar.uio.no/api/v1/matrix/MA1407.1/" }, { "matrix_id": "MA1407.2", "name": "bZIP14", "collection": "CORE", "base_id": "MA1407", "version": "2", "sequence_logo": "https://testjaspar.uio.no/static/logos/svg/MA1407.2.svg", "url": "https://testjaspar.uio.no/api/v1/matrix/MA1407.2/" } ] }