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=159
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=160", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=158", "results": [ { "matrix_id": "UN0123.2", "name": "FOXR2", "collection": "UNVALIDATED", "base_id": "UN0123", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0123.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0123.2/" }, { "matrix_id": "MA2118.1", "name": "FOXS1", "collection": "CORE", "base_id": "MA2118", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2118.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2118.1/" }, { "matrix_id": "MA2635.1", "name": "FUL", "collection": "CORE", "base_id": "MA2635", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2635.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2635.1/" }, { "matrix_id": "MA2636.1", "name": "FUL::AG", "collection": "CORE", "base_id": "MA2636", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2636.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2636.1/" }, { "matrix_id": "MA2637.1", "name": "FUL::AG::SEP3", "collection": "CORE", "base_id": "MA2637", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2637.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2637.1/" }, { "matrix_id": "MA2638.1", "name": "FUL::SEP3", "collection": "CORE", "base_id": "MA2638", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2638.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2638.1/" }, { "matrix_id": "MA2639.1", "name": "FUL::SOC1", "collection": "CORE", "base_id": "MA2639", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2639.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2639.1/" }, { "matrix_id": "MA0565.1", "name": "FUS3", "collection": "CORE", "base_id": "MA0565", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0565.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0565.1/" }, { "matrix_id": "MA0565.2", "name": "FUS3", "collection": "CORE", "base_id": "MA0565", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0565.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0565.2/" }, { "matrix_id": "MA0565.3", "name": "FUS3", "collection": "CORE", "base_id": "MA0565", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0565.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0565.3/" } ] }