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

TypeNameDescriptionAdditional 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 CodeDescription
200 - OKSuccessful.
500 - InternalServerError When Unexpected Error Occurs:
  • UnknownError
400 - BadRequestWhen input parameters are invalid