Location Search and Geocoding
Pinpoint Precision: Explore and Geocode with Ease
Example: Using the Location Search Endpoint for Geocoding
https://api.fusionbase.com/api/v2/search/entities/location?q=Agnes-Pockels-Bogen%201,%2080992%20München{
"results": [
{
"entity": {
"fb_entity_id": "45d488830421ebc1d9130cc0856b3c5d",
"fb_datetime": "2023-12-18T16:17:53.570000",
"fb_entity_version": "9cefd42e59f49e3de4b0b33f983b740c",
"entity_type": "LOCATION",
"updated_at": "2023-12-18T16:17:53.570000",
"created_at": "2023-11-09T16:17:51.381000",
"external_ids": {
"nominatim": {
"osm_id": 1787145076,
"osm_type": "node",
"class": "amenity"
}
},
"coordinate": {
"latitude": 48.1735835,
"longitude": 11.5323446
},
"location_level": null,
"address_components": [
{
"component_type": "house_number",
"component_value": "1"
},
{
"component_type": "street",
"component_value": "Agnes-Pockels-Bogen"
},
{
"component_type": "postal_code",
"component_value": "80992"
},
{
"component_type": "city",
"component_value": "Munich"
},
{
"component_type": "state",
"component_value": "Bavaria"
},
{
"component_type": "country",
"component_value": "Germany"
}
],
"alternative_names": [],
"fb_semantic_id": "location|locality:germany:bavaria:80992:munich:agnes-pockels-bogen:1",
"formatted_address": "Agnes-Pockels-Bogen 1, 80992 Munich, Germany"
},
"entity_type": "LOCATION"
}
]
}Last updated
Was this helpful?
