# BlueSky API API **Provider:** BlueSky API **Category:** weather **Base URL:** `https://blueskyapi.io` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 5,000 req/hour (authenticated) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://blueskyapi.io/docs/api ## Description Global weather data, both live forecasts and forecast history, free tier available. | N/A | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://blueskyapi.io/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://blueskyapi.io' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open. BlueSky/AT Protocol social network API; no paid tiers. --- *Source: [API Map](https://apimap.dev/apis/bluesky-api/) — CC BY 4.0*