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=489
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=490", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=488", "results": [ { "matrix_id": "MA2121.1", "name": "ZNF213", "collection": "CORE", "base_id": "MA2121", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2121.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2121.1/" }, { "matrix_id": "MA1975.1", "name": "ZNF214", "collection": "CORE", "base_id": "MA1975", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1975.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1975.1/" }, { "matrix_id": "MA1975.2", "name": "ZNF214", "collection": "CORE", "base_id": "MA1975", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1975.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1975.2/" }, { "matrix_id": "MA2547.1", "name": "ZNF215", "collection": "CORE", "base_id": "MA2547", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2547.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2547.1/" }, { "matrix_id": "UN0602.1", "name": "ZNF222", "collection": "UNVALIDATED", "base_id": "UN0602", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0602.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0602.1/" }, { "matrix_id": "UN0602.2", "name": "ZNF222", "collection": "UNVALIDATED", "base_id": "UN0602", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0602.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0602.2/" }, { "matrix_id": "UN0603.1", "name": "ZNF223", "collection": "UNVALIDATED", "base_id": "UN0603", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0603.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0603.1/" }, { "matrix_id": "UN0603.2", "name": "ZNF223", "collection": "UNVALIDATED", "base_id": "UN0603", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0603.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0603.2/" }, { "matrix_id": "MA2548.1", "name": "ZNF226", "collection": "CORE", "base_id": "MA2548", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2548.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2548.1/" }, { "matrix_id": "UN0167.1", "name": "ZNF23", "collection": "UNVALIDATED", "base_id": "UN0167", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0167.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0167.1/" } ] }