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=498
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=499", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=497", "results": [ { "matrix_id": "UN0185.1", "name": "ZNF385D", "collection": "UNVALIDATED", "base_id": "UN0185", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0185.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0185.1/" }, { "matrix_id": "UN0185.2", "name": "ZNF385D", "collection": "UNVALIDATED", "base_id": "UN0185", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0185.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0185.2/" }, { "matrix_id": "UN0813.1", "name": "ZNF394", "collection": "UNVALIDATED", "base_id": "UN0813", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0813.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0813.1/" }, { "matrix_id": "MA2566.1", "name": "ZNF395", "collection": "CORE", "base_id": "MA2566", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2566.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2566.1/" }, { "matrix_id": "UN0186.1", "name": "ZNF396", "collection": "UNVALIDATED", "base_id": "UN0186", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0186.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0186.1/" }, { "matrix_id": "UN0186.2", "name": "ZNF396", "collection": "UNVALIDATED", "base_id": "UN0186", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0186.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0186.2/" }, { "matrix_id": "MA2553.1", "name": "ZNF407", "collection": "CORE", "base_id": "MA2553", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2553.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2553.1/" }, { "matrix_id": "UN0814.1", "name": "ZNF41", "collection": "UNVALIDATED", "base_id": "UN0814", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0814.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0814.1/" }, { "matrix_id": "MA0752.1", "name": "ZNF410", "collection": "CORE", "base_id": "MA0752", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0752.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0752.1/" }, { "matrix_id": "MA0752.2", "name": "ZNF410", "collection": "CORE", "base_id": "MA0752", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0752.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0752.2/" } ] }