Example request
YOUR_API_KEY with your OpenWeather API key.
By default, the API returns temperature in Kelvin.Use
units=metric or units=imperial to control the output.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve current weather data for a location using OpenWeather
curl "https://api.openweathermap.org/data/2.5/weather?lat=48.85&lon=2.35&units=metric&appid=YOUR_API_KEY"
YOUR_API_KEY with your OpenWeather API key.
By default, the API returns temperature in Kelvin.units=metric or units=imperial to control the output.