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=19
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=20", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=18", "results": [ { "matrix_id": "MA0949.1", "name": "ARR2", "collection": "CORE", "base_id": "MA0949", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0949.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0949.1/" }, { "matrix_id": "MA0949.2", "name": "ARR2", "collection": "CORE", "base_id": "MA0949", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0949.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0949.2/" }, { "matrix_id": "MA2398.1", "name": "AS2", "collection": "CORE", "base_id": "MA2398", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2398.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2398.1/" }, { "matrix_id": "MA1100.1", "name": "ASCL1", "collection": "CORE", "base_id": "MA1100", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1100.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1100.1/" }, { "matrix_id": "MA1100.2", "name": "ASCL1", "collection": "CORE", "base_id": "MA1100", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1100.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1100.2/" }, { "matrix_id": "MA1631.1", "name": "ASCL1", "collection": "CORE", "base_id": "MA1631", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1631.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1631.1/" }, { "matrix_id": "MA1100.3", "name": "ASCL1", "collection": "CORE", "base_id": "MA1100", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1100.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1100.3/" }, { "matrix_id": "MA1631.2", "name": "ASCL1", "collection": "CORE", "base_id": "MA1631", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1631.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1631.2/" }, { "matrix_id": "MA0275.1", "name": "ASG1", "collection": "CORE", "base_id": "MA0275", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0275.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0275.1/" }, { "matrix_id": "MA0276.1", "name": "ASH1", "collection": "CORE", "base_id": "MA0276", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0276.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0276.1/" } ] }