G

Govparse · Permittees Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

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.

Endpoint

GET https://api.govparse.io/v1/ttb/permittees/search

2

Calls / 30d

1

Unique payers / 30d

Sep 7

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.govparse.io/v1/ttb/permittees/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/ttb/permittees/search?operating_name=Distillery&owner=Southern+Glazer%27s&permit_number=CA-W-25810" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "city": "Louisville",
      "county": "Jefferson",
      "entity_id": null,
      "industry_type": "Distilled Spirits Plant",
      "is_distillery": true,
      "is_importer": false,
      "is_new": false,
      "is_wholesaler": false,
      "is_winery": false,
      "name": "Example Bourbon Distillers LLC",
      "operating_name": "Example Bourbon Co",
      "permit_number": "KY-S-21001",
      "permit_type": "S",
      "state": "KY",
      "street": "100 Distillery Rd",
      "zip": "40202"
    }
  ],
  "total_matched": 1
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Govparse & similar services