Search Query for Observation Field Values

I have some observations with the observation field “Original File name of photo”.
Is there a way to find that field value for a particular observation, in json format?

2 Likes

image

Are you looking to search for a specific value (“P1100343b.jpg”) within that observation field (“Original File name of photo”)? https://www.inaturalist.org/observations?verifiable=any&place_id=any&field:Original%20File%20name%20of%20photo=P1100343b.jpg

Or just list all of your observations with that observation field? https://www.inaturalist.org/observations?place_id=any&subview=grid&user_id=xpda&field:original%20file%20name%20of%20photo=

Looks like this info is under “ofvs” in the API: http://api.inaturalist.org/v1/observations?user_id=xpda
image

That’s perfect. Thank you for the quick reply!

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.