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=487
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=488", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=486", "results": [ { "matrix_id": "UN1256.1", "name": "ZNF165", "collection": "UNVALIDATED", "base_id": "UN1256", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1256.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1256.1/" }, { "matrix_id": "UN0164.1", "name": "ZNF174", "collection": "UNVALIDATED", "base_id": "UN0164", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0164.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0164.1/" }, { "matrix_id": "UN0164.2", "name": "ZNF174", "collection": "UNVALIDATED", "base_id": "UN0164", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0164.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0164.2/" }, { "matrix_id": "MA2332.1", "name": "ZNF175", "collection": "CORE", "base_id": "MA2332", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2332.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2332.1/" }, { "matrix_id": "UN0165.1", "name": "ZNF177", "collection": "UNVALIDATED", "base_id": "UN0165", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0165.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0165.1/" }, { "matrix_id": "UN0165.2", "name": "ZNF177", "collection": "UNVALIDATED", "base_id": "UN0165", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0165.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0165.2/" }, { "matrix_id": "MA2492.1", "name": "ZNF18", "collection": "CORE", "base_id": "MA2492", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2492.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2492.1/" }, { "matrix_id": "UN0597.1", "name": "ZNF182", "collection": "UNVALIDATED", "base_id": "UN0597", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0597.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0597.1/" }, { "matrix_id": "MA2120.1", "name": "ZNF184", "collection": "CORE", "base_id": "MA2120", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2120.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2120.1/" }, { "matrix_id": "MA1725.1", "name": "ZNF189", "collection": "CORE", "base_id": "MA1725", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1725.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1725.1/" } ] }