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=69
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=70", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=68", "results": [ { "matrix_id": "MA0609.3", "name": "CREM", "collection": "CORE", "base_id": "MA0609", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0609.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0609.3/" }, { "matrix_id": "UN0921.1", "name": "CREM::GABPA", "collection": "UNVALIDATED", "base_id": "UN0921", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0921.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0921.1/" }, { "matrix_id": "UN0926.1", "name": "CREM::HOXA2", "collection": "UNVALIDATED", "base_id": "UN0926", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0926.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0926.1/" }, { "matrix_id": "UN0927.1", "name": "CREM::RFX3", "collection": "UNVALIDATED", "base_id": "UN0927", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0927.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0927.1/" }, { "matrix_id": "UN1183.1", "name": "CREM::TEAD4", "collection": "UNVALIDATED", "base_id": "UN1183", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1183.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1183.1/" }, { "matrix_id": "MA0975.1", "name": "CRF2", "collection": "CORE", "base_id": "MA0975", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0975.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0975.1/" }, { "matrix_id": "MA2378.1", "name": "CRF3", "collection": "CORE", "base_id": "MA2378", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2378.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2378.1/" }, { "matrix_id": "MA0976.1", "name": "CRF4", "collection": "CORE", "base_id": "MA0976", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0976.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0976.1/" }, { "matrix_id": "MA0976.2", "name": "CRF4", "collection": "CORE", "base_id": "MA0976", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0976.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0976.2/" }, { "matrix_id": "MA0976.3", "name": "CRF4", "collection": "CORE", "base_id": "MA0976", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0976.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0976.3/" } ] }