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=151
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=152", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=150", "results": [ { "matrix_id": "UN1007.1", "name": "FOXB1::ONECUT1", "collection": "UNVALIDATED", "base_id": "UN1007", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1007.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1007.1/" }, { "matrix_id": "UN1008.1", "name": "FOXB1::ONECUT2", "collection": "UNVALIDATED", "base_id": "UN1008", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1008.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1008.1/" }, { "matrix_id": "UN1203.1", "name": "FOXB1::RUNX2", "collection": "UNVALIDATED", "base_id": "UN1203", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1203.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1203.1/" }, { "matrix_id": "UN1009.1", "name": "FOXB1::TCF12", "collection": "UNVALIDATED", "base_id": "UN1009", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1009.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1009.1/" }, { "matrix_id": "UN1010.1", "name": "FOXB1::TCF3", "collection": "UNVALIDATED", "base_id": "UN1010", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1010.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1010.1/" }, { "matrix_id": "UN1011.1", "name": "FOXB1::TCF4", "collection": "UNVALIDATED", "base_id": "UN1011", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1011.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1011.1/" }, { "matrix_id": "UN1204.1", "name": "FOXB1::TEAD4", "collection": "UNVALIDATED", "base_id": "UN1204", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1204.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1204.1/" }, { "matrix_id": "MA0032.1", "name": "FOXC1", "collection": "CORE", "base_id": "MA0032", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0032.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0032.1/" }, { "matrix_id": "MA0032.2", "name": "FOXC1", "collection": "CORE", "base_id": "MA0032", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0032.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0032.2/" }, { "matrix_id": "MA0846.1", "name": "FOXC2", "collection": "CORE", "base_id": "MA0846", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0846.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0846.1/" } ] }