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=491
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=492", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=490", "results": [ { "matrix_id": "MA0528.1", "name": "ZNF263", "collection": "CORE", "base_id": "MA0528", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0528.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0528.1/" }, { "matrix_id": "MA0528.2", "name": "ZNF263", "collection": "CORE", "base_id": "MA0528", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0528.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0528.2/" }, { "matrix_id": "MA0528.3", "name": "ZNF263", "collection": "CORE", "base_id": "MA0528", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0528.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0528.3/" }, { "matrix_id": "UN0605.1", "name": "ZNF264", "collection": "UNVALIDATED", "base_id": "UN0605", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0605.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0605.1/" }, { "matrix_id": "UN0605.2", "name": "ZNF264", "collection": "UNVALIDATED", "base_id": "UN0605", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0605.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0605.2/" }, { "matrix_id": "UN0606.1", "name": "ZNF266", "collection": "UNVALIDATED", "base_id": "UN0606", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0606.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0606.1/" }, { "matrix_id": "UN0606.2", "name": "ZNF266", "collection": "UNVALIDATED", "base_id": "UN0606", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0606.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0606.2/" }, { "matrix_id": "UN0607.1", "name": "ZNF273", "collection": "UNVALIDATED", "base_id": "UN0607", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0607.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0607.1/" }, { "matrix_id": "MA1592.1", "name": "ZNF274", "collection": "CORE", "base_id": "MA1592", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1592.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1592.1/" }, { "matrix_id": "MA1592.2", "name": "ZNF274", "collection": "CORE", "base_id": "MA1592", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1592.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1592.2/" } ] }