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=421
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=422", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=420", "results": [ { "matrix_id": "MA1282.1", "name": "TCP13", "collection": "CORE", "base_id": "MA1282", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1282.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1282.1/" }, { "matrix_id": "MA1282.2", "name": "TCP13", "collection": "CORE", "base_id": "MA1282", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1282.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1282.2/" }, { "matrix_id": "MA1283.1", "name": "TCP14", "collection": "CORE", "base_id": "MA1283", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1283.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1283.1/" }, { "matrix_id": "MA1283.2", "name": "TCP14", "collection": "CORE", "base_id": "MA1283", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1283.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1283.2/" }, { "matrix_id": "MA1062.1", "name": "TCP15", "collection": "CORE", "base_id": "MA1062", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1062.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1062.1/" }, { "matrix_id": "MA1062.2", "name": "TCP15", "collection": "CORE", "base_id": "MA1062", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1062.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1062.2/" }, { "matrix_id": "MA1062.3", "name": "TCP15", "collection": "CORE", "base_id": "MA1062", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1062.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1062.3/" }, { "matrix_id": "MA0587.1", "name": "TCP16", "collection": "CORE", "base_id": "MA0587", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0587.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0587.1/" }, { "matrix_id": "MA0587.2", "name": "TCP16", "collection": "CORE", "base_id": "MA0587", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0587.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0587.2/" }, { "matrix_id": "MA1290.1", "name": "TCP17", "collection": "CORE", "base_id": "MA1290", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1290.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1290.1/" } ] }