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=556
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=557", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=555", "results": [ { "matrix_id": "UN0701.1", "name": "egl-5", "collection": "UNVALIDATED", "base_id": "UN0701", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0701.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0701.1/" }, { "matrix_id": "MA2132.1", "name": "egrh-1", "collection": "CORE", "base_id": "MA2132", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2132.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2132.1/" }, { "matrix_id": "MA2712.1", "name": "eil1", "collection": "CORE", "base_id": "MA2712", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2712.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2712.1/" }, { "matrix_id": "MA2717.1", "name": "eil2", "collection": "CORE", "base_id": "MA2717", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2717.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2717.1/" }, { "matrix_id": "MA2165.1", "name": "elt-1", "collection": "CORE", "base_id": "MA2165", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2165.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2165.1/" }, { "matrix_id": "MA1701.1", "name": "elt-2", "collection": "CORE", "base_id": "MA1701", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1701.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1701.1/" }, { "matrix_id": "MA1701.2", "name": "elt-2", "collection": "CORE", "base_id": "MA1701", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1701.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1701.2/" }, { "matrix_id": "MA0542.1", "name": "elt-3", "collection": "CORE", "base_id": "MA0542", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0542.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0542.1/" }, { "matrix_id": "MA1439.1", "name": "elt-6", "collection": "CORE", "base_id": "MA1439", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1439.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1439.1/" }, { "matrix_id": "MA1439.2", "name": "elt-6", "collection": "CORE", "base_id": "MA1439", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1439.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1439.2/" } ] }