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=65
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=66", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=64", "results": [ { "matrix_id": "MA2538.1", "name": "CGGBP1", "collection": "CORE", "base_id": "MA2538", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2538.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2538.1/" }, { "matrix_id": "MA0283.1", "name": "CHA4", "collection": "CORE", "base_id": "MA0283", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0283.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0283.1/" }, { "matrix_id": "MA2206.1", "name": "CHES-1-like", "collection": "CORE", "base_id": "MA2206", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2206.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2206.1/" }, { "matrix_id": "MA0284.1", "name": "CIN5", "collection": "CORE", "base_id": "MA0284", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0284.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0284.1/" }, { "matrix_id": "MA0284.2", "name": "CIN5", "collection": "CORE", "base_id": "MA0284", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0284.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0284.2/" }, { "matrix_id": "MA0284.3", "name": "CIN5", "collection": "CORE", "base_id": "MA0284", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0284.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0284.3/" }, { "matrix_id": "MA0819.1", "name": "CLOCK", "collection": "CORE", "base_id": "MA0819", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0819.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0819.1/" }, { "matrix_id": "MA0819.2", "name": "CLOCK", "collection": "CORE", "base_id": "MA0819", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0819.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0819.2/" }, { "matrix_id": "MA0819.3", "name": "CLOCK", "collection": "CORE", "base_id": "MA0819", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0819.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0819.3/" }, { "matrix_id": "UN1139.1", "name": "CLOCK::FOXA1", "collection": "UNVALIDATED", "base_id": "UN1139", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1139.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1139.1/" } ] }