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=521
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=522", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=520", "results": [ { "matrix_id": "MA1716.1", "name": "ZNF76", "collection": "CORE", "base_id": "MA1716", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1716.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1716.1/" }, { "matrix_id": "MA1716.2", "name": "ZNF76", "collection": "CORE", "base_id": "MA1716", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1716.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1716.2/" }, { "matrix_id": "UN0222.1", "name": "ZNF765", "collection": "UNVALIDATED", "base_id": "UN0222", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0222.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0222.1/" }, { "matrix_id": "UN0222.2", "name": "ZNF765", "collection": "UNVALIDATED", "base_id": "UN0222", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0222.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0222.2/" }, { "matrix_id": "MA2098.1", "name": "ZNF766", "collection": "CORE", "base_id": "MA2098", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2098.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2098.1/" }, { "matrix_id": "MA1731.1", "name": "ZNF768", "collection": "CORE", "base_id": "MA1731", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1731.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1731.1/" }, { "matrix_id": "MA1731.2", "name": "ZNF768", "collection": "CORE", "base_id": "MA1731", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1731.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1731.2/" }, { "matrix_id": "UN0655.1", "name": "ZNF77", "collection": "UNVALIDATED", "base_id": "UN0655", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0655.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0655.1/" }, { "matrix_id": "UN0655.2", "name": "ZNF77", "collection": "UNVALIDATED", "base_id": "UN0655", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0655.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0655.2/" }, { "matrix_id": "MA2099.1", "name": "ZNF770", "collection": "CORE", "base_id": "MA2099", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2099.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2099.1/" } ] }