How to find which species are newly observed in a place?

A group of us have been a bit obsessed with mothing this summer - possibly because for a while it was too hot to go out in the daytime.

On 1-Jan-2026 there were 1071 species of lepidoptera in my city. Now there are 1137.

Is there a way to produce a list of the 66 species that have been newly observed so far this year?

Try this

You can use this lifelist tool I built and only type location and taxa (dont type user)

https://glauberramos.github.io/inat/lifelist

this sort of thing has always been potentially complicated because the taxon of any given observation often changes after the observation is submitted, and observations aren’t always submitted to the platform as soon as they are recorded in the field. in other words, you’re dealing with 3 dates (observed, submitted, identified), plus the snapshot / retrieval date of the dataset itself.

it looks like you’re framing your view of the numbers only on observation date, based on the dataset as it exists right now. so if you’re thinking about things from that approach, i think the most useful way to look at the sort of data you’re wanting is using @glauber735’s lifelist timeline tool: https://glauberramos.github.io/inat/lifelist?place_id=186491&place=London%2C+Ontario

more discussion: https://forum.inaturalist.org/t/i-made-an-achievements-app-using-inat-api/73072/103.

note: i think @glauber735’s tool works similarly to how @kildor’s tool (mentioned in the previous post) works, but i remember there being some lingering issues in @kildor’s tool in specific cases.

for me, i think using my own tool here can be more useful for real-time monitoring of uncommon identifications (as opposed to observations): https://jumear.github.io/stirfry/iNatAPIv1_identifications_recent_taxa?per_page=50&quality_grade=needs_id,research&place_id=186491

more discussion: https://forum.inaturalist.org/t/how-to-find-out-of-range-observations-wiki/4271/2

there are other ways to approach the question of finding “new” species, of course, but what’s most useful just depends on what exactly you’re trying to do at the end of the day.

OMG. This is awesome! Thank you