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=253
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=254", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=252", "results": [ { "matrix_id": "MA2399.1", "name": "LjSGA_053525.1", "collection": "CORE", "base_id": "MA2399", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2399.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2399.1/" }, { "matrix_id": "MA2400.1", "name": "LjTCP20", "collection": "CORE", "base_id": "MA2400", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2400.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2400.1/" }, { "matrix_id": "MA1896.1", "name": "Lmx-b", "collection": "CORE", "base_id": "MA1896", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1896.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1896.1/" }, { "matrix_id": "MA1896.2", "name": "Lmx-b", "collection": "CORE", "base_id": "MA1896", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1896.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1896.2/" }, { "matrix_id": "UN0709.1", "name": "M03D4.4", "collection": "UNVALIDATED", "base_id": "UN0709", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0709.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0709.1/" }, { "matrix_id": "MA1459.1", "name": "M1BP", "collection": "CORE", "base_id": "MA1459", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1459.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1459.1/" }, { "matrix_id": "MA1459.2", "name": "M1BP", "collection": "CORE", "base_id": "MA1459", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1459.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1459.2/" }, { "matrix_id": "MA0326.1", "name": "MAC1", "collection": "CORE", "base_id": "MA0326", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0326.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0326.1/" }, { "matrix_id": "MA1520.1", "name": "MAF", "collection": "CORE", "base_id": "MA1520", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1520.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1520.1/" }, { "matrix_id": "MA1520.2", "name": "MAF", "collection": "CORE", "base_id": "MA1520", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1520.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1520.2/" } ] }