• 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
TheMealDB.com - An Open Recipe Database with API
#91
Star 
Hi, I'm currently using your db for my university project.
Could you tell me, which of obtained fields is responsible for the pic of the meal and how could I transwer it from string to image itself?
ThanksSmile
Reply
#92
Hi @docwra! I just paid for get API features, can you send me de Key please. Thanks!!
Reply
#93
How much does the APIs cost and where can I buy it from?
Reply
#94
(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. 

Hi,

I have been developing a mobile app from 2017 using TheMealDB developer key and I have contributed to this forum by providing my ideas as to how the APIs should look like etc a year back. Due to some personal reasons I couldnt continue for a while. Now when I am back, the whole page is changed which is nice but I cant create any posts any more and also I see cannot see any Products when I call the APIs with 1. Did anything changed? Why Cant I create the post anymore? and how can I start using the APIs again. Can anyone also please share the cost for the APIs? Thank you.

Thanks.
Reply
#95
just found the new thread button Big Grin ... Sorry about that. Just want to know about the keys,
Reply
#96
Here is the error I see.

Note: No notataions on this website for Java or Kotlin etc. Sop chose javascript.

javascript:
java.net.UnknownServiceException: CLEARTEXT communication to www.themealdb.com not permitted by network security policy
2019-08-25 09:16:02.192 23362-23362W/System.err:     at okhttp3.internal.connection.RealConnection.connect(RealConnection.java:139)
2019-08-25 09:16:02.192 23362-23362W/System.err:     at okhttp3.internal.connection.StreamAllocation.findConnection(StreamAllocation.java:192)
2019-08-25 09:16:02.192 23362-23362W/System.err:     at okhttp3.internal.connection.StreamAllocation.findHealthyConnection(StreamAllocation.java:121)
2019-08-25 09:16:02.192 23362-23362W/System.err:     at okhttp3.internal.connection.StreamAllocation.newStream(StreamAllocation.java:100)
2019-08-25 09:16:02.192 23362-23362W/System.err:     at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:42)
2019-08-25 09:16:02.192 23362-23362W/System.err:     at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
2019-08-25 09:16:02.192 23362-23362W/System.err:     at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
2019-08-25 09:16:02.192 23362-23362W/System.err:     at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93)
2019-08-25 09:16:02.192 23362-23362W/System.err:     at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
2019-08-25 09:16:02.193 23362-23362W/System.err:     at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
2019-08-25 09:16:02.193 23362-23362W/System.err:     at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93)
2019-08-25 09:16:02.193 23362-23362W/System.err:     at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
2019-08-25 09:16:02.193 23362-23362W/System.err:     at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:120)
2019-08-25 09:16:02.193 23362-23362W/System.err:     at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
2019-08-25 09:16:02.193 23362-23362W/System.err:     at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
2019-08-25 09:16:02.193 23362-23362W/System.err:     at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:185)
2019-08-25 09:16:02.193 23362-23362W/System.err:     at okhttp3.RealCall$AsyncCall.execute(RealCall.java:135)
2019-08-25 09:16:02.193 23362-23362/W/System.err:     at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32)
2019-08-25 09:16:02.193 23362-23362/W/System.err:     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
2019-08-25 09:16:02.193 23362-23362/W/System.err:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
2019-08-25 09:16:02.193 23362-23362/W/System.err:     at java.lang.Thread.run(Thread.java:764)
Reply
#97
Did you fix this in the end?
Reply
#98
(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. 
Reply
#99
Hi, I've completed a project using this API. Now I wanna put the app on PlayStore and I need a API key
Reply
(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. 
Reply
Hi I am currently using your API for my project, but I am also new about API's just want to know how to get entry from the user then put it on the API so that it will load all the data relating the user's input 
for example:
user input was chicken
then loaded on this API
http://www.themealdb.com/api/json/v1/1/s...?s=Chicken <-- user input
then loads the API on all the list of chicken dishes 

I know how to show data from API but not from a user input

I hope someone can help thank you
Reply
Really cant help with use input sorry, the API should be very simple to use though.
Reply
Hi, I wanted to know if the application open source.
The homepage has the following statement:
Quote:Welcome to TheMealDB: An open source database of Recipes from around the world.
Reply
(2019-11-23, 01:15)overthinkingme Wrote: Hi, I wanted to know if the application open source.
The homepage has the following statement:
Quote:Welcome to TheMealDB: An open source database of Recipes from around the world.
Hi yes the wording is slightly wrong there, its meant to say "An open, crowd-sourced" database Smile

We of course support open source software with the free level of API access as well Wink

EDIT: Forgot to say, Pateron supporters also have access to API methods that can download the whole database in a single call if needed for local use.
Reply
Hi there. I am currently developing an app to be publish into appstore. I would like to use your api for my app. Can you please email me?
Reply
  • 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9

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