Get comprehensive data on houses, growers, and vintages from the world's most celebrated sparkling wine region.
The birthplace of sparkling wine excellence. Chalk soils and cool climate create the world's most celebrated bubbles.
The VineRadar API provides granular, structured data for every major winery and vintage in the Champagne region.
8,500+
Total Wineries in France
320+
Champagne Wineries
Chardonnay, Pinot Noir, Pinot Meunier
Key Varietals
50+
Data Points per Winery
This is what a real API response looks like. Structured, comprehensive, and ready for your application.
// Fetch the top wineries in Champagne
const response = await fetch(
'https://api.vineradar.com/v1/wineries?region=champagne&limit=3',
{ headers: { 'Authorization': `Bearer YOUR_API_KEY` } }
);
const data = await response.json();
/*
{
"query": "/wineries/france/champagne",
"total_results": 320,
"results": [
{
"name": "Dom Pérignon",
"classification": "Prestige Cuvée",
"coordinates": {
"latitude": 49.071,
"longitude": 3.954
},
"details": {
"soil_type": "Chalk and limestone",
"key_grape_varieties": [
"Chardonnay",
"Pinot Noir"
]
},
"ratings_and_data": {
"avg_critic_score": 96.8,
"data_points_available": 1000
}
},
{
"name": "Moët & Chandon",
"coordinates": {
"latitude": 49.044,
"longitude": 3.953
},
"details": {
"soil_type": "Chalk",
"key_grape_varieties": [
"Pinot Noir",
"Chardonnay",
"Pinot Meunier"
]
},
"ratings_and_data": {
"avg_critic_score": 91.5,
"data_points_available": 1240
}
}
]
}
*/Ready to integrate Champagne wine data into your application?
Explore more wine regions
Be among the first developers to access comprehensive Champagne winery data, ratings, coordinates, and terroir details through our API.