Best World Cuisines
Whether you’re building a recipe app, a travel guide, or a cultural exploration tool, this API helps you showcase iconic national dishes, ingredients, ratings, and rich descriptions of culinary traditions across different regions. 🔍 Key Features: Cuisines by Region – Explore detailed cuisine profiles categorized by global regions (e.g., Southeast Europe, East Asia). Dish Metadata – Access…
Best World Cuisines endpoints
| Method | Endpoint | Description |
|---|---|---|
| Dishes API Endpoints | ||
| GET |
Get All Dishes (Paginated) /api/dish |
Endpoint: /api/dish Description: Retrieves a paginated list of all dishes from all cuisines. This is useful for browsing the entire collection of dishes. Query Parameters: sortBy… |
| GET |
Get a Single Dish by ID /api/dish/{id} |
Endpoint: /api/dish/:id Description: Retrieves detailed information for a specific dish using its unique numerical id (as defined in your EmbeddedDishSchema). Path Parameters: id… |
| GET |
Search and Filter Dishes By TITLE (with Pagination and Sorting) /api/dish/search |
Endpoint: /api/dish/search Description: Provides powerful search, filtering, pagination, and sorting capabilities for dishes. Query Parameters: sortBy (optional, default: none):… |
| GET |
Search and Filter Dishes By CATEGORY (with Pagination and Sorting) /api/dish/search |
Endpoint: /api/dish/search Description: Provides powerful search, filtering, pagination, and sorting capabilities for dishes. Query Parameters: category (optional, default:… |
| GET |
Search and Filter Dishes By REGION (with Pagination and Sorting) /api/dish/search |
Search and Filter Dishes (with Pagination and Sorting) Endpoint: /api/dish/search Description: Provides powerful search, filtering, pagination, and sorting capabilities for… |
| GET |
Search and Filter Dishes By mainINGREDINT (with Pagination and Sorting) /api/dish/search |
Search and Filter Dishes (with Pagination and Sorting) Endpoint: /api/dish/search Description: Provides powerful search, filtering, pagination, and sorting capabilities for… |
| GET |
Search and Filter Dishes By mainIngredients (with Pagination and Sorting) /api/dish/search |
Search and Filter Dishes (with Pagination and Sorting) Endpoint: /api/dish/search Description: Provides powerful search, filtering, pagination, and sorting capabilities for… |
| GET |
Search and Filter Dishes By RATING (with Pagination and Sorting) /api/dish/search |
Endpoint: /api/dish/search Description: Provides powerful search, filtering, pagination, and sorting capabilities for dishes. Query Parameters: rating (optional, default: none):… |
| GET |
Get Dishes with Images (Paginated) /api/dish/with-images |
Endpoint: /api/dish/with-images Description: Retrieves a paginated list of all dishes that have a non-empty image field. Query Parameters: page (optional, default: 1): The page… |
| GET |
Get Unique Field Values for Dishes (Paginated) /api/dish/unique/{fieldName} |
Endpoint: /api/dish/unique/:fieldName Description: Retrieves a paginated list of unique values for a specified dish field. Useful for populating dropdowns or filter options on… |
| Cuisines API Endpoints | ||
| GET |
Get All Cuisines (Paginated) /api/cuisine |
Endpoint: /api/cuisine Description: Retrieves a paginated list of all top-level cuisine documents. Query Parameters: page (optional, default: 1): The page number. limit… |
| GET |
Search and Filter Cuisines (with Pagination and Sorting) /api/cuisine/search |
Endpoint: /api/cuisine/search Description: Provides search, filtering, pagination, and sorting capabilities for top-level cuisine documents. Query Parameters: title (optional,… |
Best World Cuisines pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | — |
|
| ULTRA Recommended | $19.99 / month | — |
|
| MEGA | $49.99 / month | — |
|