American Viticultural Areas

All 340 federally designated American Viticultural Areas, with states, counties, parent AVAs, sub-AVAs, and establishing rulemaking metadata.

Rows
340
Format
CSV (UTF-8)
Updated
On TTB amendment (rare)
License
CC0 1.0

An American Viticultural Area is a federally designated wine-growing region — Napa Valley, Willamette Valley, Finger Lakes. The TTB defines them in 27 CFR Part 9, with each AVA's boundary, history, and parent/child relationships buried across decades of rulemaking notices.

This dataset flattens all 340 AVAs into a single CSV. Each row has the official name, alternate names, all states and counties the AVA touches, the establishing date, and the CFR rulemaking author who drafted the current rule. Nested AVAs are linked via parent/child arrays.

AVAs almost never change — new AVAs are established a few times a year and existing ones are amended even less often. The dataset is refreshed when 27 CFR Part 9 is amended.

Schema

Column Type Description
ava_id string Slug-style stable identifier (e.g. 'napa_valley')
name string Official AVA name
aka string Alternate names, comma-separated
states json array List of 2-letter state codes the AVA covers
counties json array List of county names the AVA covers
established_date date Date the AVA was federally established
removed_date date Date the AVA was rescinded, if applicable
valid_start_date date Effective start of the current boundary
valid_end_date date Effective end of the current boundary, if superseded
parent_avas json array AVAs that contain this AVA
child_avas json array Sub-AVAs nested inside this AVA
petitioner string Original petitioner who proposed the AVA
cfr_author string TTB attorney who authored the establishing rule
cfr_index string 27 CFR section number that establishes the AVA

Sample query

select name, states, established_date
from viticultural_areas
where 'CA' = any(states)
  and removed_date is null
order by established_date;

Who uses this

  • Build a wine label compliance check that validates AVA claims against the official register.
  • Map a winery's location to all overlapping AVAs (e.g. Rutherford → Rutherford → Napa Valley → North Coast).
  • Generate region-by-region market sizing using AVA-state-county geography.
  • Power AVA name autocomplete in a wine catalog tool.

License & reuse

This dataset is dedicated to the public domain under Creative Commons CC0 1.0 Universal. Use it however you like — commercially, in derivative products, in research — with no attribution required. Attribution to COLA Cloud is appreciated but not required.

The data is sourced from the US Alcohol and Tobacco Tax and Trade Bureau (TTB), a federal agency. Federal government works are not copyrightable; the cleaning and normalization layered on top is dedicated to the public domain.

Browse all 340 AVAs by state

Each AVA has its own page with parent/child hierarchy, counties, and establishing rulemaking. Pages are extensively cross-linked.

California

Hawaii

Louisiana

Mississippi

Oklahoma

Tennessee

Washington