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 <a href="https://www.globalwinescore.com/plans" target="_blank">our plans</a>. Authentication The API uses token-based authenticat
https://api.globalwinescore.com
Auth type
API Key Header
Auth header
Authorization: YOUR_API_KEY
Rate limit
10 req/day (free)
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://api.globalwinescore.com
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)2.92s
(checked Mar 29, 2026)
Builder score
D
32%
builder-friendly
API key in the request header (Authorization)
Authorization: YOUR_API_KEY
Free: 10 req/day. Paid from $50/mo for bulk wine score access.
| Method | Path | Description |
|---|---|---|
| GET | /globalwinescores/ |
List all historical GWS |
| GET | /globalwinescores/latest/ |
List all latest GWS |
curl -X GET 'https://api.globalwinescore.com/globalwinescores/' \ -H 'Authorization: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official GlobalWineScore API Documentation documentation.