TheMealDB API
Free REST API for browsing and searching meal recipes by name, ingredient, cuisine, or category. Returns full recipe details including ingredients and instructions, with support for random meal selection and category listing.
Screenshot:
Slug: themealdb
Key:
Base URL:
Auth: none
Endpoints: 6
Reachable: yes
CORS: unknown
Tier: verified
Last checked: 2026-03-14 16:09:42.454010
Key:
themealdb.com:themealdb-apiBase URL:
https://www.themealdb.com/api/json/v1/1/Auth: none
Endpoints: 6
Reachable: yes
CORS: unknown
Tier: verified
Last checked: 2026-03-14 16:09:42.454010
Links
Documentation:
- API official
Topics
Endpoints (6)
| Path | Summary | Response | Auth |
|---|---|---|---|
| categories.php | List all categories | application/json |
— |
| filter.php | Filter meals | application/json |
— |
| list.php | List filter options | application/json |
— |
| lookup.php | Lookup meal by ID | application/json |
— |
| random.php | Get random meal | application/json |
— |
| search.php | Search meals | application/json |
— |