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=503
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=504", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=502", "results": [ { "matrix_id": "UN0618.1", "name": "ZNF483", "collection": "UNVALIDATED", "base_id": "UN0618", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0618.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0618.1/" }, { "matrix_id": "UN0618.2", "name": "ZNF483", "collection": "UNVALIDATED", "base_id": "UN0618", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0618.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0618.2/" }, { "matrix_id": "UN0619.1", "name": "ZNF484", "collection": "UNVALIDATED", "base_id": "UN0619", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0619.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0619.1/" }, { "matrix_id": "UN0620.1", "name": "ZNF485", "collection": "UNVALIDATED", "base_id": "UN0620", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0620.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0620.1/" }, { "matrix_id": "UN0620.2", "name": "ZNF485", "collection": "UNVALIDATED", "base_id": "UN0620", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0620.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0620.2/" }, { "matrix_id": "UN0815.1", "name": "ZNF486", "collection": "UNVALIDATED", "base_id": "UN0815", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0815.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0815.1/" }, { "matrix_id": "MA2495.1", "name": "ZNF490", "collection": "CORE", "base_id": "MA2495", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2495.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2495.1/" }, { "matrix_id": "UN0621.1", "name": "ZNF491", "collection": "UNVALIDATED", "base_id": "UN0621", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0621.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0621.1/" }, { "matrix_id": "UN0621.2", "name": "ZNF491", "collection": "UNVALIDATED", "base_id": "UN0621", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0621.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0621.2/" }, { "matrix_id": "UN0622.1", "name": "ZNF492", "collection": "UNVALIDATED", "base_id": "UN0622", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0622.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0622.1/" } ] }