Skip to main content

Documentation Index

Fetch the complete documentation index at: https://arnaud.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Use the OpenWeather Current Weather API to retrieve weather data for a specific location. This documentation helps you understand the request format, authentication requirements, units, and response behavior before making your first call.

Example request

curl "https://api.openweathermap.org/data/2.5/weather?lat=48.85&lon=2.35&units=metric&appid=YOUR_API_KEY"
Replace 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.