published

The MealDB

The MealDB API offers free access to a comprehensive database of meal recipes, ingredients, and categories, enabling developers to build culinary applications seamlessly.

Developed by The MealDB

99.90%Uptime
150msLatency
750Stars
No AuthAuth
NoCredit Card
RESTStyle
1Version
API Endpoints

Reference for available routes, request structures, and live examples.

Returns meals matching the given name with full recipe details.

Full Endpoint URL
https://www.themealdb.com/search.php?s={meal_name}
Implementation Example
curl -X GET 'https://www.themealdb.com/search.php?s={meal_name}'
Request Payload
{
  "s": "string (required) - Name of the meal to search"
}
Expected Response
{
  "meals": [
    {
      "idMeal": "52772",
      "strMeal": "Teriyaki Chicken Casserole",
      "strIngredient1": "soy sauce",
      "strIngredient2": "chicken breasts",
      "strInstructions": "Preheat oven to 350 degrees F..."
    }
  ]
}
Version:v1
Limit:unlimited
Real-World Applications
  • Building cooking and recipe applicationsOptimized Capability
  • Creating meal planning and grocery list generation toolsOptimized Capability
  • Developing educational platforms focused on culinary artsOptimized Capability
  • Integrating meal data into food blogs and websitesOptimized Capability
  • Generating random meal suggestions for usersOptimized Capability
Advantages
  • No authentication required for easy access
  • Extensive database of meals, ingredients, and categories
  • Simple RESTful API with JSON responses
  • Free to use without limits
  • Supports multiple search parameters for flexible queries
Limitations
  • No official SDKs for easier integration
  • Limited to meal and recipe data only
  • No support for POST or data modification endpoints
  • Occasional latency fluctuations based on traffic

FAQs

API Specifications

1
Pricing Model
Free
Credit Card
Not Required
Response Formats
JSON
Supported Languages
6 Languages
SDK Support
REST Only
Time to Hello World

Minutes

Rate Limit

Unlimited requests

Free Tier Usage

Full API access with unlimited requests and no authentication required

Use Case: Best For

Developers building food and recipe-related applications or websites

Not Recommended For

Projects requiring advanced user-specific meal data or write operations

#cooking#recipes

Explore Related APIs

Discover similar APIs to The MealDB

View All APIs
PUBLIC

Cocktail DB

The Cocktail DB API offers developers free and seamless access to a comprehensive collection of cocktail recipes, enabling the creation of bartending apps and drink suggestion tools.

Food & DrinkView Details
PUBLIC

Foodish

The Foodish API offers free access to random food images, suitable for applications needing diverse food imagery.

Food & DrinkView Details
PUBLIC

Open Food Facts

The Open Food Facts API offers developers free access to an extensive database of food product information, suitable for health and diet applications.

Food & DrinkView Details