Any idea how to get the (
#cheminformatics) structures for a
#ChEBI ontology term? Like, how do I get all the terpenoids, CHEBI:26873?
https://www.ebi.ac.uk/ols4/ontologies/chebi/classes/http%253A%252F%252Fpurl.obolibrary.org%252Fobo%252FCHEBI_26873?lang=en says there are 11,119 terpenoids but I see no way to download them.
Trying the web API,
https://www.ebi.ac.uk/chebi/backend/api/public/ontology/all_children_in_path/?relation=has_functional_parent&entity=CHEBI%3A26873&three_star_only=false&page=1&size=15&download=false says there are 547 (482 if three_star_only=true).
With 'download=true' I get the data in full (unpaged) data in tsv format, with the same counts.
What am I missing?