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=238
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=239", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=237", "results": [ { "matrix_id": "MA1140.1", "name": "JUNB", "collection": "CORE", "base_id": "MA1140", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1140.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1140.1/" }, { "matrix_id": "MA1140.2", "name": "JUNB", "collection": "CORE", "base_id": "MA1140", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1140.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1140.2/" }, { "matrix_id": "MA0490.2", "name": "JUNB", "collection": "CORE", "base_id": "MA0490", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0490.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0490.2/" }, { "matrix_id": "MA1140.3", "name": "JUNB", "collection": "CORE", "base_id": "MA1140", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1140.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1140.3/" }, { "matrix_id": "MA0490.3", "name": "JUNB", "collection": "CORE", "base_id": "MA0490", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0490.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0490.3/" }, { "matrix_id": "MA0491.1", "name": "JUND", "collection": "CORE", "base_id": "MA0491", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0491.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0491.1/" }, { "matrix_id": "MA0492.1", "name": "JUND", "collection": "CORE", "base_id": "MA0492", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0492.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0492.1/" }, { "matrix_id": "MA0491.2", "name": "JUND", "collection": "CORE", "base_id": "MA0491", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0491.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0491.2/" }, { "matrix_id": "MA0492.2", "name": "JUND", "collection": "CORE", "base_id": "MA0492", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0492.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0492.2/" }, { "matrix_id": "MA0491.3", "name": "JUND", "collection": "CORE", "base_id": "MA0491", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0491.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0491.3/" } ] }