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=207
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=208", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=206", "results": [ { "matrix_id": "MA0114.1", "name": "HNF4A", "collection": "CORE", "base_id": "MA0114", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0114.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0114.1/" }, { "matrix_id": "MA0114.2", "name": "HNF4A", "collection": "CORE", "base_id": "MA0114", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0114.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0114.2/" }, { "matrix_id": "MA1494.1", "name": "HNF4A", "collection": "CORE", "base_id": "MA1494", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1494.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1494.1/" }, { "matrix_id": "MA0114.4", "name": "HNF4A", "collection": "CORE", "base_id": "MA0114", "version": "4", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0114.4.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0114.4/" }, { "matrix_id": "MA1494.2", "name": "HNF4A", "collection": "CORE", "base_id": "MA1494", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1494.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1494.2/" }, { "matrix_id": "MA0114.5", "name": "HNF4A", "collection": "CORE", "base_id": "MA0114", "version": "5", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0114.5.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0114.5/" }, { "matrix_id": "MA0484.1", "name": "HNF4G", "collection": "CORE", "base_id": "MA0484", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0484.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0484.1/" }, { "matrix_id": "MA0484.2", "name": "HNF4G", "collection": "CORE", "base_id": "MA0484", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0484.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0484.2/" }, { "matrix_id": "MA0484.3", "name": "HNF4G", "collection": "CORE", "base_id": "MA0484", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0484.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0484.3/" }, { "matrix_id": "MA2675.1", "name": "HOMEZ", "collection": "CORE", "base_id": "MA2675", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2675.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2675.1/" } ] }