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=408
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=409", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=407", "results": [ { "matrix_id": "MA2710.1", "name": "SolycHsfB1", "collection": "CORE", "base_id": "MA2710", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2710.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2710.1/" }, { "matrix_id": "MA2711.1", "name": "SolycHsfB2b", "collection": "CORE", "base_id": "MA2711", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2711.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2711.1/" }, { "matrix_id": "MA2728.1", "name": "SolycHsfC1", "collection": "CORE", "base_id": "MA2728", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2728.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2728.1/" }, { "matrix_id": "MA0870.1", "name": "Sox1", "collection": "CORE", "base_id": "MA0870", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0870.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0870.1/" }, { "matrix_id": "MA2320.1", "name": "Sox100B", "collection": "CORE", "base_id": "MA2320", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2320.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2320.1/" }, { "matrix_id": "MA2273.1", "name": "Sox102F", "collection": "CORE", "base_id": "MA2273", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2273.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2273.1/" }, { "matrix_id": "MA0869.1", "name": "Sox11", "collection": "CORE", "base_id": "MA0869", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0869.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0869.1/" }, { "matrix_id": "MA0869.2", "name": "Sox11", "collection": "CORE", "base_id": "MA0869", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0869.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0869.2/" }, { "matrix_id": "MA0869.3", "name": "Sox11", "collection": "CORE", "base_id": "MA0869", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0869.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0869.3/" }, { "matrix_id": "MA2274.1", "name": "Sox14", "collection": "CORE", "base_id": "MA2274", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2274.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2274.1/" } ] }