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=463
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=464", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=462", "results": [ { "matrix_id": "MA1313.2", "name": "WRKY7", "collection": "CORE", "base_id": "MA1313", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1313.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1313.2/" }, { "matrix_id": "MA1308.1", "name": "WRKY70", "collection": "CORE", "base_id": "MA1308", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1308.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1308.1/" }, { "matrix_id": "MA1308.2", "name": "WRKY70", "collection": "CORE", "base_id": "MA1308", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1308.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1308.2/" }, { "matrix_id": "MA1316.1", "name": "WRKY71", "collection": "CORE", "base_id": "MA1316", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1316.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1316.1/" }, { "matrix_id": "MA1316.2", "name": "WRKY71", "collection": "CORE", "base_id": "MA1316", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1316.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1316.2/" }, { "matrix_id": "MA1093.1", "name": "WRKY75", "collection": "CORE", "base_id": "MA1093", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1093.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1093.1/" }, { "matrix_id": "MA1093.2", "name": "WRKY75", "collection": "CORE", "base_id": "MA1093", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1093.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1093.2/" }, { "matrix_id": "MA1094.1", "name": "WRKY8", "collection": "CORE", "base_id": "MA1094", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1094.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1094.1/" }, { "matrix_id": "MA1094.2", "name": "WRKY8", "collection": "CORE", "base_id": "MA1094", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1094.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1094.2/" }, { "matrix_id": "MA1094.3", "name": "WRKY8", "collection": "CORE", "base_id": "MA1094", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1094.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1094.3/" } ] }