place_id (internal Nominatim identifier) OR the osm_type + osm_id pair (stable OSM identifier - preferred). osm_type accepts the single-letter form N (node), W (way), R (relation). Responses can be very large for famous places when the multilingual names map is populated. Intended for one-shot lookups, not live autocomplete. Data is (C) OpenStreetMap contributors (ODbL 1.0).x-api-key: ********************curl --location '/api/v1/geocoding/details?place_id=134060781&osm_type=R&osm_id=62422&addressdetails=true' \
--header 'x-api-key: <api-key>'{
"data": {
"place_id": 0,
"parent_place_id": 0,
"osm_type": "string",
"osm_id": 0,
"category": "string",
"type": "string",
"admin_level": 0,
"localname": "string",
"names": {
"property1": "string",
"property2": "string"
},
"country_code": "string",
"importance": 0,
"rank_address": 0,
"centroid": {
"property1": "string",
"property2": "string"
},
"attribution": "(C) OpenStreetMap contributors (ODbL 1.0)",
"property1": "string",
"property2": "string"
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}