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=324
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=325", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=323", "results": [ { "matrix_id": "MA0757.1", "name": "ONECUT3", "collection": "CORE", "base_id": "MA0757", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0757.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0757.1/" }, { "matrix_id": "MA0757.2", "name": "ONECUT3", "collection": "CORE", "base_id": "MA0757", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0757.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0757.2/" }, { "matrix_id": "MA0349.1", "name": "OPI1", "collection": "CORE", "base_id": "MA0349", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0349.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0349.1/" }, { "matrix_id": "MA0349.2", "name": "OPI1", "collection": "CORE", "base_id": "MA0349", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0349.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0349.2/" }, { "matrix_id": "MA2345.1", "name": "OS02G0104500", "collection": "CORE", "base_id": "MA2345", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2345.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2345.1/" }, { "matrix_id": "MA2347.1", "name": "OS04G0486400", "collection": "CORE", "base_id": "MA2347", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2347.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2347.1/" }, { "matrix_id": "MA1542.1", "name": "OSR1", "collection": "CORE", "base_id": "MA1542", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1542.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1542.1/" }, { "matrix_id": "MA1542.2", "name": "OSR1", "collection": "CORE", "base_id": "MA1542", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1542.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1542.2/" }, { "matrix_id": "MA1646.1", "name": "OSR2", "collection": "CORE", "base_id": "MA1646", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1646.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1646.1/" }, { "matrix_id": "MA1646.2", "name": "OSR2", "collection": "CORE", "base_id": "MA1646", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1646.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1646.2/" } ] }