latestOpenAPI 3.0.02026-08-10135177718.4 KB

f739db716aaf

Places

Search places

get/places

Query parameters

qstring
order_by'area'
geo'true' | 'false'
per_pageinteger
{"stackTrail":"paths:/places:get:parameters:5:schema","oasType":"schema","type":"unknown"}

Headers

X-HTTP-Method-Overridestring

Response

A list of places

total_resultsinteger required
pageinteger required
per_pageinteger required

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"
        }
      }
    }
  ]
}