Skip to main content
POST
/osm/geocode/lookup

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
osm_ids
string
required
Minimum string length: 1
timeout
integer
default:300
Required range: 20 <= x <= 1500
address_details
boolean
default:true
extra_tags
boolean
default:true
name_details
boolean
default:true
accept_language
string | null

Response

Successful Response

@type
string
default:OsmPlace
place_id
integer | null
osm_type
string | null
osm_id
integer | null
latitude
number | null
longitude
number | null
category
string | null
place_type
string | null
place_rank
integer | null
importance
number | null
addresstype
string | null
name
string | null
display_name
string | null
address
object | null
extratags
object
namedetails
object
boundingbox
number[]
geojson
object | null
source_url
string | null