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=520
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=521", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=519", "results": [ { "matrix_id": "MA2570.1", "name": "ZNF746", "collection": "CORE", "base_id": "MA2570", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2570.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2570.1/" }, { "matrix_id": "UN0654.1", "name": "ZNF749", "collection": "UNVALIDATED", "base_id": "UN0654", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0654.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0654.1/" }, { "matrix_id": "UN0654.2", "name": "ZNF749", "collection": "UNVALIDATED", "base_id": "UN0654", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0654.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0654.2/" }, { "matrix_id": "UN0218.1", "name": "ZNF750", "collection": "UNVALIDATED", "base_id": "UN0218", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0218.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0218.1/" }, { "matrix_id": "UN0218.2", "name": "ZNF750", "collection": "UNVALIDATED", "base_id": "UN0218", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0218.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0218.2/" }, { "matrix_id": "MA2097.1", "name": "ZNF75A", "collection": "CORE", "base_id": "MA2097", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2097.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2097.1/" }, { "matrix_id": "UN0340.1", "name": "ZNF75A", "collection": "UNVALIDATED", "base_id": "UN0340", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0340.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0340.1/" }, { "matrix_id": "UN0340.2", "name": "ZNF75A", "collection": "UNVALIDATED", "base_id": "UN0340", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0340.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0340.2/" }, { "matrix_id": "MA1601.1", "name": "ZNF75D", "collection": "CORE", "base_id": "MA1601", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1601.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1601.1/" }, { "matrix_id": "MA1601.2", "name": "ZNF75D", "collection": "CORE", "base_id": "MA1601", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1601.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1601.2/" } ] }