Viewing your own user stats?

I was wondering if there’s a way to see stats for myself like most observations/most species I’ve recorded in a single day. Anyone know?

1 Like

it just depends on what kinds of stats you’re trying to get. if you’re trying to get a peak observation day, then you can start by getting a count of observations for all days in a range. from there, you can graph it, or you can just pick out the day(s) with the highest observation count.

the easiest way to get number of observations by day is by using the observation histogram API endpoint (https://api.inaturalist.org/v1/docs/#!/Observations/get_observations_histogram). here’s the count by day for my observations since 2010: https://api.inaturalist.org/v1/observations/histogram?user_id=pisum&d1=2010%2F01%2F01&date_field=observed&interval=day.

update: if you have any ideas for tools to generate useful stats, make them known here, and i might make some (assuming they don’t already exist) next time i have some time to kill and am in a mood for coding…

4 Likes

i made this to help present the results of the observation histogram API endpoint in a more user-friendly format: https://jumear.github.io/stirfry/iNatAPIv1_observation_histogram.html.
the source code is here: https://github.com/jumear/stirfry/blob/gh-pages/iNatAPIv1_observation_histogram.html.

2 Likes

https://www.inaturalist.org/stats/2010/you will also give you a graph of number of observations per day through the year.

2 Likes

That is neat! I ran it for last year when I had my driving trip to Yellowstone. I took picgtures at every stop, so the replay on the map gets interesting then. :)

1 Like

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