The first weather API that understands natural language. Just ask a question. Get an intelligent, contextual response with structured forecast data. Works anywhere on Earth.
Clean JSON. Consistent structure. Works globally — pass a city name or any latitude/longitude.
AI-powered natural language weather query. Returns conversational answer + structured current conditions + 7-day forecast.
{
"query": "Is this weekend good for hiking in Nairobi?",
"location": "Nairobi, Kenya",
"answer": "This weekend looks rainy with 92% chance on Saturday...",
"current": { "temp": 20.8, "condition": "Drizzle", "humidity": 67 },
"forecast": [{ "date": "2026-06-03", "high": 23.1, "low": 15.4 }]
}
Raw structured weather data. Pass any coordinates on Earth.
Start free. Scale when you need to. Cancel anytime. All plans include AI-powered /ask endpoint.