World-renowned Riesling data from Germany's steep slate vineyards, including Prädikat levels, VDP classifications, and terroir mapping.
Discover the finest wineries in Mosel, Germany. Access comprehensive data on local estates, wines, and ratings through our developer-friendly API.
The VineRadar API provides granular, structured data for every major winery and vintage in the Mosel region.
1,800+
Total Wineries in Germany
280+
Mosel Wineries
Riesling, Müller-Thurgau, Elbling
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 Mosel
const response = await fetch(
'https://api.vineradar.com/v1/wineries?region=mosel&limit=3',
{ headers: { 'Authorization': `Bearer YOUR_API_KEY` } }
);
const data = await response.json();
/*
{
"query": "/wineries/germany/mosel",
"total_results": 280,
"results": [
{
"name": "S.A. Prüm",
"classification": "VDP Grosse Lage",
"coordinates": {
"latitude": 49.915,
"longitude": 7.108
},
"details": {
"soil_type": "Blue Devon slate",
"key_grape_varieties": [
"Riesling"
]
},
"ratings_and_data": {
"avg_critic_score": 93.5,
"data_points_available": 1000
}
},
{
"name": "Weingut Max Ferd. Richter",
"classification": "VDP",
"coordinates": {
"latitude": 49.942,
"longitude": 7.052
},
"details": {
"soil_type": "Slate and quartzite",
"key_grape_varieties": [
"Riesling"
]
},
"ratings_and_data": {
"avg_critic_score": 94.2,
"data_points_available": 1240
}
}
]
}
*/Ready to integrate Mosel wine data into your application?
Explore more wine regions
Be among the first developers to access comprehensive Mosel winery data, ratings, coordinates, and terroir details through our API.