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=148
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=149", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=147", "results": [ { "matrix_id": "MA1143.1", "name": "FOSL1::JUND", "collection": "CORE", "base_id": "MA1143", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1143.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1143.1/" }, { "matrix_id": "MA1142.2", "name": "FOSL1::JUND", "collection": "CORE", "base_id": "MA1142", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1142.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1142.2/" }, { "matrix_id": "MA1143.2", "name": "FOSL1::JUND", "collection": "CORE", "base_id": "MA1143", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1143.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1143.2/" }, { "matrix_id": "MA0478.1", "name": "FOSL2", "collection": "CORE", "base_id": "MA0478", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0478.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0478.1/" }, { "matrix_id": "MA0478.2", "name": "FOSL2", "collection": "CORE", "base_id": "MA0478", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0478.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0478.2/" }, { "matrix_id": "MA1130.1", "name": "FOSL2::JUN", "collection": "CORE", "base_id": "MA1130", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1130.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1130.1/" }, { "matrix_id": "MA1131.1", "name": "FOSL2::JUN", "collection": "CORE", "base_id": "MA1131", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1131.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1131.1/" }, { "matrix_id": "MA1130.2", "name": "FOSL2::JUN", "collection": "CORE", "base_id": "MA1130", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1130.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1130.2/" }, { "matrix_id": "MA1131.2", "name": "FOSL2::JUN", "collection": "CORE", "base_id": "MA1131", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1131.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1131.2/" }, { "matrix_id": "MA1138.1", "name": "FOSL2::JUNB", "collection": "CORE", "base_id": "MA1138", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1138.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1138.1/" } ] }