> ## 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.

# Supported States

> States for which LicenseSearcher provides liquor license data.

LicenseSearcher provides liquor license data for the states listed below, and coverage is always expanding.

API keys are [scoped to specific states](/authentication#state-scoping). For any request:

* A **supported** state your key is **not** scoped to returns a `403`.
* A state LicenseSearcher does **not** support returns a `404`.

```bash Example theme={null}
GET /v2/search?state=ca   // supported + scoped     -> 200
GET /v2/search?state=ny   // supported, not scoped  -> 403
GET /v2/search?state=wy   // not supported          -> 404
```

## Currently supported

| Code | State         | Code | State          |
| ---- | ------------- | ---- | -------------- |
| `AZ` | Arizona       | `MO` | Missouri       |
| `AR` | Arkansas      | `NE` | Nebraska       |
| `CA` | California    | `NJ` | New Jersey     |
| `CO` | Colorado      | `NY` | New York       |
| `CT` | Connecticut   | `OH` | Ohio           |
| `FL` | Florida       | `PA` | Pennsylvania   |
| `ID` | Idaho         | `SC` | South Carolina |
| `IL` | Illinois      | `TN` | Tennessee      |
| `IA` | Iowa          | `TX` | Texas          |
| `KS` | Kansas        | `VA` | Virginia       |
| `KY` | Kentucky      | `WA` | Washington     |
| `MA` | Massachusetts | `WV` | West Virginia  |
| `MI` | Michigan      | `WI` | Wisconsin      |
| `MN` | Minnesota     |      |                |

<Note>
  Need a state that isn't listed yet? [Talk to sales](https://licensesearcher.com/contact) — new states are added regularly. You can also query the live list programmatically at `GET https://api.licensesearcher.com/v2/states`.
</Note>
