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=524
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=525", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=523", "results": [ { "matrix_id": "UN0230.1", "name": "ZNF787", "collection": "UNVALIDATED", "base_id": "UN0230", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0230.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0230.1/" }, { "matrix_id": "UN0231.1", "name": "ZNF787", "collection": "UNVALIDATED", "base_id": "UN0231", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0231.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0231.1/" }, { "matrix_id": "UN0230.2", "name": "ZNF787", "collection": "UNVALIDATED", "base_id": "UN0230", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0230.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0230.2/" }, { "matrix_id": "UN0231.2", "name": "ZNF787", "collection": "UNVALIDATED", "base_id": "UN0231", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0231.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0231.2/" }, { "matrix_id": "UN0660.1", "name": "ZNF789", "collection": "UNVALIDATED", "base_id": "UN0660", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0660.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0660.1/" }, { "matrix_id": "UN0660.2", "name": "ZNF789", "collection": "UNVALIDATED", "base_id": "UN0660", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0660.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0660.2/" }, { "matrix_id": "UN0661.1", "name": "ZNF79", "collection": "UNVALIDATED", "base_id": "UN0661", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0661.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0661.1/" }, { "matrix_id": "UN0661.2", "name": "ZNF79", "collection": "UNVALIDATED", "base_id": "UN0661", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0661.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0661.2/" }, { "matrix_id": "UN1261.1", "name": "ZNF790", "collection": "UNVALIDATED", "base_id": "UN1261", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1261.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1261.1/" }, { "matrix_id": "UN0817.1", "name": "ZNF791", "collection": "UNVALIDATED", "base_id": "UN0817", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0817.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0817.1/" } ] }