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=91
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=92", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=90", "results": [ { "matrix_id": "MA2484.1", "name": "Dmrtb1", "collection": "CORE", "base_id": "MA2484", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2484.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2484.1/" }, { "matrix_id": "MA2216.1", "name": "Doc2", "collection": "CORE", "base_id": "MA2216", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2216.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2216.1/" }, { "matrix_id": "UN0759.1", "name": "Doc3", "collection": "UNVALIDATED", "base_id": "UN0759", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0759.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0759.1/" }, { "matrix_id": "MA0020.1", "name": "Dof2", "collection": "CORE", "base_id": "MA0020", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0020.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0020.1/" }, { "matrix_id": "MA0020.2", "name": "Dof2", "collection": "CORE", "base_id": "MA0020", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0020.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0020.2/" }, { "matrix_id": "MA0021.1", "name": "Dof3", "collection": "CORE", "base_id": "MA0021", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0021.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0021.1/" }, { "matrix_id": "MA0188.1", "name": "Dr", "collection": "CORE", "base_id": "MA0188", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0188.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0188.1/" }, { "matrix_id": "MA1456.1", "name": "Dref", "collection": "CORE", "base_id": "MA1456", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1456.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1456.1/" }, { "matrix_id": "MA1456.2", "name": "Dref", "collection": "CORE", "base_id": "MA1456", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1456.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1456.2/" }, { "matrix_id": "UN0108.1", "name": "Dsp1", "collection": "UNVALIDATED", "base_id": "UN0108", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0108.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0108.1/" } ] }