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=509
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=510", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=508", "results": [ { "matrix_id": "UN0635.1", "name": "ZNF571", "collection": "UNVALIDATED", "base_id": "UN0635", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0635.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0635.1/" }, { "matrix_id": "UN0635.2", "name": "ZNF571", "collection": "UNVALIDATED", "base_id": "UN0635", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0635.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0635.2/" }, { "matrix_id": "UN0636.1", "name": "ZNF573", "collection": "UNVALIDATED", "base_id": "UN0636", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0636.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0636.1/" }, { "matrix_id": "UN0636.2", "name": "ZNF573", "collection": "UNVALIDATED", "base_id": "UN0636", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0636.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0636.2/" }, { "matrix_id": "MA1982.1", "name": "ZNF574", "collection": "CORE", "base_id": "MA1982", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1982.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1982.1/" }, { "matrix_id": "MA1982.2", "name": "ZNF574", "collection": "CORE", "base_id": "MA1982", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1982.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1982.2/" }, { "matrix_id": "UN0816.1", "name": "ZNF577", "collection": "UNVALIDATED", "base_id": "UN0816", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0816.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0816.1/" }, { "matrix_id": "UN1265.1", "name": "ZNF578", "collection": "UNVALIDATED", "base_id": "UN1265", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1265.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1265.1/" }, { "matrix_id": "UN0205.1", "name": "ZNF580", "collection": "UNVALIDATED", "base_id": "UN0205", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0205.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0205.1/" }, { "matrix_id": "UN0206.1", "name": "ZNF580", "collection": "UNVALIDATED", "base_id": "UN0206", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0206.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0206.1/" } ] }