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=360
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=361", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=359", "results": [ { "matrix_id": "UN0467.2", "name": "Prox-a", "collection": "UNVALIDATED", "base_id": "UN0467", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0467.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0467.2/" }, { "matrix_id": "MA0075.1", "name": "Prrx2", "collection": "CORE", "base_id": "MA0075", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0075.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0075.1/" }, { "matrix_id": "MA0075.2", "name": "Prrx2", "collection": "CORE", "base_id": "MA0075", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0075.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0075.2/" }, { "matrix_id": "MA1619.1", "name": "Ptf1A", "collection": "CORE", "base_id": "MA1619", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1619.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1619.1/" }, { "matrix_id": "MA1620.1", "name": "Ptf1A", "collection": "CORE", "base_id": "MA1620", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1620.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1620.1/" }, { "matrix_id": "MA1618.2", "name": "Ptf1A", "collection": "CORE", "base_id": "MA1618", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1618.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1618.2/" }, { "matrix_id": "MA1619.2", "name": "Ptf1A", "collection": "CORE", "base_id": "MA1619", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1619.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1619.2/" }, { "matrix_id": "MA1620.2", "name": "Ptf1A", "collection": "CORE", "base_id": "MA1620", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1620.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1620.2/" }, { "matrix_id": "MA1618.1", "name": "Ptf1a", "collection": "CORE", "base_id": "MA1618", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1618.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1618.1/" }, { "matrix_id": "MA0201.1", "name": "Ptx1", "collection": "CORE", "base_id": "MA0201", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0201.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0201.1/" } ] }