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=102
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=103", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=101", "results": [ { "matrix_id": "MA1483.3", "name": "ELF2", "collection": "CORE", "base_id": "MA1483", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1483.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1483.3/" }, { "matrix_id": "UN0955.1", "name": "ELF2::FOXD2", "collection": "UNVALIDATED", "base_id": "UN0955", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0955.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0955.1/" }, { "matrix_id": "UN0956.1", "name": "ELF2::HOXA2", "collection": "UNVALIDATED", "base_id": "UN0956", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0956.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0956.1/" }, { "matrix_id": "UN0957.1", "name": "ELF2::HOXB2", "collection": "UNVALIDATED", "base_id": "UN0957", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0957.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0957.1/" }, { "matrix_id": "UN0958.1", "name": "ELF2::ONECUT1", "collection": "UNVALIDATED", "base_id": "UN0958", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0958.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0958.1/" }, { "matrix_id": "UN0959.1", "name": "ELF2::TBX21", "collection": "UNVALIDATED", "base_id": "UN0959", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0959.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0959.1/" }, { "matrix_id": "UN0960.1", "name": "ELF2::TEAD4", "collection": "UNVALIDATED", "base_id": "UN0960", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0960.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0960.1/" }, { "matrix_id": "MA0640.1", "name": "ELF3", "collection": "CORE", "base_id": "MA0640", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0640.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0640.1/" }, { "matrix_id": "MA0640.2", "name": "ELF3", "collection": "CORE", "base_id": "MA0640", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0640.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0640.2/" }, { "matrix_id": "MA0640.3", "name": "ELF3", "collection": "CORE", "base_id": "MA0640", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0640.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0640.3/" } ] }