• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 9
TheMealDB.com - An Open Recipe Database with API
#31
A few new things this week:

- Users can now Add recipes at this page: http://www.themealdb.com/add_meal.php (please let me know if you want more ingredients added? We are slowly building up the list)
- Added 10 new recipes
- New API page

Thanks for the shout-out from the official Kodi Twitter account for the new Add-on Smile

New meals include the Salted Caramel Desert Cheese Cake! mmmm

Image
Reply
#32
We reached 100 recipes in no time! Thanks to anyone who added the random few recently.

- 100 recipes
- New home page latest recipe updates
- Added some new food areas
- Added 150+ new ingredients with transparent images


I've concentrated on deserts myself, specifically American and British ones!

Image Image Image Image Image Image Image Image

That's Chocolate & Avocado mouse, American Pancakes, Choc-Chip Pecan Pie, New York Cheesecake, Key Lime Pie, Chocolate and Raspberry brownies, Peanut Butter Cheesecake and Pumpkin Pie

I feel hungry just filling this site Wink
Reply
#33
I'd love some help here... If you are from a country of the world, can you list the top 5 dishes specific to your country?

I'm good with British cuisine but finding it hard to fill the other country sections with popular dishes.
Reply
#34
I guess its just me then.....
Image
I've finished the basic French dishes! I did a google search so don't blame me if I missed anything Smile

http://www.themealdb.com/browse.php?a=French

Image
Reply
#35
Image
Canada is just about done as well, any Canadians care to comment on the selection I chose?

Damn you guys eat badly lol.

Image
Reply
#36
(2016-07-11, 21:42)zag Wrote: API Instructions

These examples use the test Api key of "1". Please post if you want your own key for larger projects. The test key may be removed at any time if it's abused.
Code:
Search meal by name
http://www.themealdb.com/api/json/v1/1/search.php?s=Arrabiata

Lookup full meal details by id
http://www.themealdb.com/api/json/v1/1/lookup.php?i=52772

Lookup a random meal
http://www.themealdb.com/api/json/v1/1/random.php

Latest Meals
http://www.themealdb.com/api/json/v1/1/latest.php

List all Categories, Area, Ingredients
http://www.themealdb.com/api/json/v1/1/list.php?c=list
http://www.themealdb.com/api/json/v1/1/list.php?a=list
http://www.themealdb.com/api/json/v1/1/list.php?i=list

Filter by ingredient
http://www.themealdb.com/api/json/v1/1/filter.php?i=chicken%20breast

Filter by Category
http://www.themealdb.com/api/json/v1/1/filter.php?c=Seafood



NOTE: If you have a finished project, you will need an API key, please PM me or post in this thread. 
 Hello sir,
Greeting of the day,
how can i get Area wise meal list?
"http://www.themealdb.com/api/json/v1/1/list.php?a=list" this API give only area list, i want perticular meal list of perticula area?
Thanks.
Reply
#37
- Added a new tag feature for easier sorting.

Image
Reply
#38
(2017-12-03, 09:06)vasim Wrote:
(2016-07-11, 21:42)zag Wrote:  
 Hello sir,
Greeting of the day,
how can i get Area wise meal list?
"http://www.themealdb.com/api/json/v1/1/list.php?a=list" this API give only area list, i want perticular meal list of perticula area?
Thanks. 
Whoops!! API instructions updated for Area filter search

http://www.themealdb.com/api.php

Sorry about that, it was missing... Smile
Reply
#39
Wondering if there is any service to get images per each category?
Reply
#40
Smile 
Do you have any APIs for Recipes Category Image? Smile
Reply
#41
Not yet but I can work on that yes, I will update soon.

EDIT: there are already some "hardcoded" category images in the Kodi Add-on

https://github.com/zag2me/script.screens...a/category
Reply
#42
Thank you. I will try that. But it would be great to see an api out there for the categories images as well. Smile
Reply
#43
Infact it would be great if the category api also returns the image urls.. That would be awesome! Big Grin
Reply
#44
(2018-02-04, 16:49)ahmedhussain Wrote: Infact it would be great if the category api also returns the image urls.. That would be awesome! Big Grin
Ok good ideas, get good results Smile

php:
http://www.themealdb.com/api/json/v1/1/categories.php
Reply
#45
Hy, I want create an application for cooking for my bachelor exam, how can I obtain this Database with API from TheMealDB? Thank you!
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 9

Logout Mark Read Team Forum Stats Members Help
TheMealDB.com - An Open Recipe Database with API3