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=457
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=458", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=456", "results": [ { "matrix_id": "MA1315.2", "name": "WRKY24", "collection": "CORE", "base_id": "MA1315", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1315.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1315.2/" }, { "matrix_id": "MA1081.1", "name": "WRKY25", "collection": "CORE", "base_id": "MA1081", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1081.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1081.1/" }, { "matrix_id": "MA1081.2", "name": "WRKY25", "collection": "CORE", "base_id": "MA1081", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1081.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1081.2/" }, { "matrix_id": "MA1081.3", "name": "WRKY25", "collection": "CORE", "base_id": "MA1081", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1081.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1081.3/" }, { "matrix_id": "MA1297.1", "name": "WRKY26", "collection": "CORE", "base_id": "MA1297", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1297.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1297.1/" }, { "matrix_id": "MA1297.2", "name": "WRKY26", "collection": "CORE", "base_id": "MA1297", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1297.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1297.2/" }, { "matrix_id": "MA1318.1", "name": "WRKY27", "collection": "CORE", "base_id": "MA1318", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1318.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1318.1/" }, { "matrix_id": "MA1318.2", "name": "WRKY27", "collection": "CORE", "base_id": "MA1318", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1318.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1318.2/" }, { "matrix_id": "MA1311.1", "name": "WRKY28", "collection": "CORE", "base_id": "MA1311", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1311.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1311.1/" }, { "matrix_id": "MA1311.2", "name": "WRKY28", "collection": "CORE", "base_id": "MA1311", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1311.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1311.2/" } ] }