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=559
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=560", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=558", "results": [ { "matrix_id": "UN1274.1", "name": "esc1", "collection": "UNVALIDATED", "base_id": "UN1274", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1274.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1274.1/" }, { "matrix_id": "MA2227.1", "name": "esg", "collection": "CORE", "base_id": "MA2227", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2227.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2227.1/" }, { "matrix_id": "MA2384.1", "name": "estExt_Genewise1.C_2060077", "collection": "CORE", "base_id": "MA2384", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2384.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2384.1/" }, { "matrix_id": "UN0859.1", "name": "estExt_fgenesh1_pg.C_1940033", "collection": "UNVALIDATED", "base_id": "UN0859", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0859.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0859.1/" }, { "matrix_id": "MA2386.1", "name": "estExt_gwp_gw1.C_550163", "collection": "CORE", "base_id": "MA2386", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2386.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2386.1/" }, { "matrix_id": "UN0860.1", "name": "estExt_gwp_gw1.C_70211", "collection": "UNVALIDATED", "base_id": "UN0860", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0860.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0860.1/" }, { "matrix_id": "MA2166.1", "name": "ets-7", "collection": "CORE", "base_id": "MA2166", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2166.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2166.1/" }, { "matrix_id": "MA0221.1", "name": "eve", "collection": "CORE", "base_id": "MA0221", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0221.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0221.1/" }, { "matrix_id": "MA2309.1", "name": "ewg", "collection": "CORE", "base_id": "MA2309", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2309.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2309.1/" }, { "matrix_id": "MA0222.1", "name": "exd", "collection": "CORE", "base_id": "MA0222", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0222.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0222.1/" } ] }