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=458
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=459", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=457", "results": [ { "matrix_id": "MA1311.3", "name": "WRKY28", "collection": "CORE", "base_id": "MA1311", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1311.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1311.3/" }, { "matrix_id": "MA1298.1", "name": "WRKY29", "collection": "CORE", "base_id": "MA1298", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1298.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1298.1/" }, { "matrix_id": "MA1298.2", "name": "WRKY29", "collection": "CORE", "base_id": "MA1298", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1298.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1298.2/" }, { "matrix_id": "MA1309.1", "name": "WRKY3", "collection": "CORE", "base_id": "MA1309", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1309.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1309.1/" }, { "matrix_id": "MA1083.1", "name": "WRKY30", "collection": "CORE", "base_id": "MA1083", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1083.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1083.1/" }, { "matrix_id": "MA1083.2", "name": "WRKY30", "collection": "CORE", "base_id": "MA1083", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1083.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1083.2/" }, { "matrix_id": "MA1083.3", "name": "WRKY30", "collection": "CORE", "base_id": "MA1083", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1083.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1083.3/" }, { "matrix_id": "MA1307.1", "name": "WRKY31", "collection": "CORE", "base_id": "MA1307", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1307.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1307.1/" }, { "matrix_id": "MA1307.2", "name": "WRKY31", "collection": "CORE", "base_id": "MA1307", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1307.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1307.2/" }, { "matrix_id": "MA1307.3", "name": "WRKY31", "collection": "CORE", "base_id": "MA1307", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1307.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1307.3/" } ] }