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=224
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=225", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=223", "results": [ { "matrix_id": "UN0127.1", "name": "HSFY1", "collection": "UNVALIDATED", "base_id": "UN0127", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0127.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0127.1/" }, { "matrix_id": "UN0127.2", "name": "HSFY1", "collection": "UNVALIDATED", "base_id": "UN0127", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0127.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0127.2/" }, { "matrix_id": "MA0551.1", "name": "HY5", "collection": "CORE", "base_id": "MA0551", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0551.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0551.1/" }, { "matrix_id": "MA0551.2", "name": "HY5", "collection": "CORE", "base_id": "MA0551", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0551.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0551.2/" }, { "matrix_id": "MA1425.1", "name": "HYH", "collection": "CORE", "base_id": "MA1425", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1425.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1425.1/" }, { "matrix_id": "MA1425.2", "name": "HYH", "collection": "CORE", "base_id": "MA1425", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1425.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1425.2/" }, { "matrix_id": "UN0770.1", "name": "Hand", "collection": "UNVALIDATED", "base_id": "UN0770", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0770.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0770.1/" }, { "matrix_id": "MA2123.1", "name": "Hand1", "collection": "CORE", "base_id": "MA2123", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2123.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2123.1/" }, { "matrix_id": "MA0092.1", "name": "Hand1::Tcf3", "collection": "CORE", "base_id": "MA0092", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0092.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0092.1/" }, { "matrix_id": "MA0092.2", "name": "Hand1::Tcf3", "collection": "CORE", "base_id": "MA0092", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0092.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0092.2/" } ] }