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=257
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=258", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=256", "results": [ { "matrix_id": "MA0059.1", "name": "MAX::MYC", "collection": "CORE", "base_id": "MA0059", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0059.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0059.1/" }, { "matrix_id": "MA0059.2", "name": "MAX::MYC", "collection": "CORE", "base_id": "MA0059", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0059.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0059.2/" }, { "matrix_id": "MA1522.1", "name": "MAZ", "collection": "CORE", "base_id": "MA1522", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1522.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1522.1/" }, { "matrix_id": "MA1522.2", "name": "MAZ", "collection": "CORE", "base_id": "MA1522", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1522.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1522.2/" }, { "matrix_id": "MA2370.1", "name": "MBD2", "collection": "CORE", "base_id": "MA2370", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2370.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2370.1/" }, { "matrix_id": "MA0329.1", "name": "MBP1", "collection": "CORE", "base_id": "MA0329", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0329.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0329.1/" }, { "matrix_id": "MA0329.2", "name": "MBP1", "collection": "CORE", "base_id": "MA0329", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0329.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0329.2/" }, { "matrix_id": "MA0330.1", "name": "MBP1::SWI6", "collection": "CORE", "base_id": "MA0330", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0330.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0330.1/" }, { "matrix_id": "MA0331.1", "name": "MCM1", "collection": "CORE", "base_id": "MA0331", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0331.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0331.1/" }, { "matrix_id": "MA0052.1", "name": "MEF2A", "collection": "CORE", "base_id": "MA0052", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0052.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0052.1/" } ] }