You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
endpoint that takes taxon_id and place_id array (as well as other obs search params, e.g. api.inaturalist.org/v1/observations/choropleth?places=14,12&taxon_id=2041&verifiable=true…
and returns observation counts by places in the array. All I need at the moment is place_id, obs_count, e.g.:
endpoint that takes taxon_id and place_id array (as well as other obs search params, e.g.
api.inaturalist.org/v1/observations/choropleth?places=14,12&taxon_id=2041&verifiable=true…
and returns observation counts by places in the array. All I need at the moment is place_id, obs_count, e.g.:
but it might be wise to include the place object in the response if we wanted to anticipate other uses, e.g.:
The text was updated successfully, but these errors were encountered: