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=454
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=455", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=453", "results": [ { "matrix_id": "MA1804.2", "name": "WIN1", "collection": "CORE", "base_id": "MA1804", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1804.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1804.2/" }, { "matrix_id": "MA2367.1", "name": "WIP5", "collection": "CORE", "base_id": "MA2367", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2367.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2367.1/" }, { "matrix_id": "UN0413.1", "name": "WOX11", "collection": "UNVALIDATED", "base_id": "UN0413", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0413.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0413.1/" }, { "matrix_id": "UN0413.2", "name": "WOX11", "collection": "UNVALIDATED", "base_id": "UN0413", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0413.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0413.2/" }, { "matrix_id": "MA2461.1", "name": "WOX13", "collection": "CORE", "base_id": "MA2461", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2461.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2461.1/" }, { "matrix_id": "MA0589.1", "name": "WRKY1", "collection": "CORE", "base_id": "MA0589", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0589.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0589.1/" }, { "matrix_id": "MA0589.2", "name": "WRKY1", "collection": "CORE", "base_id": "MA0589", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0589.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0589.2/" }, { "matrix_id": "MA1306.1", "name": "WRKY11", "collection": "CORE", "base_id": "MA1306", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1306.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1306.1/" }, { "matrix_id": "MA1306.2", "name": "WRKY11", "collection": "CORE", "base_id": "MA1306", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1306.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1306.2/" }, { "matrix_id": "MA1075.1", "name": "WRKY12", "collection": "CORE", "base_id": "MA1075", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1075.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1075.1/" } ] }