liquery 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ec92f6da4350c583b32fe12b7a6b21c95b53bfcbaf44de63cc68b392be4d8fb
4
- data.tar.gz: 041ba8371f4b6791d5633cfad8839e7243c2840b540260343c0d7c51bd45db1c
3
+ metadata.gz: 143c520ff4b90967bf1b1727b80d15dff256a9260ad740d04cb0d87a2f10fc5d
4
+ data.tar.gz: 24d99ab25acdca009d61e31ef6adb5aecb18a51933c08220d3ac4820c053037a
5
5
  SHA512:
6
- metadata.gz: 15a149957f11ac8683e7e7e56c11d669422d4183400efb422373ca8f777eb0d790df588e0ddc342aa6482bc5212235551a99f7aa0638bf4732da313798cb8789
7
- data.tar.gz: 07eaa0e50d3f8d1382e740a5cdc4d1b3204e7d55241702b4ad8a154916b640c04a095d2d110be2874402c6c83c7fded7cf4cff88b8b8ca82c6eaf706e1a95a3c
6
+ metadata.gz: 160a2db81f0901cd46263e6098d2380f1468f1e4671bd206e62d5217985585cc5a1be3754ce8976b7ae312beba790b56675598e9687401048ea0d38cb5721ddb
7
+ data.tar.gz: 03fc7532ebc9747212e3d8c16a733d91856bc930692a111a90cda7a24025d1b9a97465e237f89042f8f1e9e9372e2322850a70654faf5e928451d39bff7e88e3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liquery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Johnson
@@ -116,29 +116,10 @@ executables:
116
116
  extensions: []
117
117
  extra_rdoc_files: []
118
118
  files:
119
- - ".gitignore"
120
- - ".rspec"
121
- - ".travis.yml"
122
- - CODE_OF_CONDUCT.md
123
- - Gemfile
124
- - Gemfile.lock
125
- - LICENSE.txt
126
- - LiquerY.gemspec
127
- - NOTES.md
128
- - README.md
129
- - Rakefile
130
- - bin/LiquerY
131
- - bin/console
132
119
  - bin/liquery
133
- - bin/setup
134
120
  - config/environment.rb
135
121
  - lib/LiquerY.rb
136
122
  - lib/LiquerY/CLI.rb
137
- - lib/LiquerY/DrinkAPI.rb
138
- - lib/LiquerY/User.rb
139
- - lib/LiquerY/database.rb
140
- - lib/LiquerY/drink.rb
141
- - lib/LiquerY/version.rb
142
123
  homepage: https://github.com/aaj3f/LiquerY
143
124
  licenses:
144
125
  - MIT
data/.gitignore DELETED
@@ -1,12 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /_yardoc/
4
- /coverage/
5
- /doc/
6
- /pkg/
7
- /spec/reports/
8
- /tmp/
9
- /Liquery-0.1.0.gem
10
-
11
- # rspec failure tracking
12
- .rspec_status
data/.rspec DELETED
@@ -1,3 +0,0 @@
1
- --format documentation
2
- --color
3
- --require spec_helper
data/.travis.yml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- sudo: false
3
- language: ruby
4
- cache: bundler
5
- rvm:
6
- - 2.5.3
7
- before_install: gem install bundler -v 1.17.1
data/CODE_OF_CONDUCT.md DELETED
@@ -1,74 +0,0 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- In the interest of fostering an open and welcoming environment, we as
6
- contributors and maintainers pledge to making participation in our project and
7
- our community a harassment-free experience for everyone, regardless of age, body
8
- size, disability, ethnicity, gender identity and expression, level of experience,
9
- nationality, personal appearance, race, religion, or sexual identity and
10
- orientation.
11
-
12
- ## Our Standards
13
-
14
- Examples of behavior that contributes to creating a positive environment
15
- include:
16
-
17
- * Using welcoming and inclusive language
18
- * Being respectful of differing viewpoints and experiences
19
- * Gracefully accepting constructive criticism
20
- * Focusing on what is best for the community
21
- * Showing empathy towards other community members
22
-
23
- Examples of unacceptable behavior by participants include:
24
-
25
- * The use of sexualized language or imagery and unwelcome sexual attention or
26
- advances
27
- * Trolling, insulting/derogatory comments, and personal or political attacks
28
- * Public or private harassment
29
- * Publishing others' private information, such as a physical or electronic
30
- address, without explicit permission
31
- * Other conduct which could reasonably be considered inappropriate in a
32
- professional setting
33
-
34
- ## Our Responsibilities
35
-
36
- Project maintainers are responsible for clarifying the standards of acceptable
37
- behavior and are expected to take appropriate and fair corrective action in
38
- response to any instances of unacceptable behavior.
39
-
40
- Project maintainers have the right and responsibility to remove, edit, or
41
- reject comments, commits, code, wiki edits, issues, and other contributions
42
- that are not aligned to this Code of Conduct, or to ban temporarily or
43
- permanently any contributor for other behaviors that they deem inappropriate,
44
- threatening, offensive, or harmful.
45
-
46
- ## Scope
47
-
48
- This Code of Conduct applies both within project spaces and in public spaces
49
- when an individual is representing the project or its community. Examples of
50
- representing a project or community include using an official project e-mail
51
- address, posting via an official social media account, or acting as an appointed
52
- representative at an online or offline event. Representation of a project may be
53
- further defined and clarified by project maintainers.
54
-
55
- ## Enforcement
56
-
57
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at ajohnson.uva@gmail.com. All
59
- complaints will be reviewed and investigated and will result in a response that
60
- is deemed necessary and appropriate to the circumstances. The project team is
61
- obligated to maintain confidentiality with regard to the reporter of an incident.
62
- Further details of specific enforcement policies may be posted separately.
63
-
64
- Project maintainers who do not follow or enforce the Code of Conduct in good
65
- faith may face temporary or permanent repercussions as determined by other
66
- members of the project's leadership.
67
-
68
- ## Attribution
69
-
70
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
- available at [http://contributor-covenant.org/version/1/4][version]
72
-
73
- [homepage]: http://contributor-covenant.org
74
- [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile DELETED
@@ -1,6 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
-
5
- # Specify your gem's dependencies in LiquerY.gemspec
6
- gemspec
data/Gemfile.lock DELETED
@@ -1,49 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- liquery (0.3.0)
5
- colorize
6
- fuzzy_match
7
- tty-spinner
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- coderay (1.1.2)
13
- colorize (0.8.1)
14
- diff-lcs (1.3)
15
- fuzzy_match (2.1.0)
16
- method_source (0.9.2)
17
- pry (0.12.2)
18
- coderay (~> 1.1.0)
19
- method_source (~> 0.9.0)
20
- rake (10.5.0)
21
- rspec (3.8.0)
22
- rspec-core (~> 3.8.0)
23
- rspec-expectations (~> 3.8.0)
24
- rspec-mocks (~> 3.8.0)
25
- rspec-core (3.8.0)
26
- rspec-support (~> 3.8.0)
27
- rspec-expectations (3.8.2)
28
- diff-lcs (>= 1.2.0, < 2.0)
29
- rspec-support (~> 3.8.0)
30
- rspec-mocks (3.8.0)
31
- diff-lcs (>= 1.2.0, < 2.0)
32
- rspec-support (~> 3.8.0)
33
- rspec-support (3.8.0)
34
- tty-cursor (0.6.1)
35
- tty-spinner (0.9.0)
36
- tty-cursor (~> 0.6.0)
37
-
38
- PLATFORMS
39
- ruby
40
-
41
- DEPENDENCIES
42
- bundler (~> 1.17)
43
- liquery!
44
- pry
45
- rake (~> 10.0)
46
- rspec (~> 3.0)
47
-
48
- BUNDLED WITH
49
- 1.17.2
data/LICENSE.txt DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2018 Andrew Johnson
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
data/LiquerY.gemspec DELETED
@@ -1,47 +0,0 @@
1
-
2
- lib = File.expand_path("../lib", __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require "LiquerY/version"
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "liquery"
8
- spec.version = LiquerY::VERSION
9
- spec.authors = ["Andrew Johnson"]
10
- spec.email = ["ajohnson.uva@gmail.com"]
11
-
12
- spec.summary = %q{CLI app interfacing with thecocktaildb API}
13
- spec.description = %q{App to offer drink recommendations for users}
14
- spec.homepage = "https://github.com/aaj3f/LiquerY"
15
- spec.license = "MIT"
16
-
17
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
- # to allow pushing to a single host or delete this section to allow pushing to any host.
19
- # if spec.respond_to?(:metadata)
20
- # spec.metadata["allowed_push_host"] = "http://mygemserver.com"
21
- #
22
- # spec.metadata["homepage_uri"] = spec.homepage
23
- # spec.metadata["source_code_uri"] = "https://rubygems.org"
24
- # spec.metadata["changelog_uri"] = "https://github.com/aaj3f/LiquerY/commits/master"
25
- # else
26
- # raise "RubyGems 2.0 or newer is required to protect against " \
27
- # "public gem pushes."
28
- # end
29
-
30
- # Specify which files should be added to the gem when it is released.
31
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
32
- spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
33
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
34
- end
35
- spec.executables << 'liquery'
36
- spec.require_paths = ["lib"]
37
-
38
- spec.add_development_dependency "bundler", "~> 1.17"
39
- spec.add_development_dependency "rake", "~> 10.0"
40
- spec.add_development_dependency "rspec", "~> 3.0"
41
- spec.add_development_dependency "pry"
42
- spec.add_runtime_dependency "tty-spinner"
43
- spec.add_runtime_dependency "colorize"
44
- spec.add_runtime_dependency "fuzzy_match"
45
-
46
-
47
- end
data/NOTES.md DELETED
@@ -1,5 +0,0 @@
1
- Fix dev/runtime dependencies
2
- Look into requirements for publishing gem
3
-
4
- Make own class for palates? (Or is this a future implementation?)
5
- Make own class for quizzes? (Or is this a future implementation?)
data/README.md DELETED
@@ -1,43 +0,0 @@
1
- # LiquerY
2
-
3
- This gem was built as part of a project within the Flatiron School's curriculum. LiquerY is a CLI gem that uses a few simple algorithms alongside thecocktaildb.com's API of cocktail ingredients to help the user identify their beverage preferences and learn about new and exciting cocktails. Besides offering some basic search and sort features, LiqeurY provides the user with a quiz-style interface to narrow down their preferences amongst dozens and dozens of drinks.
4
-
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- ```ruby
10
- gem 'liquery'
11
- ```
12
-
13
- And then execute:
14
-
15
- $ bundle
16
-
17
- Or install it yourself as:
18
-
19
- $ gem install liquery
20
-
21
- ## Usage
22
-
23
- Running LiquerY will run an entirely self-contained CLI app. The user will begin with a quiz to identify their beverage preferences, and they will then have several options to explore the results of the quiz in more detail or to search the entire LiquerY database.
24
-
25
- ## Development
26
-
27
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
28
-
29
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
30
-
31
- Please also note that TheCocktailDb API(https://www.thecocktaildb.com) requires an application for an API key if you intend to release a version of this app on an appstore. At present, this gem continues to use the test key of "1", as I had no intention of releasing the CLI version of this program as an appstore app.
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/aaj3f/LiquerY. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
-
37
- ## License
38
-
39
- The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
40
-
41
- ## Code of Conduct
42
-
43
- Everyone interacting in the LiquerY project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/aaj3f/LiquerY/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile DELETED
@@ -1,6 +0,0 @@
1
- require "bundler/gem_tasks"
2
- require "rspec/core/rake_task"
3
-
4
- RSpec::Core::RakeTask.new(:spec)
5
-
6
- task :default => :spec
data/bin/LiquerY DELETED
@@ -1,6 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require_relative "../config/environment"
5
-
6
- LiquerY::CLI.new.call
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require_relative "../config/environment"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start(__FILE__)
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here
@@ -1,17 +0,0 @@
1
- class DrinkAPI
2
- attr_reader :id_array
3
- def initialize
4
- data = open("https://www.thecocktaildb.com/api/json/v1/1/filter.php?c=Cocktail").read
5
- doc = JSON.parse(data)
6
- #key is ["drinks"] value is array of ingredients
7
- @id_array = doc.first.last.each.with_object([]) do |id_hash, array|
8
- array << id_hash["idDrink"]
9
- end
10
- end
11
-
12
- def make_hash
13
- self.id_array.each.with_object({}) do |id, drink_hash|
14
- drink_hash[id] = JSON.parse(open("https://www.thecocktaildb.com/api/json/v1/1/lookup.php?i=#{id}").read).values.first[0]
15
- end
16
- end
17
- end
data/lib/LiquerY/User.rb DELETED
@@ -1,58 +0,0 @@
1
- class User
2
- attr_accessor :liked_drinks, :liked_ingredients, :disliked_drinks, :quiz_results, :okay_drinks, :great_drinks
3
-
4
- @@all = []
5
-
6
- def initialize
7
- self.liked_drinks = []
8
- self.liked_ingredients = []
9
- self.disliked_drinks = []
10
- @@all << self
11
- end
12
-
13
- def self.all
14
- @@all
15
- end
16
-
17
- def self.current_user
18
- @@all[-1]
19
- end
20
-
21
- def list_liked_drinks
22
- puts "Drinks you like:".cyan
23
- puts "\n\t#{self.print_list(self.liked_drinks.uniq)}".light_blue
24
- puts "\nDrinks we've recommended:".cyan
25
- puts "\n\t#{self.print_list(self.quiz_results)}".light_blue
26
- end
27
-
28
- def list_disliked_drinks
29
- "Drinks you dislike: #{self.names(disliked_drinks)}."
30
- end
31
-
32
- def print_list(array)
33
- array.each.with_object("") do |drink, string|
34
- if array.size == 1
35
- string << drink.strDrink
36
- elsif array.size == 2 && drink == array[0]
37
- string << "#{drink.strDrink} "
38
- elsif drink == array[-1]
39
- string << "and #{drink.strDrink}"
40
- else
41
- string << "#{drink.strDrink}, "
42
- end
43
- end
44
- end
45
-
46
- def names(drink_array)
47
- drink_array.map {|drink| drink.strDrink}
48
- end
49
-
50
- def recent_choice
51
- self.liked_drinks[-1]
52
- end
53
-
54
- def add_to_liked_ingredients
55
- @liked_ingredients.concat((self.liked_drinks.map {|d| d.all_ingredients}).flatten.uniq)
56
- end
57
-
58
- end
@@ -1,3 +0,0 @@
1
- ## An offline hash of the entire database -- used for tests ##
2
-
3
- DRINK_HASH = {"14029"=>[{"idDrink"=>"14029", "strDrink"=>"'57 Chevy with a White License Plate", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Highball glass", "strInstructions"=>"1. Fill a rocks glass with ice 2.add white creme de cacao and vodka 3.stir", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/qyyvtu1468878544.jpg", "strIngredient1"=>"Creme de Cacao", "strIngredient2"=>"Vodka", "strIngredient3"=>"", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 oz white ", "strMeasure2"=>"1 oz ", "strMeasure3"=>" ", "strMeasure4"=>" ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>"", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2016-07-18 22:49:04"}], "15346"=>[{"idDrink"=>"15346", "strDrink"=>"155 Belmont", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"White wine glass", "strInstructions"=>"Blend with ice. Serve in a wine glass. Garnish with carrot.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/yqvvqs1475667388.jpg", "strIngredient1"=>"Dark rum", "strIngredient2"=>"Light rum", "strIngredient3"=>"Vodka", "strIngredient4"=>"Orange juice", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 shot ", "strMeasure2"=>"2 shots ", "strMeasure3"=>"1 shot ", "strMeasure4"=>"1 shot ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2016-10-05 12:36:28"}], "16108"=>[{"idDrink"=>"16108", "strDrink"=>"9 1/2 Weeks", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Combine all ingredients in glass mixer. Chill and strain into Cocktail glass. Garnish with sliced strawberry.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/xvwusr1472669302.jpg", "strIngredient1"=>"Absolut Citron", "strIngredient2"=>"Orange Curacao", "strIngredient3"=>"Strawberry liqueur", "strIngredient4"=>"Orange juice", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"2 oz ", "strMeasure2"=>"1/2 oz ", "strMeasure3"=>"1 splash ", "strMeasure4"=>"1 oz ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2016-08-31 19:48:22"}], "16943"=>[{"idDrink"=>"16943", "strDrink"=>"A Gilligan's Island", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Collins glass", "strInstructions"=>"Shaken, not stirred!", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/wysqut1461867176.jpg", "strIngredient1"=>"Vodka", "strIngredient2"=>"Peach schnapps", "strIngredient3"=>"Orange juice", "strIngredient4"=>"Cranberry juice", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 oz ", "strMeasure2"=>"1 oz ", "strMeasure3"=>"3 oz ", "strMeasure4"=>"3 oz ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2016-04-28 19:12:56"}], "17005"=>[{"idDrink"=>"17005", "strDrink"=>"A True Amaretto Sour", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Old-fashioned glass", "strInstructions"=>"Rub the rim of an old fashioned glass with lemon, and dip repeatedly into granulated sugar until it has a good \"frosted\" rim. Shake a jigger of Amaretto with the juice of 1/2 a lemon. Strain into glass and add ice. Garnish with a Marachino Cherry.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/rptuxy1472669372.jpg", "strIngredient1"=>"Amaretto", "strIngredient2"=>"Lemon", "strIngredient3"=>"Ice", "strIngredient4"=>"Maraschino cherry", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 jigger ", "strMeasure2"=>"Juice of 1/2 ", "strMeasure3"=>"\n", "strMeasure4"=>" ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2016-08-31 19:49:32"}], "14560"=>[{"idDrink"=>"14560", "strDrink"=>"A.D.M. (After Dinner Mint)", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Irish coffee cup", "strInstructions"=>"shake vigorously", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/ruxuvp1472669600.jpg", "strIngredient1"=>"White Creme de Menthe", "strIngredient2"=>"Southern Comfort", "strIngredient3"=>"Vodka", "strIngredient4"=>"Hot chocolate", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1/2 oz ", "strMeasure2"=>"3/4 oz ", "strMeasure3"=>"1/2 oz ", "strMeasure4"=>"Fill with ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2016-08-31 19:53:20"}], "17222"=>[{"idDrink"=>"17222", "strDrink"=>"A1", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Pour all ingredients into a cocktail shaker, mix and serve over ice into a chilled glass.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/2x8thr1504816928.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Grand Marnier", "strIngredient3"=>"Lemon Juice", "strIngredient4"=>"Grenadine", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"1 3/4 shot ", "strMeasure2"=>"1 Shot ", "strMeasure3"=>"1/4 Shot", "strMeasure4"=>"1/8 Shot", "strMeasure5"=>"\r\n", "strMeasure6"=>"\r\n", "strMeasure7"=>"\r\n", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-09-07 21:42:09"}], "17223"=>[{"idDrink"=>"17223", "strDrink"=>"Abbey Martini", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Put all ingredients into a shaker and mix, then strain contents into a chilled cocktail glass.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/2mcozt1504817403.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Sweet Vermouth", "strIngredient3"=>"Orange Juice", "strIngredient4"=>"Angostura Bitters", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"2 shots ", "strMeasure2"=>"1 shot ", "strMeasure3"=>"1 shot ", "strMeasure4"=>"3 dashes ", "strMeasure5"=>"\r\n", "strMeasure6"=>"\r\n", "strMeasure7"=>"\r\n", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-09-07 21:50:03"}], "14107"=>[{"idDrink"=>"14107", "strDrink"=>"Absolut Summertime", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Collins glass", "strInstructions"=>"Add all ingredients except lemon to shaker filled with ice. Cover and shake vigorously. Strain contents into ice filled collins glass. Garnish with lemon.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/trpxxs1472669662.jpg", "strIngredient1"=>"Absolut Citron", "strIngredient2"=>"Sweet and sour", "strIngredient3"=>"Sprite", "strIngredient4"=>"Soda water", "strIngredient5"=>"Lemon", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 1/2 oz ", "strMeasure2"=>"3/4 oz ", "strMeasure3"=>"1/2 oz ", "strMeasure4"=>"3 oz ", "strMeasure5"=>"1 slice ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>" ", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2016-08-31 19:54:22"}], "17224"=>[{"idDrink"=>"17224", "strDrink"=>"Absolutely Fabulous", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Champagne flute", "strInstructions"=>"Mix the Vodka and Cranberry juice together in a shaker and strain into a glass. Top up with Champagne.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/abcpwr1504817734.jpg", "strIngredient1"=>"Vodka", "strIngredient2"=>"Cranberry Juice", "strIngredient3"=>"Champagne", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"1 shot ", "strMeasure2"=>"2 shots ", "strMeasure3"=>"Top up with", "strMeasure4"=>"\r\n", "strMeasure5"=>"\r\n", "strMeasure6"=>"\r\n", "strMeasure7"=>"\r\n", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-09-07 21:55:34"}], "16134"=>[{"idDrink"=>"16134", "strDrink"=>"Absolutly Screwed Up", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Collins glass", "strInstructions"=>"Shake it up it tasts better that way, but you can stir it if you want. 6 of those and you will be wasted for the rest of the night.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/yvxrwv1472669728.jpg", "strIngredient1"=>"Absolut Citron", "strIngredient2"=>"Orange juice", "strIngredient3"=>"Triple sec", "strIngredient4"=>"Ginger ale", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 shot ", "strMeasure2"=>"1 shot ", "strMeasure3"=>"1 shot ", "strMeasure4"=>"Fill to top ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2016-08-31 19:55:28"}], "17225"=>[{"idDrink"=>"17225", "strDrink"=>"Ace", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Martini Glass", "strInstructions"=>"Shake all the ingredients in a cocktail shaker and ice then strain in a cold glass.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/l3cd7f1504818306.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Grenadine", "strIngredient3"=>"Heavy cream", "strIngredient4"=>"Milk", "strIngredient5"=>"Egg White", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"2 shots ", "strMeasure2"=>"1/2 shot ", "strMeasure3"=>"1/2 shot ", "strMeasure4"=>"1/2 shot ", "strMeasure5"=>"1/2 Fresh", "strMeasure6"=>"\r\n", "strMeasure7"=>"\r\n", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-09-07 22:05:06"}], "17226"=>[{"idDrink"=>"17226", "strDrink"=>"Adam & Eve", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Shake together all the ingredients and strain into a cold glass.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/vfeumw1504819077.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Cognac", "strIngredient3"=>"Creme de Cassis", "strIngredient4"=>"Fresh Lemon Juice", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"1 shot ", "strMeasure2"=>"1 shot ", "strMeasure3"=>"1 shot ", "strMeasure4"=>"1/8 shot ", "strMeasure5"=>nil, "strMeasure6"=>nil, "strMeasure7"=>nil, "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-09-07 22:17:58"}], "17227"=>[{"idDrink"=>"17227", "strDrink"=>"Addington", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Mix both the vermouth's in a shaker and strain into a cold glass. Top up with a squirt of Soda Water. ", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/ib0b7g1504818925.jpg", "strIngredient1"=>"Sweet Vermouth", "strIngredient2"=>"Dry Vermouth", "strIngredient3"=>"Soda Water", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"2 shots ", "strMeasure2"=>"1 shot ", "strMeasure3"=>"Top up with\r\n", "strMeasure4"=>"\r\n", "strMeasure5"=>"\r\n", "strMeasure6"=>"\r\n", "strMeasure7"=>"\r\n", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-09-07 22:15:25"}], "17228"=>[{"idDrink"=>"17228", "strDrink"=>"Addison", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Martini Glass", "strInstructions"=>"Shake together all the ingredients and strain into a cold glass.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/yzva7x1504820300.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Vermouth", "strIngredient3"=>"", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"1 1/2 shot ", "strMeasure2"=>"1 1/2 shot ", "strMeasure3"=>"\r\n", "strMeasure4"=>"\r\n", "strMeasure5"=>"\r\n", "strMeasure6"=>"\r\n", "strMeasure7"=>"\r\n", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-09-07 22:38:20"}], "14272"=>[{"idDrink"=>"14272", "strDrink"=>"Addison Special", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Old-fashioned glass", "strInstructions"=>"Combine ingredients in the order listed into a shaker. Fill half full with ice and shake well. Strain into glass with ice and garnish with a cherry and orange wedge.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/4vo5651493068493.jpg", "strIngredient1"=>"Vodka", "strIngredient2"=>"Grenadine", "strIngredient3"=>"Orange juice", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 shot ", "strMeasure2"=>"1 tblsp ", "strMeasure3"=>"Fill with ", "strMeasure4"=>" ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2017-04-24 22:14:53"}], "17229"=>[{"idDrink"=>"17229", "strDrink"=>"Adios Amigos Cocktail", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Martini Glass", "strInstructions"=>"Shake together all the ingredients and strain into a cold glass.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/8nk2mp1504819893.jpg", "strIngredient1"=>"Rum", "strIngredient2"=>"Dry Vermouth", "strIngredient3"=>"Cognac", "strIngredient4"=>"Gin", "strIngredient5"=>"Fresh Lime Juice", "strIngredient6"=>"Sugar Syrup", "strIngredient7"=>"Water", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"1 shot ", "strMeasure2"=>"1/2 shot ", "strMeasure3"=>"1/2 shot ", "strMeasure4"=>"1/2 shot ", "strMeasure5"=>"1/4 shot", "strMeasure6"=>"1/4 shot", "strMeasure7"=>"1/2 shot ", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-09-07 22:31:33"}], "12560"=>[{"idDrink"=>"12560", "strDrink"=>"Afterglow", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Non alcoholic", "strGlass"=>"Highball Glass", "strInstructions"=>"Mix. Serve over ice.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/vuquyv1468876052.jpg", "strIngredient1"=>"Grenadine", "strIngredient2"=>"Orange juice", "strIngredient3"=>"Pineapple juice", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 part ", "strMeasure2"=>"4 parts ", "strMeasure3"=>"4 parts ", "strMeasure4"=>" ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2016-07-18 22:07:32"}], "12562"=>[{"idDrink"=>"12562", "strDrink"=>"Alice Cocktail", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Non alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Shake well, strain into a large cocktail glass.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/qyqtpv1468876144.jpg", "strIngredient1"=>"Grenadine", "strIngredient2"=>"Orange juice", "strIngredient3"=>"Pineapple juice", "strIngredient4"=>"Cream", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 cl ", "strMeasure2"=>"1 cl ", "strMeasure3"=>"2 cl ", "strMeasure4"=>"4 cl ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2016-07-18 22:09:04"}], "12564"=>[{"idDrink"=>"12564", "strDrink"=>"Apple Karate", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Non alcoholic", "strGlass"=>"Highball Glass", "strInstructions"=>"Place all ingredients in the blender jar - cover and whiz on medium speed until well blended. Pour in one tall, 2 medium or 3 small glasses and drink up.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/syusvw1468876634.jpg", "strIngredient1"=>"Apple juice", "strIngredient2"=>"Carrot", "strIngredient3"=>"", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"2 cups ", "strMeasure2"=>"1 large ", "strMeasure3"=>" ", "strMeasure4"=>" ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>"", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2016-07-18 22:17:14"}], "16311"=>[{"idDrink"=>"16311", "strDrink"=>"Applejack", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Add all ingredients into mixing glass, chill and strain into cocktail glass", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/sutyqp1479209062.jpg", "strIngredient1"=>"Jack Daniels", "strIngredient2"=>"Midori melon liqueur", "strIngredient3"=>"Sour mix", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 oz ", "strMeasure2"=>"1/2 oz ", "strMeasure3"=>"2 oz ", "strMeasure4"=>" ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2016-11-15 11:24:22"}], "14584"=>[{"idDrink"=>"14584", "strDrink"=>"Arizona Stingers", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Hurricane glass", "strInstructions"=>"Place ice cubes in the hurricane glass . Add the 2 HEAPING shots of Absolute Vodka (Note: You can add as many shots of Absolute as you want!) Fill the rest of glass with the Arizona Icetea with lemon. Stir to mix using a spoon. Drink up and enjoy!!!!!!!", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/y7w0721493068255.jpg", "strIngredient1"=>"Absolut Vodka", "strIngredient2"=>"Iced tea", "strIngredient3"=>"", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"2 shots ", "strMeasure2"=>"12 oz lemon ", "strMeasure3"=>" ", "strMeasure4"=>" ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>"", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2017-04-24 22:10:55"}], "17074"=>[{"idDrink"=>"17074", "strDrink"=>"Arizona Twister", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Hurricane glass", "strInstructions"=>"Just mix in the shots of rum, vodka, and tequila. Add splashes of the three juices, heavy on the pineapple. Top off with grenadine. Crushed ice should already be in glass. Top off the glass with a pineapple wedge.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/ido1j01493068134.jpg", "strIngredient1"=>"Vodka", "strIngredient2"=>"Malibu rum", "strIngredient3"=>"Gold tequila", "strIngredient4"=>"Orange juice", "strIngredient5"=>"Pineapple juice", "strIngredient6"=>"Cream of coconut", "strIngredient7"=>"Grenadine", "strIngredient8"=>"Ice", "strIngredient9"=>"Pineapple", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 shot ", "strMeasure2"=>"1 shot ", "strMeasure3"=>"1 shot ", "strMeasure4"=>"1 splash ", "strMeasure5"=>"1 splash ", "strMeasure6"=>"1 splash ", "strMeasure7"=>"1 dash ", "strMeasure8"=>"crushed ", "strMeasure9"=>"1 wedge ", "strMeasure10"=>" ", "strMeasure11"=>" ", "strMeasure12"=>" ", "strMeasure13"=>" ", "strMeasure14"=>" ", "strMeasure15"=>"", "dateModified"=>"2017-04-24 22:08:55"}], "17066"=>[{"idDrink"=>"17066", "strDrink"=>"Army special", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Pour Vodka, Gin and lime cordial into glass, and top up with crushed ice. Wait for ice to melt slightly and sip without a straw.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/55muhh1493068062.jpg", "strIngredient1"=>"Vodka", "strIngredient2"=>"Gin", "strIngredient3"=>"Lime juice cordial", "strIngredient4"=>"Ice", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"30 ml ", "strMeasure2"=>"30 ml ", "strMeasure3"=>"45 ml ", "strMeasure4"=>"1/2 glass crushed ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2017-04-24 22:07:42"}], "17180"=>[{"idDrink"=>"17180", "strDrink"=>"Aviation", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>"Unforgettables", "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Add all ingredients into cocktail shaker filled with ice. Shake well and strain into cocktail glass. Garnish with a cherry.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/ruutxt1478253328.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"lemon juice", "strIngredient3"=>"maraschino liqueur", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"4.5 cl", "strMeasure2"=>"1.5 cl", "strMeasure3"=>"1.5 cl", "strMeasure4"=>"", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2016-11-04 09:55:28"}], "17267"=>[{"idDrink"=>"17267", "strDrink"=>"Bahama Mama", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Highball glass", "strInstructions"=>"Add 2 parts club soda or more or less to taste.\r\n\r\nMix it all together and pour over a bunch of ice. Drink with a straw.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/tyb4a41515793339.jpg", "strIngredient1"=>"Rum", "strIngredient2"=>"Dark Rum", "strIngredient3"=>"Banana liqueur", "strIngredient4"=>"Grenadine", "strIngredient5"=>"Pineapple Juice", "strIngredient6"=>"Orange Juice", "strIngredient7"=>"Sweet and Sour", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"3 parts", "strMeasure2"=>"1 part", "strMeasure3"=>"1 part", "strMeasure4"=>"1 part", "strMeasure5"=>"2 parts", "strMeasure6"=>"2 parts", "strMeasure7"=>"1 part", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2018-01-12 21:42:19"}], "17254"=>[{"idDrink"=>"17254", "strDrink"=>"Bijou", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Stir in mixing glass with ice and strain\r\n", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/rysb3r1513706985.jpg", "strIngredient1"=>"Orange Bitters", "strIngredient2"=>"Green Chartreuse", "strIngredient3"=>"Gin", "strIngredient4"=>"Sweet Vermouth", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"1 dash", "strMeasure2"=>"1 oz", "strMeasure3"=>"1 oz", "strMeasure4"=>"1 oz", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-12-19 18:09:45"}], "17268"=>[{"idDrink"=>"17268", "strDrink"=>"Blue Hurricane", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Highball glass", "strInstructions"=>"If each part is 1/2 oz then use about 2.5 cups of ice.\r\n\r\nBlend it all together. \r\nDrink it with a big straw if you have one.\r\n\r\n", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/nwx02s1515795822.jpg", "strIngredient1"=>"Rum", "strIngredient2"=>"Dark Rum", "strIngredient3"=>"Passoa", "strIngredient4"=>"Blue Curacao", "strIngredient5"=>"Sweet and Sour", "strIngredient6"=>"Ice", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"4 parts", "strMeasure2"=>"2 parts", "strMeasure3"=>"1 part", "strMeasure4"=>"1 part", "strMeasure5"=>"6 parts", "strMeasure6"=>"cubes", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2018-01-12 22:23:42"}], "17242"=>[{"idDrink"=>"17242", "strDrink"=>"Bombay Cassis", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Balloon Glass", "strInstructions"=>"Add the Bombay Sapphire, Cr\u00E8me de Cassis and lime juice to a balloon glass and swirl well to mix.\r\nFill the glass with good quality cubed ice.\r\nTop up with chilled and freshly opened Fever-Tree Ginger Beer.\r\nGently stir to combine, top with a gently squeezed lime wedge and finish with a fresh ginger slice.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/h1e0e51510136907.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Creme de Cassis", "strIngredient3"=>"Fresh Lime Juice", "strIngredient4"=>"Ginger beer", "strIngredient5"=>"Lime", "strIngredient6"=>"Ginger", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"50 ml", "strMeasure2"=>"20 ml", "strMeasure3"=>"15 ml", "strMeasure4"=>"75 ml", "strMeasure5"=>"1", "strMeasure6"=>"1 long strip", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-11-08 10:28:28"}], "12572"=>[{"idDrink"=>"12572", "strDrink"=>"Bora Bora", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Non alcoholic", "strGlass"=>"Highball glass", "strInstructions"=>"Prepare in a blender or shaker, serve in a highball glass on the rocks. Garnish with 1 slice of pineapple and one cherry.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/xwuqvw1473201811.jpg", "strIngredient1"=>"Pineapple juice", "strIngredient2"=>"Passion fruit juice", "strIngredient3"=>"Lemon juice", "strIngredient4"=>"Grenadine", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"10 cl ", "strMeasure2"=>"6 cl ", "strMeasure3"=>"1 cl ", "strMeasure4"=>"1 cl ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2016-09-06 23:43:31"}], "17251"=>[{"idDrink"=>"17251", "strDrink"=>"Boulevardier", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Martini Glass", "strInstructions"=>"Stir with ice, strain, garnish and serve.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/km84qi1513705868.jpg", "strIngredient1"=>"Campari", "strIngredient2"=>"Sweet Vermouth", "strIngredient3"=>"Rye whiskey", "strIngredient4"=>"Orange Peel", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"1 oz", "strMeasure2"=>"1 oz", "strMeasure3"=>"1 1/4 oz", "strMeasure4"=>"1", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-12-19 17:51:08"}], "17825"=>[{"idDrink"=>"17825", "strDrink"=>"Brigadier", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Coupe Glass", "strInstructions"=>"Mix ingredients in a warmed mug and stir.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/nl89tf1518947401.jpg", "strIngredient1"=>"Hot Chocolate", "strIngredient2"=>"Green Chartreuse", "strIngredient3"=>"Cherry Heering", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"4 oz", "strMeasure2"=>"1 oz", "strMeasure3"=>"1 oz", "strMeasure4"=>"", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2018-02-18 09:50:01"}], "17174"=>[{"idDrink"=>"17174", "strDrink"=>"Cherry Electric Lemonade", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>nil, "strGlass"=>"Pint glass", "strInstructions"=>"Now stir vigorously and then pour over a large cup of ice. Now drink it with a straw and stir occasionally.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/tquyyt1451299548.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Tequila", "strIngredient3"=>"Vodka", "strIngredient4"=>"White rum", "strIngredient5"=>"Triple Sec", "strIngredient6"=>"Cherry Grenadine", "strIngredient7"=>"Sweet and sour", "strIngredient8"=>"Club soda", "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"1 oz", "strMeasure2"=>"1 oz", "strMeasure3"=>"1 oz", "strMeasure4"=>"1 oz", "strMeasure5"=>"1 oz", "strMeasure6"=>"1 oz", "strMeasure7"=>"1 oz", "strMeasure8"=>"3 oz", "strMeasure9"=>"", "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2015-12-28 10:45:48"}], "17830"=>[{"idDrink"=>"17830", "strDrink"=>"Corn n Oil", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Old-fashioned glass", "strInstructions"=>"Cut the half lime in half again. Add the lime, falernum, and bitters to a rocks glass. Muddle. Add the rum. (Aged Barbados rum such as Plantation 5 Year is recommended). Add ice and stir. Float the blackstrap rum on top. Serve with a straw.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/jfvyog1530108909.jpg", "strIngredient1"=>"Lime", "strIngredient2"=>"Falernum", "strIngredient3"=>"Angostura Bitters", "strIngredient4"=>"A\u00F1ejo rum", "strIngredient5"=>"blackstrap rum", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"1/2", "strMeasure2"=>"1/3 oz", "strMeasure3"=>"2 dashes", "strMeasure4"=>"1 oz", "strMeasure5"=>"1 oz", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2018-06-27 15:15:09"}], "17250"=>[{"idDrink"=>"17250", "strDrink"=>"Corpse Reviver #2", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Shake, strain, straight up, cocktail glass rinsed with absinthe\r\n", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/gifgao1513704334.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Triple Sec", "strIngredient3"=>"Lillet Blanc", "strIngredient4"=>"Lemon Juice", "strIngredient5"=>"Absinthe", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"3/4 oz", "strMeasure2"=>"3/4 oz", "strMeasure3"=>"3/4 oz", "strMeasure4"=>"3/4 oz", "strMeasure5"=>"1 dash", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-12-19 17:25:34"}], "17196"=>[{"idDrink"=>"17196", "strDrink"=>"Cosmopolitan", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>"Contemporary Classics", "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Add all ingredients into cocktail shaker filled with ice. Shake well and double strain into large cocktail glass. Garnish with lime wheel.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/kpsajh1504368362.jpg", "strIngredient1"=>"Absolut Citron", "strIngredient2"=>"Lime juice", "strIngredient3"=>"Cointreau", "strIngredient4"=>"Cranberry juice", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 1/4 oz ", "strMeasure2"=>"1/4 oz ", "strMeasure3"=>"1/4 oz ", "strMeasure4"=>"1/4 cup ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2017-09-02 17:06:02"}], "14133"=>[{"idDrink"=>"14133", "strDrink"=>"Cosmopolitan Martini", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail Glass", "strInstructions"=>"Pour all ingredients in mixing glass half filled with ice, shake and strain into chilled Martini glass.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/upxxpq1439907580.jpg", "strIngredient1"=>"Cointreau", "strIngredient2"=>"Vodka", "strIngredient3"=>"Lime", "strIngredient4"=>"Cranberry juice", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1/2 oz ", "strMeasure2"=>"1 oz ", "strMeasure3"=>"Juice of 1/2 ", "strMeasure4"=>"1 splash ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2015-08-18 15:19:40"}], "14608"=>[{"idDrink"=>"14608", "strDrink"=>"Cream Soda", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Highball glass", "strInstructions"=>"Pour 1oz of Spiced Rum into a highball glass with ice. Fill with Ginger Ale.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/yqstxr1479209367.jpg", "strIngredient1"=>"Spiced rum", "strIngredient2"=>"Ginger ale", "strIngredient3"=>"", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 oz ", "strMeasure2"=>"\n", "strMeasure3"=>"\n", "strMeasure4"=>"\n", "strMeasure5"=>"\n", "strMeasure6"=>"\n", "strMeasure7"=>"\n", "strMeasure8"=>"", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2016-11-15 11:29:27"}], "17177"=>[{"idDrink"=>"17177", "strDrink"=>"Dark Caipirinha", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Highball glass", "strInstructions"=>"Muddle the sugar into the lime wedges in an old-fashioned glass.\r\nFill the glass with ice cubes.\r\nPour the cachaca into the glass.\r\nStir well.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/uwstrx1472406058.jpg", "strIngredient1"=>"demerara Sugar", "strIngredient2"=>"Lime", "strIngredient3"=>"Cachaca", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"2 tsp ", "strMeasure2"=>"1", "strMeasure3"=>"2 1/2 oz", "strMeasure4"=>"", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2016-08-28 18:40:58"}], "17181"=>[{"idDrink"=>"17181", "strDrink"=>"Dirty Martini", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>"New Era Drinks", "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Pour the vodka, dry vermouth and olive brine into a cocktail shaker with a handful of ice and shake well.\r\nRub the rim of a martini glass with the wedge of lemon.\r\nStrain the contents of the cocktail shaker into the glass and add the olive.\r\nA dirty Martini contains a splash of olive brine or olive juice and is typically garnished with an olive.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/vcyvpq1485083300.jpg", "strIngredient1"=>"Vodka", "strIngredient2"=>"Dry Vermouth", "strIngredient3"=>"Olive Brine", "strIngredient4"=>"Lemon", "strIngredient5"=>"Olive", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"70ml/2fl oz", "strMeasure2"=>"1 tbsp", "strMeasure3"=>"2 tbsp", "strMeasure4"=>"1 wedge", "strMeasure5"=>"1", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-01-22 11:08:20"}], "17182"=>[{"idDrink"=>"17182", "strDrink"=>"Duchamp's Punch", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Old-fashioned glass", "strInstructions"=>"Shake all ingredients.\r\nDouble strain in a chilled double old fashioned glass with abig ice cube.\r\nGarnish with a couple of lavender sprigs", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/g51naw1485084685.jpg", "strIngredient1"=>"Pisco", "strIngredient2"=>"Lime Juice", "strIngredient3"=>"Pineapple Syrup", "strIngredient4"=>"St. Germain", "strIngredient5"=>"Angostura Bitters", "strIngredient6"=>"Pepper", "strIngredient7"=>"Lavender", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"5 cl", "strMeasure2"=>"2.5 cl", "strMeasure3"=>"2.5 cl", "strMeasure4"=>"1.5 cl", "strMeasure5"=>"2 Dashes", "strMeasure6"=>"Pinch", "strMeasure7"=>"2 sprigs", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-01-22 11:31:25"}], "17246"=>[{"idDrink"=>"17246", "strDrink"=>"Empell\u00F3n Cocina's Fat-Washed Mezcal", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Beer Glass", "strInstructions"=>"To ensure that your pork fat is just as delicious as theirs, here\u2019s their adobo marinade and what to do with it (you\u2019ll also need a rack of ribs):\r\n\r\n4 ancho chiles, 8 guajillo chiles and 4 chipotle chiles, plus 4 cloves roasted garlic, half a cup of cider vinegar, a quarter teaspoon of Mexican oregano, 1 teaspoon of ground black pepper, a whole clove, a quarter teaspoon of ground cinnamon and a half teaspoon of ground cumin.\r\n\r\nToast the dried chiles and soak in water for at least an hour until they are rehydrated. Drain and discard the soaking liquid. Combine the soaked chiles with the remaining ingredients and pur\u00E9e until smooth.\r\n\r\nCold smoke a rack of baby back pork ribs by taking a large hotel pan with woodchips on one side and charcoal on the other. Place another, smaller, pan with pork ribs, above the charcoal/woodchip pan. Ignite the charcoal, being careful to not ignite the woodchips. Cover both pans with foil and allow to smoke for 10-15 minutes, until desired level of smoke is achieved, then coat with adobo marinade and wrap in tin foil prior to placing ribs in a 300 degree oven for 7 hours. When the ribs have cooled, strain off the fat and use for the infusion.\r\n\r\nIf you\u2019re having a hard time coming up to the same kind of volume of fat, make up the balance with pork lard from a butcher. To get the same depth of flavor without the ribs, heat up the fat in a pot with a few spoons of the marinade.\r\n\r\nOnce you\u2019ve got your tub of seasoned pork fat in cooled liquid form, pour equal amounts of Ilegal Joven mezcal and fat into a sealable container. Seal the container and give it a really good shake, then put it in the freezer overnight. When the whole thing is separated and congealed, pour it through a fine mesh chinoise. If you don\u2019t have a chinoise, try a fine mesh strainer, or if you don\u2019t have one of those, try spooning off most of the fat. There will be some beads of orange fat left in the strained mezcal: run that through a few layers of cheesecloth (or coffee filters in a pinch) to get rid of the last of it.\r\n\r\nThe mezcal is now ready for drinking, straight-up or in a cocktail. \r\n\r\nHabanero tincture\r\n\r\nSlice habaneros and add 2 ounces Ilegal Joven mezcal.\r\nAllow to sit overnight or until desired level of heat is achieved.\r\nCocktail\r\n\r\nCombine mezcal and chocolate liqueur in a mixing glass with ice and stir for 45 seconds.\r\nStrain into chilled coupe.\r\nCarefully \"sink\" the coffee liqueur down the inside of the coupe over a spoon.\r\nGarnish with 5 drops habanero tincture.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/osgvxt1513595509.jpg", "strIngredient1"=>"Mezcal", "strIngredient2"=>"Chocolate liqueur", "strIngredient3"=>"Coffee liqueur", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"2 oz", "strMeasure2"=>"3/4 oz", "strMeasure3"=>"1/2 oz", "strMeasure4"=>"", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-12-18 11:11:49"}], "17212"=>[{"idDrink"=>"17212", "strDrink"=>"Espresso Martini", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>"New Era Drinks", "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Pour ingredients into shaker filled with ice, shake vigorously, and strain into chilled martini glass", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/n0sx531504372951.jpg", "strIngredient1"=>"Vodka", "strIngredient2"=>"Kahlua", "strIngredient3"=>"Sugar syrup", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"5 cl", "strMeasure2"=>"1 cl", "strMeasure3"=>"1 dash", "strMeasure4"=>"", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-09-02 18:22:31"}], "16485"=>[{"idDrink"=>"16485", "strDrink"=>"Flaming Lamborghini", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Pour the Sambuca and Kahlua into the Cocktail Glass and give the drinker a straw. Pour the Baileys and Blue Curacao into two sepsrate shot glasses either side of the cocktail glass. Set light the concotion in the cocktail glass and start to drink through the straw (this drink should be drunk in one) , as the bottom of the glass is reached put out the fire by pouring the Baileys and Blue Curacao into the cocktail glass and keep drinking till it's all gone!!", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/yywpss1461866587.jpg", "strIngredient1"=>"Kahlua", "strIngredient2"=>"Sambuca", "strIngredient3"=>"Blue Curacao", "strIngredient4"=>"Bailey's irish cream", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 oz ", "strMeasure2"=>"1 oz ", "strMeasure3"=>"1 oz ", "strMeasure4"=>"1 oz ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2016-04-28 19:03:07"}], "17213"=>[{"idDrink"=>"17213", "strDrink"=>"French Martini", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>"New Era Drinks", "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Pour all ingredients into shaker with ice cubes. Shake well and strain into a chilled cocktail glass. Squeeze oil from lemon peel onto the drink.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/clth721504373134.jpg", "strIngredient1"=>"Vodka", "strIngredient2"=>"Raspberry Liqueur", "strIngredient3"=>"pineapple juice", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"4.5 cl", "strMeasure2"=>"1.5 cl", "strMeasure3"=>"1.5 cl", "strMeasure4"=>"", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-09-02 18:25:34"}], "17248"=>[{"idDrink"=>"17248", "strDrink"=>"French Negroni", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Martini Glass", "strInstructions"=>"Add ice to a shaker and pour in all ingredients.\nUsing a bar spoon, stir 40 to 45 revolutions or until thoroughly chilled.\nStrain into a martini glass or over ice into a rocks glass. Garnish with orange twist.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/x8lhp41513703167.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Lillet", "strIngredient3"=>"Sweet Vermouth", "strIngredient4"=>"Orange Peel", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"1 oz", "strMeasure2"=>"1 oz", "strMeasure3"=>"1 oz", "strMeasure4"=>"1", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-12-19 17:06:07"}], "12758"=>[{"idDrink"=>"12758", "strDrink"=>"Gagliardo", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Shake well and serve in a cocktail glass. This is a home cocktail of American/Internet Bar del Pozzo, Pavia, Italy.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/lyloe91487602877.jpg", "strIngredient1"=>"Peach Vodka", "strIngredient2"=>"Lemon juice", "strIngredient3"=>"Galliano", "strIngredient4"=>"Sirup of roses", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"5 parts ", "strMeasure2"=>"3 parts ", "strMeasure3"=>"1 part ", "strMeasure4"=>"1 part ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2017-02-20 15:01:18"}], "17255"=>[{"idDrink"=>"17255", "strDrink"=>"Gimlet", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Martini Glass", "strInstructions"=>"Add all the ingredients to a shaker and fill with ice.\r\n\r\nShake, and strain into a chilled cocktail glass or an Old Fashioned glass filled with fresh ice.\r\n\r\nGarnish with a lime wheel.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/3xgldt1513707271.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Lime Juice", "strIngredient3"=>"Sugar Syrup", "strIngredient4"=>"Lime", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"2 1/2 oz", "strMeasure2"=>"1/2 oz", "strMeasure3"=>"1/2 oz", "strMeasure4"=>"1", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-12-19 18:14:32"}], "17230"=>[{"idDrink"=>"17230", "strDrink"=>"Gin Rickey", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Highball glass", "strInstructions"=>"Half-fill a tall glass with ice. Mix the gin and Grenadine together and pour over the ice. Add the lime or lemon juice and top off with soda water. Decorate the glass with lime and/or lemon slices.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/s00d6f1504883945.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Grenadine", "strIngredient3"=>"lemon", "strIngredient4"=>"Soda Water", "strIngredient5"=>"Lime", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"2 oz ", "strMeasure2"=>"1 tsp ", "strMeasure3"=>"Juice of 1/2 ", "strMeasure4"=>"Top up with", "strMeasure5"=>"Garnish", "strMeasure6"=>"\r\n", "strMeasure7"=>"\r\n", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-09-08 16:19:05"}], "17252"=>[{"idDrink"=>"17252", "strDrink"=>"Greyhound", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Collins glass", "strInstructions"=>"Add the vodka to a Collins glass filled with ice.\nTop with grapefruit juice and stir.\n\n", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/g5upn41513706732.jpg", "strIngredient1"=>"Vodka", "strIngredient2"=>"Grapefruit Juice", "strIngredient3"=>"", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"1 1/2 oz", "strMeasure2"=>"3 oz", "strMeasure3"=>"", "strMeasure4"=>"", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-12-19 18:05:32"}], "17239"=>[{"idDrink"=>"17239", "strDrink"=>"Hunter's Moon", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Balloon Glass", "strInstructions"=>"Put the Bombay Sapphire, Martini Bianco, sugar syrup & blackberries in a cocktail shaker with lots of ice and shake vigorously before pouring into a balloon glass, topping up with lemonade and garnishing with a wedge of orange.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/t0iugg1509556712.jpg", "strIngredient1"=>"Vermouth", "strIngredient2"=>"Maraschino Cherry", "strIngredient3"=>"Sugar Syrup", "strIngredient4"=>"Lemonade", "strIngredient5"=>"Blackberries", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"25 ml", "strMeasure2"=>"15 ml", "strMeasure3"=>"10 ml", "strMeasure4"=>"100 ml", "strMeasure5"=>"2", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-11-01 17:18:32"}], "12706"=>[{"idDrink"=>"12706", "strDrink"=>"Imperial Cocktail", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Shake with ice and strain into cocktail glass.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/bcsj2e1487603625.jpg", "strIngredient1"=>"Lime juice", "strIngredient2"=>"Gin", "strIngredient3"=>"Aperol", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"4 cl ", "strMeasure2"=>"2 cl ", "strMeasure3"=>"4 cl ", "strMeasure4"=>" ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2017-02-20 15:13:45"}], "16987"=>[{"idDrink"=>"16987", "strDrink"=>"Irish Curdling Cow", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Highball glass", "strInstructions"=>"Pour Irish Cream, Vodka, and Bourbon in a glass. Add some ice and mix in the orange juice.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/yrhutv1503563730.jpg", "strIngredient1"=>"Bailey's irish cream", "strIngredient2"=>"Bourbon", "strIngredient3"=>"Vodka", "strIngredient4"=>"Orange juice", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"3/4 oz ", "strMeasure2"=>"3/4 oz ", "strMeasure3"=>"3/4 oz ", "strMeasure4"=>"2-3 oz ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2017-08-24 09:35:30"}], "16178"=>[{"idDrink"=>"16178", "strDrink"=>"Jitterbug", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail Glass", "strInstructions"=>"Wet glass, dip rim in sugar. Then add Ice. Then add everything else. It's that simple!", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/wwqvrq1441245318.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Vodka", "strIngredient3"=>"Grenadine", "strIngredient4"=>"Lime juice", "strIngredient5"=>"Sugar", "strIngredient6"=>"Sugar syrup", "strIngredient7"=>"Soda water", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"2 jiggers ", "strMeasure2"=>"1 jigger ", "strMeasure3"=>"3 dashes ", "strMeasure4"=>"1 shot ", "strMeasure5"=>"Around rim put 1 pinch ", "strMeasure6"=>"3 dashes ", "strMeasure7"=>"Fill to top with ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>" ", "strMeasure11"=>" ", "strMeasure12"=>" ", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2015-09-03 02:55:18"}], "14366"=>[{"idDrink"=>"14366", "strDrink"=>"Lemon Drop", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Shake and strain into a chilled cocktail glass rimmed with sugar.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/mtpxgk1504373297.jpg", "strIngredient1"=>"Absolut Vodka", "strIngredient2"=>"Cointreau", "strIngredient3"=>"Lemon", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 1/2 shot ", "strMeasure2"=>"1 1/2 shot ", "strMeasure3"=>"Juice of 1 wedge ", "strMeasure4"=>" ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2017-09-02 18:28:17"}], "15224"=>[{"idDrink"=>"15224", "strDrink"=>"Malibu Twister", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Highball glass", "strInstructions"=>"Add rum & trister then, add cranberry jucie,stir", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/2dwae41504885321.jpg", "strIngredient1"=>"Malibu rum", "strIngredient2"=>"Tropicana", "strIngredient3"=>"Cranberry juice", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"2 parts ", "strMeasure2"=>"2 parts ", "strMeasure3"=>"1 part ", "strMeasure4"=>" ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2017-09-08 16:42:01"}], "13839"=>[{"idDrink"=>"13839", "strDrink"=>"Manhattan", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>"Unforgettables", "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Stirred over ice, strained into a chilled glass, garnished, and served up.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/ec2jtz1504350429.jpg", "strIngredient1"=>"Sweet Vermouth", "strIngredient2"=>"Bourbon", "strIngredient3"=>"Angostura bitters", "strIngredient4"=>"Ice", "strIngredient5"=>"Maraschino cherry", "strIngredient6"=>"Orange peel", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"3/4 oz ", "strMeasure2"=>"2 1/2 oz Blended ", "strMeasure3"=>"dash ", "strMeasure4"=>"2 or 3 ", "strMeasure5"=>"1 ", "strMeasure6"=>"1 twist of ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>" ", "strMeasure11"=>" ", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2017-09-02 12:07:09"}], "17256"=>[{"idDrink"=>"17256", "strDrink"=>"Martinez 2", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Add all ingredients to a mixing glass and fill with ice.\r\n\r\nStir until chilled, and strain into a chilled coupe glass.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/fs6kiq1513708455.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Sweet Vermouth", "strIngredient3"=>"Maraschino Liqueur", "strIngredient4"=>"Angostura Bitters", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"1 1/2 oz", "strMeasure2"=>"1 1/2 oz", "strMeasure3"=>"1 tsp", "strMeasure4"=>"2 dashes", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-12-19 18:34:15"}], "11720"=>[{"idDrink"=>"11720", "strDrink"=>"Martinez Cocktail", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Stir all ingredients (except cherry) with ice and strain into a cocktail glass. Top with the cherry and serve.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/wwxwvr1439906452.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Dry Vermouth", "strIngredient3"=>"Triple sec", "strIngredient4"=>"Orange bitters", "strIngredient5"=>"Cherry", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 oz ", "strMeasure2"=>"1 oz ", "strMeasure3"=>"1/4 tsp ", "strMeasure4"=>"1 dash ", "strMeasure5"=>"1 ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>" ", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2015-08-18 15:00:52"}], "11728"=>[{"idDrink"=>"11728", "strDrink"=>"Martini", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>"Unforgettables", "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Straight: Pour all ingredients into mixing glass with ice cubes. Stir well. Strain in chilled martini cocktail glass. Squeeze oil from lemon peel onto the drink, or garnish with olive.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/71t8581504353095.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Dry Vermouth", "strIngredient3"=>"Olive", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 2/3 oz ", "strMeasure2"=>"1/3 oz ", "strMeasure3"=>"1 ", "strMeasure4"=>" ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2017-09-02 12:51:35"}], "17188"=>[{"idDrink"=>"17188", "strDrink"=>"Mary Pickford", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>"Unforgettables", "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Shake and strain into a chilled large cocktail glass", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/f9erqb1504350557.jpg", "strIngredient1"=>"Light rum", "strIngredient2"=>"Pineapple juice", "strIngredient3"=>"Maraschino liqueur", "strIngredient4"=>"Grenadine", "strIngredient5"=>"Maraschino cherry", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 1/2 oz ", "strMeasure2"=>"1 oz ", "strMeasure3"=>"1/2 tsp ", "strMeasure4"=>"1/2 tsp ", "strMeasure5"=>"1 ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>" ", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2017-09-02 12:09:17"}], "13936"=>[{"idDrink"=>"13936", "strDrink"=>"Miami Vice", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"First: Mix pina colada with 2.5 oz. of rum with ice(set aside). Second: Mix daiquiri with 2.5 oz. of rum with ice. Third: While frozen, add pina colda mix then daiquiri mix in glass (Making sure they do not get mixed together).", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/qvuyqw1441208955.jpg", "strIngredient1"=>"151 proof rum", "strIngredient2"=>"Pina colada mix", "strIngredient3"=>"Daiquiri mix", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"5 oz Bacardi ", "strMeasure2"=>"frozen ", "strMeasure3"=>"frozen ", "strMeasure4"=>" ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2015-09-02 16:49:15"}], "14842"=>[{"idDrink"=>"14842", "strDrink"=>"Midnight Mint", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"If available, rim cocktail (Martini) glass with sugar syrup then dip into chocolate flakes or powder. Add ingredients into shaker with ice. Shake well then strain into cocktail glass.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/svuvrq1441208310.jpg", "strIngredient1"=>"Bailey's irish cream", "strIngredient2"=>"White Creme de Menthe", "strIngredient3"=>"Cream", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 oz ", "strMeasure2"=>"3/4 oz ", "strMeasure3"=>"3/4 oz double ", "strMeasure4"=>" ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2015-09-02 16:38:30"}], "13427"=>[{"idDrink"=>"13427", "strDrink"=>"Mojito", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>"Contemporary Classics", "strAlcoholic"=>"Alcoholic", "strGlass"=>"Highball glass", "strInstructions"=>"Muddle mint leaves with sugar and lime juice. Add a splash of soda water and fill the glass with cracked ice. Pour the rum and top with soda water. Garnish and serve with straw.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/rxtqps1478251029.jpg", "strIngredient1"=>"Light rum", "strIngredient2"=>"Lime", "strIngredient3"=>"Sugar", "strIngredient4"=>"Mint", "strIngredient5"=>"Soda water", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"2-3 oz ", "strMeasure2"=>"Juice of 1 ", "strMeasure3"=>"2 tsp ", "strMeasure4"=>"2-4 ", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>"", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2016-11-04 09:17:09"}], "15841"=>[{"idDrink"=>"15841", "strDrink"=>"Mojito #3", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Collins glass", "strInstructions"=>"Put mint with lemon juice in a glas, mash the mint with a spoon, ice, rum & fill up with club soda. Top it with Angostura.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/vwxrsw1478251483.jpg", "strIngredient1"=>"Mint", "strIngredient2"=>"Lemon juice", "strIngredient3"=>"Dark rum", "strIngredient4"=>"Club soda", "strIngredient5"=>"Angostura bitters", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1/2 handful ", "strMeasure2"=>"3 cl ", "strMeasure3"=>"1/8 L Jamaican ", "strMeasure4"=>"1/8 L ", "strMeasure5"=>"8 drops ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>" ", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2016-11-04 09:24:43"}], "13204"=>[{"idDrink"=>"13204", "strDrink"=>"New York Lemonade", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Serve in a chilled cocktail glass. Lemon and sugar the rim. Stir and Strain.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/b3n0ge1503565473.jpg", "strIngredient1"=>"Absolut Citron", "strIngredient2"=>"Grand Marnier", "strIngredient3"=>"Lemon juice", "strIngredient4"=>"Club soda", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"2 oz ", "strMeasure2"=>"1 oz ", "strMeasure3"=>"2 oz sweetened ", "strMeasure4"=>"1 oz ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2017-08-24 10:04:33"}], "17266"=>[{"idDrink"=>"17266", "strDrink"=>"Oatmeal Cookie", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Mason jar", "strInstructions"=>"Just mix it all together.\r\nIt's meant to be a shot, but it works just fine as a proper adult-sized drink over lots of ice.\r\n\r\nTastes like an oatmeal cookie.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/bsvmlg1515792693.jpg", "strIngredient1"=>"Kahlua", "strIngredient2"=>"Bailey", "strIngredient3"=>"Butterscotch schnapps", "strIngredient4"=>"Jagermeister", "strIngredient5"=>"Goldschlager", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"2 parts", "strMeasure2"=>"2 parts", "strMeasure3"=>"4 parts", "strMeasure4"=>"1 part", "strMeasure5"=>"1/2 part", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2018-01-12 21:31:33"}], "17179"=>[{"idDrink"=>"17179", "strDrink"=>"Old Fashioned", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>"Unforgettables", "strAlcoholic"=>"Alcoholic", "strGlass"=>"Old-fashioned glass", "strInstructions"=>"Place sugar cube in old fashioned glass and saturate with bitters, add a dash of plain water. Muddle until dissolved.\r\nFill the glass with ice cubes and add whiskey.\r\n\r\nGarnish with orange twist, and a cocktail cherry.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/vrwquq1478252802.jpg", "strIngredient1"=>"Bourbon", "strIngredient2"=>"Angostura bitters", "strIngredient3"=>"Sugar", "strIngredient4"=>"Water", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"4.5 cL", "strMeasure2"=>"2 dashes", "strMeasure3"=>"1 cube", "strMeasure4"=>"dash", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2016-11-04 09:46:42"}], "17827"=>[{"idDrink"=>"17827", "strDrink"=>"Old Pal", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Nick and Nora Glass", "strInstructions"=>"Chill cocktail glass. Add ingredients to a mixing glass, and fill 2/3 full with ice. Stir about 20 seconds. Empty cocktail glass and strain into the glass. Garnish with a twist of lemon peel.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/x03td31521761009.jpg", "strIngredient1"=>"Rye whiskey", "strIngredient2"=>"Campari", "strIngredient3"=>"Dry Vermouth", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"2 oz", "strMeasure2"=>"1 oz", "strMeasure3"=>"1 oz", "strMeasure4"=>"", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2018-03-22 23:23:30"}], "12618"=>[{"idDrink"=>"12618", "strDrink"=>"Orangeade", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Non alcoholic", "strGlass"=>"Highball glass", "strInstructions"=>"Place some ice cubes in a large tumbler or highball glass, add lemon juice, orange juice, sugar syrup, and stir well. Top up with cold soda water, serve with a drinking straw.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/ytsxxw1441167732.jpg", "strIngredient1"=>"Lemon juice", "strIngredient2"=>"Orange juice", "strIngredient3"=>"Sugar syrup", "strIngredient4"=>"Soda water", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"5 cl ", "strMeasure2"=>"15 cl ", "strMeasure3"=>"2-3 cl ", "strMeasure4"=>"\n", "strMeasure5"=>"\n", "strMeasure6"=>"\n", "strMeasure7"=>"\n", "strMeasure8"=>"\n", "strMeasure9"=>"\n", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2015-09-02 05:22:12"}], "17253"=>[{"idDrink"=>"17253", "strDrink"=>"Paloma", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Collins glass", "strInstructions"=>"Stir together and serve over ice.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/samm5j1513706393.jpg", "strIngredient1"=>"Grape Soda", "strIngredient2"=>"Tequila", "strIngredient3"=>"", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"3 oz", "strMeasure2"=>"1 1/2 oz", "strMeasure3"=>"", "strMeasure4"=>"", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-12-19 17:59:53"}], "17249"=>[{"idDrink"=>"17249", "strDrink"=>"Pegu Club", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Shake, strain, up, cocktail glass", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/jfkemm1513703902.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Orange Curacao", "strIngredient3"=>"Lime Juice", "strIngredient4"=>"Angostura Bitters", "strIngredient5"=>"Orange Bitters", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"1 1/2 oz", "strMeasure2"=>"3/4 oz", "strMeasure3"=>"3/4 oz", "strMeasure4"=>"1 dash", "strMeasure5"=>"1 dash", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-12-19 17:18:23"}], "17829"=>[{"idDrink"=>"17829", "strDrink"=>"Penicillin", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Old-fashioned glass", "strInstructions"=>"Shake blended Scotch, lemon juice, honey syrup and ginger syrup with ice. Strain over large ice in chilled rocks glass. Float smoky Scotch on top (be sure to use a smoky Scotch such as an Islay single malt). Garnish with candied ginger.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/hc9b1a1521853096.jpg", "strIngredient1"=>"Blended Scotch", "strIngredient2"=>"Lemon Juice", "strIngredient3"=>"Honey syrup", "strIngredient4"=>"Ginger Syrup", "strIngredient5"=>"Islay single malt Scotch", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"2 oz", "strMeasure2"=>"3/4 oz", "strMeasure3"=>"2 tsp", "strMeasure4"=>"2 tsp", "strMeasure5"=>"1/4 oz", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2018-03-24 00:58:16"}], "13214"=>[{"idDrink"=>"13214", "strDrink"=>"Pisco Sour", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>"New Era Drinks", "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Vigorously shake and strain contents in a cocktail shaker with ice cubes, then pour into glass and garnish with bitters.[1]", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/tsssur1439907622.jpg", "strIngredient1"=>"Pisco", "strIngredient2"=>"Lemon juice", "strIngredient3"=>"Sugar", "strIngredient4"=>"Ice", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"2 oz ", "strMeasure2"=>"1 oz ", "strMeasure3"=>"1-2 tblsp ", "strMeasure4"=>"", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>"", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2015-08-18 15:20:22"}], "12630"=>[{"idDrink"=>"12630", "strDrink"=>"Rail Splitter", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Non alcoholic", "strGlass"=>"Highball glass", "strInstructions"=>"Mix sugar syrup with lemon juice in a tall glass. Fill up with ginger ale.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/stsuqq1441207660.jpg", "strIngredient1"=>"Sugar syrup", "strIngredient2"=>"Lemon juice", "strIngredient3"=>"Ginger ale", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"2 tsp ", "strMeasure2"=>"\n", "strMeasure3"=>" ", "strMeasure4"=>" ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>"", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2015-09-02 16:27:40"}], "17245"=>[{"idDrink"=>"17245", "strDrink"=>"Rosemary Blue", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Balloon Glass", "strInstructions"=>"1) Add the Bombay Sapphire, Blue Curacao, rosemary sprig and gently squeezed lemon wedge to a balloon glass. Swirl well to combine.\r\n2) Fill with cubed ice and top with the Fever-Tree Light Tonic Water.\r\n3) Gently fold with a bar spoon to mix.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/qwc5f91512406543.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Blue Curacao", "strIngredient3"=>"Tonic Water", "strIngredient4"=>"Rosemary", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"50 ml", "strMeasure2"=>"15 ml", "strMeasure3"=>"100 ml", "strMeasure4"=>"Garnish with", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-12-04 16:55:43"}], "17114"=>[{"idDrink"=>"17114", "strDrink"=>"Ruby Tuesday", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Highball glass", "strInstructions"=>"Pour gin and cranberry into a highball filled with ice cubes. Add grenadine and stir.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/qsyqqq1441553437.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Cranberry juice", "strIngredient3"=>"Grenadine", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"2 oz ", "strMeasure2"=>"5 oz ", "strMeasure3"=>"2 splashes ", "strMeasure4"=>" ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2015-09-06 16:30:37"}], "17233"=>[{"idDrink"=>"17233", "strDrink"=>"Salted Toffee Martini", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Add ice, toffee gin, chocolate liqueur and Amaretto to a cocktail shaker and shake vigorously. \r\nPour the chocolate syrup into a saucer and dip the top of a martini glass into the sauce. Grate some of the Willie\\'s sea salt chocolate into another saucer and dip the coated glass, so the flakes stick to the sauce, creating a chocolate rim!\r\nPour the contents of the shaker into your chocolatey glass and sprinkle with more grated chocolate - enjoy! ", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/3s6mlr1509551211.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Chocolate liqueur", "strIngredient3"=>"Amaretto", "strIngredient4"=>"Chocolate Sauce", "strIngredient5"=>"Salted Chocolate", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"50 ml ", "strMeasure2"=>"30 ml ", "strMeasure3"=>"15 ml", "strMeasure4"=>"Garnish", "strMeasure5"=>"Grated\r\n", "strMeasure6"=>"\r\n", "strMeasure7"=>"\r\n", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-11-01 15:46:51"}], "16273"=>[{"idDrink"=>"16273", "strDrink"=>"Shark Attack", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Pitcher", "strInstructions"=>"Mix lemonade and water according to instructions on back of can. If the instructions say to add 4 1/3 cans of water do so. Mix into pitcher. Add 1 1/2 cup of Vodka (Absolut). Mix well. Pour into glass of crushed ice. Excellent!", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/uv96zr1504793256.jpg", "strIngredient1"=>"Lemonade", "strIngredient2"=>"Water", "strIngredient3"=>"Vodka", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 can ", "strMeasure2"=>"3 cans ", "strMeasure3"=>"1 1/2 cup ", "strMeasure4"=>" ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2017-09-07 15:07:37"}], "13621"=>[{"idDrink"=>"13621", "strDrink"=>"Tequila Sunrise", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>"Contemporary Classics", "strAlcoholic"=>"Alcoholic", "strGlass"=>"Highball glass", "strInstructions"=>"Pour the tequila and orange juice into glass over ice. Add the grenadine, which will sink to the bottom. Stir gently to create the sunrise effect. Garnish and serve.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/quqyqp1480879103.jpg", "strIngredient1"=>"Tequila", "strIngredient2"=>"Orange juice", "strIngredient3"=>"Grenadine", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"2 measures ", "strMeasure2"=>"", "strMeasure3"=>"", "strMeasure4"=>"", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>"", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2016-12-04 19:18:23"}], "16271"=>[{"idDrink"=>"16271", "strDrink"=>"The Evil Blue Thing", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Old-fashioned glass", "strInstructions"=>"Pour ingredients into glass, and drop in a blue whale! The blue whale isn't really necessary, but it makes the drink more \"fun\".", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/ojnpz71504793059.jpg", "strIngredient1"=>"Creme de Cacao", "strIngredient2"=>"Blue Curacao", "strIngredient3"=>"Light rum", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 1/2 oz ", "strMeasure2"=>"1 oz ", "strMeasure3"=>"1/2 oz ", "strMeasure4"=>" ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2017-09-07 15:04:19"}], "17826"=>[{"idDrink"=>"17826", "strDrink"=>"The Jimmy Conway", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Whiskey sour glass", "strInstructions"=>"Fill glass with ice\r\nPour in The Irishman and Disaronno\r\nFill to the top with Cranberry Juice\r\nGarnish with a slice of lemon\u2026Enjoy!", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/wbcvyo1535794478.jpg", "strIngredient1"=>"Irish Whiskey", "strIngredient2"=>"Amaretto", "strIngredient3"=>"Cranberry Juice", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"50 ml", "strMeasure2"=>"50 ml", "strMeasure3"=>"4 oz", "strMeasure4"=>"", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2018-09-01 10:34:38"}], "17247"=>[{"idDrink"=>"17247", "strDrink"=>"The Last Word", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Shake with ice and strain into a cocktail glass.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/91oule1513702624.jpg", "strIngredient1"=>"Green Chartreuse", "strIngredient2"=>"Maraschino Liqueur", "strIngredient3"=>"Lime Juice", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"1 oz", "strMeasure2"=>"1 oz", "strMeasure3"=>"1 oz", "strMeasure4"=>"", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-12-19 16:57:04"}], "17824"=>[{"idDrink"=>"17824", "strDrink"=>"The Laverstoke", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Balloon Glass", "strInstructions"=>"1) Squeeze two lime wedges into a balloon glass then add the cordial, Bombay Sapphire and MARTINI Rosso Vermouth, swirl to mix.\r\n\r\n2) Fully fill the glass with cubed ice and stir to chill.\r\n\r\n3) Top with Fever-Tree Ginger Ale and gently stir again to combine.\r\n\r\n4) Garnish with a snapped ginger slice and an awoken mint sprig.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/6xfj5t1517748412.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Elderflower cordial", "strIngredient3"=>"Rosso Vermouth", "strIngredient4"=>"Tonic Water", "strIngredient5"=>"Lime", "strIngredient6"=>"Ginger", "strIngredient7"=>"Mint", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"50 ml", "strMeasure2"=>"15 ml", "strMeasure3"=>"15 ml", "strMeasure4"=>"75 ml", "strMeasure5"=>"2 Wedges", "strMeasure6"=>"1 Slice", "strMeasure7"=>"1 Large Sprig", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2018-02-04 12:46:52"}], "17828"=>[{"idDrink"=>"17828", "strDrink"=>"Tipperary", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Nick and Nora Glass", "strInstructions"=>"Stir over ice. Strain into chilled glass. Cut a wide swath of orange peel, and express the orange oils over the drink. Discard orange twist.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/b522ek1521761610.jpg", "strIngredient1"=>"Irish Whiskey", "strIngredient2"=>"Sweet Vermouth", "strIngredient3"=>"Green Chartreuse", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"2 oz", "strMeasure2"=>"1 oz", "strMeasure3"=>"1/2 oz", "strMeasure4"=>"", "strMeasure5"=>"", "strMeasure6"=>"", "strMeasure7"=>"", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2018-03-22 23:33:30"}], "17218"=>[{"idDrink"=>"17218", "strDrink"=>"Vesper", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>"New Era Drinks", "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Shake over ice until well chilled, then strain into a deep goblet and garnish with a thin slice of lemon peel.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/mtdxpa1504374514.jpg", "strIngredient1"=>"Gin", "strIngredient2"=>"Vodka", "strIngredient3"=>"Lillet Blanc", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"6 cl", "strMeasure2"=>"1.5 cl", "strMeasure3"=>"0.75 cl", "strMeasure4"=>"", "strMeasure5"=>"", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>"", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2017-09-02 18:48:34"}], "17219"=>[{"idDrink"=>"17219", "strDrink"=>"Yellow Bird", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>"New Era Drinks", "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Shake and strain into a chilled cocktail glass", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/2t9r6w1504374811.jpg", "strIngredient1"=>"White Rum", "strIngredient2"=>"Galliano", "strIngredient3"=>"Triple Sec", "strIngredient4"=>"Lime Juice", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"3 cl", "strMeasure2"=>"1.5 cl", "strMeasure3"=>"1.5 cl", "strMeasure4"=>"1.5 cl", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>" ", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2017-09-02 18:53:31"}], "14065"=>[{"idDrink"=>"14065", "strDrink"=>"Zippy's Revenge", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Old-fashioned glass", "strInstructions"=>"Mix Kool-Aid to taste then add Rum and ammaretto. shake well to disolve the sugar in the Kool-Aid... serve cold", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/1sqm7n1485620312.jpg", "strIngredient1"=>"Amaretto", "strIngredient2"=>"Rum", "strIngredient3"=>"Kool-Aid", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"2 oz ", "strMeasure2"=>"2 oz ", "strMeasure3"=>"4 oz Grape ", "strMeasure4"=>" ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>" ", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2017-01-28 16:18:33"}], "17241"=>[{"idDrink"=>"17241", "strDrink"=>"Zombie", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Hurricane glass", "strInstructions"=>"\r\nBlend at high speed for no more than 5 seconds.\r\n\r\nPour into a glass, add ice cubes to fill, then add the garnish.\r\n\r\n*Donn\u2019s mix: Bring 3 crushed cinnamon sticks, 1 cup of sugar and 1 cup of water to a boil, stirring until the sugar is dissolved.\r\n\r\nSimmer for 2 minutes, then remove from the heat and let sit for at least 2 hours before straining into a clean glass bottle.\r\n\r\nThen add 1 part of the syrup and 2 parts of fresh grapefruit juice together.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/2en3jk1509557725.jpg", "strIngredient1"=>"Rum", "strIngredient2"=>"Gold rum", "strIngredient3"=>"151 proof rum", "strIngredient4"=>"Pernod", "strIngredient5"=>"Grenadine", "strIngredient6"=>"Lime Juice", "strIngredient7"=>"Angostura Bitters", "strIngredient8"=>nil, "strIngredient9"=>nil, "strIngredient10"=>nil, "strIngredient11"=>nil, "strIngredient12"=>nil, "strIngredient13"=>nil, "strIngredient14"=>nil, "strIngredient15"=>nil, "strMeasure1"=>"1 1/2 oz", "strMeasure2"=>"1 1/2 oz", "strMeasure3"=>"1 oz", "strMeasure4"=>"1 tsp", "strMeasure5"=>"1 tsp", "strMeasure6"=>"1 tsp", "strMeasure7"=>"1 drop", "strMeasure8"=>nil, "strMeasure9"=>nil, "strMeasure10"=>nil, "strMeasure11"=>nil, "strMeasure12"=>nil, "strMeasure13"=>nil, "strMeasure14"=>nil, "strMeasure15"=>nil, "dateModified"=>"2017-11-01 17:35:26"}], "16963"=>[{"idDrink"=>"16963", "strDrink"=>"Zorbatini", "strDrinkES"=>nil, "strDrinkDE"=>nil, "strDrinkFR"=>nil, "strDrinkZH-HANS"=>nil, "strDrinkZH-HANT"=>nil, "strVideo"=>nil, "strCategory"=>"Cocktail", "strIBA"=>nil, "strAlcoholic"=>"Alcoholic", "strGlass"=>"Cocktail glass", "strInstructions"=>"Prepare like a Martini. Garnish with a green olive.", "strInstructionsES"=>nil, "strInstructionsDE"=>nil, "strInstructionsFR"=>nil, "strInstructionsZH-HANS"=>nil, "strInstructionsZH-HANT"=>nil, "strDrinkThumb"=>"https://www.thecocktaildb.com/images/media/drink/wtkqgb1485621155.jpg", "strIngredient1"=>"Vodka", "strIngredient2"=>"Ouzo", "strIngredient3"=>"", "strIngredient4"=>"", "strIngredient5"=>"", "strIngredient6"=>"", "strIngredient7"=>"", "strIngredient8"=>"", "strIngredient9"=>"", "strIngredient10"=>"", "strIngredient11"=>"", "strIngredient12"=>"", "strIngredient13"=>"", "strIngredient14"=>"", "strIngredient15"=>"", "strMeasure1"=>"1 1/4 oz Stoli ", "strMeasure2"=>"1/4 oz ", "strMeasure3"=>" ", "strMeasure4"=>" ", "strMeasure5"=>" ", "strMeasure6"=>" ", "strMeasure7"=>" ", "strMeasure8"=>"", "strMeasure9"=>"", "strMeasure10"=>"", "strMeasure11"=>"", "strMeasure12"=>"", "strMeasure13"=>"", "strMeasure14"=>"", "strMeasure15"=>"", "dateModified"=>"2017-01-28 16:32:35"}]}
data/lib/LiquerY/drink.rb DELETED
@@ -1,129 +0,0 @@
1
- class Drink
2
- attr_accessor :idDrink, :strDrink, :all_ingredients, :strIngredient1, :strIngredient2, :strIngredient3, :strIngredient4, :strIngredient5, :strIngredient6, :strIngredient7, :strIngredient8, :strIngredient9, :strMeasure1, :strMeasure2, :strMeasure3, :strMeasure4, :strMeasure5, :strMeasure6, :strMeasure7, :strMeasure8, :strInstructions, :palate
3
-
4
- TEST_DRINKS = ["Boulevardier", "Cosmopolitan", "Dirty Martini", "Espresso Martini", "French Negroni", "Gimlet", "Gin Rickey", "Greyhound", "Lemon Drop", "Manhattan", "Martini", "Mojito", "Old Fashioned", "Pisco Sour", "The Last Word"]
5
- DUMMY_DRINK = Drink.new.tap {|d| d.all_ingredients = ["a single bogus and insane ingredient that won't match anything"]}
6
-
7
- @@all = []
8
-
9
- def self.all
10
- @@all.empty? ? Drink.new_from_hash : @@all
11
- end
12
-
13
- def self.new_from_hash(hash = DrinkAPI.new.make_hash)
14
- hash.each do |id, drink_array|
15
- drink = self.new
16
- drink.all_ingredients = []
17
-
18
- correct_and_set_data(drink, drink_array)
19
-
20
- concat_ingredients(drink)
21
-
22
- filter_and_set_by_palate(drink)
23
-
24
- @@all << drink unless drink.idDrink == "14133" #To filter out "Cosmopolitan Martini, which for some reason is included in the database twice under different spellings."
25
- end
26
- @@all
27
- end
28
-
29
- def self.select_for_test
30
- self.all.select {|d| TEST_DRINKS.include?(d.strDrink)}
31
- end
32
-
33
- def print_ingredients
34
- self.all_ingredients.each.with_object("") do |ing, string|
35
- if ing == self.all_ingredients[-1]
36
- string << "and #{ing}."
37
- else
38
- string << "#{ing}, "
39
- end
40
- end
41
- end
42
-
43
- def self.search_by_drink_name(name)
44
- name_match = FuzzyMatch.new(Drink.all.map{|d| d.strDrink}).find("#{name}")
45
- if Drink.all.find {|d| d.strDrink == name}
46
- Drink.all.find {|d| d.strDrink == name}
47
- elsif name_match
48
- Drink.all.find {|d| d.strDrink == name_match }
49
- end
50
- end
51
-
52
- def self.search_by_alcohol_name(name)
53
- name_match = FuzzyMatch.new(Drink.all.map{|d| d.all_ingredients}.flatten).find("#{name}")
54
- if Drink.all.map {|d| d.all_ingredients}.flatten.include?(name)
55
- Drink.all.select {|d| d.all_ingredients.include?(name)}
56
- elsif name_match
57
- Drink.all.select {|d| d.all_ingredients.include?(name_match)}
58
- end
59
- end
60
-
61
- def self.find_ingredients_by_drink_name(name)
62
- drink = self.search_by_drink_name(name)
63
- system "clear"
64
- puts "Drink Ingredients:".light_blue
65
- puts "\n#{drink.strDrink} --".cyan
66
- puts "#{drink.print_ingredients}".cyan
67
- end
68
-
69
- def self.find_recipe_by_drink_name(name)
70
- drink = self.search_by_drink_name(name)
71
- system "clear"
72
- puts "Drink Recipe:".light_blue
73
- puts "\n#{drink.strDrink} --".cyan
74
- puts "Ingredients: ".cyan + "#{drink.print_ingredients}".light_blue
75
- puts "#{drink.strInstructions}".cyan
76
- end
77
-
78
- def self.search_by_palate(palate)
79
- Drink.all.select {|d| d.palate == palate}
80
- end
81
-
82
- private
83
-
84
- def self.correct_and_set_data(drink, drink_array)
85
- drink_array.each do |method, arg| ###REMOVE THIS ZERO WHEN YOU PULL FROM API!!!
86
- if !(["strDrink", "strInstructions"].include?(method))
87
- if drink.respond_to?("#{method}") && arg.is_a?(String) && arg.include?("Absolut")
88
- drink.send("#{method}=", "Vodka") #Had to hardcode this in
89
- #because for almost every drink they list a generic liquor
90
- #as an ingredient, except for, frustratingly, certain vodka
91
- #drinks, for which they give a brand name Absolut variety
92
- #that messes up my algorithm
93
- elsif drink.respond_to?("#{method}") && arg.is_a?(String) && (arg.include?("lemon") || arg.include?("Lemon"))
94
- drink.send("#{method}=", "Lemon Juice")
95
- drink.send("strIngredient9=", "Simple Syrup")
96
- elsif drink.respond_to?("#{method}") && arg.is_a?(String) && (arg.include?("Sugar") || arg.include?("Simple"))
97
- drink.send("#{method}=", "Simple Syrup")
98
- elsif drink.respond_to?("#{method}") && arg.is_a?(String) && arg.include?("Lime")
99
- drink.send("#{method}=", "Lime Juice")
100
- elsif drink.respond_to?("#{method}") && arg != " " && arg != ""
101
- drink.send("#{method}=", arg)
102
- end
103
- elsif drink.respond_to?("#{method}") && arg != " " && arg != ""
104
- drink.send("#{method}=", arg)
105
- end
106
- end
107
- end
108
-
109
- def self.filter_and_set_by_palate(drink)
110
- if (drink.all_ingredients.map {|d|d.downcase} & ["cream", "milk", "kahlua", "bailey", "bailey\'s irish cream", "creme de cacao", "white creme de menthe", "hot chocolate", "coffee liqueur", "chocolate liqueur", "pina colada mix"]).any?
111
- drink.palate = "creamy"
112
- elsif (drink.all_ingredients.map {|d|d.downcase} & ["lime juice", "lemon juice"]).any? && !(drink.all_ingredients.map {|d|d.downcase}.include?("simple syrup")) || (drink.all_ingredients.map {|d|d.downcase} & ["sour mix", "sweet and sour", "pisco"]).any?
113
- drink.palate = "bright"
114
- elsif (drink.all_ingredients.map {|d|d.downcase} & ["simple syrup", "grenadine", "creme de cassis", "apple juice", "cranberry juice", "pineapple juice", "maraschino cherry", "maraschino liqueur", "grape soda", "kool-aid"]).any?
115
- drink.palate = "sweet"
116
- else
117
- drink.palate = "dry"
118
- end
119
- end
120
-
121
- def self.concat_ingredients(drink)
122
- drink.instance_variables.map{|v|v.to_s.tr('@', '')}.select{|v| v.match(/^strIng/)}.each do |v|
123
- unless (drink.send("#{v}") == nil || drink.all_ingredients.include?(drink.send("#{v}")))
124
- drink.all_ingredients << drink.send("#{v}")
125
- end
126
- end
127
- end
128
-
129
- end
@@ -1,3 +0,0 @@
1
- module LiquerY
2
- VERSION = "0.3.0"
3
- end