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=222
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=223", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=221", "results": [ { "matrix_id": "MA1758.2", "name": "HSFA1E", "collection": "CORE", "base_id": "MA1758", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1758.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1758.2/" }, { "matrix_id": "MA1759.1", "name": "HSFA4A", "collection": "CORE", "base_id": "MA1759", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1759.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1759.1/" }, { "matrix_id": "MA1759.2", "name": "HSFA4A", "collection": "CORE", "base_id": "MA1759", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1759.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1759.2/" }, { "matrix_id": "MA1760.1", "name": "HSFA6A", "collection": "CORE", "base_id": "MA1760", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1760.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1760.1/" }, { "matrix_id": "MA1664.1", "name": "HSFA6B", "collection": "CORE", "base_id": "MA1664", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1664.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1664.1/" }, { "matrix_id": "MA1664.2", "name": "HSFA6B", "collection": "CORE", "base_id": "MA1664", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1664.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1664.2/" }, { "matrix_id": "MA1664.3", "name": "HSFA6B", "collection": "CORE", "base_id": "MA1664", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1664.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1664.3/" }, { "matrix_id": "MA1665.1", "name": "HSFB2A", "collection": "CORE", "base_id": "MA1665", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1665.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1665.1/" }, { "matrix_id": "MA1665.2", "name": "HSFB2A", "collection": "CORE", "base_id": "MA1665", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1665.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1665.2/" }, { "matrix_id": "MA1665.3", "name": "HSFB2A", "collection": "CORE", "base_id": "MA1665", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1665.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1665.3/" } ] }