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=455
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=456", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=454", "results": [ { "matrix_id": "MA1314.1", "name": "WRKY14", "collection": "CORE", "base_id": "MA1314", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1314.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1314.1/" }, { "matrix_id": "MA1314.2", "name": "WRKY14", "collection": "CORE", "base_id": "MA1314", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1314.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1314.2/" }, { "matrix_id": "MA1076.1", "name": "WRKY15", "collection": "CORE", "base_id": "MA1076", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1076.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1076.1/" }, { "matrix_id": "MA1076.2", "name": "WRKY15", "collection": "CORE", "base_id": "MA1076", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1076.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1076.2/" }, { "matrix_id": "MA1076.3", "name": "WRKY15", "collection": "CORE", "base_id": "MA1076", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1076.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1076.3/" }, { "matrix_id": "MA1299.1", "name": "WRKY17", "collection": "CORE", "base_id": "MA1299", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1299.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1299.1/" }, { "matrix_id": "MA1299.2", "name": "WRKY17", "collection": "CORE", "base_id": "MA1299", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1299.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1299.2/" }, { "matrix_id": "MA1077.1", "name": "WRKY18", "collection": "CORE", "base_id": "MA1077", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1077.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1077.1/" }, { "matrix_id": "MA1077.2", "name": "WRKY18", "collection": "CORE", "base_id": "MA1077", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1077.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1077.2/" }, { "matrix_id": "MA1078.1", "name": "WRKY2", "collection": "CORE", "base_id": "MA1078", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1078.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1078.1/" } ] }