I’d like to report, from an umbrella project, the total number of taxa of conservation concern recorded across all its stewardship sites collectively. Umbrella: https://www.inaturalist.org/projects/conservation-outcomes-biodiversity-stewardship-sites
For a single site I normally get this from an Observations/Explore search — Place = the site, Project = “South African Red List Plants and Animals” (our national updated list of taxa of conservation concern), with view=species for the taxon count. For CNC and GSB I use the same Red List project with the event dates and Place = Southern Africa.
My understanding is that an umbrella project simply gathers its sub-projects onto one page, so it doesn’t natively expose a combined figure like this. Is there a supported URL/API query (or an R approach) to pull the collective count across all the umbrella’s sub-project places?
What I’ve tried:
- Umbrella as
project_id+apply_project_rules_for=south-african-red-list-plants-and-animals→ returns common/non-threatened species in the browser, and an error via the API. It looks like the Red List project’s rule set is too large to be applied this way. - The reverse (Red List as
project_id+apply_project_rules_for=<umbrella>) → returns countrywide Red List taxa (mostly Western Cape fynbos), whereas all my sites are in KZN/Mpumalanga — so the umbrella’s places aren’t being applied at all.
So apply_project_rules_for doesn’t seem to work in either direction here. Is there a native/supported way to do this, or do I need to enumerate the sub-project place_ids and OR them (place_id=a,b,c…) against the Red List project?