Integrate the world's most prestigious wine region into your application with structured data on classifications, coordinates, and critic scores.
The world's most prestigious wine region, home to legendary châteaux and the art of the blend. Cabernet Sauvignon and Merlot reach their pinnacle here.
The VineRadar API provides granular, structured data for every major winery and vintage in the Bordeaux region.
8,500+
Total Wineries in France
1,200+
Bordeaux Wineries
Merlot, Cabernet Sauvignon, Cabernet Franc
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 Bordeaux
const response = await fetch(
'https://api.vineradar.com/v1/wineries?region=bordeaux&limit=3',
{ headers: { 'Authorization': `Bearer YOUR_API_KEY` } }
);
const data = await response.json();
/*
{
"query": "/wineries/france/bordeaux",
"total_results": 1200,
"results": [
{
"name": "Château Cheval Blanc",
"classification": "Premier Grand Cru Classé (A)",
"coordinates": {
"latitude": 44.893,
"longitude": -0.156
},
"details": {
"soil_type": "Gravel, clay, and sand",
"key_grape_varieties": [
"Cabernet Franc",
"Merlot"
]
},
"ratings_and_data": {
"avg_critic_score": 97.5,
"data_points_available": 1000
}
},
{
"name": "Cos d'Estournel",
"classification": "Deuxième Grand Cru Classé",
"coordinates": {
"latitude": 45.262,
"longitude": -0.772
},
"details": {
"soil_type": "Gravel and limestone",
"key_grape_varieties": [
"Cabernet Sauvignon",
"Merlot"
]
},
"ratings_and_data": {
"avg_critic_score": 95.2,
"data_points_available": 1240
}
}
]
}
*/Ready to integrate Bordeaux wine data into your application?
Explore more wine regions
Be among the first developers to access comprehensive Bordeaux winery data, ratings, coordinates, and terroir details through our API.