Kairos Weather API

High-resolution weather forecasts for Greece powered by ICON-EU model with 7km resolution

7km
Grid Resolution
8x
Daily Updates
120h
Forecast Range
100%
Greece Coverage

Get Started in Seconds

curl "https://api.kairos.gr/api/v1/weather?city=Athens"

Powerful Features

Real-time Data

Get current weather conditions updated every 3 hours using the latest ICON-EU model runs from DWD.

Detailed Forecasts

Access hourly forecasts up to 120 hours ahead with temperature, wind, humidity, and precipitation data.

Location Flexibility

Query by city name or precise coordinates. Bulk requests supported for multiple locations.

High Resolution

7km grid spacing provides detailed local weather variations across all of Greece.

Easy Integration

RESTful JSON API with comprehensive documentation and consistent response formats.

Geographic Search

Find locations by name or coordinates with built-in Greek place database.

API Endpoints

Weather Data

GET /api/v1/weather?city={city}
GET /api/v1/weather/current?city={city}
GET /api/v1/weather/forecast?city={city}&hours=48
GET /api/v1/weather/bulk?cities=Athens,Thessaloniki

Location Services

GET /api/places/search?q={query}
GET /api/places/coordinates?lat={lat}&lng={lng}