Skip to content
New Venue Data

Filtering

The GET /v1/licenses endpoint supports a rich set of filters. Combine multiple filters in a single request — they are AND-ed together.

NameTypeRequiredDescriptionExample
countystringOptionalFilter by county slug (e.g. miami-dade)miami-dade
license_typestringOptionalSRX, COP, BEV, FOOD_SERVICE, etc.SRX
statusstringOptionalapproved, pending, active, expiredapproved
event_typestringOptionalnew_filing, renewal, ownership_transfernew_filing
filed_afterstring (ISO 8601)OptionalReturn records filed on or after this date2024-12-01
filed_beforestring (ISO 8601)OptionalReturn records filed on or before this date2024-12-31
citystringOptionalFilter by city nameMiami
limitintegerOptionalRecords per page. Default 25, max 100.25
cursorstringOptionalPagination cursor from previous responsecur_eyJpZCI6Im...

License Type Values

Valid values for the license_type parameter:

text
SRX           — Spirituous liquor (full bar)
COP           — Consumption on premises
BEV           — Beer & wine
APS           — Adult entertainment venue
FOOD_SERVICE  — Food service establishment
SEATING       — Seating license
MOBILE_FOOD   — Mobile food dispensing vehicle

Event Type Values

text
new_filing         — Brand new license application
renewal            — Annual license renewal
ownership_transfer — Business ownership changed
status_change      — Status updated (e.g. approved, suspended)
address_change     — Business address updated
cancellation       — License cancelled
Was this page helpful?