Forward place lookup
Search human-entered place names and return normalized city, administrative area, region, and country records.
City geocoding use case
PlaceField helps turn a user's city, region, or country search into a structured place record with a stable ID, hierarchy, country, and coordinates when available. Use it when your product needs place-level geocoding for apps, workflows, or forms, not full address geocoding or maps infrastructure.
Search human-entered place names and return normalized city, administrative area, region, and country records.
Store latitude and longitude alongside country, hierarchy, label, place type, and stable PlaceField IDs.
PlaceField does not parse street addresses, validate postal addresses, reverse geocode coordinates, search POIs, or render maps.
Many products reach for a geocoding API when they only need a user or record's broad location. If your workflow needs city, region, country, and coordinates, PlaceField can be the smaller tool.
Good fits include backend normalization, signup forms, profile locations, marketplaces, CRM records, directories, communities, and privacy-friendly city-level search.
GET https://api.placefield.dev/v1/locations/autocomplete?q=paris&typePreset=default&geoBias=none
Authorization: Bearer pf_live_xxx
PlaceField returns the data many integrations wanted from geocoding in the first place: a canonical place, administrative context, country, and coordinates. It keeps street addresses, businesses, venues, routes, and map UI out of the result set.
Store a stable ID and place type instead of only free-text city names.
Bias with a single country, restrict with a country allowlist, or prefer requester-country and nearby results.
Call the API directly or add the JavaScript widget when your product also needs browser autocomplete UI.
Use a full geocoding or address product when exact streets, postal addresses, or coordinate-to-address lookup matter.
Read the location autocomplete API page for the main PlaceField positioning, compare city vs address autocomplete, or use the location autocomplete decision guide for country, region, city, address, POI search, geocoding, and reverse geocoding choices.
Share whether you need city, region, country, coordinates, or all of them in your production workflow.