Skip to main content
Retrieve a single liquor license by its state and exact license number.

Path parameters

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.
string
required
The liquor license or permit number issued by the government authority. Must be an exact match and must include any leading zeros.

Headers

string
Pins the API version. Send 2026-08-01 for the multi-type shape, where the license object carries a types array — one entry per license type the number holds. Omit for the default version. A malformed value returns a 400.

Returns

Returns a license object if the call succeeds and a matching license is found. Returns null if the call succeeds but no license is found. With X-Api-Version: 2026-08-01, the object contains every license type the number holds; the default version returns a single record built from the primary type (active before delisted, lowest type code first).