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=493
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=494", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=492", "results": [ { "matrix_id": "UN0174.1", "name": "ZNF284", "collection": "UNVALIDATED", "base_id": "UN0174", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0174.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0174.1/" }, { "matrix_id": "UN1257.1", "name": "ZNF285", "collection": "UNVALIDATED", "base_id": "UN1257", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1257.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1257.1/" }, { "matrix_id": "MA2551.1", "name": "ZNF286B", "collection": "CORE", "base_id": "MA2551", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2551.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2551.1/" }, { "matrix_id": "UN0175.1", "name": "ZNF296", "collection": "UNVALIDATED", "base_id": "UN0175", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0175.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0175.1/" }, { "matrix_id": "UN0175.2", "name": "ZNF296", "collection": "UNVALIDATED", "base_id": "UN0175", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0175.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0175.2/" }, { "matrix_id": "UN0811.1", "name": "ZNF30", "collection": "UNVALIDATED", "base_id": "UN0811", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0811.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0811.1/" }, { "matrix_id": "UN0176.1", "name": "ZNF304", "collection": "UNVALIDATED", "base_id": "UN0176", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0176.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0176.1/" }, { "matrix_id": "UN0319.1", "name": "ZNF316", "collection": "UNVALIDATED", "base_id": "UN0319", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0319.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0319.1/" }, { "matrix_id": "UN0319.2", "name": "ZNF316", "collection": "UNVALIDATED", "base_id": "UN0319", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0319.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0319.2/" }, { "matrix_id": "MA1593.1", "name": "ZNF317", "collection": "CORE", "base_id": "MA1593", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1593.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1593.1/" } ] }