France

Bordeaux Wine Data API:Access 1,200+ Wineries & Terroir Data

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.

Join 500+ developers on the waitlist
API Data Coverage

Unmatched Data Depth for Bordeaux

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

Data Available for Bordeaux

GPS Coordinates & Location Data
Terroir Details (Soil Type, Elevation)
Production & Vineyard Size
Grape Variety Breakdown
Critic Scores & Ratings
Vintage & Historical Data
Premier Cru Classé & Cru Bourgeois Classifications
Market Analytics
Price Tracking

Featured Bordeaux Wineries

Cos d'Estournel

Cos d'Estournel

Bordeaux, France
Château Cheval Blanc

Château Cheval Blanc

Bordeaux, France
Château Clarke

Château Clarke

Bordeaux, France
See It In Action

Technical Proof: Bordeaux 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 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

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

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