• 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 20
TheCocktailDB.com - An Open Cocktail Database with API
#76
Hello Zag
I am writing a cocktail appletv application and would like to thank you for this api. (The app will of course be free). I can't send you private message but I would need a private api key maybe that way you could have some stats about my app usage and so on ? Or should I use the basic one ?

I also have some questions about your api. Do you improve it ? Can we get involved into it ? Is it open source ?

I would like to translate it into multiple languages and maybe add some other pictures and so on if you accept my help Wink
Reply
#77
(2016-07-13, 17:51)sbeex Wrote: Hello Zag
I am writing a cocktail appletv application and would like to thank you for this api. (The app will of course be free). I can't send you private message but I would need a private api key maybe that way you could have some stats about my app usage and so on ? Or should I use the basic one ?

I also have some questions about your api. Do you improve it ? Can we get involved into it ? Is it open source ?

I would like to translate it into multiple languages and maybe add some other pictures and so on if you accept my help Wink

Sure see PM for your api key.

The API is pretty fixed and we haven't had much demand for languages so far, but i'm always open to improving it if you have suggestions.

We always love people making the cocktails and uploading photos too Smile
Reply
#78
I've also uploaded another 100+ transparent hi-resolution ingredient images!

Image Image Image Image Image

This should make the kodi add-on look much better now Wink
Reply
#79
Hello Zag, I am looking for cool datasets for some data/network science projects and I would like to access the list of cocktails per id. I was thus wondering whether the test API key ("1") would work for me to access all the recipes or I will need a different key.
Reply
#80
Yes thats what the test key is for.
Reply
#81
Yo Zag Smile. Can you PM me some contacts of you: like skype or somethink. Would like to exchange information about your API (suggestions, repot bugs and etc. when i find some).
Reply
#82
Huh
I love the idea of this API and want to work with making a cool web app with it. However, I'm running into a small issue.
I saw a post about this a while ago but I'm having issues pulling data. I'm making a simple ajax request using jQuery and encountering a
`No 'Access-Control-Allow-Origin' header is present on the requested resource.` error. Has anyone else gotten around this?

Here's a link to the sample code.
http://jsbin.com/jasoqem/1/edit?js,console
Reply
#83
(2016-07-27, 20:17)CWolfAnderson Wrote: Huh
I love the idea of this API and want to work with making a cool web app with it. However, I'm running into a small issue.
I saw a post about this a while ago but I'm having issues pulling data. I'm making a simple ajax request using jQuery and encountering a
`No 'Access-Control-Allow-Origin' header is present on the requested resource.` error. Has anyone else gotten around this?

Here's a link to the sample code.
http://jsbin.com/jasoqem/1/edit?js,console

Looks like a java problem to me!

A quick google shows this up

http://stackoverflow.com/questions/20035...d-resource
Reply
#84
(2016-07-27, 15:33)dberov Wrote: Yo Zag Smile. Can you PM me some contacts of you: like skype or somethink. Would like to exchange information about your API (suggestions, repot bugs and etc. when i find some).

You can email me any time at zag at kodi.tv
Reply
#85
Hello,
I have the same issue than CWolfAnderson. My AJAX requests only work if I use the Chrome Plugin "Allow Cross Origin". The JSONP hack doesn't work at all. Does the API server allow CORS ?
Reply
#86
Thumbs Up 
(2016-07-27, 20:34)zag Wrote:
(2016-07-27, 20:17)CWolfAnderson Wrote: Huh
I love the idea of this API and want to work with making a cool web app with it. However, I'm running into a small issue.
I saw a post about this a while ago but I'm having issues pulling data. I'm making a simple ajax request using jQuery and encountering a
`No 'Access-Control-Allow-Origin' header is present on the requested resource.` error. Has anyone else gotten around this?

Here's a link to the sample code.
http://jsbin.com/jasoqem/1/edit?js,console

Looks like a java problem to me!

A quick google shows this up

http://stackoverflow.com/questions/20035...d-resource

I saw that post but never read to the 5th answer (which worked for meSmile). Thanks a bunch!
http://cors.io/?u=http://HTTP_YOUR_LINK_HERE
Reply
#87
(2016-07-27, 21:12)CWolfAnderson Wrote: I saw that post but never read to the 5th answer (which worked for meSmile). Thanks a bunch!
http://cors.io/?u=http://HTTP_YOUR_LINK_HERE

Actually, I don't want to send the request to a third party. Is there another way to deal with this ?
Reply
#88
Hey Zag, is there a way to get Ingredients image through the API? The json returned by "lookup" by "id" method in the api return only the name of the ingredient Sad. Would be cool feature to add url's to the image for ingredient Smile!
Reply
#89
The ingredient URL is exactly the same as the name of the ingredient

Code:
http://www.thecocktaildb.com/images/ingredients/Orange%20juice.png
http://www.thecocktaildb.com/images/ingredients/Orange%20juice-small.png
http://www.thecocktaildb.com/images/ingredients/Banana-Small.png
http://www.thecocktaildb.com/images/ingredients/Banana.png

I'll add a medium size soon as well Wink
Reply
#90
Hi! I am currently in a coding bootcamp and am making a mixology app that makes psychological cocktail suggestions based on a personality assessment. The project is just for academic purposes but I wanted to know if you'd prefer that I use a different key rather than the test key for my project. Thanks!
Reply
  • 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 20

Logout Mark Read Team Forum Stats Members Help
TheCocktailDB.com - An Open Cocktail Database with API2