How can I see how many identifications I've done in a particular place and time frame?

I want to find out how many IDs I’ve done so far this year, for observations in my county. But I can only seem to find the ones where the observation was also done this year - I need to see identifications I provided to very old observations as well. Is there any way to do this?

The ident_user_id is the URL query you need for this

https://www.inaturalist.org/observations?ident_user_id=graysquirrel&place_id=any&subview=map

The good news is that it is possible with the API.
The bad news is that it can only be done with the API, because the website will only filter date of observation rather than date of identification. Give me a moment to find you a URL.

1 Like

This could work if you sort by “date updated”, but it wouldn’t be a precise answer for a given time period

This is displaying a little table. In the second to last column, there’s a number labeled IDs, which is the number of IDs
-made by graysquirrel for others, not on her own observations
-not automatically added due to taxon change
-not withdrawn
-between Jan 1 2022 and midnight on Dec 31 2022

https://jumear.github.io/stirfry/iNatAPIv1_identifications_identifiers.html?own_observation=false&is_change=false&user_login=graysquirrel&current=true&d1=2022-01-01&d2=2022-12-31T23:59:59&per_page=90&order=desc&order_by=created_at

I didn’t try to include your location, but the segment for that is &place_id= Just find out the place number, put it after the equals sign and add the segment to the URL (at the end is fine)

And as always credit to @pisum for the coding that makes this display as a table instead of a wall of text.

6 Likes

Thank you, that’s perfect!

1 Like

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