All requests to the Current Weather Data API require an API key.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.
Get an API key
If you don’t have an API key yet:- Sign in to your account.
- In the top menu, click your name > My API keys.
Use your API key
Include your API key in every request using theappid parameter.
Example:
YOUR_API_KEY with your actual API key.
Security best practices
- Do not hardcode your API key in client-side code
- Store it in an environment variable
- Never commit your API key to version control
Common issues
| Error | Cause | Solution |
|---|---|---|
401 Unauthorized | Missing, invalid, or inactive API key | Check your appid value, activation status, and request format |