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=508
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=509", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=507", "results": [ { "matrix_id": "UN0631.1", "name": "ZNF560", "collection": "UNVALIDATED", "base_id": "UN0631", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0631.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0631.1/" }, { "matrix_id": "UN1258.1", "name": "ZNF563", "collection": "UNVALIDATED", "base_id": "UN1258", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1258.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1258.1/" }, { "matrix_id": "UN0204.1", "name": "ZNF565", "collection": "UNVALIDATED", "base_id": "UN0204", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0204.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0204.1/" }, { "matrix_id": "UN0632.1", "name": "ZNF566", "collection": "UNVALIDATED", "base_id": "UN0632", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0632.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0632.1/" }, { "matrix_id": "UN0632.2", "name": "ZNF566", "collection": "UNVALIDATED", "base_id": "UN0632", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0632.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0632.2/" }, { "matrix_id": "UN0633.1", "name": "ZNF567", "collection": "UNVALIDATED", "base_id": "UN0633", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0633.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0633.1/" }, { "matrix_id": "MA2568.1", "name": "ZNF568", "collection": "CORE", "base_id": "MA2568", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2568.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2568.1/" }, { "matrix_id": "MA2545.1", "name": "ZNF57", "collection": "CORE", "base_id": "MA2545", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2545.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2545.1/" }, { "matrix_id": "UN0634.1", "name": "ZNF570", "collection": "UNVALIDATED", "base_id": "UN0634", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0634.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0634.1/" }, { "matrix_id": "UN0634.2", "name": "ZNF570", "collection": "UNVALIDATED", "base_id": "UN0634", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0634.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0634.2/" } ] }