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=267
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=268", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=266", "results": [ { "matrix_id": "MA0863.1", "name": "MTF1", "collection": "CORE", "base_id": "MA0863", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0863.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0863.1/" }, { "matrix_id": "UN0803.1", "name": "MXD4", "collection": "UNVALIDATED", "base_id": "UN0803", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0803.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0803.1/" }, { "matrix_id": "MA1108.1", "name": "MXI1", "collection": "CORE", "base_id": "MA1108", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1108.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1108.1/" }, { "matrix_id": "MA1108.2", "name": "MXI1", "collection": "CORE", "base_id": "MA1108", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1108.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1108.2/" }, { "matrix_id": "MA1108.3", "name": "MXI1", "collection": "CORE", "base_id": "MA1108", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1108.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1108.3/" }, { "matrix_id": "MA0100.3", "name": "MYB", "collection": "CORE", "base_id": "MA0100", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0100.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0100.3/" }, { "matrix_id": "MA0100.4", "name": "MYB", "collection": "CORE", "base_id": "MA0100", "version": "4", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0100.4.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0100.4/" }, { "matrix_id": "UN1283.1", "name": "MYB-2A-2", "collection": "UNVALIDATED", "base_id": "UN1283", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1283.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1283.1/" }, { "matrix_id": "UN1247.1", "name": "MYB047", "collection": "UNVALIDATED", "base_id": "UN1247", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1247.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1247.1/" }, { "matrix_id": "MA1179.1", "name": "MYB1", "collection": "CORE", "base_id": "MA1179", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1179.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1179.1/" } ] }