TheMealDB · JSON Structure

Themealdb Meal Structure

Full meal details including ingredients, instructions, and media

Type: object Properties: 16
RecipesMealsFoodCooking

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

Properties

idMeal strMeal strCategory strArea strInstructions strMealThumb strTags strYoutube strIngredient1 strIngredient2 strIngredient3 strMeasure1 strMeasure2 strMeasure3 strSource 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/themealdb/refs/heads/main/json-structure/themealdb-meal-structure.json",
  "name": "Meal",
  "description": "Full meal details including ingredients, instructions, and media",
  "type": "object",
  "properties": {
    "idMeal": {
      "type": "string",
      "description": "Unique meal identifier",
      "example": "52772"
    },
    "strMeal": {
      "type": "string",
      "description": "Meal name",
      "example": "Teriyaki Chicken Casserole"
    },
    "strCategory": {
      "type": "string",
      "description": "Meal category",
      "example": "Chicken"
    },
    "strArea": {
      "type": "string",
      "description": "Cuisine area/region of origin",
      "example": "Japanese"
    },
    "strInstructions": {
      "type": "string",
      "description": "Step-by-step preparation instructions"
    },
    "strMealThumb": {
      "type": "string",
      "description": "Thumbnail image URL",
      "example": "https://www.themealdb.com/images/media/meals/wvpsxx1468256321.jpg"
    },
    "strTags": {
      "type": "string",
      "description": "Comma-separated tags",
      "nullable": true
    },
    "strYoutube": {
      "type": "string",
      "description": "YouTube video URL for the recipe",
      "nullable": true
    },
    "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
    },
    "strSource": {
      "type": "string",
      "description": "Source URL for the recipe",
      "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/themealdb-meal-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 email required.

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