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=414
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=415", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=413", "results": [ { "matrix_id": "MA0520.1", "name": "Stat6", "collection": "CORE", "base_id": "MA0520", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0520.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0520.1/" }, { "matrix_id": "MA0520.2", "name": "Stat6", "collection": "CORE", "base_id": "MA0520", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0520.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0520.2/" }, { "matrix_id": "MA0532.1", "name": "Stat92E", "collection": "CORE", "base_id": "MA0532", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0532.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0532.1/" }, { "matrix_id": "MA0532.2", "name": "Stat92E", "collection": "CORE", "base_id": "MA0532", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0532.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0532.2/" }, { "matrix_id": "MA0085.1", "name": "Su(H)", "collection": "CORE", "base_id": "MA0085", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0085.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0085.1/" }, { "matrix_id": "MA0085.2", "name": "Su(H)", "collection": "CORE", "base_id": "MA0085", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0085.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0085.2/" }, { "matrix_id": "UN0426.1", "name": "TAGL1", "collection": "UNVALIDATED", "base_id": "UN0426", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0426.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0426.1/" }, { "matrix_id": "UN0426.2", "name": "TAGL1", "collection": "UNVALIDATED", "base_id": "UN0426", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0426.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0426.2/" }, { "matrix_id": "UN0808.1", "name": "TAL1", "collection": "UNVALIDATED", "base_id": "UN0808", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0808.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0808.1/" }, { "matrix_id": "MA0091.1", "name": "TAL1::TCF3", "collection": "CORE", "base_id": "MA0091", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0091.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0091.1/" } ] }