Wine-Searcher · Schema
Wine
A wine with aggregated pricing and data from Wine-Searcher
DataMarketplaceWinePricesMerchantsVintagesCritics
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Full wine name as known by Wine-Searcher |
| vintage | string | Vintage year or NV (non-vintage) |
| producer | string | Wine producer/winery name |
| region | string | Wine production region |
| country | string | Production country |
| grape | string | Primary grape variety or blend |
| alcohol_by_volume | number | Alcohol by volume percentage |
| score | number | Wine-Searcher aggregated critic score (0-100) |
| price_average | number | Average retail price across all listings |
| price_min | number | Minimum retail price across all listings |
| price_max | number | Maximum retail price across all listings |
| currency | string | Currency code for price values |
| listing_count | integer | Total number of merchant listings |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/wine-searcher/refs/heads/main/json-schema/wine-searcher-wine-schema.json",
"title": "Wine",
"description": "A wine with aggregated pricing and data from Wine-Searcher",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Full wine name as known by Wine-Searcher"
},
"vintage": {
"type": "string",
"description": "Vintage year or NV (non-vintage)"
},
"producer": {
"type": "string",
"description": "Wine producer/winery name"
},
"region": {
"type": "string",
"description": "Wine production region"
},
"country": {
"type": "string",
"description": "Production country"
},
"grape": {
"type": "string",
"description": "Primary grape variety or blend"
},
"alcohol_by_volume": {
"type": "number",
"description": "Alcohol by volume percentage"
},
"score": {
"type": "number",
"description": "Wine-Searcher aggregated critic score (0-100)"
},
"price_average": {
"type": "number",
"description": "Average retail price across all listings"
},
"price_min": {
"type": "number",
"description": "Minimum retail price across all listings"
},
"price_max": {
"type": "number",
"description": "Maximum retail price across all listings"
},
"currency": {
"type": "string",
"description": "Currency code for price values"
},
"listing_count": {
"type": "integer",
"description": "Total number of merchant listings"
}
},
"required": ["name"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/wine-searcher-wine"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.