# Game of Thrones Quotes API **Provider:** Game of Thrones Quotes **Category:** entertainment **Base URL:** `https://gameofthronesquotes.xyz` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://gameofthronesquotes.xyz/ ## Description A free API to retrieve some quotes of Game of Thrones! ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://gameofthronesquotes.xyz/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://gameofthronesquotes.xyz' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/game-of-thrones-quotes/) — CC BY 4.0*