Professional weather intelligence platform providing hyper-local meteorological data and AI-powered forecasts for East Africa. Access real-time conditions, historical data, and custom reports.
Base URL:
https://api.keshoai.comAll endpoints return structured JSON
Appropriate status codes for all responses
Advanced meteorological intelligence
/api/healthHealth check endpoint to verify API status and system information
curl https://api.keshoai.com/api/health
/api/v2/weather/currentGet current weather conditions for any location
curl "https://api.keshoai.com/api/v2/weather/current?lat=-1.2921&lng=36.8219&units=metric"
/api/v2/weather/forecastGet detailed weather forecast up to 14 days
curl "https://api.keshoai.com/api/v2/weather/forecast?lat=-1.2921&lng=36.8219&days=7&units=metric"
/api/v2/weather/historicalAccess historical weather data with AI insights
curl "https://api.keshoai.com/api/v2/weather/historical?lat=-1.2921&lng=36.8219&start_date=2024-01-01&end_date=2024-01-07"
/api/v2/weather/reportGenerate comprehensive AI-powered weather reports
curl "https://api.keshoai.com/api/v2/weather/report?lat=-1.2864&lng=36.8172&report_type=comprehensive&ai_agriculture=true&ai_health=true"
/api/v2/weather/csvExport weather data in CSV format with AI analysis
curl "https://api.keshoai.com/api/v2/weather/csv?lat=-1.2921&lng=36.8219&start_date=2024-01-01&end_date=2024-01-31&include_ai=true" -o weather_report.csv
/api/v2/weather/alertsGet weather alerts and warnings for your location
curl "https://api.keshoai.com/api/v2/weather/alerts?lat=-1.2921&lng=36.8219"
/api/v2/weather/locationsSearch and discover weather locations with enhanced data
curl "https://api.keshoai.com/api/v2/weather/locations?q=Nairobi&limit=10&include=current&sort=relevance"
-H "X-API-Key: your_api_key_here"/api/v2/weather/by-locationGet weather by location name with AI-powered insights
curl "https://api.keshoai.com/api/v2/weather/by-location?location=Dar%20es%20Salaam&units=metric&include_ai=true"
-H "X-API-Key: your_api_key_here"/api/v2/weather/current-locationGPS-based weather with intelligent location services
curl "https://api.keshoai.com/api/v2/weather/current-location?lat=-6.8235&lng=39.2695&include_address=true&units=metric"
-H "X-API-Key: your_api_key_here"