> ## Documentation Index
> Fetch the complete documentation index at: https://arnaud.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Current Weather Data API

> Retrieve current weather data for a location using OpenWeather

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

```bash theme={null}
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.
