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=367
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=368", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=366", "results": [ { "matrix_id": "MA0138.1", "name": "REST", "collection": "CORE", "base_id": "MA0138", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0138.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0138.1/" }, { "matrix_id": "MA0138.2", "name": "REST", "collection": "CORE", "base_id": "MA0138", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0138.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0138.2/" }, { "matrix_id": "MA0138.3", "name": "REST", "collection": "CORE", "base_id": "MA0138", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0138.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0138.3/" }, { "matrix_id": "MA2344.1", "name": "REV", "collection": "CORE", "base_id": "MA2344", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2344.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2344.1/" }, { "matrix_id": "MA0365.1", "name": "RFX1", "collection": "CORE", "base_id": "MA0365", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0365.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0365.1/" }, { "matrix_id": "MA0509.2", "name": "RFX1", "collection": "CORE", "base_id": "MA0509", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0509.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0509.2/" }, { "matrix_id": "MA0509.3", "name": "RFX1", "collection": "CORE", "base_id": "MA0509", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0509.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0509.3/" }, { "matrix_id": "MA0365.2", "name": "RFX1", "collection": "CORE", "base_id": "MA0365", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0365.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0365.2/" }, { "matrix_id": "MA0600.1", "name": "RFX2", "collection": "CORE", "base_id": "MA0600", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0600.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0600.1/" }, { "matrix_id": "MA0600.2", "name": "RFX2", "collection": "CORE", "base_id": "MA0600", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0600.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0600.2/" } ] }