Weather
API | Description |
---|---|
GET api/Weather/current?appKey={appKey}&postal={postal}&city={city}&state={state}&country={country}&locationKey={locationKey}&latitude={latitude}&longitude={longitude}&language={language}&deviceId={deviceId}&includeLocInfo={includeLocInfo} |
Get weather details for a location. We can choose fields as per our necessity. AppKey and language are mandatory. includeLocInfo and deviceId are optional. The other parameters are in combinations of either (postal, country) or (city, country) or (latitude, longitude). ex 1: /api/Weather/current?appKey,postal,country,language,deviceId,includeLocInfo ex 2: /api/Weather/current?appkey,country,city,language,deviceId,includeLocInfo ex 3: /api/Weather/current?appkey,latitude,longitude,language,deviceId,includeLocInfo |
GET api/Weather/current?locationKey={locationKey}&appKey={appKey}&language={language}&deviceId={deviceId}&includeLocInfo={includeLocInfo} |
Get weather details by location key. locationKey, appKey and language are mandatory. includeLocInfo and deviceId are optional. ex 1: /api/Weather/current?locationKey,appkey,language,deviceId,includeLocInfo |
Forecast
API | Description |
---|---|
GET api/weather/forecasts/{intervelspec}/{units}?appKey={appKey}&postal={postal}&city={city}&state={state}&country={country}&locationKey={locationKey}&latitude={latitude}&longitude={longitude}&language={language}&deviceId={deviceId}&includeLocInfo={includeLocInfo} |
Get forecast weather details for a location. We can choose fields as per our necessity. intervelspec,units,appKey and language are mandatory. includeLocInfo and deviceId are optional. The other parameters are in combinations of either (postal, country) or (city, country) or (latitude, longitude). ex 1: /api/weather/forecasts/intervelspec/units?appkey,postal,country,language,deviceId,includeLocInfo ex 2: /api/weather/forecasts/hourly/1?appkey,postal,country,language,deviceId,includeLocInfo ex 3: /api/weather/forecasts/hourly/1?appkey,city,country,language,deviceId,includeLocInfo ex 4: /api/weather/forecasts/daily/2?appkey,latitude,longitude,language,deviceId,includeLocInfo |
GET api/weather/forecasts/{intervelspec}/{units}?locationKey={locationKey}&appKey={appKey}&language={language}&deviceId={deviceId}&includeLocInfo={includeLocInfo} |
Get weather details by location key. locationKey,intervelspec,units,appKey and language are mandatory. includeLocInfo and deviceId are optional. ex 1: /api/weather/forecasts/intervelspec/units?locationKey,appkey,language,deviceId,includeLocInfo ex 2: /api/weather/forecasts/hourly/2?locationKey,appkey,language,deviceId,includeLocInfo ex 3: /api/weather/forecasts/daily/2?locationKey,appkey,language,deviceId,includeLocInfo |
Location
API | Description |
---|---|
GET api/weather/location?appKey={appKey}&postal={postal}&city={city}&state={state}&country={country}&locationKey={locationKey}&latitude={latitude}&longitude={longitude}&language={language}&deviceId={deviceId} |
Get Location Key We can choose fields as per our necessity. appKey is mandatory. deviceId is optional. The other parameters are in combinations of either (postal, country) or (city, country) or (latitude, longitude). ex 1: /api/Weather/Location?appkey,postal,country,deviceId ex 2: /api/Weather/Location?appkey,country,city,deviceId ex 3: /api/Weather/Location?appkey,latitude,longitude,deviceId |
GET api/weather/TimeZone?appKey={appKey}&postal={postal}&city={city}&state={state}&country={country}&locationKey={locationKey}&latitude={latitude}&longitude={longitude}&language={language}&deviceId={deviceId} |
No documentation available. |
CurrentWithLocationInfo
API | Description |
---|---|
GET api/weather/CurrentWithLocationInfo?appKey={appKey}&postal={postal}&city={city}&state={state}&country={country}&locationKey={locationKey}&latitude={latitude}&longitude={longitude}&language={language}&deviceId={deviceId}&includeLocInfo={includeLocInfo} |
Get weather details for a location. We can choose fields as per our necessity. AppKey and language are mandatory. includeLocInfo and deviceId are optional. ex 1: /api/Weather/CurrentWithLocationInfo?appKey,postal,country,language,deviceId,includeLocInfo,state,city |
ForecastWithLocationInfo
API | Description |
---|---|
GET api/weather/ForecastWithLocationInfo/{intervelspec}/{units}?appKey={appKey}&postal={postal}&city={city}&state={state}&country={country}&locationKey={locationKey}&latitude={latitude}&longitude={longitude}&language={language}&deviceId={deviceId}&includeLocInfo={includeLocInfo} |
Get forecast weather details for a location. We can choose fields as per our necessity. AppKey,intervelspec,units are mandatory. includeLocInfo, deviceId and language are optional. ex: /api/Weather/ForecastWithLocationInfo/daily/1day?appKey,postal,country,language,deviceId,includeLocInfo,state,city |
Version
API | Description |
---|---|
GET api/weather/Version |
Gets Version Info about Weather API |