TheCocktailDB · JSON Structure

Thecocktaildb Drink Structure

Full cocktail details including ingredients, instructions, and media

Type: object Properties: 25
CocktailsDrinksRecipesFood and BeverageOpen Data

Drink is a JSON Structure definition published by TheCocktailDB, describing 25 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

idDrink strDrink strDrinkAlternate strTags strVideo strCategory strIBA strAlcoholic strGlass strInstructions strInstructionsES strInstructionsDE strInstructionsFR strInstructionsIT strDrinkThumb strIngredient1 strIngredient2 strIngredient3 strMeasure1 strMeasure2 strMeasure3 strImageSource strImageAttribution strCreativeCommonsConfirmed dateModified

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/thecocktaildb/refs/heads/main/json-structure/thecocktaildb-drink-structure.json",
  "name": "Drink",
  "description": "Full cocktail details including ingredients, instructions, and media",
  "type": "object",
  "properties": {
    "idDrink": {
      "type": "string",
      "description": "Unique cocktail identifier",
      "example": "11007"
    },
    "strDrink": {
      "type": "string",
      "description": "Cocktail name",
      "example": "Margarita"
    },
    "strDrinkAlternate": {
      "type": "string",
      "description": "Alternate name for the cocktail",
      "nullable": true
    },
    "strTags": {
      "type": "string",
      "description": "Comma-separated tags",
      "nullable": true
    },
    "strVideo": {
      "type": "string",
      "description": "Video URL",
      "nullable": true
    },
    "strCategory": {
      "type": "string",
      "description": "Category of drink",
      "example": "Ordinary Drink"
    },
    "strIBA": {
      "type": "string",
      "description": "IBA classification",
      "nullable": true
    },
    "strAlcoholic": {
      "type": "string",
      "description": "Whether the drink is alcoholic",
      "enum": [
        "Alcoholic",
        "Non alcoholic",
        "Optional alcohol"
      ],
      "example": "Alcoholic"
    },
    "strGlass": {
      "type": "string",
      "description": "Type of glass",
      "example": "Cocktail glass"
    },
    "strInstructions": {
      "type": "string",
      "description": "Preparation instructions in English"
    },
    "strInstructionsES": {
      "type": "string",
      "description": "Preparation instructions in Spanish",
      "nullable": true
    },
    "strInstructionsDE": {
      "type": "string",
      "description": "Preparation instructions in German",
      "nullable": true
    },
    "strInstructionsFR": {
      "type": "string",
      "description": "Preparation instructions in French",
      "nullable": true
    },
    "strInstructionsIT": {
      "type": "string",
      "description": "Preparation instructions in Italian",
      "nullable": true
    },
    "strDrinkThumb": {
      "type": "string",
      "description": "Thumbnail image URL",
      "example": "https://www.thecocktaildb.com/images/media/drink/5noda61589575158.jpg"
    },
    "strIngredient1": {
      "type": "string",
      "description": "First ingredient",
      "nullable": true
    },
    "strIngredient2": {
      "type": "string",
      "description": "Second ingredient",
      "nullable": true
    },
    "strIngredient3": {
      "type": "string",
      "description": "Third ingredient",
      "nullable": true
    },
    "strMeasure1": {
      "type": "string",
      "description": "Measure for first ingredient",
      "nullable": true
    },
    "strMeasure2": {
      "type": "string",
      "description": "Measure for second ingredient",
      "nullable": true
    },
    "strMeasure3": {
      "type": "string",
      "description": "Measure for third ingredient",
      "nullable": true
    },
    "strImageSource": {
      "type": "string",
      "description": "Image source URL",
      "nullable": true
    },
    "strImageAttribution": {
      "type": "string",
      "description": "Image attribution",
      "nullable": true
    },
    "strCreativeCommonsConfirmed": {
      "type": "string",
      "description": "Whether image is Creative Commons confirmed",
      "nullable": true
    },
    "dateModified": {
      "type": "string",
      "description": "Date last modified",
      "nullable": true
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/thecocktaildb-drink-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.