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=466
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=467", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=465", "results": [ { "matrix_id": "MA0419.1", "name": "YAP7", "collection": "CORE", "base_id": "MA0419", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0419.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0419.1/" }, { "matrix_id": "UN0139.1", "name": "YBX1", "collection": "UNVALIDATED", "base_id": "UN0139", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0139.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0139.1/" }, { "matrix_id": "MA0423.1", "name": "YER130C", "collection": "CORE", "base_id": "MA0423", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0423.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0423.1/" }, { "matrix_id": "MA0423.2", "name": "YER130C", "collection": "CORE", "base_id": "MA0423", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0423.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0423.2/" }, { "matrix_id": "MA0424.1", "name": "YER184C", "collection": "CORE", "base_id": "MA0424", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0424.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0424.1/" }, { "matrix_id": "MA0424.2", "name": "YER184C", "collection": "CORE", "base_id": "MA0424", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0424.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0424.2/" }, { "matrix_id": "MA0425.1", "name": "YGR067C", "collection": "CORE", "base_id": "MA0425", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0425.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0425.1/" }, { "matrix_id": "MA0425.2", "name": "YGR067C", "collection": "CORE", "base_id": "MA0425", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0425.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0425.2/" }, { "matrix_id": "MA0426.1", "name": "YHP1", "collection": "CORE", "base_id": "MA0426", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0426.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0426.1/" }, { "matrix_id": "MA0428.1", "name": "YKL222C", "collection": "CORE", "base_id": "MA0428", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0428.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0428.1/" } ] }