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=495
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=496", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=494", "results": [ { "matrix_id": "UN0320.2", "name": "ZNF329", "collection": "UNVALIDATED", "base_id": "UN0320", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0320.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0320.2/" }, { "matrix_id": "MA1726.1", "name": "ZNF331", "collection": "CORE", "base_id": "MA1726", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1726.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1726.1/" }, { "matrix_id": "MA1726.2", "name": "ZNF331", "collection": "CORE", "base_id": "MA1726", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1726.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1726.2/" }, { "matrix_id": "UN0609.1", "name": "ZNF333", "collection": "UNVALIDATED", "base_id": "UN0609", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0609.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0609.1/" }, { "matrix_id": "MA2511.1", "name": "ZNF335", "collection": "CORE", "base_id": "MA2511", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2511.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2511.1/" }, { "matrix_id": "UN0610.1", "name": "ZNF337", "collection": "UNVALIDATED", "base_id": "UN0610", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0610.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0610.1/" }, { "matrix_id": "UN0610.2", "name": "ZNF337", "collection": "UNVALIDATED", "base_id": "UN0610", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0610.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0610.2/" }, { "matrix_id": "UN0611.1", "name": "ZNF33B", "collection": "UNVALIDATED", "base_id": "UN0611", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0611.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0611.1/" }, { "matrix_id": "UN0611.2", "name": "ZNF33B", "collection": "UNVALIDATED", "base_id": "UN0611", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0611.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0611.2/" }, { "matrix_id": "MA1655.1", "name": "ZNF341", "collection": "CORE", "base_id": "MA1655", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1655.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1655.1/" } ] }