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=462
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=463", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=461", "results": [ { "matrix_id": "MA1300.1", "name": "WRKY6", "collection": "CORE", "base_id": "MA1300", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1300.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1300.1/" }, { "matrix_id": "MA1300.2", "name": "WRKY6", "collection": "CORE", "base_id": "MA1300", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1300.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1300.2/" }, { "matrix_id": "MA1090.1", "name": "WRKY60", "collection": "CORE", "base_id": "MA1090", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1090.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1090.1/" }, { "matrix_id": "MA1090.2", "name": "WRKY60", "collection": "CORE", "base_id": "MA1090", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1090.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1090.2/" }, { "matrix_id": "MA1091.1", "name": "WRKY62", "collection": "CORE", "base_id": "MA1091", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1091.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1091.1/" }, { "matrix_id": "MA1092.1", "name": "WRKY63", "collection": "CORE", "base_id": "MA1092", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1092.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1092.1/" }, { "matrix_id": "MA1092.2", "name": "WRKY63", "collection": "CORE", "base_id": "MA1092", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1092.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1092.2/" }, { "matrix_id": "MA1302.1", "name": "WRKY65", "collection": "CORE", "base_id": "MA1302", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1302.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1302.1/" }, { "matrix_id": "MA1302.2", "name": "WRKY65", "collection": "CORE", "base_id": "MA1302", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1302.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1302.2/" }, { "matrix_id": "MA1313.1", "name": "WRKY7", "collection": "CORE", "base_id": "MA1313", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1313.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1313.1/" } ] }