# Meteoblue API **Provider:** Meteoblue **Category:** weather **Base URL:** `https://content.meteoblue.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Depends on API package **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://content.meteoblue.com/en/business-solutions/weather-apis ## Description Global weather data with 100+ weather variables, 14 days ahead and 4 days of history data. | apiKey | Yes | Yes | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://content.meteoblue.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://content.meteoblue.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: Basic weather data (limited). Meteoblue package from $19.90/mo for extended forecasts. Climate data, ensemble models, API points system. --- *Source: [API Map](https://apimap.dev/apis/meteoblue/) — CC BY 4.0*