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=30
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=31", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=29", "results": [ { "matrix_id": "MA1209.1", "name": "ATHB-20", "collection": "CORE", "base_id": "MA1209", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1209.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1209.1/" }, { "matrix_id": "MA1209.2", "name": "ATHB-20", "collection": "CORE", "base_id": "MA1209", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1209.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1209.2/" }, { "matrix_id": "MA1213.1", "name": "ATHB-21", "collection": "CORE", "base_id": "MA1213", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1213.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1213.1/" }, { "matrix_id": "MA1327.1", "name": "ATHB-23", "collection": "CORE", "base_id": "MA1327", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1327.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1327.1/" }, { "matrix_id": "MA1327.2", "name": "ATHB-23", "collection": "CORE", "base_id": "MA1327", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1327.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1327.2/" }, { "matrix_id": "MA1327.3", "name": "ATHB-23", "collection": "CORE", "base_id": "MA1327", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1327.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1327.3/" }, { "matrix_id": "MA1406.1", "name": "ATHB-4", "collection": "CORE", "base_id": "MA1406", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1406.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1406.1/" }, { "matrix_id": "MA1406.2", "name": "ATHB-4", "collection": "CORE", "base_id": "MA1406", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1406.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1406.2/" }, { "matrix_id": "MA1214.1", "name": "ATHB-40", "collection": "CORE", "base_id": "MA1214", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1214.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1214.1/" }, { "matrix_id": "MA1214.2", "name": "ATHB-40", "collection": "CORE", "base_id": "MA1214", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1214.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1214.2/" } ] }