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=532
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=533", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=531", "results": [ { "matrix_id": "UN0676.2", "name": "Zfat", "collection": "UNVALIDATED", "base_id": "UN0676", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0676.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0676.2/" }, { "matrix_id": "UN0482.1", "name": "Zfp161", "collection": "UNVALIDATED", "base_id": "UN0482", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0482.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0482.1/" }, { "matrix_id": "UN0483.1", "name": "Zfp298", "collection": "UNVALIDATED", "base_id": "UN0483", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0483.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0483.1/" }, { "matrix_id": "UN0483.2", "name": "Zfp298", "collection": "UNVALIDATED", "base_id": "UN0483", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0483.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0483.2/" }, { "matrix_id": "UN0677.1", "name": "Zfp319", "collection": "UNVALIDATED", "base_id": "UN0677", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0677.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0677.1/" }, { "matrix_id": "MA2002.1", "name": "Zfp335", "collection": "CORE", "base_id": "MA2002", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2002.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2002.1/" }, { "matrix_id": "MA2002.2", "name": "Zfp335", "collection": "CORE", "base_id": "MA2002", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2002.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2002.2/" }, { "matrix_id": "UN0484.1", "name": "Zfp367", "collection": "UNVALIDATED", "base_id": "UN0484", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0484.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0484.1/" }, { "matrix_id": "UN0484.2", "name": "Zfp367", "collection": "UNVALIDATED", "base_id": "UN0484", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0484.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0484.2/" }, { "matrix_id": "UN0678.1", "name": "Zfp456", "collection": "UNVALIDATED", "base_id": "UN0678", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0678.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0678.1/" } ] }