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=514
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=515", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=513", "results": [ { "matrix_id": "UN0647.1", "name": "ZNF664", "collection": "UNVALIDATED", "base_id": "UN0647", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0647.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0647.1/" }, { "matrix_id": "UN0647.2", "name": "ZNF664", "collection": "UNVALIDATED", "base_id": "UN0647", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0647.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0647.2/" }, { "matrix_id": "MA1984.1", "name": "ZNF667", "collection": "CORE", "base_id": "MA1984", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1984.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1984.1/" }, { "matrix_id": "MA1984.2", "name": "ZNF667", "collection": "CORE", "base_id": "MA1984", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1984.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1984.2/" }, { "matrix_id": "MA1985.1", "name": "ZNF669", "collection": "CORE", "base_id": "MA1985", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1985.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1985.1/" }, { "matrix_id": "UN0336.1", "name": "ZNF671", "collection": "UNVALIDATED", "base_id": "UN0336", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0336.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0336.1/" }, { "matrix_id": "UN0336.2", "name": "ZNF671", "collection": "UNVALIDATED", "base_id": "UN0336", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0336.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0336.2/" }, { "matrix_id": "MA2587.1", "name": "ZNF672", "collection": "CORE", "base_id": "MA2587", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2587.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2587.1/" }, { "matrix_id": "UN0648.1", "name": "ZNF674", "collection": "UNVALIDATED", "base_id": "UN0648", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0648.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0648.1/" }, { "matrix_id": "UN0648.2", "name": "ZNF674", "collection": "UNVALIDATED", "base_id": "UN0648", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0648.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0648.2/" } ] }