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=376
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=377", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=375", "results": [ { "matrix_id": "MA1910.1", "name": "Rax", "collection": "CORE", "base_id": "MA1910", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1910.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1910.1/" }, { "matrix_id": "MA1910.2", "name": "Rax", "collection": "CORE", "base_id": "MA1910", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1910.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1910.2/" }, { "matrix_id": "MA1911.1", "name": "Rel", "collection": "CORE", "base_id": "MA1911", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1911.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1911.1/" }, { "matrix_id": "MA2264.1", "name": "Rel", "collection": "CORE", "base_id": "MA2264", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2264.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2264.1/" }, { "matrix_id": "MA1911.2", "name": "Rel", "collection": "CORE", "base_id": "MA1911", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1911.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1911.2/" }, { "matrix_id": "MA2266.1", "name": "Rfx", "collection": "CORE", "base_id": "MA2266", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2266.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2266.1/" }, { "matrix_id": "MA0509.1", "name": "Rfx1", "collection": "CORE", "base_id": "MA0509", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0509.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0509.1/" }, { "matrix_id": "MA1724.1", "name": "Rfx6", "collection": "CORE", "base_id": "MA1724", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1724.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1724.1/" }, { "matrix_id": "MA1724.2", "name": "Rfx6", "collection": "CORE", "base_id": "MA1724", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1724.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1724.2/" }, { "matrix_id": "MA0629.1", "name": "Rhox11", "collection": "CORE", "base_id": "MA0629", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0629.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0629.1/" } ] }