/search when you have address components from a form. At least one of street, city, or postalcode is required. Intended for one-shot lookups, not live autocomplete. Data is (C) OpenStreetMap contributors (ODbL 1.0).x-api-key: ********************curl --location '/api/v1/geocoding/structured-search?street=1600%20Pennsylvania%20Avenue&city=Washington&county=undefined&state=DC&country=USA&postalcode=20500&limit=10&addressdetails=true' \
--header 'x-api-key: <api-key>'{
"data": {
"street": "string",
"city": "string",
"county": "string",
"state": "string",
"country": "string",
"postalcode": "string",
"limit": 0,
"count": 0,
"results": [
{
"place_id": 0,
"osm_type": "string",
"osm_id": 0,
"lat": 0,
"lon": 0,
"display_name": "string",
"name": "string",
"category": "string",
"type": "string",
"place_rank": 0,
"importance": 0,
"addresstype": "string",
"boundingbox": [
0
],
"address": {
"house_number": "string",
"road": "string",
"neighbourhood": "string",
"suburb": "string",
"quarter": "string",
"borough": "string",
"city": "string",
"town": "string",
"village": "string",
"municipality": "string",
"county": "string",
"state": "string",
"state_district": "string",
"postcode": "string",
"country": "string",
"country_code": "string",
"property1": "string",
"property2": "string"
},
"property1": "string",
"property2": "string"
}
],
"attribution": "(C) OpenStreetMap contributors (ODbL 1.0)"
},
"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
}
}