Skip to main content
Both the Retrieve a License and Search endpoints return license objects in the same shape. LicenseSearcher normalizes data from every source into this one schema.

Attributes

license
string
The liquor license or permit number issued by the government authority. Leading zeros are included.
object
string
String representing the object’s type. The value is always license.
address
hash
The registered address for the business or owner.
business
string
The business name for the license holder. This is not necessarily the legal registered name — it can be a DBA name.
dates
hash
Date information, keyed by two-letter state code. Within each state key are the date fields that state commonly reports. Field availability varies by state.
Not every state reports dates. For example, Michigan (mi) currently returns no dates — use status to check a license’s validity there.
details
hash
Additional license information, if available. null if no additional information was found.
owner
string
The legal registered name on record for the business and license holder.
phone
string
The phone number for the business or owner.
state
string
The two-digit USPS state code the license is registered in. See Supported States.
status
enum
The license’s current status, as defined by the state’s licensing agency. LicenseSearcher does not transform statuses into its own values — you receive the state’s raw status. Possible values vary by state and are subject to change.
updated_at
timestamp
The timestamp when LicenseSearcher last fetched the license’s data.

Example object

The license object