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=10
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=11", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=9", "results": [ { "matrix_id": "UN0296.1", "name": "ANIA_10295", "collection": "UNVALIDATED", "base_id": "UN0296", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0296.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0296.1/" }, { "matrix_id": "UN0296.2", "name": "ANIA_10295", "collection": "UNVALIDATED", "base_id": "UN0296", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0296.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0296.2/" }, { "matrix_id": "UN0297.1", "name": "ANIA_10483", "collection": "UNVALIDATED", "base_id": "UN0297", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0297.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0297.1/" }, { "matrix_id": "UN0297.2", "name": "ANIA_10483", "collection": "UNVALIDATED", "base_id": "UN0297", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0297.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0297.2/" }, { "matrix_id": "UN0298.1", "name": "ANIA_10541", "collection": "UNVALIDATED", "base_id": "UN0298", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0298.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0298.1/" }, { "matrix_id": "UN0298.2", "name": "ANIA_10541", "collection": "UNVALIDATED", "base_id": "UN0298", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0298.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0298.2/" }, { "matrix_id": "UN0299.1", "name": "ANIA_10597", "collection": "UNVALIDATED", "base_id": "UN0299", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0299.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0299.1/" }, { "matrix_id": "UN0300.1", "name": "ANIA_10600", "collection": "UNVALIDATED", "base_id": "UN0300", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0300.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0300.1/" }, { "matrix_id": "UN0301.1", "name": "ANIA_10789", "collection": "UNVALIDATED", "base_id": "UN0301", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0301.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0301.1/" }, { "matrix_id": "UN0301.2", "name": "ANIA_10789", "collection": "UNVALIDATED", "base_id": "UN0301", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0301.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0301.2/" } ] }