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.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.
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.