Search for Annotations
&term_id=
- the annotation group
- 1=Life Stage, 9=Sex, 12=Plant Phenology, 17=Alive or Dead, 22=Evidence of Presence
&term_value_id=
- the value within the group
- Life Stage: 2=Adult, 3=Teneral, 4=Pupa, 5=Nymph, 6=Larva, 7=Egg, 8=Juvenile, 16=Subimago
- Sex: 10=Female, 11=Male
- Plant Phenology: 13=Flowering, 14=Fruiting, 15=Flower Budding, 21=No Evidence of Flowering
- Alive or Dead: 18=Alive, 19=Dead, 20=Cannot Be Determined
- Evidence of Presence: 23=Feather, 24=Organism, 25=Scat, 26=Track, 27=Bone, 28=Molt, 29=Gall, 30=Egg, 31= Hair, 32=Leafmine, 35=Construction
Both the group parameter and value parameter should be included in the URL. And term_value_id should be able to accept a comma-separated list of more than one value.
Here are all verifiable Lepidoptera observations with a Life Stage of Larva: https://www.inaturalist.org/observations?place_id=any&taxon_id=47157&term_id=1&term_value_id=6
And here are all verifiable Lepidoptera observations with a Life Stage of Larva or Adult: https://www.inaturalist.org/observations?page=2&place_id=any&taxon_id=47157&term_id=1&term_value_id=2,6
To exclude observations with particular annotations, use the following similar to the above:
&without_term_id=
to exclude observations with any annotation in this group
&term_id=xx&without_term_value_id=
to exclude observations with a specific annotation value
For example, to see observations NOT marked as alive, dead, or undetermined use https://www.inaturalist.org/observations/identify?without_term_id=17
For observations that are marked as alive or undetermined but NOT dead, use https://www.inaturalist.org/observations/identify?term_id=17&without_term_value_id=19