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=424
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=425", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=423", "results": [ { "matrix_id": "MA1428.2", "name": "TCP8", "collection": "CORE", "base_id": "MA1428", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1428.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1428.2/" }, { "matrix_id": "MA1285.1", "name": "TCP9", "collection": "CORE", "base_id": "MA1285", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1285.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1285.1/" }, { "matrix_id": "MA1285.2", "name": "TCP9", "collection": "CORE", "base_id": "MA1285", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1285.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1285.2/" }, { "matrix_id": "MA1162.1", "name": "TCX2", "collection": "CORE", "base_id": "MA1162", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1162.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1162.1/" }, { "matrix_id": "MA1682.1", "name": "TCX3", "collection": "CORE", "base_id": "MA1682", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1682.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1682.1/" }, { "matrix_id": "MA1682.2", "name": "TCX3", "collection": "CORE", "base_id": "MA1682", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1682.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1682.2/" }, { "matrix_id": "UN0838.1", "name": "TCX4", "collection": "UNVALIDATED", "base_id": "UN0838", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0838.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0838.1/" }, { "matrix_id": "MA2479.1", "name": "TCX5", "collection": "CORE", "base_id": "MA2479", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2479.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2479.1/" }, { "matrix_id": "MA1380.1", "name": "TCX6", "collection": "CORE", "base_id": "MA1380", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1380.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1380.1/" }, { "matrix_id": "MA0431.1", "name": "TDA9", "collection": "CORE", "base_id": "MA0431", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0431.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0431.1/" } ] }