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=87
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=88", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=86", "results": [ { "matrix_id": "MA1243.2", "name": "DREB2E", "collection": "CORE", "base_id": "MA1243", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1243.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1243.2/" }, { "matrix_id": "MA1242.1", "name": "DREB2F", "collection": "CORE", "base_id": "MA1242", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1242.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1242.1/" }, { "matrix_id": "MA1226.1", "name": "DREB2G", "collection": "CORE", "base_id": "MA1226", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1226.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1226.1/" }, { "matrix_id": "MA1226.2", "name": "DREB2G", "collection": "CORE", "base_id": "MA1226", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1226.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1226.2/" }, { "matrix_id": "MA1481.1", "name": "DRGX", "collection": "CORE", "base_id": "MA1481", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1481.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1481.1/" }, { "matrix_id": "MA1481.2", "name": "DRGX", "collection": "CORE", "base_id": "MA1481", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1481.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1481.2/" }, { "matrix_id": "UN0947.1", "name": "DRGX::TBX21", "collection": "UNVALIDATED", "base_id": "UN0947", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0947.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0947.1/" }, { "matrix_id": "MA0468.1", "name": "DUX4", "collection": "CORE", "base_id": "MA0468", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0468.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0468.1/" }, { "matrix_id": "MA0884.1", "name": "DUXA", "collection": "CORE", "base_id": "MA0884", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0884.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0884.1/" }, { "matrix_id": "MA0884.2", "name": "DUXA", "collection": "CORE", "base_id": "MA0884", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0884.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0884.2/" } ] }