# GlobalWineScore API Documentation **Provider:** GlobalWineScore API Documentation **Category:** auth **Base URL:** `https://api.globalwinescore.com` **Auth:** api-key — `Authorization: YOUR_API_KEY` **Rate Limit:** 10 req/day (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.globalwinescore.com ## Description The GlobalWineScore API is designed as a RESTful API, providing several resources and methods depending on your usage plan. For further information please refer to our plans. Authentication The API uses token-based authenticat ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.globalwinescore.com/globalwinescores/` | List all historical GWS | | GET | `https://api.globalwinescore.com/globalwinescores/latest/` | List all latest GWS | ## Authentication API key in the request header (Authorization) ``` Authorization: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://api.globalwinescore.com/globalwinescores/' \ -H 'Authorization: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 10 req/day. Paid from $50/mo for bulk wine score access. --- *Source: [API Map](https://apimap.dev/apis/globalwinescore-api-documentation/) — CC BY 4.0*