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=259
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=260", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=258", "results": [ { "matrix_id": "MA0498.3", "name": "MEIS1", "collection": "CORE", "base_id": "MA0498", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0498.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0498.3/" }, { "matrix_id": "MA1639.2", "name": "MEIS1", "collection": "CORE", "base_id": "MA1639", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1639.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1639.2/" }, { "matrix_id": "UN0570.1", "name": "MEIS1::DRGX", "collection": "UNVALIDATED", "base_id": "UN0570", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0570.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0570.1/" }, { "matrix_id": "UN0570.2", "name": "MEIS1::DRGX", "collection": "UNVALIDATED", "base_id": "UN0570", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0570.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0570.2/" }, { "matrix_id": "UN0571.1", "name": "MEIS1::EVX1", "collection": "UNVALIDATED", "base_id": "UN0571", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0571.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0571.1/" }, { "matrix_id": "MA0774.1", "name": "MEIS2", "collection": "CORE", "base_id": "MA0774", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0774.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0774.1/" }, { "matrix_id": "MA1640.1", "name": "MEIS2", "collection": "CORE", "base_id": "MA1640", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1640.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1640.1/" }, { "matrix_id": "MA1640.2", "name": "MEIS2", "collection": "CORE", "base_id": "MA1640", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1640.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1640.2/" }, { "matrix_id": "MA0775.1", "name": "MEIS3", "collection": "CORE", "base_id": "MA0775", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0775.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0775.1/" }, { "matrix_id": "MA0775.2", "name": "MEIS3", "collection": "CORE", "base_id": "MA0775", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0775.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0775.2/" } ] }