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=39
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=40", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=38", "results": [ { "matrix_id": "MA1633.1", "name": "BACH1", "collection": "CORE", "base_id": "MA1633", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1633.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1633.1/" }, { "matrix_id": "MA1633.2", "name": "BACH1", "collection": "CORE", "base_id": "MA1633", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1633.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1633.2/" }, { "matrix_id": "MA1101.1", "name": "BACH2", "collection": "CORE", "base_id": "MA1101", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1101.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1101.1/" }, { "matrix_id": "MA1101.2", "name": "BACH2", "collection": "CORE", "base_id": "MA1101", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1101.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1101.2/" }, { "matrix_id": "MA1470.1", "name": "BACH2", "collection": "CORE", "base_id": "MA1470", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1470.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1470.1/" }, { "matrix_id": "MA1101.3", "name": "BACH2", "collection": "CORE", "base_id": "MA1101", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1101.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1101.3/" }, { "matrix_id": "MA1470.2", "name": "BACH2", "collection": "CORE", "base_id": "MA1470", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1470.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1470.2/" }, { "matrix_id": "UN1004.1", "name": "BACH2::FOXD2", "collection": "UNVALIDATED", "base_id": "UN1004", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1004.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1004.1/" }, { "matrix_id": "MA2408.1", "name": "BAD1", "collection": "CORE", "base_id": "MA2408", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2408.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2408.1/" }, { "matrix_id": "MA2014.1", "name": "BAM8", "collection": "CORE", "base_id": "MA2014", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2014.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2014.1/" } ] }