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=35
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=36", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=34", "results": [ { "matrix_id": "MA0007.3", "name": "Ar", "collection": "CORE", "base_id": "MA0007", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0007.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0007.3/" }, { "matrix_id": "MA0007.4", "name": "Ar", "collection": "CORE", "base_id": "MA0007", "version": "4", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0007.4.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0007.4/" }, { "matrix_id": "MA2109.1", "name": "Arid3", "collection": "CORE", "base_id": "MA2109", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2109.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2109.1/" }, { "matrix_id": "MA0151.1", "name": "Arid3a", "collection": "CORE", "base_id": "MA0151", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0151.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0151.1/" }, { "matrix_id": "MA0601.1", "name": "Arid3b", "collection": "CORE", "base_id": "MA0601", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0601.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0601.1/" }, { "matrix_id": "MA0601.2", "name": "Arid3b", "collection": "CORE", "base_id": "MA0601", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0601.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0601.2/" }, { "matrix_id": "MA0602.1", "name": "Arid5a", "collection": "CORE", "base_id": "MA0602", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0602.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0602.1/" }, { "matrix_id": "MA0602.2", "name": "Arid5a", "collection": "CORE", "base_id": "MA0602", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0602.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0602.2/" }, { "matrix_id": "MA0004.1", "name": "Arnt", "collection": "CORE", "base_id": "MA0004", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0004.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0004.1/" }, { "matrix_id": "MA0603.1", "name": "Arntl", "collection": "CORE", "base_id": "MA0603", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0603.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0603.1/" } ] }