# Oikolab API **Provider:** Oikolab **Category:** weather **Base URL:** `https://docs.oikolab.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://docs.oikolab.com ## Description 70+ years of global, hourly historical and forecast weather data from NOAA and ECMWF ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://docs.oikolab.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://docs.oikolab.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Weather and climate data API. Free: 100 requests/month. Standard $29/mo (1K req/mo). Business $99/mo (5K req/mo). Enterprise custom. Historical reanalysis data. --- *Source: [API Map](https://apimap.dev/apis/oikolab/) — CC BY 4.0*