Platform (Android, iOS, Website): Website
Browser, if a website issue (Firefox, Chrome, etc) : any
Description of problem: Following the API documentation at https://www.inaturalist.org/pages/api+reference#get-observations-username requesting observations for a user is not returning all the observations.
-
Request observations for a user, eg. https://www.inaturalist.org/observations/lalakooka.json?page=1&per_page=200
-
Notice how only 15 observations are returned, asking for page=2 returns no results no it’s not a pagination issue.
-
Indeed, this is also an issue on the site at https://www.inaturalist.org/observations/lalakooka only 15 are showing.
-
https://www.inaturalist.org/observations?place_id=any&subview=table&user_id=lalakooka&verifiable=any shows 102 observations for this same user.
UPDATE: It looks like this is an issue with the old site and old API. Using https://api.inaturalist.org/v1/docs/#!/Observations/get_observations returns the full set of observations for the user.