overpass.named_place
mock data$0.002 / callSearch Named Places and Landmarks
Search OpenStreetMap for named geographic features — streets, parks, landmarks, rivers, mountains, districts, or any named OSM element — by partial name (case-insensitive). Optionally constrain results to a bounding box. Filter by element type: node (point features like fountains, statues), way (roads, paths, area outlines), relation (complex features like national parks, city boundaries), or all. Returns name, coordinates or centroid, place type, and all OSM tags. Useful for locating specific landmarks or verifying a place exists in a region.
Input schema
Name or partial name to search for (case-insensitive regex). E.g. "Central Park", "Baker Street", "Eiffel".
Maximum number of results to return (1–30, default 10).
Optional northern boundary latitude to constrain the search area.
Optional southern boundary latitude to constrain the search area.
Optional eastern boundary longitude to constrain the search area.
Optional western boundary longitude to constrain the search area.
OSM element type to search: "node" (points), "way" (roads/areas), "relation" (complex features), "all" (default).
Call via REST
curl -X POST https://unifyapi.pro/api/call/overpass.named_place \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"name":"<name>","limit":0,"lat_max":0,"lat_min":0,"lon_max":0,"lon_min":0,"feature_type":"<feature_type>"}'