Access premium California wine data including sub-AVA details, elevation mapping, and comprehensive critic scores.
California's premier wine destination, where world-class Cabernet Sauvignon stands alongside global icons. Innovation and excellence at every turn.
The VineRadar API provides granular, structured data for every major winery and vintage in the Napa Valley region.
3,800+
Total Wineries in USA
540+
Napa Valley Wineries
Cabernet Sauvignon, Chardonnay, Merlot
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 Napa Valley
const response = await fetch(
'https://api.vineradar.com/v1/wineries?region=napa-valley&limit=3',
{ headers: { 'Authorization': `Bearer YOUR_API_KEY` } }
);
const data = await response.json();
/*
{
"query": "/wineries/usa/napa-valley",
"total_results": 540,
"results": [
{
"name": "Stags' Leap Wine Cellars",
"classification": "Stags Leap District AVA",
"coordinates": {
"latitude": 38.395,
"longitude": -122.351
},
"details": {
"soil_type": "Volcanic and alluvial",
"key_grape_varieties": [
"Cabernet Sauvignon"
]
},
"ratings_and_data": {
"avg_critic_score": 95.8,
"data_points_available": 1000
}
},
{
"name": "Joseph Phelps Vineyards",
"classification": "Napa Valley AVA",
"coordinates": {
"latitude": 38.482,
"longitude": -122.445
},
"details": {
"soil_type": "Volcanic ash and clay",
"key_grape_varieties": [
"Cabernet Sauvignon",
"Merlot"
]
},
"ratings_and_data": {
"avg_critic_score": 94.5,
"data_points_available": 1240
}
}
]
}
*/Ready to integrate Napa Valley wine data into your application?
Explore more wine regions
Be among the first developers to access comprehensive Napa Valley winery data, ratings, coordinates, and terroir details through our API.