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=107
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=108", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=106", "results": [ { "matrix_id": "UN0970.1", "name": "ELK3::FOXD2", "collection": "UNVALIDATED", "base_id": "UN0970", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0970.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0970.1/" }, { "matrix_id": "UN0971.1", "name": "ELK3::GCM1", "collection": "UNVALIDATED", "base_id": "UN0971", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0971.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0971.1/" }, { "matrix_id": "UN0972.1", "name": "ELK3::IRF8", "collection": "UNVALIDATED", "base_id": "UN0972", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0972.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0972.1/" }, { "matrix_id": "UN0974.1", "name": "ELK3::TBX21", "collection": "UNVALIDATED", "base_id": "UN0974", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0974.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0974.1/" }, { "matrix_id": "UN1194.1", "name": "ELK3::TBX4", "collection": "UNVALIDATED", "base_id": "UN1194", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1194.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1194.1/" }, { "matrix_id": "UN1195.1", "name": "ELK3::TBX6", "collection": "UNVALIDATED", "base_id": "UN1195", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1195.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1195.1/" }, { "matrix_id": "MA0076.1", "name": "ELK4", "collection": "CORE", "base_id": "MA0076", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0076.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0076.1/" }, { "matrix_id": "MA0076.2", "name": "ELK4", "collection": "CORE", "base_id": "MA0076", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0076.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0076.2/" }, { "matrix_id": "MA0076.3", "name": "ELK4", "collection": "CORE", "base_id": "MA0076", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0076.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0076.3/" }, { "matrix_id": "MA0612.1", "name": "EMX1", "collection": "CORE", "base_id": "MA0612", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0612.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0612.1/" } ] }