Which distilleries, wineries, alcohol importers, and wholesalers hold a federal
Which distilleries, wineries, alcohol importers, and wholesalers hold a federal TTB basic permit in a market? Search the TTB List of Permittees by owner, operating/DBA name, permit number, permit_type (S/W/I/P), industry, state, city, county, zip, entity_id, or new-permit-only (new=true, a new-business trigger). Returns the permittee, operating name, address, industry type, and entity-resolved owner. Excludes brewers/tobacco (IRC 6103). TTB public-domain records.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.govparse.io/v1/ttb/permittees/search
| Category | Market data |
|---|---|
| Provider host | api.govparse.io |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $1.25 | 250 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"operating_name": "Distillery",
"owner": "Southern Glazer's",
"permit_number": "CA-W-25810"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"city": {
"description": "Premise city fragment.",
"examples": [
"Louisville"
],
"type": "string"
},
"county": {
"description": "Premise county fragment.",
"examples": [
"Jefferson"
],
"type": "string"
},
"entity_id": {
"description": "Resolved owner entity UUID (pivots to business360).",
"examples": [
"b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"
],
"type": "string"
},
"industry": {
"description": "Industry type (Distilled Spirits Plant | Wine Producer | Importer (Alcohol) | Wholesaler (Alcohol)), CSV.",
"examples": [
"Distilled Spirits Plant"
],
"type": "string"
},
"limit": {
"description": "Max rows (default 25, cap 100).",
"examples": [
25
],
"type": "integer"
},
"new": {
"description": "true = newly-issued permits only (< 7 days) \u2014 a new-business trigger.",
"examples": [
"true"
],
"type": "string"
},
"offset": {
"description": "Rows to skip.",
"examples": [
0
],
"type": "integer"
},
"operating_name": {
"description": "Operating / DBA name fragment.",
"examples": [
"Distillery"
],
"type": "string"
},
"owner": {
"description": "Permit-holder (owner) name \u2014 suffix/punctuation-insensitive.",
"examples": [
"Southern Glazer's"
],
"type": "string"
},
"permit_number": {
"description": "TTB permit number(s), CSV (STATE-TYPE-SEQ).",
"examples": [
"CA-W-25810"
],
"type": "string"
},
"permit_type": {
"description": "S = distilled spirits, W = wine, I = importer, P = wholesaler.",
"examples": [
"S"
],
"type": "string"
},
"sort": {
"description": "permit_number | owner | city :asc|:desc. Default permit_number:asc.",
"examples": [
"owner:asc"
],
"type": "string"
},
"state": {
"description": "Premise state code(s), CSV.",
"examples": [
"KY"
],
"type": "string"
},
"zip": {
"description": "Premise ZIP code.",
"examples": [
"40202"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}