untappd 4.0.2 → 4.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. checksums.yaml +15 -0
  2. data/.gitignore +2 -1
  3. data/Gemfile.lock +3 -3
  4. data/README.md +1 -0
  5. data/lib/untappd/checkin.rb +1 -1
  6. data/lib/untappd/config.rb +2 -2
  7. data/lib/untappd/version.rb +1 -1
  8. data/spec/beer_spec.rb +2 -2
  9. data/spec/brewery_spec.rb +7 -7
  10. data/spec/checkin_spec.rb +6 -4
  11. data/spec/user_spec.rb +7 -7
  12. data/spec/vcr/Beer/get_feed.yml +230 -206
  13. data/spec/vcr/Beer/get_info.yml +237 -153
  14. data/spec/vcr/Beer/get_search.yml +359 -271
  15. data/spec/vcr/Beer/get_trending_beers.yml +92 -75
  16. data/spec/vcr/Brewery/get_feed.yml +208 -186
  17. data/spec/vcr/Brewery/get_info.yml +326 -283
  18. data/spec/vcr/Brewery/get_search.yml +22 -18
  19. data/spec/vcr/Checkin/get/gets_info.yml +22 -16
  20. data/spec/vcr/Checkin/get/gets_thepub_feed.yml +212 -207
  21. data/spec/vcr/Checkin/get/gets_thepub_local_feed.yml +307 -206
  22. data/spec/vcr/Checkin/post/add_comment.yml +18 -12
  23. data/spec/vcr/Checkin/post/adds_toast.yml +17 -11
  24. data/spec/vcr/Checkin/post/creates_checkin.yml +28 -16
  25. data/spec/vcr/Checkin/post/removes_comment.yml +70 -12
  26. data/spec/vcr/Checkin/post/removes_toast.yml +16 -10
  27. data/spec/vcr/User/get_badges.yml +65 -11
  28. data/spec/vcr/User/get_distinct_beers.yml +212 -33
  29. data/spec/vcr/User/get_feed.yml +217 -39
  30. data/spec/vcr/User/get_friend_feed.yml +321 -427
  31. data/spec/vcr/User/get_friends.yml +18 -11
  32. data/spec/vcr/User/get_info.yml +280 -74
  33. data/spec/vcr/User/get_wish_list.yml +25 -15
  34. data/spec/vcr/Venue/gets_foursquare_lookup.yml +26 -24
  35. data/spec/vcr/Venue/gets_info.yml +151 -36
  36. data/spec/vcr/Venue/gets_the_feed.yml +127 -34
  37. data/spec/venue_spec.rb +2 -2
  38. metadata +5 -23
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NTY3Y2EwZmVmMjZhOWVkOTU2YjJlZTNjYzQ0NjNiOGViN2VmMDU2Yg==
5
+ data.tar.gz: !binary |-
6
+ M2FjMjYyYTI0MjdmM2IwODViYWI1MDkyNzhlNWM4MDM3MGZiOGFmMQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NWU1NmNhMTIyNGE4MzU5ZjMzNzk3OGVhM2MzM2FiMjYwZDZhZjkyODMzNGYy
10
+ MmI5NzZjMmZlODVkMGRlNjhkN2M2ZmM3YzU0NTYyOGIwZmQ5NjY2MjMwZGQw
11
+ ZjdlZGYyYjM5NjQxMzJiZGZjMTc5YTAyMTE2ZWJhMTJkY2E2YTU=
12
+ data.tar.gz: !binary |-
13
+ YjRmMDgyZTU0ZTM5ZDllYjc0NGYyZWY2YTcwNTA5ZDY5Y2ZmMjJhNjljYTUy
14
+ OTNhNmFkMDY5N2ZhMTZmMjVmNzgwYjQ4YWI5YTk4YjBhYWNmOTExMDYzZTM3
15
+ YmJjNGRmYjMyNWY3MWQ1ZGNiNzJhMzk0MzBjYTYwOWYwZGJlYjA=
data/.gitignore CHANGED
@@ -1,4 +1,5 @@
1
1
  pkg/*
2
2
  *.gem
3
3
  .bundle
4
- .rvmrc
4
+ .rvmrc
5
+ .DS_Store
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- untappd (4.0.2)
4
+ untappd (4.0.3)
5
5
  hashie (>= 1.0.0)
6
6
  httparty (>= 0.7.3)
7
7
 
@@ -10,8 +10,8 @@ GEM
10
10
  specs:
11
11
  diff-lcs (1.1.3)
12
12
  fakeweb (1.3.0)
13
- hashie (2.0.5)
14
- httparty (0.12.0)
13
+ hashie (2.1.2)
14
+ httparty (0.13.1)
15
15
  json (~> 1.8)
16
16
  multi_xml (>= 0.5.2)
17
17
  json (1.8.1)
data/README.md CHANGED
@@ -12,6 +12,7 @@ the API documentation.
12
12
 
13
13
  ## Releases
14
14
 
15
+ * 4.0.2 use https endpoint
15
16
  * 4.0.0 supports the v4 API (https://untappd.com/api/docs/v4)
16
17
  * 0.0.5 Brewery Info and Search
17
18
  * 0.0.4 Complete coverage of v3 API. Checkins, Comments, Toasts, gmt_offset configuration
@@ -47,7 +47,7 @@ module Untappd
47
47
  # * foursquare (optional) - Default = "off", Pass "on" to checkin on foursquare
48
48
  def self.create(access_token, beer_id, options={})
49
49
  timezone = options.fetch(:timezone, 'PST')
50
- gmt_offset = options.fetch(:gmt_offset, Time.zone_offset(timezone))
50
+ gmt_offset = options.fetch(:gmt_offset, Time.zone_offset(timezone)) / 60 / 60
51
51
 
52
52
  options.merge!({
53
53
  :timezone => timezone,
@@ -21,8 +21,8 @@ module Untappd
21
21
  attr_accessor :client_id, :client_secret, :base_uri, :gmt_offset, :redirect_url
22
22
 
23
23
  def base_uri
24
- @base_uri || 'http://api.untappd.com/v4'
24
+ @base_uri || 'https://api.untappd.com/v4'
25
25
  end
26
26
 
27
27
  end
28
- end
28
+ end
@@ -1,3 +1,3 @@
1
1
  module Untappd
2
- VERSION = "4.0.2"
2
+ VERSION = "4.0.3"
3
3
  end
@@ -18,13 +18,13 @@ describe "Beer" do
18
18
  it "get search", :vcr do
19
19
  search = Untappd::Beer.search('stone')
20
20
  search.beers.items.first.beer.beer_name == "Stone IPA"
21
- search.breweries.items.first.brewery.brewery_name.should == "Stone Fly Rye"
21
+ search.breweries.items.first.brewery.brewery_name.should == "Stone Brewing Co."
22
22
  end
23
23
 
24
24
  it "get trending beers", :vcr do
25
25
  trending = Untappd::Beer.trending
26
26
  trending.macro.items.first.beer.beer_name.should == "Guinness Draught"
27
- trending.micro.items.first.beer.beer_name.should == "Celebration Ale (2012)"
27
+ trending.micro.items.first.beer.beer_name.should == "Samuel Adams OctoberFest"
28
28
  end
29
29
 
30
30
  end
@@ -6,17 +6,17 @@ describe "Brewery" do
6
6
  end
7
7
 
8
8
  it "get feed", :vcr do
9
- checkins = Untappd::Brewery.feed(157)
9
+ checkins = Untappd::Brewery.feed(157)
10
10
  checkins.checkins.items.first.brewery.brewery_name.should == "Boston Beer Company (Samuel Adams)"
11
11
  end
12
-
12
+
13
13
  it "get info", :vcr do
14
- info = Untappd::Brewery.info(157)
15
- info.brewery.brewery_name.should == "Boston Beer Company (Samuel Adams)"
14
+ info = Untappd::Brewery.info(157)
15
+ info.brewery.brewery_name.should == "Boston Beer Company (Samuel Adams)"
16
16
  end
17
-
17
+
18
18
  it "get search", :vcr do
19
19
  search = Untappd::Brewery.search("Boston Beer")
20
- search.brewery.items.first.brewery.brewery_name.should == "Boston Beer Works"
21
- end
20
+ search.brewery.items.first.brewery.brewery_name.should == "Boston Beer Company (Samuel Adams)"
21
+ end
22
22
  end
@@ -8,7 +8,9 @@ describe "Checkin" do
8
8
  end
9
9
 
10
10
  it "removes comment", :vcr do
11
- comment = Untappd::Checkin.remove_comment(TEST_ACCESS_TOKEN, 1326083)
11
+ comment = Untappd::Checkin.add_comment(TEST_ACCESS_TOKEN, 17831896, 'test comment')
12
+ comment_id = comment.comments.items.first.comment_id
13
+ comment = Untappd::Checkin.remove_comment(TEST_ACCESS_TOKEN, comment_id)
12
14
  comment.result.should == 'success'
13
15
  end
14
16
 
@@ -39,14 +41,14 @@ describe "Checkin" do
39
41
 
40
42
  it "gets thepub feed", :vcr do
41
43
  checkins = Untappd::Checkin.feed
42
- checkins.checkins.items.first.beer.beer_name.should == "Harvest Ale"
44
+ checkins.checkins.items.first.beer.beer_name.should == "Dude"
43
45
  end
44
46
 
45
47
  it "gets thepub local feed", :vcr do
46
48
  checkins = Untappd::Checkin.local_feed(-87.6353645, 41.8883695, 1)
47
49
  checkins.checkins.items.count.should be(25)
48
- checkins.checkins.items.first.beer.beer_name.should == "The Torch"
49
- checkins.checkins.items.first.venue.venue_name.should == "Haymarket Pub & Brewery"
50
+ checkins.checkins.items.first.beer.beer_name.should == "Oberon Ale"
51
+ checkins.checkins.items.first.venue.venue_name.should == "Bridge House Tavern"
50
52
  end
51
53
  end
52
54
  end
@@ -12,32 +12,32 @@ describe "User" do
12
12
 
13
13
  it "get badges", :vcr do
14
14
  badges = Untappd::User.badges("cmar")
15
- badges.items.first.badge_name.should == "Newbie"
15
+ badges.items.first.badge_name.should == "American Craft Beer Week (2013)"
16
16
  end
17
17
 
18
18
  it "get friends", :vcr do
19
19
  friends = Untappd::User.friends("cmar")
20
- friends.items.first.user.user_name.should == "pks1850"
20
+ friends.items.first.user.user_name.should == "geekoncoffee"
21
21
  end
22
22
 
23
23
  it "get wish list", :vcr do
24
24
  wish_list = Untappd::User.wish_list("cmar")
25
- wish_list.beers.items.first.beer.beer_name.should == "DFH Ale"
25
+ wish_list.beers.items.first.beer.beer_name.should == "90 Minute IPA"
26
26
  end
27
27
 
28
28
  it "get distinct beers", :vcr do
29
29
  distinct_beers = Untappd::User.distinct("cmar")
30
- distinct_beers.beers.items.first.beer.beer_name.should == "Palo Santo Marron"
30
+ distinct_beers.beers.items.first.beer.beer_name.should == "Jai Alai IPA"
31
31
  end
32
32
 
33
33
  it "get feed", :vcr do
34
34
  feed = Untappd::User.feed("cmar")
35
- feed.checkins.items.first.beer.beer_name.should == "Palo Santo Marron"
35
+ feed.checkins.items.first.beer.beer_name.should == "Jai Alai IPA"
36
36
  end
37
37
 
38
38
  it "get friend feed", :vcr do
39
39
  friend_feed = Untappd::User.friend_feed(TEST_ACCESS_TOKEN)
40
- friend_feed.checkins.items.first.beer.beer_name.should == "Christmas Ale (2012)"
41
- friend_feed.checkins.items.first.brewery.brewery_name.should == "Great Lakes Brewing Company "
40
+ friend_feed.checkins.items.first.beer.beer_name.should == "Paulaner Oktoberfest Bier"
41
+ friend_feed.checkins.items.first.brewery.brewery_name.should == "Paulaner Gruppe"
42
42
  end
43
43
  end
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://api.untappd.com/v4/beer/checkins/18099?client_id=<UNTAPPD_CLIENT_ID>&client_secret=<UNTAPPD_CLIENT_SECRET>
5
+ uri: https://api.untappd.com/v4/beer/checkins/18099?client_id=<UNTAPPD_CLIENT_ID>&client_secret=<UNTAPPD_CLIENT_SECRET>
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -13,21 +13,27 @@ http_interactions:
13
13
  message: OK
14
14
  headers:
15
15
  date:
16
- - Tue, 04 Dec 2012 03:07:29 GMT
16
+ - Fri, 19 Sep 2014 03:53:10 GMT
17
17
  server:
18
- - Apache
19
- set-cookie:
20
- - BALANCEID=balancer.as1; path=/; domain=.untappd.com
18
+ - Apache/2.2.22 (Ubuntu)
21
19
  x-powered-by:
22
- - PHP/5.3.3-1ubuntu9.3
20
+ - PHP/5.4.6-1ubuntu1.4
23
21
  x-ratelimit-limit:
24
22
  - '100'
25
23
  x-ratelimit-remaining:
26
- - '10'
24
+ - '77'
27
25
  x-auth-type:
28
26
  - key
27
+ x-api-version:
28
+ - '4'
29
+ x-http-protocol:
30
+ - '443'
31
+ vary:
32
+ - Accept-Encoding
29
33
  access-control-allow-origin:
30
34
  - ! '*'
35
+ access-control-allow-headers:
36
+ - X-Untappd-App
31
37
  connection:
32
38
  - close
33
39
  transfer-encoding:
@@ -36,204 +42,222 @@ http_interactions:
36
42
  - application/json
37
43
  body:
38
44
  encoding: US-ASCII
39
- string: ! '{"meta":{"code":200,"response_time":{"time":0.381,"measure":"seconds"}},"notifications":[],"response":{"pagination":{"next_url":"http:\/\/api.untappd.com\/v4\/beer\/checkins\/18099?max_id=17283311","max_id":17283311,"since_url":"http:\/\/api.untappd.com\/v4\/beer\/checkins\/18099?min_id=17307724"},"checkins":{"count":25,"items":[{"checkin_id":17307724,"created_at":"Tue,
40
- 04 Dec 2012 02:52:44 +0000","checkin_comment":"","rating_score":0,"user":{"uid":214076,"user_name":"Beercules75","first_name":"Scott
41
- ","last_name":"E.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"http:\/\/gravatar.com\/avatar\/c64828c61ad9b097562514d83f34d618?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","is_private":0,"contact":{"facebook":100000652571079}},"beer":{"bid":18099,"beer_name":"Arrogant
42
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
43
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
44
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
45
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":[],"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
46
- for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"}},{"checkin_id":17307711,"created_at":"Tue,
47
- 04 Dec 2012 02:52:20 +0000","checkin_comment":"Good ol bastard!!!","rating_score":4,"user":{"uid":209083,"user_name":"Drunkenstien","first_name":"Brandon","last_name":"S.","location":"Fresno","url":"","is_supporter":0,"bio":"Im
48
- the coolest motherfucker ever!!!","relationship":null,"user_avatar":"http:\/\/gravatar.com\/avatar\/cde47c0e1ee33932fc4ed895d4c55aa3?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","is_private":0,"contact":{"facebook":1565020421}},"beer":{"bid":18099,"beer_name":"Arrogant
49
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
50
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
51
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
52
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":[],"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
53
- for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"}},{"checkin_id":17307252,"created_at":"Tue,
54
- 04 Dec 2012 02:46:34 +0000","checkin_comment":"","rating_score":4,"user":{"uid":342519,"user_name":"kptice","first_name":"Kevin","last_name":"T.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"http:\/\/gravatar.com\/avatar\/9a89412594c639f0fe7dc64134d09a1c?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","is_private":0,"contact":[]},"beer":{"bid":18099,"beer_name":"Arrogant
55
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
56
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
57
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
58
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":{"venue_id":22628,"venue_name":"FOX
59
- Sports Grill","primary_category":"Nightlife Spot","categories":{"count":2,"items":[{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":false},{"category_name":"Sports
60
- Bar","category_id":"4bf58dd8d48988d11d941735","is_primary":true}]},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/pub_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/pub_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/pub_256.png"},"location":{"venue_address":"1522
61
- 6th Ave","venue_city":"Seattle","venue_state":"WA","lat":47.6118,"lng":-122.335},"contact":{"twitter":"","venue_url":"http:\/\/foxsportsgrill.com"},"foursquare":{"foursquare_id":"417c4200f964a520c61d1fe3","foursquare_url":"http:\/\/4sq.com\/67WdTo"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
62
- for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"}},{"checkin_id":17306650,"created_at":"Tue,
63
- 04 Dec 2012 02:39:24 +0000","checkin_comment":"","rating_score":0,"user":{"uid":148255,"user_name":"AdamBCC","first_name":"Adam","last_name":"S.","location":"Phoenix,
64
- AZ","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"http:\/\/gravatar.com\/avatar\/cd65f98d4a2e824ed542e5922abd9bee?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","is_private":0,"contact":{"twitter":"AdamBCC"}},"beer":{"bid":18099,"beer_name":"Arrogant
65
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
66
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
67
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
68
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":{"venue_id":426561,"venue_name":"Taylor
69
- Place Residence Hall","primary_category":"College & University","categories":{"count":1,"items":[{"category_name":"College
70
- Residence Hall","category_id":"4bf58dd8d48988d1a3941735","is_primary":true}]},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/education\/default_64.png","md":"https:\/\/foursquare.com\/img\/categories\/education\/default_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/education\/default_256.png"},"location":{"venue_address":"120
71
- E Taylor St","venue_city":"Phoenix","venue_state":"AZ","lat":33.4536,"lng":-112.072},"contact":{"twitter":"@asusrha","venue_url":"http:\/\/www.asu.edu\/clubs\/rha\/index.html"},"foursquare":{"foursquare_id":"4b0c7246f964a520753d23e3","foursquare_url":"http:\/\/4sq.com\/8yGBC4"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
72
- for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"}},{"checkin_id":17306064,"created_at":"Tue,
73
- 04 Dec 2012 02:31:16 +0000","checkin_comment":"","rating_score":4,"user":{"uid":338471,"user_name":"HuskerDave75","first_name":"David","last_name":"K.","location":"","url":"","is_supporter":0,"bio":"I
74
- love great food, great beer, great friends, and great football...point-blank.","relationship":null,"user_avatar":"http:\/\/gravatar.com\/avatar\/fdd3fd4bf001d495ad3448cfb94dc019?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","is_private":0,"contact":{"facebook":100000253442624}},"beer":{"bid":18099,"beer_name":"Arrogant
75
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
76
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
77
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
78
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":{"venue_id":284539,"venue_name":"Shanon
79
- N Dave''s Place","primary_category":"Residence","categories":{"count":1,"items":[{"category_name":"Home
80
- (private)","category_id":"4bf58dd8d48988d103941735","is_primary":true}]},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/building\/home_64.png","md":"https:\/\/foursquare.com\/img\/categories\/building\/home_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/building\/home_256.png"},"location":{"venue_address":"","venue_city":"Omaha","venue_state":"NE","lat":41.2941,"lng":-96.1156},"contact":{"twitter":"","venue_url":""},"foursquare":{"foursquare_id":"4ded502e18385379de41fa4d","foursquare_url":"http:\/\/4sq.com\/leeqhy"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
81
- for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"}},{"checkin_id":17303696,"created_at":"Tue,
82
- 04 Dec 2012 02:03:21 +0000","checkin_comment":"","rating_score":0,"user":{"uid":201606,"user_name":"jonmacklin","first_name":"jon","last_name":"m.","location":"Chapel
83
- City, The Cackalack","url":"http:\/\/0","is_supporter":0,"bio":"jonmacklin","relationship":null,"user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/cc27946e8e438eda3547a3bfd002896f_thumb.jpg","is_private":0,"contact":{"twitter":"jonmacklin"}},"beer":{"bid":18099,"beer_name":"Arrogant
84
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
85
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
86
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
87
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":[],"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
88
- for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"}},{"checkin_id":17303594,"created_at":"Tue,
89
- 04 Dec 2012 02:02:28 +0000","checkin_comment":"","rating_score":3,"user":{"uid":173916,"user_name":"Sturge33","first_name":"Eric","last_name":"","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"http:\/\/gravatar.com\/avatar\/c5cfbd8d33f960310c296ee2e27f186f?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","is_private":0,"contact":{"foursquare":4306993}},"beer":{"bid":18099,"beer_name":"Arrogant
90
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
91
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
92
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
93
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":[],"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
94
- for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"}},{"checkin_id":17303214,"created_at":"Tue,
95
- 04 Dec 2012 01:57:55 +0000","checkin_comment":"","rating_score":4,"user":{"uid":243035,"user_name":"VT_jlee","first_name":"Justin","last_name":"L.","location":"The
96
- Commonwealth","url":"","is_supporter":0,"bio":"Give me a DIPA, or give me
97
- death","relationship":null,"user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/0f7510ae7c4bb76db689699ff6312916_thumb.jpg","is_private":0,"contact":{"facebook":6215037,"twitter":"VT_jlee"}},"beer":{"bid":18099,"beer_name":"Arrogant
98
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
99
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
100
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
101
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":[],"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
102
- for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"}},{"checkin_id":17303143,"created_at":"Tue,
103
- 04 Dec 2012 01:56:58 +0000","checkin_comment":"","rating_score":5,"user":{"uid":193788,"user_name":"craighoxie","first_name":"Craig","last_name":"","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"http:\/\/gravatar.com\/avatar\/0931ce90ccc917fcbde2e254aee92294?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","is_private":0,"contact":{"facebook":845555636}},"beer":{"bid":18099,"beer_name":"Arrogant
104
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
105
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
106
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
107
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":[],"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
108
- for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"}},{"checkin_id":17302347,"created_at":"Tue,
109
- 04 Dec 2012 01:47:46 +0000","checkin_comment":"","rating_score":3,"user":{"uid":309688,"user_name":"StoneMustang","first_name":"James","last_name":"S.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"http:\/\/gravatar.com\/avatar\/9053dd5ae84c01ad1211251330f46c9c?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","is_private":0,"contact":[]},"beer":{"bid":18099,"beer_name":"Arrogant
110
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
111
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
112
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
113
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":{"venue_id":46965,"venue_name":"Tides
114
- Tavern","primary_category":"Nightlife Spot","categories":{"count":1,"items":[{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":true}]},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/bar_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/bar_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/bar_256.png"},"location":{"venue_address":"2925
115
- Harborview Dr","venue_city":"Gig Harbor","venue_state":"WA","lat":47.3292,"lng":-122.578},"contact":{"twitter":"@tidestavernwa","venue_url":"http:\/\/www.tidestavern.com"},"foursquare":{"foursquare_id":"412bd680f964a520a80c1fe3","foursquare_url":"http:\/\/4sq.com\/ahQMUM"}},"comments":{"count":0,"items":[]},"toasts":{"count":1,"auth_toast":null,"items":[{"user":{"uid":260490,"user_name":"1steveg","first_name":"Steve","last_name":"G.","user_avatar":"http:\/\/gravatar.com\/avatar\/5ac280d365159206a8dae9769ed68fbd?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","user_link":"http:\/\/untappd.com\/user\/1steveg","account_type":"user","brewery_details":[]},"like_id":2367006,"like_owner":false,"created_at":"Tue,
116
- 04 Dec 2012 02:54:13 +0000"}]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
117
- for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"}},{"checkin_id":17299583,"created_at":"Tue,
118
- 04 Dec 2012 01:11:59 +0000","checkin_comment":"","rating_score":4,"user":{"uid":297660,"user_name":"matthewachey","first_name":"Matt","last_name":"A.","location":"New
119
- Cumberland, PA","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/a1f25eb5f1431f3c251c220ff00ca904_thumb.jpg","is_private":0,"contact":{"twitter":"matthew_achey","facebook":100000202782544,"foursquare":6586774}},"beer":{"bid":18099,"beer_name":"Arrogant
120
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
121
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
122
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
123
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":{"venue_id":15283,"venue_name":"Underdog''s","primary_category":"Food","categories":{"count":2,"items":[{"category_name":"Sports
124
- Bar","category_id":"4bf58dd8d48988d11d941735","is_primary":false},{"category_name":"Wings
125
- Joint","category_id":"4bf58dd8d48988d14c941735","is_primary":true}]},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/food\/wings_64.png","md":"https:\/\/foursquare.com\/img\/categories\/food\/wings_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/food\/wings_256.png"},"location":{"venue_address":"3100
126
- Paxton St","venue_city":"Harrisburg","venue_state":"PA","lat":40.2559,"lng":-76.8369},"contact":{"twitter":"","venue_url":""},"foursquare":{"foursquare_id":"4bf5c8b5004ed13aa15641a0","foursquare_url":"http:\/\/4sq.com\/byOQTn"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
127
- for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"}},{"checkin_id":17296474,"created_at":"Tue,
128
- 04 Dec 2012 00:28:29 +0000","checkin_comment":"We was drinking","rating_score":4,"user":{"uid":87934,"user_name":"hugarue","first_name":"justin","last_name":"","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"http:\/\/gravatar.com\/avatar\/2ddbc7ecd4f488e501117328ca7f85c7?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","is_private":0,"contact":{"facebook":100002631503290,"twitter":"JustinBintz"}},"beer":{"bid":18099,"beer_name":"Arrogant
129
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
130
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
131
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
132
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":[],"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":1,"items":[{"photo_id":1557377,"photo":{"photo_img_sm":"https:\/\/untappd.s3.amazonaws.com\/photo\/2012_12_04\/27565a9b69d4da066b4703e5d53ea158_100x100.jpg","photo_img_md":"https:\/\/untappd.s3.amazonaws.com\/photo\/2012_12_04\/27565a9b69d4da066b4703e5d53ea158_320x320.jpg","photo_img_lg":"https:\/\/untappd.s3.amazonaws.com\/photo\/2012_12_04\/27565a9b69d4da066b4703e5d53ea158_640x640.jpg","photo_img_og":"https:\/\/untappd.s3.amazonaws.com\/photo\/2012_12_04\/27565a9b69d4da066b4703e5d53ea158_raw.jpg"}}]},"source":{"app_name":"Untappd
133
- for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"}},{"checkin_id":17295740,"created_at":"Tue,
134
- 04 Dec 2012 00:17:16 +0000","checkin_comment":"","rating_score":0,"user":{"uid":85538,"user_name":"bkbergen","first_name":"Brian","last_name":"B.","location":"Philadelphia,
135
- PA","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"http:\/\/gravatar.com\/avatar\/b3af5a8a0e743fca41e8383a0c58bb70?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","is_private":0,"contact":[]},"beer":{"bid":18099,"beer_name":"Arrogant
136
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
137
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
138
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
139
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":[],"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
140
- for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"}},{"checkin_id":17294798,"created_at":"Tue,
141
- 04 Dec 2012 00:02:46 +0000","checkin_comment":"","rating_score":4,"user":{"uid":32275,"user_name":"gdrydenc","first_name":"Graham","last_name":"C.","location":"Boston,
142
- MA","url":"www.facebook.com\/graham.collins","is_supporter":0,"bio":"","relationship":null,"user_avatar":"http:\/\/gravatar.com\/avatar\/9e501cffcd404830d5d989e0bbb0653d?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","is_private":0,"contact":{"facebook":1218210008,"twitter":"grahamlikesbeer"}},"beer":{"bid":18099,"beer_name":"Arrogant
143
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
144
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
145
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
146
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":{"venue_id":29146,"venue_name":"Second
147
- Bar + Kitchen","primary_category":"Food","categories":{"count":2,"items":[{"category_name":"Cocktail
148
- Bar","category_id":"4bf58dd8d48988d11e941735","is_primary":false},{"category_name":"New
149
- American Restaurant","category_id":"4bf58dd8d48988d157941735","is_primary":true}]},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/food\/default_64.png","md":"https:\/\/foursquare.com\/img\/categories\/food\/default_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/food\/default_256.png"},"location":{"venue_address":"200
150
- Congress","venue_city":"Austin","venue_state":"TX","lat":30.2645,"lng":-97.7443},"contact":{"twitter":"@congressaustin","venue_url":"http:\/\/www.congressaustin.com"},"foursquare":{"foursquare_id":"4cc056f9b6c4224b5c6ff894","foursquare_url":"http:\/\/4sq.com\/cy7bm9"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":1,"items":[{"photo_id":1557160,"photo":{"photo_img_sm":"https:\/\/untappd.s3.amazonaws.com\/photo\/2012_12_04\/667835ecd2f9ce248880bbd60d31d362_100x100.jpg","photo_img_md":"https:\/\/untappd.s3.amazonaws.com\/photo\/2012_12_04\/667835ecd2f9ce248880bbd60d31d362_320x320.jpg","photo_img_lg":"https:\/\/untappd.s3.amazonaws.com\/photo\/2012_12_04\/667835ecd2f9ce248880bbd60d31d362_640x640.jpg","photo_img_og":"https:\/\/untappd.s3.amazonaws.com\/photo\/2012_12_04\/667835ecd2f9ce248880bbd60d31d362_raw.jpg"}}]},"source":{"app_name":"Untappd
151
- for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"}},{"checkin_id":17294450,"created_at":"Mon,
152
- 03 Dec 2012 23:57:06 +0000","checkin_comment":"","rating_score":3,"user":{"uid":345715,"user_name":"koberj","first_name":"Jarod","last_name":"K.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/37743e5ac2c210ba9a9fb49362c3af12_thumb.jpg","is_private":0,"contact":{"facebook":1681847830}},"beer":{"bid":18099,"beer_name":"Arrogant
153
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
154
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
155
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
156
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":[],"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
157
- for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"}},{"checkin_id":17293913,"created_at":"Mon,
158
- 03 Dec 2012 23:47:21 +0000","checkin_comment":"","rating_score":4,"user":{"uid":345467,"user_name":"sawyer24","first_name":"Adam","last_name":"S.","location":"Maine","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"http:\/\/gravatar.com\/avatar\/43ee2950ecf2dbedcdb885df8f702d46?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","is_private":0,"contact":[]},"beer":{"bid":18099,"beer_name":"Arrogant
159
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
160
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
161
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
162
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":[],"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":1,"items":[{"photo_id":1557022,"photo":{"photo_img_sm":"https:\/\/untappd.s3.amazonaws.com\/photo\/2012_12_03\/29614b6b71e2eb544ad702504d5294e6_100x100.jpg","photo_img_md":"https:\/\/untappd.s3.amazonaws.com\/photo\/2012_12_03\/29614b6b71e2eb544ad702504d5294e6_320x320.jpg","photo_img_lg":"https:\/\/untappd.s3.amazonaws.com\/photo\/2012_12_03\/29614b6b71e2eb544ad702504d5294e6_640x640.jpg","photo_img_og":"https:\/\/untappd.s3.amazonaws.com\/photo\/2012_12_03\/29614b6b71e2eb544ad702504d5294e6_raw.jpg"}}]},"source":{"app_name":"Untappd
163
- for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"}},{"checkin_id":17292787,"created_at":"Mon,
164
- 03 Dec 2012 23:26:01 +0000","checkin_comment":"","rating_score":4,"user":{"uid":119197,"user_name":"pro42","first_name":"Scott","last_name":"P.","location":"Golden,Colorado","url":"http:\/\/www.cedarcreekpub.com","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/2ebf7416ceb153df359b7d8854ca9e2d_thumb.jpg","is_private":0,"contact":{"facebook":1397601866,"foursquare":16331929}},"beer":{"bid":18099,"beer_name":"Arrogant
165
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
166
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
167
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
168
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":{"venue_id":124314,"venue_name":"Cedar
169
- Creek Pub","primary_category":"Nightlife Spot","categories":{"count":3,"items":[{"category_name":"Sports
170
- Bar","category_id":"4bf58dd8d48988d11d941735","is_primary":false},{"category_name":"American
171
- Restaurant","category_id":"4bf58dd8d48988d14e941735","is_primary":false},{"category_name":"Pub","category_id":"4bf58dd8d48988d11b941735","is_primary":true}]},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/pub_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/pub_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/pub_256.png"},"location":{"venue_address":"2100
172
- Ursula St","venue_city":"Aurora","venue_state":"CO","lat":39.7482,"lng":-104.837},"contact":{"twitter":"@cedarcreekpub","venue_url":"http:\/\/www.cedarcreekpub.com"},"foursquare":{"foursquare_id":"4eb6dbf361af0dda90f648ee","foursquare_url":"http:\/\/4sq.com\/vvXVmK"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
173
- for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"}},{"checkin_id":17291543,"created_at":"Mon,
174
- 03 Dec 2012 22:57:56 +0000","checkin_comment":"","rating_score":5,"user":{"uid":310307,"user_name":"mpuls1","first_name":"Micah","last_name":"P.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"http:\/\/gravatar.com\/avatar\/5b7f24b530505c84805e0c3554e539a2?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","is_private":0,"contact":{"facebook":1184470831}},"beer":{"bid":18099,"beer_name":"Arrogant
175
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
176
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
177
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
178
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":[],"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
179
- for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"}},{"checkin_id":17291049,"created_at":"Mon,
180
- 03 Dec 2012 22:46:10 +0000","checkin_comment":"Depois da tempestade vem a
181
- bonanca! Valeu CNPq!","rating_score":4,"user":{"uid":172340,"user_name":"pitaluga","first_name":"Andre","last_name":"P.","location":"Rio
182
- de Janeiro, Brazil","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"http:\/\/gravatar.com\/avatar\/cf28861434a322545856f6f043fb4431?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","is_private":0,"contact":{"facebook":100002481931798}},"beer":{"bid":18099,"beer_name":"Arrogant
183
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
184
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
185
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
186
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":[],"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":1,"items":[{"photo_id":1556633,"photo":{"photo_img_sm":"https:\/\/untappd.s3.amazonaws.com\/photo\/2012_12_03\/d9b841f5de615e5f92191195a6e0c0a5_100x100.jpg","photo_img_md":"https:\/\/untappd.s3.amazonaws.com\/photo\/2012_12_03\/d9b841f5de615e5f92191195a6e0c0a5_320x320.jpg","photo_img_lg":"https:\/\/untappd.s3.amazonaws.com\/photo\/2012_12_03\/d9b841f5de615e5f92191195a6e0c0a5_640x640.jpg","photo_img_og":"https:\/\/untappd.s3.amazonaws.com\/photo\/2012_12_03\/d9b841f5de615e5f92191195a6e0c0a5_raw.jpg"}}]},"source":{"app_name":"Untappd
187
- for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"}},{"checkin_id":17287208,"created_at":"Mon,
188
- 03 Dec 2012 19:51:14 +0000","checkin_comment":"","rating_score":0,"user":{"uid":152348,"user_name":"Mikeacemanowar","first_name":"Mike","last_name":"W.","location":"New
189
- Jersey","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"http:\/\/gravatar.com\/avatar\/8895905332dc8dd458c2a2ac35d641b1?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","is_private":0,"contact":{"facebook":1339440105,"foursquare":10553285,"twitter":"mikewarman89"}},"beer":{"bid":18099,"beer_name":"Arrogant
190
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
191
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
192
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
193
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":{"venue_id":10965,"venue_name":"Grease
194
- Burger Bar","primary_category":"Nightlife Spot","categories":{"count":3,"items":[{"category_name":"American
195
- Restaurant","category_id":"4bf58dd8d48988d14e941735","is_primary":false},{"category_name":"Burger
196
- Joint","category_id":"4bf58dd8d48988d16c941735","is_primary":false},{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":true}]},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/bar_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/bar_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/bar_256.png"},"location":{"venue_address":"213
197
- Clematis St.","venue_city":"West Palm Beach","venue_state":"FL","lat":26.7135,"lng":-80.0512},"contact":{"twitter":"@greaseburgerwpb","venue_url":"http:\/\/greasewpb..com"},"foursquare":{"foursquare_id":"4b205b6ef964a520203124e3","foursquare_url":"http:\/\/4sq.com\/8PiKPM"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Foursquare
198
- Connected App","app_website":"http:\/\/untappd.com"}},{"checkin_id":17287090,"created_at":"Mon,
199
- 03 Dec 2012 19:42:41 +0000","checkin_comment":"","rating_score":0,"user":{"uid":179720,"user_name":"fuhnoo","first_name":"Eric","last_name":"M.","location":"Valencia,
200
- CA","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/untappd.s3.amazonaws.com\/profile\/56a2b6055908668f6dfe36fe5a816694_thumb.jpg","is_private":0,"contact":[]},"beer":{"bid":18099,"beer_name":"Arrogant
201
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
202
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
203
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
204
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":[],"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
205
- Web","app_website":"http:\/\/untappd.com"}},{"checkin_id":17286952,"created_at":"Mon,
206
- 03 Dec 2012 19:35:18 +0000","checkin_comment":"Chris cross will make ya hop?
207
- Wait hop? Ya hop!","rating_score":4,"user":{"uid":167712,"user_name":"TroyR","first_name":"Troy","last_name":"R.","location":"St.
208
- Charles, MO","url":"","is_supporter":0,"bio":"I like beer. Brew share and
209
- drink!","relationship":null,"user_avatar":"http:\/\/gravatar.com\/avatar\/f6c70b61fa142a390905a8475bbe3e42?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","is_private":0,"contact":{"twitter":"TRyan73","facebook":1081846460}},"beer":{"bid":18099,"beer_name":"Arrogant
210
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
211
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
212
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
213
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":{"venue_id":201062,"venue_name":"Tilted
214
- Kilt Pub & Eatery","primary_category":"Nightlife Spot","categories":{"count":3,"items":[{"category_name":"Hardware
215
- Store","category_id":"4bf58dd8d48988d112951735","is_primary":false},{"category_name":"Mall","category_id":"4bf58dd8d48988d1fd941735","is_primary":false},{"category_name":"Pub","category_id":"4bf58dd8d48988d11b941735","is_primary":true}]},"venue_icon":{"sm":"https:\/\/foursquare.com\/img\/categories\/nightlife\/pub_64.png","md":"https:\/\/foursquare.com\/img\/categories\/nightlife\/pub_88.png","lg":"https:\/\/foursquare.com\/img\/categories\/nightlife\/pub_256.png"},"location":{"venue_address":"Country
216
- Club Plz.","venue_city":"St. Charles","venue_state":"MO","lat":38.7708,"lng":-90.5207},"contact":{"twitter":"","venue_url":""},"foursquare":{"foursquare_id":"4f28a7eae4b09023ddc712e3","foursquare_url":"http:\/\/4sq.com\/yAPZb3"}},"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":1,"items":[{"photo_id":1555970,"photo":{"photo_img_sm":"https:\/\/untappd.s3.amazonaws.com\/photo\/2012_12_03\/15dcbdc432300115882b8ee27af1b231_100x100.jpg","photo_img_md":"https:\/\/untappd.s3.amazonaws.com\/photo\/2012_12_03\/15dcbdc432300115882b8ee27af1b231_320x320.jpg","photo_img_lg":"https:\/\/untappd.s3.amazonaws.com\/photo\/2012_12_03\/15dcbdc432300115882b8ee27af1b231_640x640.jpg","photo_img_og":"https:\/\/untappd.s3.amazonaws.com\/photo\/2012_12_03\/15dcbdc432300115882b8ee27af1b231_raw.jpg"}}]},"source":{"app_name":"Untappd
217
- for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"}},{"checkin_id":17285479,"created_at":"Mon,
218
- 03 Dec 2012 17:39:31 +0000","checkin_comment":"If you like it strong..grab
219
- one of these..almost too strong to enjoy...almost.","rating_score":3,"user":{"uid":333508,"user_name":"Frik","first_name":"David","last_name":"M.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"http:\/\/gravatar.com\/avatar\/21bef8521f39372b41bf035e822b5c6b?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","is_private":0,"contact":[]},"beer":{"bid":18099,"beer_name":"Arrogant
220
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
221
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
222
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
223
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":[],"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
224
- for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"}},{"checkin_id":17283766,"created_at":"Mon,
225
- 03 Dec 2012 13:44:43 +0000","checkin_comment":"","rating_score":4,"user":{"uid":295884,"user_name":"Mjh82","first_name":"Matthew","last_name":"H.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"http:\/\/gravatar.com\/avatar\/e0b26b4022af3fc1b244074b3272357b?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","is_private":0,"contact":{"twitter":"mjh82","facebook":39113794}},"beer":{"bid":18099,"beer_name":"Arrogant
226
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
227
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
228
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
229
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":[],"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
230
- for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"}},{"checkin_id":17283311,"created_at":"Mon,
231
- 03 Dec 2012 11:09:27 +0000","checkin_comment":"","rating_score":5,"user":{"uid":300712,"user_name":"nick3284","first_name":"Nick","last_name":"M.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"http:\/\/gravatar.com\/avatar\/661081e1b51090653078da009cd7b305?size=100&d=https%3A%2F%2Funtappd.s3.amazonaws.com%2Fsite%2Fassets%2Fimages%2Fdefault_avatar.jpg","is_private":0,"contact":{"facebook":1020822218}},"beer":{"bid":18099,"beer_name":"Arrogant
232
- Bastard Ale","beer_label":"https:\/\/untappd.s3.amazonaws.com\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_style":"American
233
- Strong Ale","auth_rating":0,"wish_list":false},"brewery":{"brewery_id":1204,"brewery_name":"Stone
234
- Brewing Co.","brewery_label":"https:\/\/untappd.s3.amazonaws.com\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
235
- States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12}},"venue":[],"comments":{"count":0,"items":[]},"toasts":{"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
236
- for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"}}]}}}'
45
+ string: ! '{"meta":{"code":200,"response_time":{"time":0.623,"measure":"seconds"},"init_time":{"time":0.009,"measure":"seconds"}},"notifications":[],"response":{"pagination":{"next_url":"http:\/\/api.untappd.com\/v4\/beer\/checkins\/18099?max_id=115675259","max_id":115675259,"since_url":"http:\/\/api.untappd.com\/v4\/beer\/checkins\/18099?min_id=115703942"},"checkins":{"count":25,"items":[{"checkin_id":115703942,"created_at":"Fri,
46
+ 19 Sep 2014 03:49:21 +0000","checkin_comment":"You killed Kenny...YOU BASTARD!","rating_score":4,"user":{"uid":1270811,"user_name":"Hingle-McCringleberry","first_name":"Brian","last_name":"A.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/gravatar.com\/avatar\/e0e63bfb4941f5e0965f6e9026911894?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","is_private":0,"contact":{"facebook":642026964}},"beer":{"bid":18099,"beer_name":"Arrogant
47
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
48
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
49
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
50
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":[],"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
51
+ for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"},"badges":{"count":0,"items":[]}},{"checkin_id":115701940,"created_at":"Fri,
52
+ 19 Sep 2014 03:39:30 +0000","checkin_comment":"","rating_score":1,"user":{"uid":1594018,"user_name":"kmleonard1024","first_name":"Kristi","last_name":"L.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/gravatar.com\/avatar\/384b0fb618b035535abb5d6713174d77?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","is_private":0,"contact":{"facebook":10102197965780960}},"beer":{"bid":18099,"beer_name":"Arrogant
53
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
54
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
55
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
56
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":[],"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
57
+ for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":115701172,"created_at":"Fri,
58
+ 19 Sep 2014 03:35:49 +0000","checkin_comment":"Very woody, smokey, oak, piney,
59
+ earthy. Makes you a man.","rating_score":3.5,"user":{"uid":1146290,"user_name":"dufourjs","first_name":"Jon","last_name":"D.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/gravatar.com\/avatar\/88a21146361cea8871b5c1e459abe40b?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","is_private":0,"contact":[]},"beer":{"bid":18099,"beer_name":"Arrogant
60
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
61
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
62
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
63
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":[],"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
64
+ for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"},"badges":{"count":0,"items":[]}},{"checkin_id":115701031,"created_at":"Fri,
65
+ 19 Sep 2014 03:35:07 +0000","checkin_comment":"","rating_score":3,"user":{"uid":266326,"user_name":"Ffcarnage","first_name":"Chris","last_name":"M.","location":"The
66
+ Iron Islands","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/d1a4412037be7c6e4827b0efd78fa5e4_100x100.jpg","is_private":0,"contact":[]},"beer":{"bid":18099,"beer_name":"Arrogant
67
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
68
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
69
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
70
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":{"venue_id":114,"venue_name":"Angel
71
+ Stadium of Anaheim","primary_category":"Arts & Entertainment","parent_category_id":"4d4b7104d754a06370d81259","categories":{"count":1,"items":[{"category_name":"Baseball
72
+ Stadium","category_id":"4bf58dd8d48988d18c941735","is_primary":true}]},"location":{"venue_address":"2000
73
+ E Gene Autry Way","venue_city":"Anaheim","venue_state":"CA","venue_country":"United
74
+ States","lat":33.8,"lng":-117.883},"contact":{"twitter":"@mlb","venue_url":"http:\/\/mlb.com"},"public_venue":true,"foursquare":{"foursquare_id":"4b155044f964a5203db023e3","foursquare_url":"http:\/\/4sq.com\/7kBe3S"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/arts_entertainment\/stadium_baseball_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/arts_entertainment\/stadium_baseball_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/arts_entertainment\/stadium_baseball_bg_88.png"}},"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
75
+ for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":115700972,"created_at":"Fri,
76
+ 19 Sep 2014 03:34:45 +0000","checkin_comment":"","rating_score":4,"user":{"uid":169204,"user_name":"bikesnbeers17","first_name":"noah","last_name":"b.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/gravatar.com\/avatar\/5393a723f2d9561ee59e2f9fb2c25921?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","is_private":0,"contact":{"facebook":745087860}},"beer":{"bid":18099,"beer_name":"Arrogant
77
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
78
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
79
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
80
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":[],"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
81
+ for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":115700462,"created_at":"Fri,
82
+ 19 Sep 2014 03:32:22 +0000","checkin_comment":"","rating_score":3.5,"user":{"uid":1567237,"user_name":"Deepenyou","first_name":"Deepen","last_name":"S.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/gravatar.com\/avatar\/199db2c530bd2be921ab8fb34feab976?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","is_private":0,"contact":{"facebook":1370319037}},"beer":{"bid":18099,"beer_name":"Arrogant
83
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
84
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
85
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
86
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":[],"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
87
+ for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":115699555,"created_at":"Fri,
88
+ 19 Sep 2014 03:28:08 +0000","checkin_comment":"","rating_score":2,"user":{"uid":1375375,"user_name":"El-Blizz","first_name":"Logan","last_name":"B.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/8b9f729e628c1309643e1d2986400ce9_100x100.jpg","is_private":0,"contact":{"facebook":584521539}},"beer":{"bid":18099,"beer_name":"Arrogant
89
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
90
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
91
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
92
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":{"venue_id":2096186,"venue_name":"Media
93
+ Archaeology Lab","primary_category":"College & University","parent_category_id":"4d4b7105d754a06372d81259","categories":{"count":1,"items":[{"category_name":"College
94
+ Lab","category_id":"4bf58dd8d48988d1a5941735","is_primary":true}]},"location":{"venue_address":"1320
95
+ Grandview Avenue","venue_city":"Boulder","venue_state":"CO","venue_country":"United
96
+ States","lat":40.0113,"lng":-105.276},"contact":{"twitter":"@mediarchaeology","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"52aaf95e11d256d8d16ae095","foursquare_url":"http:\/\/4sq.com\/1fpIV9H"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/education\/lab_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/education\/lab_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/education\/lab_bg_88.png"}},"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
97
+ for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":115698253,"created_at":"Fri,
98
+ 19 Sep 2014 03:22:18 +0000","checkin_comment":"For an ale it sets the standard.
99
+ Drink very cold.","rating_score":3,"user":{"uid":891892,"user_name":"BoogieK","first_name":"B","last_name":"K.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/bbb79742e3c2c60376cd26b471d62ef7_thumb.jpg","is_private":0,"contact":[]},"beer":{"bid":18099,"beer_name":"Arrogant
100
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
101
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
102
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
103
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":{"venue_id":126377,"venue_name":"Upper
104
+ Crust Pizza Patio & Wine Bar","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":3,"items":[{"category_name":"Pizza
105
+ Place","category_id":"4bf58dd8d48988d1ca941735","is_primary":true},{"category_name":"Wine
106
+ Bar","category_id":"4bf58dd8d48988d123941735","is_primary":false},{"category_name":"Italian
107
+ Restaurant","category_id":"4bf58dd8d48988d110941735","is_primary":false}]},"location":{"venue_address":"20235
108
+ N Cave Creek Rd","venue_city":"Phoenix","venue_state":"AZ","venue_country":"United
109
+ States","lat":33.6711,"lng":-112.03},"contact":{"twitter":"@wineandpizza","venue_url":"http:\/\/www.uppercrustwinebar.com"},"public_venue":true,"foursquare":{"foursquare_id":"4d2e534ada7cb60c05796ed4","foursquare_url":"http:\/\/4sq.com\/hNli2u"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/pizza_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/pizza_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/pizza_bg_88.png"}},"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":1,"items":[{"photo_id":20615236,"photo":{"photo_img_sm":"https:\/\/d1c8v1qci5en44.cloudfront.net\/photo\/2014_09_19\/9e83c518c9867ae5d9cb5761b574cb2b_100x100.jpg","photo_img_md":"https:\/\/d1c8v1qci5en44.cloudfront.net\/photo\/2014_09_19\/9e83c518c9867ae5d9cb5761b574cb2b_320x320.jpg","photo_img_lg":"https:\/\/d1c8v1qci5en44.cloudfront.net\/photo\/2014_09_19\/9e83c518c9867ae5d9cb5761b574cb2b_640x640.jpg","photo_img_og":"https:\/\/d1c8v1qci5en44.cloudfront.net\/photo\/2014_09_19\/9e83c518c9867ae5d9cb5761b574cb2b_raw.jpg"}}]},"source":{"app_name":"Untappd
110
+ for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":115698211,"created_at":"Fri,
111
+ 19 Sep 2014 03:22:10 +0000","checkin_comment":"","rating_score":2.5,"user":{"uid":627701,"user_name":"Jakingo","first_name":"Troy","last_name":"K.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/gravatar.com\/avatar\/182cab52482b69cca14cc5f19400aa32?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","is_private":0,"contact":{"facebook":100000130033849}},"beer":{"bid":18099,"beer_name":"Arrogant
112
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
113
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
114
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
115
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":{"venue_id":40330,"venue_name":"Pour
116
+ 24","primary_category":"Nightlife Spot","parent_category_id":"4d4b7105d754a06376d81259","categories":{"count":1,"items":[{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":true}]},"location":{"venue_address":"3790
117
+ Las Vegas Blvd S","venue_city":"Vegas","venue_state":"NV","venue_country":"United
118
+ States","lat":36.102,"lng":-115.174},"contact":{"twitter":"@nynyvegas","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4a4457f4f964a52079a71fe3","foursquare_url":"http:\/\/4sq.com\/bF59hT"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/nightlife\/pub_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/nightlife\/pub_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/nightlife\/pub_bg_88.png"}},"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
119
+ for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":1,"items":[{"badge_id":23,"user_badge_id":25427560,"badge_name":"Night
120
+ Out","badge_description":"Enjoying a nice Night Out on the town? Thanks for
121
+ taking untappd along.","created_at":"Fri, 19 Sep 2014 03:22:10 +0000","badge_image":{"sm":"https:\/\/d1c8v1qci5en44.cloudfront.net\/badges\/bdg_barCrawl_sm.jpg","md":"https:\/\/d1c8v1qci5en44.cloudfront.net\/badges\/bdg_barCrawl_md.jpg","lg":"https:\/\/d1c8v1qci5en44.cloudfront.net\/badges\/bdg_barCrawl_lg.jpg"}}]}},{"checkin_id":115697649,"created_at":"Fri,
122
+ 19 Sep 2014 03:19:42 +0000","checkin_comment":"","rating_score":3.5,"user":{"uid":378016,"user_name":"euf0risk","first_name":"Kayla","last_name":"K.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/gravatar.com\/avatar\/cb0f59113ace9d3a36eb84dc92874bf5?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","is_private":0,"contact":[]},"beer":{"bid":18099,"beer_name":"Arrogant
123
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
124
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
125
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
126
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":[],"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":1,"items":[{"photo_id":20615112,"photo":{"photo_img_sm":"https:\/\/d1c8v1qci5en44.cloudfront.net\/photo\/2014_09_19\/d10ba8a6fefcdbd5fb2cc28cd996f8fa_100x100.jpg","photo_img_md":"https:\/\/d1c8v1qci5en44.cloudfront.net\/photo\/2014_09_19\/d10ba8a6fefcdbd5fb2cc28cd996f8fa_320x320.jpg","photo_img_lg":"https:\/\/d1c8v1qci5en44.cloudfront.net\/photo\/2014_09_19\/d10ba8a6fefcdbd5fb2cc28cd996f8fa_640x640.jpg","photo_img_og":"https:\/\/d1c8v1qci5en44.cloudfront.net\/photo\/2014_09_19\/d10ba8a6fefcdbd5fb2cc28cd996f8fa_raw.jpg"}}]},"source":{"app_name":"Untappd
127
+ for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"},"badges":{"count":2,"items":[{"badge_id":66,"user_badge_id":25427429,"badge_name":"New
128
+ Brew Thursday (Level 2)","badge_description":"It''s New Brew Thursday! Drink
129
+ a new beer on three Thursdays in a 30 day period! Find out how <a href=\"http:\/\/newbrewthursday.com\"
130
+ rel=\"link-out\">New Brew Thursday<\/a> was started, and catch up on old episodes.","created_at":"Fri,
131
+ 19 Sep 2014 03:19:42 +0000","badge_image":{"sm":"https:\/\/d1c8v1qci5en44.cloudfront.net\/badges\/bdg_nbt_sm.jpg","md":"https:\/\/d1c8v1qci5en44.cloudfront.net\/badges\/bdg_nbt_md.jpg","lg":"https:\/\/d1c8v1qci5en44.cloudfront.net\/badges\/bdg_nbt_lg.jpg"}},{"badge_id":412,"user_badge_id":25427430,"badge_name":"Photogenic
132
+ Brew","badge_description":"It takes the perfect amount light, the right framing
133
+ and a touch of creative love to get the perfect picture of your brew. Now
134
+ it\u2019s time to drink it! That\u2019s 5 check-ins with a photo. ","created_at":"Fri,
135
+ 19 Sep 2014 03:19:42 +0000","badge_image":{"sm":"https:\/\/d1c8v1qci5en44.cloudfront.net\/badges\/bdg_beertography_sm.jpg","md":"https:\/\/d1c8v1qci5en44.cloudfront.net\/badges\/bdg_beertography_md.jpg","lg":"https:\/\/d1c8v1qci5en44.cloudfront.net\/badges\/bdg_beertography_lg.jpg"}}]}},{"checkin_id":115695655,"created_at":"Fri,
136
+ 19 Sep 2014 03:11:27 +0000","checkin_comment":"Chyeahhhhh","rating_score":4,"user":{"uid":1499137,"user_name":"Heinzhummer","first_name":"John","last_name":"P.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/07686a8420d405376687204f704bbc67_100x100.jpg","is_private":0,"contact":{"facebook":505246561}},"beer":{"bid":18099,"beer_name":"Arrogant
137
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
138
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
139
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
140
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":[],"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
141
+ for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":115695148,"created_at":"Fri,
142
+ 19 Sep 2014 03:09:28 +0000","checkin_comment":"That''s a good.","rating_score":4.5,"user":{"uid":1055917,"user_name":"TomLoxas","first_name":"Tom","last_name":"L.","location":"Chicago","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/08253f15934215031ef86ad8f2230a7d_100x100.jpg","is_private":0,"contact":{"facebook":1001870533,"twitter":"TomLoxas"}},"beer":{"bid":18099,"beer_name":"Arrogant
143
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
144
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
145
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
146
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":[],"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
147
+ for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":115694485,"created_at":"Fri,
148
+ 19 Sep 2014 03:06:49 +0000","checkin_comment":"","rating_score":4,"user":{"uid":751920,"user_name":"davejay2","first_name":"David","last_name":"J.","location":"Escondido,
149
+ CA ","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/gravatar.com\/avatar\/5368d348b520f90f53ffcf377515f3e8?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","is_private":0,"contact":[]},"beer":{"bid":18099,"beer_name":"Arrogant
150
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
151
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
152
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
153
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":[],"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
154
+ for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"},"badges":{"count":0,"items":[]}},{"checkin_id":115694011,"created_at":"Fri,
155
+ 19 Sep 2014 03:04:53 +0000","checkin_comment":"Decent taste but nothing special.","rating_score":3,"user":{"uid":1469864,"user_name":"ODeadly","first_name":"Matthew","last_name":"O.","location":"San
156
+ Francisco ","url":"","is_supporter":0,"bio":"Beer good.","relationship":null,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/9374597d5259b1baf01a471c9e626a45_100x100.jpg","is_private":0,"contact":[]},"beer":{"bid":18099,"beer_name":"Arrogant
157
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
158
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
159
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
160
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":[],"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":1,"count":1,"auth_toast":null,"items":[{"uid":1562761,"user":{"uid":1562761,"user_name":"imalexioidrink","first_name":"alexio","last_name":"a.","bio":"","location":"","user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/83aca856570548d8925f6100e54eb11f_100x100.jpg","user_link":"https:\/\/untappd.com\/user\/imalexioidrink","account_type":"user","brewery_details":[]},"like_id":54963487,"like_owner":false,"created_at":"Fri,
161
+ 19 Sep 2014 03:24:36 +0000"}]},"media":{"count":1,"items":[{"photo_id":20614385,"photo":{"photo_img_sm":"https:\/\/d1c8v1qci5en44.cloudfront.net\/photo\/2014_09_19\/5f61521b429800872d896481aeea18b5_100x100.jpg","photo_img_md":"https:\/\/d1c8v1qci5en44.cloudfront.net\/photo\/2014_09_19\/5f61521b429800872d896481aeea18b5_320x320.jpg","photo_img_lg":"https:\/\/d1c8v1qci5en44.cloudfront.net\/photo\/2014_09_19\/5f61521b429800872d896481aeea18b5_640x640.jpg","photo_img_og":"https:\/\/d1c8v1qci5en44.cloudfront.net\/photo\/2014_09_19\/5f61521b429800872d896481aeea18b5_raw.jpg"}}]},"source":{"app_name":"Untappd
162
+ for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":1,"items":[{"badge_id":66,"user_badge_id":25426607,"badge_name":"New
163
+ Brew Thursday (Level 2)","badge_description":"It''s New Brew Thursday! Drink
164
+ a new beer on three Thursdays in a 30 day period! Find out how <a href=\"http:\/\/newbrewthursday.com\"
165
+ rel=\"link-out\">New Brew Thursday<\/a> was started, and catch up on old episodes.","created_at":"Fri,
166
+ 19 Sep 2014 03:04:53 +0000","badge_image":{"sm":"https:\/\/d1c8v1qci5en44.cloudfront.net\/badges\/bdg_nbt_sm.jpg","md":"https:\/\/d1c8v1qci5en44.cloudfront.net\/badges\/bdg_nbt_md.jpg","lg":"https:\/\/d1c8v1qci5en44.cloudfront.net\/badges\/bdg_nbt_lg.jpg"}}]}},{"checkin_id":115691262,"created_at":"Fri,
167
+ 19 Sep 2014 02:54:14 +0000","checkin_comment":"","rating_score":4.5,"user":{"uid":1463403,"user_name":"shadowguy","first_name":"Scott","last_name":"S.","location":"San
168
+ Jose, CA","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/gravatar.com\/avatar\/14622f25454fb3e9931133cecd24dbd9?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","is_private":0,"contact":{"facebook":500705276}},"beer":{"bid":18099,"beer_name":"Arrogant
169
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
170
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
171
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
172
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":[],"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
173
+ for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"},"badges":{"count":0,"items":[]}},{"checkin_id":115687292,"created_at":"Fri,
174
+ 19 Sep 2014 02:40:29 +0000","checkin_comment":"","rating_score":4,"user":{"uid":301831,"user_name":"RooseveltPike","first_name":"Ben","last_name":"B.","location":"Home
175
+ Base","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/642dbf1b111d09aa350805858578f37b_100x100.jpg","is_private":0,"contact":{"twitter":"RooseveltPike","facebook":1482025396}},"beer":{"bid":18099,"beer_name":"Arrogant
176
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
177
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
178
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
179
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":{"venue_id":61540,"venue_name":"The
180
+ Hollywood Bowl","primary_category":"Arts & Entertainment","parent_category_id":"4d4b7104d754a06370d81259","categories":{"count":3,"items":[{"category_name":"Music
181
+ Venue","category_id":"4bf58dd8d48988d1e5931735","is_primary":true},{"category_name":"Performing
182
+ Arts Venue","category_id":"4bf58dd8d48988d1f2931735","is_primary":false},{"category_name":"Theater","category_id":"4bf58dd8d48988d137941735","is_primary":false}]},"location":{"venue_address":"2301
183
+ N Highland Ave","venue_city":"Los Angeles","venue_state":"CA","venue_country":"United
184
+ States","lat":34.1122,"lng":-118.339},"contact":{"twitter":"@hollywoodbowl","venue_url":"http:\/\/www.hollywoodbowl.com"},"public_venue":true,"foursquare":{"foursquare_id":"4161e400f964a5206f1d1fe3","foursquare_url":"http:\/\/4sq.com\/8GRWiC"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/arts_entertainment\/musicvenue_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/arts_entertainment\/musicvenue_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/arts_entertainment\/musicvenue_bg_88.png"}},"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":1,"items":[{"photo_id":20612967,"photo":{"photo_img_sm":"https:\/\/d1c8v1qci5en44.cloudfront.net\/photo\/2014_09_19\/11faa5ff8971fa3ba86537c4c452c921_100x100.jpg","photo_img_md":"https:\/\/d1c8v1qci5en44.cloudfront.net\/photo\/2014_09_19\/11faa5ff8971fa3ba86537c4c452c921_320x320.jpg","photo_img_lg":"https:\/\/d1c8v1qci5en44.cloudfront.net\/photo\/2014_09_19\/11faa5ff8971fa3ba86537c4c452c921_640x640.jpg","photo_img_og":"https:\/\/d1c8v1qci5en44.cloudfront.net\/photo\/2014_09_19\/11faa5ff8971fa3ba86537c4c452c921_raw.jpg"}}]},"source":{"app_name":"Untappd
185
+ for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":115687252,"created_at":"Fri,
186
+ 19 Sep 2014 02:40:12 +0000","checkin_comment":"","rating_score":3.5,"user":{"uid":370412,"user_name":"dchunt","first_name":"hipHOPanonamous","last_name":"","location":"","url":"","is_supporter":0,"bio":"I
187
+ like beer. I don''t like most people.","relationship":null,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/2191015203530c51efe08bbbf402cc94_100x100.jpg","is_private":0,"contact":{"facebook":572527083}},"beer":{"bid":18099,"beer_name":"Arrogant
188
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
189
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
190
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
191
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":{"venue_id":37622,"venue_name":"Petco
192
+ Park","primary_category":"Arts & Entertainment","parent_category_id":"4d4b7104d754a06370d81259","categories":{"count":1,"items":[{"category_name":"Baseball
193
+ Stadium","category_id":"4bf58dd8d48988d18c941735","is_primary":true}]},"location":{"venue_address":"100
194
+ Park Blvd","venue_city":"San Diego","venue_state":"CA","venue_country":"United
195
+ States","lat":32.7076,"lng":-117.157},"contact":{"twitter":"@mlb","venue_url":"http:\/\/mlb.com"},"public_venue":true,"foursquare":{"foursquare_id":"4b15503df964a5202eb023e3","foursquare_url":"http:\/\/4sq.com\/4UzXjV"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/arts_entertainment\/stadium_baseball_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/arts_entertainment\/stadium_baseball_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/arts_entertainment\/stadium_baseball_bg_88.png"}},"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
196
+ for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"},"badges":{"count":0,"items":[]}},{"checkin_id":115686543,"created_at":"Fri,
197
+ 19 Sep 2014 02:37:53 +0000","checkin_comment":"Great hoppy ale","rating_score":4.5,"user":{"uid":1504306,"user_name":"Mattmorrison","first_name":"Matt","last_name":"M.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/gravatar.com\/avatar\/f41a569d91f0e907fee46bed68cc785b?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","is_private":0,"contact":{"facebook":7027201,"twitter":"drmorrison"}},"beer":{"bid":18099,"beer_name":"Arrogant
198
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
199
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
200
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
201
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":[],"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
202
+ for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":115685913,"created_at":"Fri,
203
+ 19 Sep 2014 02:35:46 +0000","checkin_comment":"","rating_score":3.5,"user":{"uid":896016,"user_name":"willwrk4travel","first_name":"Andrea","last_name":"M.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/bea61e4c502edb440e196152364ca8d6_100x100.jpg","is_private":0,"contact":[]},"beer":{"bid":18099,"beer_name":"Arrogant
204
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
205
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
206
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
207
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":{"venue_id":22217,"venue_name":"200
208
+ Fifth","primary_category":"Nightlife Spot","parent_category_id":"4d4b7105d754a06376d81259","categories":{"count":3,"items":[{"category_name":"Sports
209
+ Bar","category_id":"4bf58dd8d48988d11d941735","is_primary":true},{"category_name":"American
210
+ Restaurant","category_id":"4bf58dd8d48988d14e941735","is_primary":false},{"category_name":"Bar","category_id":"4bf58dd8d48988d116941735","is_primary":false}]},"location":{"venue_address":"200
211
+ 5th Ave","venue_city":"Brooklyn","venue_state":"NY","venue_country":"United
212
+ States","lat":40.6767,"lng":-73.9802},"contact":{"twitter":"@200fifth","venue_url":"http:\/\/200-fifth-hub.com"},"public_venue":true,"foursquare":{"foursquare_id":"437fbc80f964a520d22a1fe3","foursquare_url":"http:\/\/4sq.com\/1tODHH"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/nightlife\/sportsbar_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/nightlife\/sportsbar_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/nightlife\/sportsbar_bg_88.png"}},"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
213
+ for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":115682533,"created_at":"Fri,
214
+ 19 Sep 2014 02:25:22 +0000","checkin_comment":"You''re not worthy","rating_score":5,"user":{"uid":673452,"user_name":"stvestilesordie","first_name":"Steve","last_name":"S.","location":"Austin,
215
+ TX","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/64806236c7f3dcc649da32b4af4373d1_thumb.jpg","is_private":0,"contact":{"facebook":628117616}},"beer":{"bid":18099,"beer_name":"Arrogant
216
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
217
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
218
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
219
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":[],"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
220
+ for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":1,"items":[{"badge_id":546,"user_badge_id":25424037,"badge_name":"Land
221
+ of the Free (Level 10)","badge_description":"You\u2019ve pledged allegiance,
222
+ and now it\u2019s time to enjoy some beer! Now remember, not all American
223
+ beer is fizzy and yellow. That\u2019s 50 different beers from a brewery in
224
+ the United States. We salute you!","created_at":"Fri, 19 Sep 2014 02:25:22
225
+ +0000","badge_image":{"sm":"https:\/\/d1c8v1qci5en44.cloudfront.net\/badges\/bdg_america_sm.jpg","md":"https:\/\/d1c8v1qci5en44.cloudfront.net\/badges\/bdg_america_md.jpg","lg":"https:\/\/d1c8v1qci5en44.cloudfront.net\/badges\/bdg_america_lg.jpg"}}]}},{"checkin_id":115678397,"created_at":"Fri,
226
+ 19 Sep 2014 02:13:19 +0000","checkin_comment":"","rating_score":3.5,"user":{"uid":951736,"user_name":"tjconk","first_name":"terry","last_name":"m.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/gravatar.com\/avatar\/295a7ffb801e7b4a43f1dbf2656e4254?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","is_private":0,"contact":[]},"beer":{"bid":18099,"beer_name":"Arrogant
227
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
228
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
229
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
230
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":[],"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
231
+ for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"},"badges":{"count":0,"items":[]}},{"checkin_id":115677775,"created_at":"Fri,
232
+ 19 Sep 2014 02:11:40 +0000","checkin_comment":"","rating_score":4,"user":{"uid":1061385,"user_name":"SMPress0221","first_name":"Andy","last_name":"T.","location":"Fredericksburg,
233
+ VA","url":"","is_supporter":1,"bio":"","relationship":null,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/46fd1533c27dbe995861013f1d0d8148_thumb.jpg","is_private":0,"contact":{"facebook":1608699361}},"beer":{"bid":18099,"beer_name":"Arrogant
234
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
235
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
236
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
237
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":[],"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
238
+ for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":115677371,"created_at":"Fri,
239
+ 19 Sep 2014 02:10:26 +0000","checkin_comment":"","rating_score":5,"user":{"uid":1597179,"user_name":"gdubcst","first_name":"geofrey","last_name":"w.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/gravatar.com\/avatar\/fd2ff153ff3443d194b2b23e8c34b797?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","is_private":0,"contact":[]},"beer":{"bid":18099,"beer_name":"Arrogant
240
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
241
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
242
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
243
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":[],"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
244
+ for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"},"badges":{"count":0,"items":[]}},{"checkin_id":115675410,"created_at":"Fri,
245
+ 19 Sep 2014 02:04:44 +0000","checkin_comment":"Birthday beerz with todd","rating_score":4.5,"user":{"uid":1448728,"user_name":"Chrisbaun","first_name":"Chris","last_name":"B.","location":"","url":"","is_supporter":0,"bio":"","relationship":null,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/e02453d583a500b3a2eab95133a265e3_100x100.jpg","is_private":0,"contact":[]},"beer":{"bid":18099,"beer_name":"Arrogant
246
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
247
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
248
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
249
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":[],"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
250
+ for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":1,"items":[{"badge_id":35,"user_badge_id":25422368,"badge_name":"Birthday
251
+ Brew","badge_description":"Happy birthday to you! Drinks are on us! Hopefully
252
+ you\u2019ll remember this tomorrow.","created_at":"Fri, 19 Sep 2014 02:04:44
253
+ +0000","badge_image":{"sm":"https:\/\/d1c8v1qci5en44.cloudfront.net\/badges\/bdg_bdayBrew_sm.jpg","md":"https:\/\/d1c8v1qci5en44.cloudfront.net\/badges\/bdg_bdayBrew_md.jpg","lg":"https:\/\/d1c8v1qci5en44.cloudfront.net\/badges\/bdg_bdayBrew_lg.jpg"}}]}},{"checkin_id":115675259,"created_at":"Fri,
254
+ 19 Sep 2014 02:04:14 +0000","checkin_comment":"","rating_score":5,"user":{"uid":1036377,"user_name":"Dowdy8772","first_name":"Sean","last_name":"D.","location":"","url":"","is_supporter":0,"bio":"A
255
+ drinker of delicious craft beers, domestics are for the weak!","relationship":null,"user_avatar":"https:\/\/gravatar.com\/avatar\/324098b2103d727d62da46d712f7ec3e?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","is_private":0,"contact":{"facebook":59803318}},"beer":{"bid":18099,"beer_name":"Arrogant
256
+ Bastard Ale","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-arrogantBastardAle.jpg","beer_abv":7.2,"beer_ibu":0,"beer_slug":"stone-brewing-co-arrogant-bastard-ale","beer_description":"","is_in_production":1,"beer_style_id":119,"beer_style":"American
257
+ Strong Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1204,"brewery_name":"Stone
258
+ Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-stone.jpg","country_name":"United
259
+ States","contact":{"twitter":"StoneBrewingCo","facebook":"http:\/\/www.facebook.com\/StoneBrewingCo","url":"http:\/\/www.stonebrew.com\/"},"location":{"brewery_city":"Escondido","brewery_state":"CA","lat":33.1157,"lng":-117.12},"brewery_active":1},"venue":[],"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":0,"count":0,"auth_toast":null,"items":[]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
260
+ for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"},"badges":{"count":0,"items":[]}}]}}}'
237
261
  http_version: '1.1'
238
- recorded_at: Tue, 04 Dec 2012 03:06:55 GMT
262
+ recorded_at: Fri, 19 Sep 2014 03:53:18 GMT
239
263
  recorded_with: VCR 2.3.0