Get coordinates and location details for a given location name.
The name of the location to geocode (e.g., “Paris”, “New York”, “Europe”)
Show properties
Array of [longitude, latitude] coordinates
Type of the location (e.g., “city”, “country”, “continent”)
Bounding box coordinates [west, south, east, north], if available
Area of the location in square kilometers, if available
localhost:3690/geocode_location?location=Berlin
{ "coordinates": [ 13.407032, 52.524932 ], "location_type": "locality", "bbox": [ "13.088333", "52.338242", "13.760469", "52.674917" ], "area": 0.118017 }