G

GlobalWineScore API Documentation

by GlobalWineScore API Documentation Free tier

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

authglobalwinescore

Quick Reference

Base URL 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
Pricing
28
Latency
20
Depth
44

Authentication

API key in the request header (Authorization)

Authorization: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free: 10 req/day. Paid from $50/mo for bulk wine score access.

Key Endpoints

MethodPathDescription
GET /globalwinescores/ List all historical GWS
GET /globalwinescores/latest/ List all latest GWS

Sample Request

curl -X GET 'https://api.globalwinescore.com/globalwinescores/' \
  -H 'Authorization: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official GlobalWineScore API Documentation documentation.