Location Search
Filed under: Uncategorized
Comments: None
Description:
The location search provides the details for a single specific station similar to station list.
Request URL:
https://earthnetworks.azure-api.net/getLocations/data/locations/v2/location?searchString={searchString} [&cultureInfo]
Request parameters:
searchString | string | This variable can be any one of the following: (1) a zip code, or (2) a city name, or (3) a combination of zip code and city name separated by a comma, or (4) a city ID |
Optional parameters:
cultureInfo (optional) | string | en-us, es-es |
locationtype | string | “latitudelongitude” |
location | string | a valid latitude/longitude |
maxresults | number |
Request headers:
Ocp-Apim-Subscription-Key | string | Subscription key which provides access to this API. Found in your Profile. |