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=243
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=244", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=242", "results": [ { "matrix_id": "MA2681.1", "name": "KLF8", "collection": "CORE", "base_id": "MA2681", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2681.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2681.1/" }, { "matrix_id": "MA1107.1", "name": "KLF9", "collection": "CORE", "base_id": "MA1107", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1107.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1107.1/" }, { "matrix_id": "MA1107.2", "name": "KLF9", "collection": "CORE", "base_id": "MA1107", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1107.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1107.2/" }, { "matrix_id": "MA1107.3", "name": "KLF9", "collection": "CORE", "base_id": "MA1107", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1107.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1107.3/" }, { "matrix_id": "UN0865.1", "name": "KNAT3", "collection": "UNVALIDATED", "base_id": "UN0865", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0865.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0865.1/" }, { "matrix_id": "UN0866.1", "name": "KNAT6", "collection": "UNVALIDATED", "base_id": "UN0866", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0866.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0866.1/" }, { "matrix_id": "MA2476.1", "name": "KNAT7", "collection": "CORE", "base_id": "MA2476", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2476.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2476.1/" }, { "matrix_id": "MA1398.1", "name": "KUA1", "collection": "CORE", "base_id": "MA1398", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1398.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1398.1/" }, { "matrix_id": "MA1398.2", "name": "KUA1", "collection": "CORE", "base_id": "MA1398", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1398.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1398.2/" }, { "matrix_id": "MA1398.3", "name": "KUA1", "collection": "CORE", "base_id": "MA1398", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1398.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1398.3/" } ] }