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=168
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=169", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=167", "results": [ { "matrix_id": "MA0302.2", "name": "GAT4", "collection": "CORE", "base_id": "MA0302", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0302.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0302.2/" }, { "matrix_id": "MA1874.1", "name": "GATA-a", "collection": "CORE", "base_id": "MA1874", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1874.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1874.1/" }, { "matrix_id": "MA1874.2", "name": "GATA-a", "collection": "CORE", "base_id": "MA1874", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1874.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1874.2/" }, { "matrix_id": "MA0035.4", "name": "GATA1", "collection": "CORE", "base_id": "MA0035", "version": "4", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0035.4.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0035.4/" }, { "matrix_id": "MA2388.1", "name": "GATA1", "collection": "CORE", "base_id": "MA2388", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2388.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2388.1/" }, { "matrix_id": "MA0035.5", "name": "GATA1", "collection": "CORE", "base_id": "MA0035", "version": "5", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0035.5.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0035.5/" }, { "matrix_id": "MA1875.1", "name": "GATA1/2/3", "collection": "CORE", "base_id": "MA1875", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1875.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1875.1/" }, { "matrix_id": "MA1875.2", "name": "GATA1/2/3", "collection": "CORE", "base_id": "MA1875", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1875.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1875.2/" }, { "matrix_id": "MA1013.1", "name": "GATA10", "collection": "CORE", "base_id": "MA1013", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1013.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1013.1/" }, { "matrix_id": "MA1014.1", "name": "GATA11", "collection": "CORE", "base_id": "MA1014", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1014.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1014.1/" } ] }