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=525
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=526", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=524", "results": [ { "matrix_id": "UN0232.1", "name": "ZNF793", "collection": "UNVALIDATED", "base_id": "UN0232", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0232.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0232.1/" }, { "matrix_id": "UN0232.2", "name": "ZNF793", "collection": "UNVALIDATED", "base_id": "UN0232", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0232.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0232.2/" }, { "matrix_id": "UN0662.1", "name": "ZNF799", "collection": "UNVALIDATED", "base_id": "UN0662", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0662.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0662.1/" }, { "matrix_id": "UN0662.2", "name": "ZNF799", "collection": "UNVALIDATED", "base_id": "UN0662", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0662.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0662.2/" }, { "matrix_id": "MA1718.1", "name": "ZNF8", "collection": "CORE", "base_id": "MA1718", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1718.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1718.1/" }, { "matrix_id": "MA2571.1", "name": "ZNF800", "collection": "CORE", "base_id": "MA2571", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2571.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2571.1/" }, { "matrix_id": "UN0234.1", "name": "ZNF808", "collection": "UNVALIDATED", "base_id": "UN0234", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0234.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0234.1/" }, { "matrix_id": "UN0235.1", "name": "ZNF81", "collection": "UNVALIDATED", "base_id": "UN0235", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0235.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0235.1/" }, { "matrix_id": "MA2533.1", "name": "ZNF814", "collection": "CORE", "base_id": "MA2533", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2533.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2533.1/" }, { "matrix_id": "MA1719.1", "name": "ZNF816", "collection": "CORE", "base_id": "MA1719", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1719.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1719.1/" } ] }