Platform (Android, iOS, Website): API
URLs (aka web addresses) of any relevant observations or pages:
“https://api.inaturalist.org/v1/projects/autocomplete?q=Bioblitz”
I am trying to query the projects in iNaturalist using the API and am analyze more that the page limit of 200.
I use the url = “https://api.inaturalist.org/v1/projects/autocomplete?q=Bioblitz”
With the parameters {‘page’: 1, ‘per_page’: 200, ‘type’: ‘collection’}
This works, but get the same results with page 2. Indeed, I get various results with different page numbers and per_pages numbers.
I was expecting a different page of results with each page I request.
Am I doing something wrong, is there a bug, or am I misunderstanding how this works?