latestOpenAPI 3.0.02026-08-10135177718.4 KB
f739db716aaf
Places
Fetch places
get/places/{uuid}
Path parameters
uuidstring[] required
A single UUID or a comma-separated list of them
Query parameters
latstring
Latitude of coordinate used to sort results by distance
lngstring
Longitude of coordinate used to sort results by distance
order_by'admin_and_distance'
Order results by admin level and distance from a point specified in lat and lng
fieldsstring
Headers
X-HTTP-Method-Overridestring
Response
An array of places
Example response
{
"results": [
{
"user": {
"site": {
"id": 1,
"icon_url": "https://static.inaturalist.org/sites/1-logo_square.png",
"locale": "en",
"name": "iNaturalist",
"site_name_short": "iNat",
"url": "https://www.inaturalist.org"
}
}
}
]
}