Skip to main content
Search a state’s government databases for liquor licenses by business name, owner, or street address. Matching is case-insensitive and accepts partial input.

Query parameters

state
string
required
The two-digit USPS state code (for example, ny). Must be a supported state your key is scoped to. Unsupported states return a 404.
name
string
The full or partial, case-insensitive business or owner name to search for. Required if address is not provided. Cannot be used together with address.
address
string
The full or partial, case-insensitive address line 1 to search for. Required if name is not provided. Cannot be used together with name.
Provide exactly one of name or address. Supplying both, or neither, returns a 400.

Returns

Returns an array of up to 10 license objects if the call succeeds. Pagination is not currently supported.