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=415
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=416", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=414", "results": [ { "matrix_id": "MA0091.2", "name": "TAL1::TCF3", "collection": "CORE", "base_id": "MA0091", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0091.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0091.2/" }, { "matrix_id": "MA1430.1", "name": "TB1", "collection": "CORE", "base_id": "MA1430", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1430.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1430.1/" }, { "matrix_id": "MA1430.2", "name": "TB1", "collection": "CORE", "base_id": "MA1430", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1430.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1430.2/" }, { "matrix_id": "MA0403.1", "name": "TBF1", "collection": "CORE", "base_id": "MA0403", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0403.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0403.1/" }, { "matrix_id": "MA0403.2", "name": "TBF1", "collection": "CORE", "base_id": "MA0403", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0403.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0403.2/" }, { "matrix_id": "MA0403.3", "name": "TBF1", "collection": "CORE", "base_id": "MA0403", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0403.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0403.3/" }, { "matrix_id": "MA0108.1", "name": "TBP", "collection": "CORE", "base_id": "MA0108", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0108.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0108.1/" }, { "matrix_id": "MA0108.2", "name": "TBP", "collection": "CORE", "base_id": "MA0108", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0108.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0108.2/" }, { "matrix_id": "MA0108.3", "name": "TBP", "collection": "CORE", "base_id": "MA0108", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0108.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0108.3/" }, { "matrix_id": "MA0802.1", "name": "TBR1", "collection": "CORE", "base_id": "MA0802", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0802.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0802.1/" } ] }