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=510
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=511", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=509", "results": [ { "matrix_id": "UN0206.2", "name": "ZNF580", "collection": "UNVALIDATED", "base_id": "UN0206", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0206.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0206.2/" }, { "matrix_id": "MA1983.1", "name": "ZNF582", "collection": "CORE", "base_id": "MA1983", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1983.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1983.1/" }, { "matrix_id": "MA1983.2", "name": "ZNF582", "collection": "CORE", "base_id": "MA1983", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1983.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1983.2/" }, { "matrix_id": "UN1266.1", "name": "ZNF583", "collection": "UNVALIDATED", "base_id": "UN1266", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1266.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1266.1/" }, { "matrix_id": "UN0637.1", "name": "ZNF585A", "collection": "UNVALIDATED", "base_id": "UN0637", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0637.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0637.1/" }, { "matrix_id": "UN0637.2", "name": "ZNF585A", "collection": "UNVALIDATED", "base_id": "UN0637", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0637.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0637.2/" }, { "matrix_id": "UN0207.1", "name": "ZNF585B", "collection": "UNVALIDATED", "base_id": "UN0207", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0207.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0207.1/" }, { "matrix_id": "UN0207.2", "name": "ZNF585B", "collection": "UNVALIDATED", "base_id": "UN0207", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0207.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0207.2/" }, { "matrix_id": "UN0638.1", "name": "ZNF586", "collection": "UNVALIDATED", "base_id": "UN0638", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0638.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0638.1/" }, { "matrix_id": "UN0638.2", "name": "ZNF586", "collection": "UNVALIDATED", "base_id": "UN0638", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0638.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0638.2/" } ] }