Structured data on aging classifications, oak treatments, and vintage information for Spain's premier wine region.
Spain's most celebrated wine region, where Tempranillo is elevated to art. Traditional oak aging meets modern winemaking.
The VineRadar API provides granular, structured data for every major winery and vintage in the Rioja region.
4,100+
Total Wineries in Spain
620+
Rioja Wineries
Tempranillo, Garnacha, Graciano
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 Rioja
const response = await fetch(
'https://api.vineradar.com/v1/wineries?region=rioja&limit=3',
{ headers: { 'Authorization': `Bearer YOUR_API_KEY` } }
);
const data = await response.json();
/*
{
"query": "/wineries/spain/rioja",
"total_results": 620,
"results": [
{
"name": "Bodegas Muga",
"classification": "DOCa Rioja",
"coordinates": {
"latitude": 42.573,
"longitude": -2.851
},
"details": {
"soil_type": "Clay-limestone",
"key_grape_varieties": [
"Tempranillo",
"Garnacha"
]
},
"ratings_and_data": {
"avg_critic_score": 94.2,
"data_points_available": 1000
}
},
{
"name": "Bodegas Faustino",
"classification": "DOCa Rioja Gran Reserva",
"coordinates": {
"latitude": 42.549,
"longitude": -2.817
},
"details": {
"soil_type": "Alluvial and clay",
"key_grape_varieties": [
"Tempranillo"
]
},
"ratings_and_data": {
"avg_critic_score": 92.8,
"data_points_available": 1240
}
}
]
}
*/Ready to integrate Rioja wine data into your application?
Explore more wine regions
Be among the first developers to access comprehensive Rioja winery data, ratings, coordinates, and terroir details through our API.