Species 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/species?order=tax_id&page=6
{ "count": 52, "next": null, "previous": "https://jaspar.elixir.no/api/v1/species?order=tax_id&page=5", "results": [ { "tax_id": "164328", "species": "Phytophthora ramorum", "url": "https://jaspar.elixir.no/api/v1/species/164328/", "matrix_url": "https://jaspar.elixir.no/api/v1/species/164328/" }, { "tax_id": "559292", "species": "Saccharomyces cerevisiae S288C", "url": "https://jaspar.elixir.no/api/v1/species/559292/", "matrix_url": "https://jaspar.elixir.no/api/v1/species/559292/" } ] }