v2

latestOpenAPI 3.0.3CC BY 4.02026-07-26122532.7 KB
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

updated_atstring date-time nullable
sourcestring

Example response

{
  "data": {
    "code": "DE",
    "region": "europe"
  }
}