# Sunrise and Sunset API **Provider:** Sunrise and Sunset **Category:** developer **Base URL:** `https://sunrise-sunset.org` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://sunrise-sunset.org/api ## Description Sunset and sunrise times for a given latitude and longitude ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://sunrise-sunset.org/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://sunrise-sunset.org' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/sunrise-and-sunset/) — CC BY 4.0*