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=142
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=143", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=141", "results": [ { "matrix_id": "UN0999.1", "name": "FIGLA::BACH2", "collection": "UNVALIDATED", "base_id": "UN0999", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0999.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0999.1/" }, { "matrix_id": "UN1000.1", "name": "FIGLA::ETV1", "collection": "UNVALIDATED", "base_id": "UN1000", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1000.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1000.1/" }, { "matrix_id": "UN1001.1", "name": "FIGLA::FOXD2", "collection": "UNVALIDATED", "base_id": "UN1001", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1001.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1001.1/" }, { "matrix_id": "MA2521.1", "name": "FIZ1", "collection": "CORE", "base_id": "MA2521", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2521.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2521.1/" }, { "matrix_id": "MA0296.1", "name": "FKH1", "collection": "CORE", "base_id": "MA0296", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0296.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0296.1/" }, { "matrix_id": "MA0296.2", "name": "FKH1", "collection": "CORE", "base_id": "MA0296", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0296.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0296.2/" }, { "matrix_id": "MA0297.1", "name": "FKH2", "collection": "CORE", "base_id": "MA0297", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0297.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0297.1/" }, { "matrix_id": "MA0558.1", "name": "FLC", "collection": "CORE", "base_id": "MA0558", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0558.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0558.1/" }, { "matrix_id": "MA0558.2", "name": "FLC", "collection": "CORE", "base_id": "MA0558", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0558.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0558.2/" }, { "matrix_id": "MA0475.1", "name": "FLI1", "collection": "CORE", "base_id": "MA0475", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0475.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0475.1/" } ] }