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=504
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=505", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=503", "results": [ { "matrix_id": "MA2555.1", "name": "ZNF493", "collection": "CORE", "base_id": "MA2555", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2555.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2555.1/" }, { "matrix_id": "MA2567.1", "name": "ZNF497", "collection": "CORE", "base_id": "MA2567", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2567.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2567.1/" }, { "matrix_id": "MA2585.1", "name": "ZNF500", "collection": "CORE", "base_id": "MA2585", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2585.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2585.1/" }, { "matrix_id": "UN0623.1", "name": "ZNF502", "collection": "UNVALIDATED", "base_id": "UN0623", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0623.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0623.1/" }, { "matrix_id": "UN0623.2", "name": "ZNF502", "collection": "UNVALIDATED", "base_id": "UN0623", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0623.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0623.2/" }, { "matrix_id": "UN0198.1", "name": "ZNF506", "collection": "UNVALIDATED", "base_id": "UN0198", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0198.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0198.1/" }, { "matrix_id": "UN0198.2", "name": "ZNF506", "collection": "UNVALIDATED", "base_id": "UN0198", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0198.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0198.2/" }, { "matrix_id": "UN0624.1", "name": "ZNF507", "collection": "UNVALIDATED", "base_id": "UN0624", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0624.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0624.1/" }, { "matrix_id": "UN0624.2", "name": "ZNF507", "collection": "UNVALIDATED", "base_id": "UN0624", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0624.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0624.2/" }, { "matrix_id": "MA2556.1", "name": "ZNF510", "collection": "CORE", "base_id": "MA2556", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2556.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2556.1/" } ] }