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=513
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=514", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=512", "results": [ { "matrix_id": "UN0645.2", "name": "ZNF629", "collection": "UNVALIDATED", "base_id": "UN0645", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0645.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0645.2/" }, { "matrix_id": "UN1268.1", "name": "ZNF630", "collection": "UNVALIDATED", "base_id": "UN1268", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1268.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1268.1/" }, { "matrix_id": "MA2512.1", "name": "ZNF648", "collection": "CORE", "base_id": "MA2512", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2512.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2512.1/" }, { "matrix_id": "MA1657.1", "name": "ZNF652", "collection": "CORE", "base_id": "MA1657", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1657.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1657.1/" }, { "matrix_id": "MA1657.2", "name": "ZNF652", "collection": "CORE", "base_id": "MA1657", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1657.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1657.2/" }, { "matrix_id": "MA2581.1", "name": "ZNF66", "collection": "CORE", "base_id": "MA2581", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2581.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2581.1/" }, { "matrix_id": "UN0211.1", "name": "ZNF660", "collection": "UNVALIDATED", "base_id": "UN0211", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0211.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0211.1/" }, { "matrix_id": "UN0211.2", "name": "ZNF660", "collection": "UNVALIDATED", "base_id": "UN0211", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0211.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0211.2/" }, { "matrix_id": "UN0646.1", "name": "ZNF662", "collection": "UNVALIDATED", "base_id": "UN0646", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0646.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0646.1/" }, { "matrix_id": "UN0646.2", "name": "ZNF662", "collection": "UNVALIDATED", "base_id": "UN0646", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0646.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0646.2/" } ] }