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=543
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=544", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=542", "results": [ { "matrix_id": "MA1357.1", "name": "bHLH80", "collection": "CORE", "base_id": "MA1357", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1357.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1357.1/" }, { "matrix_id": "MA1357.2", "name": "bHLH80", "collection": "CORE", "base_id": "MA1357", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1357.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1357.2/" }, { "matrix_id": "MA1407.1", "name": "bZIP14", "collection": "CORE", "base_id": "MA1407", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1407.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1407.1/" }, { "matrix_id": "MA1407.2", "name": "bZIP14", "collection": "CORE", "base_id": "MA1407", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1407.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1407.2/" }, { "matrix_id": "MA2505.1", "name": "bZIP59", "collection": "CORE", "base_id": "MA2505", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2505.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2505.1/" }, { "matrix_id": "MA0096.1", "name": "bZIP910", "collection": "CORE", "base_id": "MA0096", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0096.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0096.1/" }, { "matrix_id": "MA0097.1", "name": "bZIP911", "collection": "CORE", "base_id": "MA0097", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0097.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0097.1/" }, { "matrix_id": "MA2631.1", "name": "bab1", "collection": "CORE", "base_id": "MA2631", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2631.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2631.1/" }, { "matrix_id": "MA0211.1", "name": "bap", "collection": "CORE", "base_id": "MA0211", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0211.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0211.1/" }, { "matrix_id": "UN0749.1", "name": "bbx", "collection": "UNVALIDATED", "base_id": "UN0749", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0749.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0749.1/" } ] }