Posts: 1
Joined: Apr 2022
Reputation:
0
Hello everyone!
Have a simple question, can I publish android application with this API onboard?
Posts: 1
Joined: May 2022
Reputation:
0
Hey is there a way to loop through all cocktail IDs? I am trying to create a filter where a user enters in the ingredients they have and then receives a list of what they can make, thanks!.
Posts: 1
Joined: May 2022
Reputation:
0
Hey I rly like ur database. I´m a student and want to use it in my homework.
I try to use the test link with a fetch command in JS: fetch("www.thecocktaildb.com/api/json/v1/1/random.php"). But I always get a 404 (Not found).
Isnt the test link available anymore? I cant figure out what I do wrong.
Would be great If someone could help me fast.
Thanks in advance
Me
Posts: 1
Joined: Jun 2022
Reputation:
0
Hi everyone
For a personal project I'm trying to get the data of all the cocktails. I'm using python to read the urls. I use the api to search for all cocktails starting with a specific character and I iterate over all the letters and number. However, I notice that some drinks are missing (like Apple Pie with a Crust doesn't appear when I search cocktails starting with 'a'). Am I doing something wrong? Thank you.