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=165
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=166", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=164", "results": [ { "matrix_id": "MA0041.1", "name": "Foxd3", "collection": "CORE", "base_id": "MA0041", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0041.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0041.1/" }, { "matrix_id": "MA1606.1", "name": "Foxf1", "collection": "CORE", "base_id": "MA1606", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1606.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1606.1/" }, { "matrix_id": "MA1606.2", "name": "Foxf1", "collection": "CORE", "base_id": "MA1606", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1606.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1606.2/" }, { "matrix_id": "MA0614.1", "name": "Foxj2", "collection": "CORE", "base_id": "MA0614", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0614.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0614.1/" }, { "matrix_id": "MA0851.1", "name": "Foxj3", "collection": "CORE", "base_id": "MA0851", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0851.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0851.1/" }, { "matrix_id": "MA0851.2", "name": "Foxj3", "collection": "CORE", "base_id": "MA0851", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0851.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0851.2/" }, { "matrix_id": "MA0852.1", "name": "Foxk1", "collection": "CORE", "base_id": "MA0852", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0852.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0852.1/" }, { "matrix_id": "MA1607.1", "name": "Foxl2", "collection": "CORE", "base_id": "MA1607", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1607.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1607.1/" }, { "matrix_id": "MA1607.2", "name": "Foxl2", "collection": "CORE", "base_id": "MA1607", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1607.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1607.2/" }, { "matrix_id": "MA1684.1", "name": "Foxn1", "collection": "CORE", "base_id": "MA1684", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1684.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1684.1/" } ] }