VanSky
Get VanSky weather suitability for one country
Returns detailed VanSky weather suitability data for one ISO 3166-1 alpha-2 country code.
get/api/vansky/weather/{code}
Path parameters
codestring required
ISO 3166-1 alpha-2 country code.
Response
VanSky country details
Example response
{
"data": {
"code": "DE",
"region": "europe"
}
}