# Hong Kong Obervatory API **Provider:** Hong Kong Obervatory **Category:** weather **Base URL:** `https://www.hko.gov.hk` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://www.hko.gov.hk/en/abouthko/opendata_intro.htm ## Description Provide weather information, earthquake information, and climate data ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.hko.gov.hk/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://www.hko.gov.hk' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/hong-kong-obervatory/) — CC BY 4.0*