Fetch the List of Available Filters

Learn how to get the lists of available categories, glasses, ingredients, and alcoholic filters in the database.

TheCocktailDB API provides us an endpoint to get the lists of items that can be used to filter the cocktails. The base URI of this endpoint is https://www.thecocktaildb.com/api/json/v1/1/list.php. This endpoint provides four types of lists:

  1. Categories list
  2. Glasses list
  3. Ingredients list
  4. Alcoholic filters list

Query parameters

We can use any of the following query parameters with this endpoint:

Get hands-on with 1200+ tech skills courses.