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/81972/
{ "count": 6, "next": null, "previous": null, "results": [ { "matrix_id": "MA1098.1", "name": "ARALYDRAFT_484486", "collection": "CORE", "base_id": "MA1098", "version": "1", "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1098.1.svg", "url": "https://jaspar.uio.no/api/v1/matrix/MA1098.1/" }, { "matrix_id": "MA1097.1", "name": "ARALYDRAFT_493022", "collection": "CORE", "base_id": "MA1097", "version": "1", "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1097.1.svg", "url": "https://jaspar.uio.no/api/v1/matrix/MA1097.1/" }, { "matrix_id": "MA1095.1", "name": "ARALYDRAFT_495258", "collection": "CORE", "base_id": "MA1095", "version": "1", "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1095.1.svg", "url": "https://jaspar.uio.no/api/v1/matrix/MA1095.1/" }, { "matrix_id": "MA1096.1", "name": "ARALYDRAFT_496250", "collection": "CORE", "base_id": "MA1096", "version": "1", "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1096.1.svg", "url": "https://jaspar.uio.no/api/v1/matrix/MA1096.1/" }, { "matrix_id": "MA1054.1", "name": "ARALYDRAFT_897773", "collection": "CORE", "base_id": "MA1054", "version": "1", "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1054.1.svg", "url": "https://jaspar.uio.no/api/v1/matrix/MA1054.1/" }, { "matrix_id": "MA1054.2", "name": "ARALYDRAFT_897773", "collection": "CORE", "base_id": "MA1054", "version": "2", "sequence_logo": "https://jaspar.uio.no/static/logos/svg/MA1054.2.svg", "url": "https://jaspar.uio.no/api/v1/matrix/MA1054.2/" } ] }