← Tools Reference

Placekey

Placekey integration (Location, Data). Imported from open-connector.

API key4 toolshttps://api.placekey.io
POST
placekey_get_placekey
Look up a single location with Placekey and return its Placekey identifier plus optional enrichment fields.

/v1/placekey

11 parameters
ParamTypeRequiredDescription
query_idstringoptionalA custom identifier echoed back in the Placekey response.
street_addressstringoptionalThe street address of the location to resolve.
citystringoptionalThe city of the queried location.
regionstringoptionalThe second-level administrative region, such as a US state code.
postal_codestringoptionalThe postal code of the queried location.
iso_country_codestringoptionalThe ISO 3166-1 alpha-2 country code for the queried location.
latitudenumberoptionalThe WGS-84 latitude of the queried location.
longitudenumberoptionalThe WGS-84 longitude of the queried location.
location_namestringoptionalThe point-of-interest name used to improve Placekey matching.
place_metadataobjectoptionalAdditional metadata used by Placekey to improve point-of-interest matching.
optionsobjectoptionalOptions that customize the Placekey lookup response.
POST
placekey_get_placekeys_bulk
Look up up to 100 locations in one Placekey bulk request and return the result for each query item.

/v1/placekeys

2 parameters
ParamTypeRequiredDescription
queriesarrayrequiredThe list of location queries to resolve with Placekey.
optionsobjectoptionalOptions that customize the Placekey lookup response.
POST
placekey_get_placekey_from_address
Resolve a postal address into a Placekey identifier using the Placekey single-lookup API.

/v1/placekey

6 parameters
ParamTypeRequiredDescription
street_addressstringrequiredThe street address of the location to resolve into a Placekey.
citystringoptionalThe city of the location.
regionstringrequiredThe region or state of the location.
postal_codestringoptionalThe postal code of the location.
iso_country_codestringrequiredThe ISO 3166-1 alpha-2 country code for the queried location.
location_namestringoptionalThe point-of-interest name used to improve Placekey matching.
POST
placekey_get_geocode_from_address
Resolve a postal address with Placekey and return the matched geocode response for the location.

/v1/placekey

6 parameters
ParamTypeRequiredDescription
street_addressstringrequiredThe street address of the location to resolve into a Placekey.
citystringoptionalThe city of the location.
regionstringrequiredThe region or state of the location.
postal_codestringoptionalThe postal code of the location.
iso_country_codestringrequiredThe ISO 3166-1 alpha-2 country code for the queried location.
location_namestringoptionalThe point-of-interest name used to improve Placekey matching.