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=594
{ "count": 5935, "next": null, "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=593", "results": [ { "matrix_id": "MA0088.1", "name": "znf143", "collection": "CORE", "base_id": "MA0088", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0088.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0088.1/" }, { "matrix_id": "UN0727.1", "name": "ztf-11", "collection": "UNVALIDATED", "base_id": "UN0727", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0727.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0727.1/" }, { "matrix_id": "UN0739.1", "name": "ztf-16", "collection": "UNVALIDATED", "base_id": "UN0739", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0739.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0739.1/" }, { "matrix_id": "MA2187.1", "name": "ztf-6", "collection": "CORE", "base_id": "MA2187", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2187.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2187.1/" }, { "matrix_id": "UN0728.1", "name": "ztf-9", "collection": "UNVALIDATED", "base_id": "UN0728", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0728.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0728.1/" } ] }