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
Request Information
Parameters
Type | Name | Description | Additional information |
---|---|---|---|
weatherRequest | weatherRequest | Appkey, language, postal, country,city,state . |
Define this parameter in the request URI. |
string | deviceId | The Device Id. This is an optional parameter |
Define this parameter in the request URI. |
boolean | includeLocInfo | The response should include Location Info.Optional parameter |
Define this parameter in the request URI. |
Response Information
Detailed documentation of response type !:AccuCurrentConditions
Status Code | Description |
---|---|
200 - OK | Successful. |
500 - InternalServerError |
When Unexpected Error Occurs:
|
400 - BadRequest | When input parameters are invalid |