TheCocktailDB · Example Payload

Thecocktaildb List Response Example

CocktailsDrinksRecipesFood And BeverageOpen Data

Thecocktaildb List Response Example is an example object payload from TheCocktailDB, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

drinks

Example Payload

Raw ↑
{
  "drinks": [
    { "strCategory": "Ordinary Drink" },
    { "strCategory": "Cocktail" },
    { "strCategory": "Shake" },
    { "strCategory": "Other/Unknown" },
    { "strCategory": "Cocoa" },
    { "strCategory": "Shot" },
    { "strCategory": "Coffee / Tea" },
    { "strCategory": "Homemade Liqueur" },
    { "strCategory": "Punch / Party Drink" },
    { "strCategory": "Beer" },
    { "strCategory": "Soft Drink" }
  ]
}