GET api/WeatherProxy/GetWeather?apiToken={apiToken}&lat={lat}&lon={lon}
Returns weather by coordinates
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| apiToken |
Your api token |
string |
Required |
| lat |
Latitude |
decimal number |
Required |
| lon |
Longitude |
decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.