Documentation menu
Docs / Guides / Filtering, search and pagination
Filtering, search and pagination
Narrow results with filters and full-text search, and page through large result sets.
Most NewLiquorLicenses search endpoints accept query parameters to filter results, plus limit and offset to page through them.
Filter and search
Use q for full-text search across fields, and the endpoint-specific filters listed on each reference page. Combine as many as you need:
GET https://newliquorlicenses-us-liquor-license-data.p.rapidapi.com/liquor_license?q=example&limit=50Page through results
Responses include a count and an offset. Increase offset by your limit to walk the full set:
GET https://newliquorlicenses-us-liquor-license-data.p.rapidapi.com/liquor_license?limit=100&offset=0
GET https://newliquorlicenses-us-liquor-license-data.p.rapidapi.com/liquor_license?limit=100&offset=100Ready to build?Subscribe on RapidAPI to get your key and start calling NewLiquorLicenses in minutes.
Get your API key →