Skip to main content
The geo namespace serves canonical travel geography. It is the reference data behind location pickers, itinerary mapping, and place resolution: countries, regions, cities, ports, and waterways, plus language and timezone lookups. Geo requires the data:geo:read scope.

Countries and regions

Cities

Reference lookups

Geo also exposes the language and timezone reference catalogs:

Types

Key types include CanonicalPlace, CanonicalPlaceType, PlaceWithRelations, PlaceResolveRequest, PlaceResolveResult, LanguageEntry, and TimezoneEntry. List methods return ListResponse<T> and single lookups return SingleResponse<T>.
If geography reads come back empty, check that your token actually carries data:geo:read. An entitlement gap looks like empty data rather than an error.