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=128
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=129", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=127", "results": [ { "matrix_id": "MA1942.1", "name": "ETV2::FOXI1", "collection": "CORE", "base_id": "MA1942", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1942.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1942.1/" }, { "matrix_id": "UN0513.1", "name": "ETV2::FOXI1", "collection": "UNVALIDATED", "base_id": "UN0513", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0513.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0513.1/" }, { "matrix_id": "UN0514.1", "name": "ETV2::FOXI1", "collection": "UNVALIDATED", "base_id": "UN0514", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0514.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0514.1/" }, { "matrix_id": "UN0515.1", "name": "ETV2::FOXI1", "collection": "UNVALIDATED", "base_id": "UN0515", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0515.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0515.1/" }, { "matrix_id": "MA1942.2", "name": "ETV2::FOXI1", "collection": "CORE", "base_id": "MA1942", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1942.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1942.2/" }, { "matrix_id": "UN0513.2", "name": "ETV2::FOXI1", "collection": "UNVALIDATED", "base_id": "UN0513", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0513.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0513.2/" }, { "matrix_id": "UN0514.2", "name": "ETV2::FOXI1", "collection": "UNVALIDATED", "base_id": "UN0514", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0514.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0514.2/" }, { "matrix_id": "UN0515.2", "name": "ETV2::FOXI1", "collection": "UNVALIDATED", "base_id": "UN0515", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0515.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0515.2/" }, { "matrix_id": "UN0516.1", "name": "ETV2::FOXO6", "collection": "UNVALIDATED", "base_id": "UN0516", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0516.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0516.1/" }, { "matrix_id": "UN0516.2", "name": "ETV2::FOXO6", "collection": "UNVALIDATED", "base_id": "UN0516", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0516.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0516.2/" } ] }