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=127
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=128", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=126", "results": [ { "matrix_id": "UN0510.2", "name": "ETV2::CEBPD", "collection": "UNVALIDATED", "base_id": "UN0510", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0510.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0510.2/" }, { "matrix_id": "MA1940.1", "name": "ETV2::DRGX", "collection": "CORE", "base_id": "MA1940", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1940.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1940.1/" }, { "matrix_id": "MA1940.2", "name": "ETV2::DRGX", "collection": "CORE", "base_id": "MA1940", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1940.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1940.2/" }, { "matrix_id": "UN0511.1", "name": "ETV2::EOMES", "collection": "UNVALIDATED", "base_id": "UN0511", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0511.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0511.1/" }, { "matrix_id": "UN0511.2", "name": "ETV2::EOMES", "collection": "UNVALIDATED", "base_id": "UN0511", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0511.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0511.2/" }, { "matrix_id": "UN0512.1", "name": "ETV2::ETV7", "collection": "UNVALIDATED", "base_id": "UN0512", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0512.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0512.1/" }, { "matrix_id": "UN0512.2", "name": "ETV2::ETV7", "collection": "UNVALIDATED", "base_id": "UN0512", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0512.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0512.2/" }, { "matrix_id": "MA1941.1", "name": "ETV2::FIGLA", "collection": "CORE", "base_id": "MA1941", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1941.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1941.1/" }, { "matrix_id": "MA1941.2", "name": "ETV2::FIGLA", "collection": "CORE", "base_id": "MA1941", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1941.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1941.2/" }, { "matrix_id": "UN0982.1", "name": "ETV2::FOXD2", "collection": "UNVALIDATED", "base_id": "UN0982", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0982.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0982.1/" } ] }