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=499
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=500", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=498", "results": [ { "matrix_id": "MA1979.1", "name": "ZNF416", "collection": "CORE", "base_id": "MA1979", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1979.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1979.1/" }, { "matrix_id": "MA1979.2", "name": "ZNF416", "collection": "CORE", "base_id": "MA1979", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1979.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1979.2/" }, { "matrix_id": "MA1727.1", "name": "ZNF417", "collection": "CORE", "base_id": "MA1727", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1727.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1727.1/" }, { "matrix_id": "MA1727.2", "name": "ZNF417", "collection": "CORE", "base_id": "MA1727", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1727.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1727.2/" }, { "matrix_id": "MA1980.1", "name": "ZNF418", "collection": "CORE", "base_id": "MA1980", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1980.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1980.1/" }, { "matrix_id": "MA0116.2", "name": "ZNF423", "collection": "CORE", "base_id": "MA0116", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0116.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0116.2/" }, { "matrix_id": "UN0323.1", "name": "ZNF425", "collection": "UNVALIDATED", "base_id": "UN0323", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0323.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0323.1/" }, { "matrix_id": "UN0323.2", "name": "ZNF425", "collection": "UNVALIDATED", "base_id": "UN0323", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0323.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0323.2/" }, { "matrix_id": "UN0187.1", "name": "ZNF429", "collection": "UNVALIDATED", "base_id": "UN0187", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0187.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0187.1/" }, { "matrix_id": "UN0187.2", "name": "ZNF429", "collection": "UNVALIDATED", "base_id": "UN0187", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0187.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0187.2/" } ] }