> ## Documentation Index
> Fetch the complete documentation index at: https://docs.licensesearcher.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Liquor license data, normalized and live.

LicenseSearcher gives you liquor license data from hundreds of government sources, reconciled into **one clean REST API**. Stop scraping state ABC boards and stitching together mismatched formats — query by license number, business name, or address across dozens of states and get back a single, predictable JSON schema.

<CardGroup cols={2}>
  <Card title="Get your API key" icon="key" horizontal href="https://licensesearcher.com/register">
    Create an account and start querying in minutes.
  </Card>

  <Card title="Quickstart" icon="rocket" horizontal href="/quickstart">
    Make your first request in under five minutes.
  </Card>
</CardGroup>

## Why LicenseSearcher

<CardGroup cols={2}>
  <Card title="One query, three ways" icon="magnifying-glass">
    Search by license number, fuzzy-match business names, or street addresses — without wrangling messy inputs.
  </Card>

  <Card title="Hundreds of sources, normalized" icon="layer-group">
    Government feeds reconciled into one consistent schema with aligned statuses, types, and expirations.
  </Card>

  <Card title="Refreshed weekly" icon="arrows-rotate">
    Records are re-sourced from government sites each week to keep statuses and expirations current.
  </Card>

  <Card title="Built for compliance" icon="shield-check">
    Verify customers and vendors fast, with an auditable history of status changes.
  </Card>

  <Card title="Optional enrichment" icon="sparkles">
    Attach Google Place IDs, parsed websites, social handles, and business details on demand.
  </Card>

  <Card title="RESTful JSON" icon="code">
    One predictable schema across states, with typed statuses and form-encoded requests.
  </Card>
</CardGroup>

## API reference

The LicenseSearcher API is organized around REST. It accepts form-encoded request bodies and returns JSON-encoded responses. To keep the service fast and reliable, rate limits apply to all endpoints.

<CodeGroup>
  ```bash Base URL theme={null}
  https://api.licensesearcher.com
  ```
</CodeGroup>

Every request must be made over HTTPS and authenticated with an API key. Start with [Authentication](/authentication), then explore the [Liquor Licenses API](/liquor-licenses/overview).

<Note>
  **Not a developer?** Use LicenseSearcher's no-code interface to look up and monitor licenses — no code required. [Talk to sales](https://licensesearcher.com/contact) to open an account.
</Note>
