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=123
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=124", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=122", "results": [ { "matrix_id": "MA1939.2", "name": "ERF::SREBF2", "collection": "CORE", "base_id": "MA1939", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1939.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1939.2/" }, { "matrix_id": "UN0508.1", "name": "ERF::TBX21", "collection": "UNVALIDATED", "base_id": "UN0508", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0508.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0508.1/" }, { "matrix_id": "MA0474.2", "name": "ERG", "collection": "CORE", "base_id": "MA0474", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0474.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0474.2/" }, { "matrix_id": "UN0977.1", "name": "ERG::TBX21", "collection": "UNVALIDATED", "base_id": "UN0977", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0977.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0977.1/" }, { "matrix_id": "UN1196.1", "name": "ERG::TBX6", "collection": "UNVALIDATED", "base_id": "UN1196", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1196.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1196.1/" }, { "matrix_id": "MA2226.1", "name": "ERR", "collection": "CORE", "base_id": "MA2226", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2226.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2226.1/" }, { "matrix_id": "MA0420.1", "name": "ERT1", "collection": "CORE", "base_id": "MA0420", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0420.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0420.1/" }, { "matrix_id": "MA0420.2", "name": "ERT1", "collection": "CORE", "base_id": "MA0420", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0420.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0420.2/" }, { "matrix_id": "MA0112.1", "name": "ESR1", "collection": "CORE", "base_id": "MA0112", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0112.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0112.1/" }, { "matrix_id": "MA0112.2", "name": "ESR1", "collection": "CORE", "base_id": "MA0112", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0112.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0112.2/" } ] }