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=391
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=392", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=390", "results": [ { "matrix_id": "MA0080.2", "name": "SPI1", "collection": "CORE", "base_id": "MA0080", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0080.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0080.2/" }, { "matrix_id": "MA0080.4", "name": "SPI1", "collection": "CORE", "base_id": "MA0080", "version": "4", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0080.4.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0080.4/" }, { "matrix_id": "MA0080.5", "name": "SPI1", "collection": "CORE", "base_id": "MA0080", "version": "5", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0080.5.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0080.5/" }, { "matrix_id": "MA0081.1", "name": "SPIB", "collection": "CORE", "base_id": "MA0081", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0081.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0081.1/" }, { "matrix_id": "MA0081.2", "name": "SPIB", "collection": "CORE", "base_id": "MA0081", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0081.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0081.2/" }, { "matrix_id": "MA0081.3", "name": "SPIB", "collection": "CORE", "base_id": "MA0081", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0081.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0081.3/" }, { "matrix_id": "UN1138.1", "name": "SPIB::TBX4", "collection": "UNVALIDATED", "base_id": "UN1138", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1138.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1138.1/" }, { "matrix_id": "MA0687.1", "name": "SPIC", "collection": "CORE", "base_id": "MA0687", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0687.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0687.1/" }, { "matrix_id": "MA0687.2", "name": "SPIC", "collection": "CORE", "base_id": "MA0687", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0687.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0687.2/" }, { "matrix_id": "MA1055.1", "name": "SPL1", "collection": "CORE", "base_id": "MA1055", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1055.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1055.1/" } ] }