LocationServicePlacesV2 / Client / get_place
get_place#
- LocationServicePlacesV2.Client.get_place(**kwargs)#
Finds a place by its unique ID. A
PlaceId
is returned by other place operations.See also: AWS API Documentation
Request Syntax
response = client.get_place( PlaceId='string', AdditionalFeatures=[ 'TimeZone'|'Phonemes'|'Access'|'Contact', ], Language='string', PoliticalView='string', IntendedUse='SingleUse'|'Storage', Key='string' )
- Parameters:
PlaceId (string) –
[REQUIRED]
The
PlaceId
of the place you wish to receive the information for.AdditionalFeatures (list) –
A list of optional additional parameters such as time zone that can be requested for each result.
(string) –
Language (string) – A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
PoliticalView (string) – The alpha-2 or alpha-3 character code for the political view of a country. The political view applies to the results of the request to represent unresolved territorial claims through the point of view of the specified country.
IntendedUse (string) – Indicates if the results will be stored. Defaults to
SingleUse
, if left empty.Key (string) – Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request.
- Return type:
dict
- Returns:
Response Syntax
{ 'PlaceId': 'string', 'PlaceType': 'Country'|'Region'|'SubRegion'|'Locality'|'District'|'SubDistrict'|'PostalCode'|'Block'|'SubBlock'|'Intersection'|'Street'|'PointOfInterest'|'PointAddress'|'InterpolatedAddress', 'Title': 'string', 'PricingBucket': 'string', 'Address': { 'Label': 'string', 'Country': { 'Code2': 'string', 'Code3': 'string', 'Name': 'string' }, 'Region': { 'Code': 'string', 'Name': 'string' }, 'SubRegion': { 'Code': 'string', 'Name': 'string' }, 'Locality': 'string', 'District': 'string', 'SubDistrict': 'string', 'PostalCode': 'string', 'Block': 'string', 'SubBlock': 'string', 'Intersection': [ 'string', ], 'Street': 'string', 'StreetComponents': [ { 'BaseName': 'string', 'Type': 'string', 'TypePlacement': 'BeforeBaseName'|'AfterBaseName', 'TypeSeparator': 'string', 'Prefix': 'string', 'Suffix': 'string', 'Direction': 'string', 'Language': 'string' }, ], 'AddressNumber': 'string', 'Building': 'string' }, 'AddressNumberCorrected': True|False, 'PostalCodeDetails': [ { 'PostalCode': 'string', 'PostalAuthority': 'Usps', 'PostalCodeType': 'UspsZip'|'UspsZipPlus4', 'UspsZip': { 'ZipClassificationCode': 'Military'|'PostOfficeBoxes'|'Unique' }, 'UspsZipPlus4': { 'RecordTypeCode': 'Firm'|'General'|'HighRise'|'PostOfficeBox'|'Rural'|'Street' } }, ], 'Position': [ 123.0, ], 'MapView': [ 123.0, ], 'Categories': [ { 'Id': 'string', 'Name': 'string', 'LocalizedName': 'string', 'Primary': True|False }, ], 'FoodTypes': [ { 'LocalizedName': 'string', 'Id': 'string', 'Primary': True|False }, ], 'BusinessChains': [ { 'Name': 'string', 'Id': 'string' }, ], 'Contacts': { 'Phones': [ { 'Label': 'string', 'Value': 'string', 'Categories': [ { 'Id': 'string', 'Name': 'string', 'LocalizedName': 'string', 'Primary': True|False }, ] }, ], 'Faxes': [ { 'Label': 'string', 'Value': 'string', 'Categories': [ { 'Id': 'string', 'Name': 'string', 'LocalizedName': 'string', 'Primary': True|False }, ] }, ], 'Websites': [ { 'Label': 'string', 'Value': 'string', 'Categories': [ { 'Id': 'string', 'Name': 'string', 'LocalizedName': 'string', 'Primary': True|False }, ] }, ], 'Emails': [ { 'Label': 'string', 'Value': 'string', 'Categories': [ { 'Id': 'string', 'Name': 'string', 'LocalizedName': 'string', 'Primary': True|False }, ] }, ] }, 'OpeningHours': [ { 'Display': [ 'string', ], 'OpenNow': True|False, 'Components': [ { 'OpenTime': 'string', 'OpenDuration': 'string', 'Recurrence': 'string' }, ], 'Categories': [ { 'Id': 'string', 'Name': 'string', 'LocalizedName': 'string', 'Primary': True|False }, ] }, ], 'AccessPoints': [ { 'Position': [ 123.0, ] }, ], 'AccessRestrictions': [ { 'Restricted': True|False, 'Categories': [ { 'Id': 'string', 'Name': 'string', 'LocalizedName': 'string', 'Primary': True|False }, ] }, ], 'TimeZone': { 'Name': 'string', 'Offset': 'string', 'OffsetSeconds': 123 }, 'PoliticalView': 'string', 'Phonemes': { 'Title': [ { 'Value': 'string', 'Language': 'string', 'Preferred': True|False }, ], 'Address': { 'Country': [ { 'Value': 'string', 'Language': 'string', 'Preferred': True|False }, ], 'Region': [ { 'Value': 'string', 'Language': 'string', 'Preferred': True|False }, ], 'SubRegion': [ { 'Value': 'string', 'Language': 'string', 'Preferred': True|False }, ], 'Locality': [ { 'Value': 'string', 'Language': 'string', 'Preferred': True|False }, ], 'District': [ { 'Value': 'string', 'Language': 'string', 'Preferred': True|False }, ], 'SubDistrict': [ { 'Value': 'string', 'Language': 'string', 'Preferred': True|False }, ], 'Block': [ { 'Value': 'string', 'Language': 'string', 'Preferred': True|False }, ], 'SubBlock': [ { 'Value': 'string', 'Language': 'string', 'Preferred': True|False }, ], 'Street': [ { 'Value': 'string', 'Language': 'string', 'Preferred': True|False }, ] } } }
Response Structure
(dict) –
PlaceId (string) –
The
PlaceId
of the place you wish to receive the information for.PlaceType (string) –
A
PlaceType
is a category that the result place must belong to.Title (string) –
The localized display name of this result item based on request parameter
language
.PricingBucket (string) –
The pricing bucket for which the query is charged at.
For more inforamtion on pricing, please visit Amazon Location Service Pricing.
Address (dict) –
The place’s address.
Label (string) –
Assembled address value built out of the address components, according to the regional postal rules. This is the correctly formatted address.
Country (dict) –
The country component of the address.
Code2 (string) –
Country, represented by its alpha 2-character code.
Code3 (string) –
Country, represented by its alpha t-character code.
Name (string) –
Name of the country.
Region (dict) –
The region or state results should be present in.
Example:
North Rhine-Westphalia
.Code (string) –
Abbreviated code for a the state, province or region of the country.
Example:
BC
.Name (string) –
Name for a the state, province, or region of the country.
Example:
British Columbia
.
SubRegion (dict) –
The sub-region or county for which results should be present in.
Code (string) –
Abbreviated code for the county or sub-region.
Name (string) –
Name for the county or sub-region.
Locality (string) –
The locality or city of the address.
Example:
Vancouver
.District (string) –
The district or division of a locality associated with this address.
SubDistrict (string) –
A subdivision of a district.
Example:
Minden-Lübbecke
.PostalCode (string) –
An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code, for which the result should posses.
Block (string) –
Name of the block.
Example:
Sunny Mansion 203 block: 2 Chome
SubBlock (string) –
Name of sub-block.
Example:
Sunny Mansion 203 sub-block: 4
Intersection (list) –
Name of the streets in the intersection.
Example:
["Friedrichstraße","Unter den Linden"]
(string) –
Street (string) –
The name of the street results should be present in.
StreetComponents (list) –
Components of the street.
Example: Younge from the “Younge street”.
(dict) –
Components of a street.
BaseName (string) –
Base name part of the street name.
Example: Younge from the “Younge street”.
Type (string) –
Street type part of the street name.
Example:
“avenue"
.TypePlacement (string) –
Defines if the street type is before or after the base name.
TypeSeparator (string) –
What character(s) separates the string from its type.
Prefix (string) –
A prefix is a directional identifier that precedes, but is not included in, the base name of a road.
Example: E for East.
Suffix (string) –
A suffix is a directional identifier that follows, but is not included in, the base name of a road.
Example W for West.
Direction (string) –
Indicates the official directional identifiers assigned to highways.
Language (string) –
A BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
AddressNumber (string) –
The number that identifies an address within a street.
Building (string) –
The name of the building at the address.
AddressNumberCorrected (boolean) –
Boolean indicating if the address provided has been corrected.
PostalCodeDetails (list) –
Contains details about the postal code of the place/result.
(dict) –
Contains details about the postal code of the place or result.
PostalCode (string) –
An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code for which the result should posses.
PostalAuthority (string) –
The postal authority or entity. This could be a governmental authority, a regulatory authority, or a designated postal operator.
PostalCodeType (string) –
The postal code type.
UspsZip (dict) –
The ZIP Classification Code, or in other words what type of postal code is it.
ZipClassificationCode (string) –
The ZIP Classification Code, or in other words what type of postal code is it.
UspsZipPlus4 (dict) –
The USPS ZIP+4 Record Type Code.
RecordTypeCode (string) –
The USPS ZIP+4 Record Type Code.
Position (list) –
The position, in longitude and latitude.
(float) –
MapView (list) –
The bounding box enclosing the geometric shape (area or line) that an individual result covers.
The bounding box formed is defined as a set of four coordinates:
[{westward lng}, {southern lat}, {eastward lng}, {northern lat}]
(float) –
Categories (list) –
Categories of results that results must belong to.
(dict) –
Category of the
Place
returned.Id (string) –
The category ID.
Name (string) –
The category name.
LocalizedName (string) –
Localized name of the category type.
Primary (boolean) –
Boolean which indicates if this category is the primary offered by the place.
FoodTypes (list) –
List of food types offered by this result.
(dict) –
List of
Food
types offered by this result.LocalizedName (string) –
Localized name of the food type.
Id (string) –
The Food Type Id.
Primary (boolean) –
Boolean which indicates if this food type is the primary offered by the place. For example, if a location serves fast food, but also dessert, he primary would likely be fast food.
BusinessChains (list) –
The Business Chains associated with the place.
(dict) –
A businesschain is a chain of businesses that belong to the same brand. For example
7-11
.Name (string) –
The business chain name.
Id (string) –
The Business Chain Id.
Contacts (dict) –
List of potential contact methods for the result/place.
Phones (list) –
List of phone numbers for the results contact.
(dict) –
Details related to contacts.
Label (string) –
The contact’s label.
Value (string) –
The contact’s value.
Categories (list) –
Categories of results that results must belong too.
(dict) –
Category of the
Place
returned.Id (string) –
The category ID.
Name (string) –
The category name.
LocalizedName (string) –
Localized name of the category type.
Primary (boolean) –
Boolean which indicates if this category is the primary offered by the place.
Faxes (list) –
List of fax addresses for the result contact.
(dict) –
Details related to contacts.
Label (string) –
The contact’s label.
Value (string) –
The contact’s value.
Categories (list) –
Categories of results that results must belong too.
(dict) –
Category of the
Place
returned.Id (string) –
The category ID.
Name (string) –
The category name.
LocalizedName (string) –
Localized name of the category type.
Primary (boolean) –
Boolean which indicates if this category is the primary offered by the place.
Websites (list) –
List of website URLs that belong to the result.
(dict) –
Details related to contacts.
Label (string) –
The contact’s label.
Value (string) –
The contact’s value.
Categories (list) –
Categories of results that results must belong too.
(dict) –
Category of the
Place
returned.Id (string) –
The category ID.
Name (string) –
The category name.
LocalizedName (string) –
Localized name of the category type.
Primary (boolean) –
Boolean which indicates if this category is the primary offered by the place.
Emails (list) –
List of emails for contacts of the result.
(dict) –
Details related to contacts.
Label (string) –
The contact’s label.
Value (string) –
The contact’s value.
Categories (list) –
Categories of results that results must belong too.
(dict) –
Category of the
Place
returned.Id (string) –
The category ID.
Name (string) –
The category name.
LocalizedName (string) –
Localized name of the category type.
Primary (boolean) –
Boolean which indicates if this category is the primary offered by the place.
OpeningHours (list) –
List of opening hours objects.
(dict) –
List of opening hours objects.
Display (list) –
List of opening hours in the format they are displayed in. This can vary by result and in most cases represents how the result uniquely formats their opening hours.
(string) –
OpenNow (boolean) –
Boolean which indicates if the result/place is currently open.
Components (list) –
Components of the opening hours object.
(dict) –
Components of the opening hours object.
OpenTime (string) –
String which represents the opening hours, such as
"T070000"
.OpenDuration (string) –
String which represents the duration of the opening period, such as
"PT12H00M"
.Recurrence (string) –
Days or periods when the provided opening hours are in affect.
Example:
FREQ:DAILY;BYDAY:MO,TU,WE,TH,SU
Categories (list) –
Categories of results that results must belong too.
(dict) –
Category of the
Place
returned.Id (string) –
The category ID.
Name (string) –
The category name.
LocalizedName (string) –
Localized name of the category type.
Primary (boolean) –
Boolean which indicates if this category is the primary offered by the place.
AccessPoints (list) –
Position of the access point in
(lng,lat)
.(dict) –
Position of the access point represented by longitude and latitude for a vehicle.
Position (list) –
The position, in longitude and latitude.
(float) –
AccessRestrictions (list) –
Indicates known access restrictions on a vehicle access point. The index correlates to an access point and indicates if access through this point has some form of restriction.
(dict) –
Indicates if the access location is restricted. Index correlates to that of an access point and indicates if access through this point has some form of restriction.
Restricted (boolean) –
The restriction.
Categories (list) –
Categories of results that results must belong too.
(dict) –
Category of the
Place
returned.Id (string) –
The category ID.
Name (string) –
The category name.
LocalizedName (string) –
Localized name of the category type.
Primary (boolean) –
Boolean which indicates if this category is the primary offered by the place.
TimeZone (dict) –
The time zone in which the place is located.
Name (string) –
The time zone name.
Offset (string) –
Time zone offset of the timezone from UTC.
OffsetSeconds (integer) –
The offset of the time zone from UTC, in seconds.
PoliticalView (string) –
The alpha-2 or alpha-3 character code for the political view of a country. The political view applies to the results of the request to represent unresolved territorial claims through the point of view of the specified country.
Phonemes (dict) –
How the various components of the result’s address are pronounced in various languages.
Title (list) –
List of
PhonemeTranscription
. SeePhonemeTranscription
for fields.(dict) –
How to pronounce the various components of the address or place.
Value (string) –
Value which indicates how to pronounce the value.
Language (string) –
A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
Preferred (boolean) –
Boolean which indicates if it the preferred pronunciation.
Address (dict) –
How to pronounce the address.
Country (list) –
The alpha-2 or alpha-3 character code for the country that the results will be present in.
(dict) –
How to pronounce the various components of the address or place.
Value (string) –
Value which indicates how to pronounce the value.
Language (string) –
A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
Preferred (boolean) –
Boolean which indicates if it the preferred pronunciation.
Region (list) –
How to pronounce the region or state results should be to be present in.
(dict) –
How to pronounce the various components of the address or place.
Value (string) –
Value which indicates how to pronounce the value.
Language (string) –
A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
Preferred (boolean) –
Boolean which indicates if it the preferred pronunciation.
SubRegion (list) –
How to pronounce the sub-region or county for which results should be present in.
(dict) –
How to pronounce the various components of the address or place.
Value (string) –
Value which indicates how to pronounce the value.
Language (string) –
A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
Preferred (boolean) –
Boolean which indicates if it the preferred pronunciation.
Locality (list) –
How to pronounce the city or locality results should be present in.
Example:
Vancouver
.(dict) –
How to pronounce the various components of the address or place.
Value (string) –
Value which indicates how to pronounce the value.
Language (string) –
A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
Preferred (boolean) –
Boolean which indicates if it the preferred pronunciation.
District (list) –
How to pronounce the district or division of a city results should be present in.
(dict) –
How to pronounce the various components of the address or place.
Value (string) –
Value which indicates how to pronounce the value.
Language (string) –
A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
Preferred (boolean) –
Boolean which indicates if it the preferred pronunciation.
SubDistrict (list) –
How to pronounce the sub-district or division of a city results should be present in.
(dict) –
How to pronounce the various components of the address or place.
Value (string) –
Value which indicates how to pronounce the value.
Language (string) –
A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
Preferred (boolean) –
Boolean which indicates if it the preferred pronunciation.
Block (list) –
How to pronounce the name of the block.
(dict) –
How to pronounce the various components of the address or place.
Value (string) –
Value which indicates how to pronounce the value.
Language (string) –
A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
Preferred (boolean) –
Boolean which indicates if it the preferred pronunciation.
SubBlock (list) –
How to pronounce the name of the sub-block.
(dict) –
How to pronounce the various components of the address or place.
Value (string) –
Value which indicates how to pronounce the value.
Language (string) –
A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
Preferred (boolean) –
Boolean which indicates if it the preferred pronunciation.
Street (list) –
How to pronounce the name of the street results should be present in.
(dict) –
How to pronounce the various components of the address or place.
Value (string) –
Value which indicates how to pronounce the value.
Language (string) –
A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
Preferred (boolean) –
Boolean which indicates if it the preferred pronunciation.
Exceptions