Spain

Rioja Wine Data API:Access 620+ Wineries & Terroir Data

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.

Join 500+ developers on the waitlist
API Data Coverage

Unmatched Data Depth for Rioja

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

Data Available for Rioja

GPS Coordinates & Location Data
Terroir Details (Soil Type, Elevation)
Production & Vineyard Size
Grape Variety Breakdown
Critic Scores & Ratings
Vintage & Historical Data
DOCa & Crianza & Reserva & Gran Reserva Classifications
Aging Classification
Oak Type Data

Featured Rioja Wineries

Bodegas Faustino

Bodegas Faustino

Rioja, Spain
Bodegas Muga

Bodegas Muga

Rioja, Spain
Bodegas Marqués de Cáceres

Bodegas Marqués de Cáceres

Rioja, Spain
See It In Action

Technical Proof: Rioja API Response

This is what a real API response looks like. Structured, comprehensive, and ready for your application.

api-example.js
// 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

Ready to Integrate Rioja Wine Data?Join the Waitlist for Full API Access

Be among the first developers to access comprehensive Rioja winery data, ratings, coordinates, and terroir details through our API.