![]() |
TheCocktailDB.com - An Open Cocktail Database with API - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Meta-Data provider and Artwork Packs (https://forum.kodi.tv/forumdisplay.php?fid=71) +--- Thread: TheCocktailDB.com - An Open Cocktail Database with API (/showthread.php?tid=235298) |
RE: TheCocktailDB.com - An Open Cocktail Database with API - blaumann - 2019-09-02 (2019-09-01, 20:59)docwra Wrote: https://www.thecocktaildb.com/api/json/v1/1/search.php?i=JagermeisterI just recognized that the "strDescription" looks like ti is copied from Wikipedia. To avoid copyright issues proper citation is needed. See: https://en.wikipedia.org/w/index.php?title=Special:CiteThisPage&page=J%C3%A4germeister&id=913177172 RE: TheCocktailDB.com - An Open Cocktail Database with API - blaumann - 2019-09-02 A question on the multi-ingredient filter: https://www.thecocktaildb.com/api/json/v1/1/filter.php?i=Grenadine,Orange%20Juice,Tequila,Vodka The result is a list of recepies wich contain Grenadine AND Orange Juice AND Tequila AND Vodka AND anything not in the filter, right? The Result is "None Found". What I expected is that I state what my bar contains and the filter gives me all recepies wich are possible. In the above example that would be at least "Screwdriver" and "Tequila Sunrise". What did I miss? Thanx! RE: TheCocktailDB.com - An Open Cocktail Database with API - discoduroderoer - 2019-10-05 I am trying to make this request: https://www.thecocktaildb.com/api/json/v1/1/random.php I skip this error: <br /> <b>Warning</b>: Creating default object from empty value in <b>C:\inetpub\thecocktaildb\api\json\v1\1\random.php</b> on line <b>10</b><br /> <br /> <b>Warning</b>: Creating default object from empty value in <b>C:\inetpub\thecocktaildb\api\json\v1\1\random.php</b> on line <b>12</b><br /> { ![]() Does anyone happen? RE: TheCocktailDB.com - An Open Cocktail Database with API - docwra - 2019-10-06 Error should be fixed now RE: TheCocktailDB.com - An Open Cocktail Database with API - Charlie-Green - 2019-11-22 Hi! First, I want to thank you for this simple and enchanting API. I found TheCocktailDB API most suitable to practice RestAPI calls using Retrofit-2, so I'm currently developing a sample Android client for it. The app persists all drinks and ingredients in a local database. When syncing to the online database, it does the following: 1. Fetches a whole list of drinks (using search by first letter for each letter from 'a' to 'z'. If you know a better approach, please, let me know). 2. For each ingredient in each drink, checks for existance of this ingredient in the local database. If missing, tries to fetch it from the online database. Thus, sooner or later the app queries for any ingredient mentioned in at least one drink recipe. And this runs into an issue: a small part of the ingredients cannot be found. This is the list of those missing ingredients: Bailey's irish cream Creme de Mure Olive Brine Pineapple Syrup St. Germain Lavender Bailey's irish cream is especially important because my app found more than 1 occurance of it. Please, consider adding these ingredients to the database, or let me know if it is impossible or if I'm doing something wrong. Once again, thank you for TheCocktailDB, as well as for your future reply. RE: TheCocktailDB.com - An Open Cocktail Database with API - docwra - 2019-11-25 (2019-11-22, 22:41)Charlie-Green Wrote: Hi! Thanks! Yes these ingredients seem to have entered the database with slightly different names. I have normalized the ingredient name entries now and hopefully it works again! The images and descriptions already exist so hopefully that is everything. RE: TheCocktailDB.com - An Open Cocktail Database with API - Charlie-Green - 2019-11-25 (2019-11-25, 11:07)docwra Wrote:(2019-11-22, 22:41)Charlie-Green Wrote: Hi! Yep, now all ingredients can be found. Thank you! RE: TheCocktailDB.com - An Open Cocktail Database with API - karlzre - 2019-11-26 Hi, Very nice job !! I'm looking around to build a cocktail bot. i found this cocktail db, and i looking if i can use it for my bot. Is it a way to make a search on multiple ingredients ? For examlpe my bot will have 8 bottles, let's say gin, vodka, coke, etc.. Can i make a search to just search for cocktails which include these ingredients ? RE: TheCocktailDB.com - An Open Cocktail Database with API - docwra - 2019-11-26 (2019-11-26, 13:27)karlzre Wrote: Hi,Yes but that is only available for Pateron supporters. See the API page for more details: https://www.thecocktaildb.com/api.php RE: TheCocktailDB.com - An Open Cocktail Database with API - brucenorton - 2020-02-17 Just dropped by to say thanks. Doing a demo on how there is an API for everything and how to use them... so built this simple random cocktail suggestion app. https://micromedia.vanier.college/home/nortonb/2019-20/web4/cocktails/ RE: TheCocktailDB.com - An Open Cocktail Database with API - docwra - 2020-02-19 Nice, works well, makes me think we need 4K image resolutions now ![]() RE: TheCocktailDB.com - An Open Cocktail Database with API - MikeyRamone - 2020-10-01 Just found the cocktail db site and browsing through it...very nice! One comment: the search doesn't seem to like ingredients; for example, I tried searching for 'orange juice' to find cocktails that user that ingredient but I got zero search results. I did another search just for 'orange' and found some drinks with orange juice listed as an ingredient, clicked on the orange juice ingredient and then got results. It would be great to have the ability search by ingredient instead of this 'back door' method. Just a though, keep up the good work! RE: TheCocktailDB.com - An Open Cocktail Database with API - diksha - 2020-12-15 Hi I'm currently working on a project named drinks app using ES6 technologies. i need to access the API's for the same but I'm not able to access it. Can you please help me to solve this problem. Here is the link- https://www.thecocktaildb.com/api.php RE: TheCocktailDB.com - An Open Cocktail Database with API - diksha - 2020-12-15 (2015-08-14, 10:50)zag Wrote: APIHI I'm currenly working a project-drinks app. I need to access the APIs for the same but I'm not able to. Can you please help me to solve this problem? Building an iOS app for the cocktail db. Looking from some advice! - ap247 - 2021-02-07 Hello all im pretty new to the iOS development scene and im looking for some advice on how to well 1 once you search on a term then search on the drinkIds to get the full list of ingredients for each drink. Although my main question is...Is there a way to query then entire db at once? I have a home page fore the app and I think it would be efficient to show the entire db in a lazyVStack to not load it all at once but as it comes into view. Just so there is more then 10 items on the screen at one time. If anyone knows how I can do this please let me know! Thank you! |