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=418
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=419", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=417", "results": [ { "matrix_id": "UN1143.1", "name": "TBX4::OTP", "collection": "UNVALIDATED", "base_id": "UN1143", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1143.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1143.1/" }, { "matrix_id": "MA0807.1", "name": "TBX5", "collection": "CORE", "base_id": "MA0807", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0807.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0807.1/" }, { "matrix_id": "MA1567.1", "name": "TBX6", "collection": "CORE", "base_id": "MA1567", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1567.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1567.1/" }, { "matrix_id": "MA0009.2", "name": "TBXT", "collection": "CORE", "base_id": "MA0009", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0009.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0009.2/" }, { "matrix_id": "MA1648.1", "name": "TCF12", "collection": "CORE", "base_id": "MA1648", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1648.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1648.1/" }, { "matrix_id": "MA1648.2", "name": "TCF12", "collection": "CORE", "base_id": "MA1648", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1648.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1648.2/" }, { "matrix_id": "UN1144.1", "name": "TCF12::FOXA1", "collection": "UNVALIDATED", "base_id": "UN1144", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1144.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1144.1/" }, { "matrix_id": "UN1145.1", "name": "TCF12::FOXD2", "collection": "UNVALIDATED", "base_id": "UN1145", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1145.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1145.1/" }, { "matrix_id": "UN0580.1", "name": "TCF15", "collection": "UNVALIDATED", "base_id": "UN0580", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0580.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0580.1/" }, { "matrix_id": "UN0580.2", "name": "TCF15", "collection": "UNVALIDATED", "base_id": "UN0580", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0580.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0580.2/" } ] }