untappd 4.0.2 → 4.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/.gitignore +2 -1
- data/Gemfile.lock +3 -3
- data/README.md +1 -0
- data/lib/untappd/checkin.rb +1 -1
- data/lib/untappd/config.rb +2 -2
- data/lib/untappd/version.rb +1 -1
- data/spec/beer_spec.rb +2 -2
- data/spec/brewery_spec.rb +7 -7
- data/spec/checkin_spec.rb +6 -4
- data/spec/user_spec.rb +7 -7
- data/spec/vcr/Beer/get_feed.yml +230 -206
- data/spec/vcr/Beer/get_info.yml +237 -153
- data/spec/vcr/Beer/get_search.yml +359 -271
- data/spec/vcr/Beer/get_trending_beers.yml +92 -75
- data/spec/vcr/Brewery/get_feed.yml +208 -186
- data/spec/vcr/Brewery/get_info.yml +326 -283
- data/spec/vcr/Brewery/get_search.yml +22 -18
- data/spec/vcr/Checkin/get/gets_info.yml +22 -16
- data/spec/vcr/Checkin/get/gets_thepub_feed.yml +212 -207
- data/spec/vcr/Checkin/get/gets_thepub_local_feed.yml +307 -206
- data/spec/vcr/Checkin/post/add_comment.yml +18 -12
- data/spec/vcr/Checkin/post/adds_toast.yml +17 -11
- data/spec/vcr/Checkin/post/creates_checkin.yml +28 -16
- data/spec/vcr/Checkin/post/removes_comment.yml +70 -12
- data/spec/vcr/Checkin/post/removes_toast.yml +16 -10
- data/spec/vcr/User/get_badges.yml +65 -11
- data/spec/vcr/User/get_distinct_beers.yml +212 -33
- data/spec/vcr/User/get_feed.yml +217 -39
- data/spec/vcr/User/get_friend_feed.yml +321 -427
- data/spec/vcr/User/get_friends.yml +18 -11
- data/spec/vcr/User/get_info.yml +280 -74
- data/spec/vcr/User/get_wish_list.yml +25 -15
- data/spec/vcr/Venue/gets_foursquare_lookup.yml +26 -24
- data/spec/vcr/Venue/gets_info.yml +151 -36
- data/spec/vcr/Venue/gets_the_feed.yml +127 -34
- data/spec/venue_spec.rb +2 -2
- metadata +5 -23
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri:
|
5
|
+
uri: https://api.untappd.com/v4/venue/foursquare_lookup/4ccf5fec1ac7a1cd6a5c1392?client_id=<UNTAPPD_CLIENT_ID>&client_secret=<UNTAPPD_CLIENT_SECRET>
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -12,37 +12,39 @@ http_interactions:
|
|
12
12
|
code: 200
|
13
13
|
message: OK
|
14
14
|
headers:
|
15
|
-
|
16
|
-
-
|
15
|
+
date:
|
16
|
+
- Fri, 19 Sep 2014 03:53:31 GMT
|
17
17
|
server:
|
18
18
|
- Apache/2.2.22 (Ubuntu)
|
19
|
-
|
20
|
-
-
|
21
|
-
content-type:
|
22
|
-
- application/json
|
23
|
-
date:
|
24
|
-
- Tue, 15 Apr 2014 18:35:38 GMT
|
19
|
+
x-powered-by:
|
20
|
+
- PHP/5.4.6-1ubuntu1.4
|
25
21
|
x-ratelimit-limit:
|
26
22
|
- '100'
|
27
|
-
|
28
|
-
-
|
23
|
+
x-ratelimit-remaining:
|
24
|
+
- '57'
|
29
25
|
x-auth-type:
|
30
26
|
- key
|
27
|
+
x-api-version:
|
28
|
+
- '4'
|
29
|
+
x-http-protocol:
|
30
|
+
- '443'
|
31
|
+
vary:
|
32
|
+
- Accept-Encoding
|
31
33
|
access-control-allow-origin:
|
32
|
-
- '*'
|
33
|
-
|
34
|
-
-
|
35
|
-
x-powered-by:
|
36
|
-
- PHP/5.4.6-1ubuntu1.4
|
37
|
-
x-ratelimit-remaining:
|
38
|
-
- '99'
|
34
|
+
- ! '*'
|
35
|
+
access-control-allow-headers:
|
36
|
+
- X-Untappd-App
|
39
37
|
content-length:
|
40
38
|
- '324'
|
39
|
+
connection:
|
40
|
+
- close
|
41
|
+
content-type:
|
42
|
+
- application/json
|
41
43
|
body:
|
42
|
-
encoding:
|
43
|
-
string: '{"meta":{"code":200,"response_time":{"time":0.012,"measure":"seconds"},"init_time":{"time":0.011,"measure":"seconds"}},"notifications":[],"response":{"venue":{"count":1,"items":[{"venue_name":"Untappd
|
44
|
-
HQ - East","venue_id":1222,"foursquare_id":"4ccf5fec1ac7a1cd6a5c1392","last_updated":"
|
45
|
-
|
44
|
+
encoding: US-ASCII
|
45
|
+
string: ! '{"meta":{"code":200,"response_time":{"time":0.012,"measure":"seconds"},"init_time":{"time":0.011,"measure":"seconds"}},"notifications":[],"response":{"venue":{"count":1,"items":[{"venue_name":"Untappd
|
46
|
+
HQ - East","venue_id":1222,"foursquare_id":"4ccf5fec1ac7a1cd6a5c1392","last_updated":"Wed,
|
47
|
+
17 Sep 2014 18:37:52 +0000"}]}}}'
|
46
48
|
http_version: '1.1'
|
47
|
-
recorded_at:
|
48
|
-
recorded_with: VCR 2.
|
49
|
+
recorded_at: Fri, 19 Sep 2014 03:53:37 GMT
|
50
|
+
recorded_with: VCR 2.3.0
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri:
|
5
|
+
uri: https://api.untappd.com/v4/venue/info/18099?client_id=<UNTAPPD_CLIENT_ID>&client_secret=<UNTAPPD_CLIENT_SECRET>
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -13,55 +13,170 @@ http_interactions:
|
|
13
13
|
message: OK
|
14
14
|
headers:
|
15
15
|
date:
|
16
|
-
-
|
16
|
+
- Fri, 19 Sep 2014 03:53:30 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.
|
20
|
+
- PHP/5.4.6-1ubuntu1.4
|
23
21
|
x-ratelimit-limit:
|
24
22
|
- '100'
|
25
23
|
x-ratelimit-remaining:
|
26
|
-
- '
|
24
|
+
- '58'
|
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
|
- ! '*'
|
31
|
-
|
32
|
-
-
|
35
|
+
access-control-allow-headers:
|
36
|
+
- X-Untappd-App
|
33
37
|
connection:
|
34
38
|
- close
|
39
|
+
transfer-encoding:
|
40
|
+
- chunked
|
35
41
|
content-type:
|
36
42
|
- application/json
|
37
43
|
body:
|
38
44
|
encoding: US-ASCII
|
39
|
-
string: ! '{"meta":{"code":200,"response_time":{"time":0.
|
40
|
-
Diner","last_updated":"
|
41
|
-
E
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
45
|
+
string: ! '{"meta":{"code":200,"response_time":{"time":0.27,"measure":"seconds"},"init_time":{"time":0.01,"measure":"seconds"}},"notifications":[],"response":{"venue":{"venue_id":18099,"venue_name":"Mo''s
|
46
|
+
Diner","last_updated":"Tue, 22 Jul 2014 20:24:56 +0000","primary_category":"Food","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"stats":{"total_count":11,"user_count":0,"total_user_count":7,"monthly_count":0,"weekly_count":0},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png"},"public_venue":true,"location":{"venue_address":"306
|
47
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
48
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"media":{"count":0,"items":[]},"checkins":{"count":10,"items":[{"checkin_id":101540499,"created_at":"Wed,
|
49
|
+
23 Jul 2014 03:14:48 +0000","rating_score":5,"checkin_comment":"Hells yeah!
|
50
|
+
Meal might have been better...","user":{"uid":91498,"user_name":"mick1907","first_name":"mick","last_name":"c.","relationship":null,"is_supporter":0,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/bff2994c893515a15ab973a49970ac92_thumb.jpg","is_private":0},"beer":{"bid":450600,"beer_name":"Big
|
51
|
+
Bad Baptist (Release #15)","beer_abv":11.4,"beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-_450600_sm_e281f39ff5c8880960f3409716d6b8.jpeg","beer_style":"American
|
52
|
+
Imperial \/ Double Stout","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":7216,"brewery_name":"Epic
|
53
|
+
Brewing Co. (Utah, Colorado)","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-EpicBrewingCo_7216.jpeg","country_name":"United
|
54
|
+
States","contact":{"twitter":"EpicBrewing","facebook":"http:\/\/www.facebook.com\/pages\/Epic-Brewing-Company\/278554429300","instagram":"","url":"http:\/\/www.epicbrewing.com\/"},"location":{"brewery_city":"Salt
|
55
|
+
Lake City","brewery_state":"UT","lat":40.7512,"lng":-111.888},"brewery_active":1},"venue":{"venue_id":18099,"venue_name":"Mo''s
|
56
|
+
Diner","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"location":{"venue_address":"306
|
57
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
58
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png"}},"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":1,"count":1,"auth_toast":null,"items":[{"uid":170531,"user":{"uid":170531,"user_name":"wendi0616","first_name":"WENDI","last_name":"G.","bio":"","location":"","user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/894eef8143cc571d116404408d0c64be_thumb.jpg","user_link":"https:\/\/untappd.com\/user\/wendi0616","account_type":"user","brewery_details":[]},"like_id":45885124,"like_owner":false,"created_at":"Wed,
|
59
|
+
23 Jul 2014 16:03:22 +0000"}]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
|
60
|
+
for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"},"badges":{"count":0,"items":[]}},{"checkin_id":101531254,"created_at":"Wed,
|
61
|
+
23 Jul 2014 02:35:00 +0000","rating_score":5,"checkin_comment":"","user":{"uid":170531,"user_name":"wendi0616","first_name":"WENDI","last_name":"G.","relationship":null,"is_supporter":1,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/894eef8143cc571d116404408d0c64be_thumb.jpg","is_private":0},"beer":{"bid":450600,"beer_name":"Big
|
62
|
+
Bad Baptist (Release #15)","beer_abv":11.4,"beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-_450600_sm_e281f39ff5c8880960f3409716d6b8.jpeg","beer_style":"American
|
63
|
+
Imperial \/ Double Stout","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":7216,"brewery_name":"Epic
|
64
|
+
Brewing Co. (Utah, Colorado)","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-EpicBrewingCo_7216.jpeg","country_name":"United
|
65
|
+
States","contact":{"twitter":"EpicBrewing","facebook":"http:\/\/www.facebook.com\/pages\/Epic-Brewing-Company\/278554429300","instagram":"","url":"http:\/\/www.epicbrewing.com\/"},"location":{"brewery_city":"Salt
|
66
|
+
Lake City","brewery_state":"UT","lat":40.7512,"lng":-111.888},"brewery_active":1},"venue":{"venue_id":18099,"venue_name":"Mo''s
|
67
|
+
Diner","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"location":{"venue_address":"306
|
68
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
69
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png"}},"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":5,"count":5,"auth_toast":null,"items":[{"uid":1001080,"user":{"uid":1001080,"user_name":"MistiRose","first_name":"Misti","last_name":"G.","bio":"","location":"","user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/4a6198059b074dd0f5743d0a09be645f_100x100.jpg","user_link":"https:\/\/untappd.com\/user\/MistiRose","account_type":"user","brewery_details":[]},"like_id":45885666,"like_owner":false,"created_at":"Wed,
|
70
|
+
23 Jul 2014 16:14:23 +0000"},{"uid":1092054,"user":{"uid":1092054,"user_name":"Justin_Ward","first_name":"Justin","last_name":"W.","bio":"","location":"","user_avatar":"https:\/\/gravatar.com\/avatar\/0298932eb2def60321dd15ae20870b1c?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","user_link":"https:\/\/untappd.com\/user\/Justin_Ward","account_type":"user","brewery_details":[]},"like_id":45867094,"like_owner":false,"created_at":"Wed,
|
71
|
+
23 Jul 2014 07:04:29 +0000"},{"uid":518511,"user":{"uid":518511,"user_name":"mlyounts","first_name":"Michael","last_name":"Y.","bio":"","location":"","user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/94e455494a59df2dedf2fd665c84b6dc_thumb.jpg","user_link":"https:\/\/untappd.com\/user\/mlyounts","account_type":"user","brewery_details":[]},"like_id":45858698,"like_owner":false,"created_at":"Wed,
|
72
|
+
23 Jul 2014 04:28:15 +0000"},{"uid":55664,"user":{"uid":55664,"user_name":"planbee","first_name":"B","last_name":"R.","bio":"Music
|
73
|
+
biz lifer, writer, drinker, breather.","location":"Mebane, NC","user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/49be40c110ee0083de842d341d27bfab_thumb.jpg","user_link":"https:\/\/untappd.com\/user\/planbee","account_type":"user","brewery_details":[]},"like_id":45855979,"like_owner":false,"created_at":"Wed,
|
74
|
+
23 Jul 2014 04:03:39 +0000"},{"uid":679681,"user":{"uid":679681,"user_name":"hhhumper","first_name":"Randy","last_name":"D.","bio":"","location":"Raleigh,
|
75
|
+
NC","user_avatar":"https:\/\/gravatar.com\/avatar\/f16114e2d58a67c45115e03c5c4a55c2?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","user_link":"https:\/\/untappd.com\/user\/hhhumper","account_type":"user","brewery_details":[]},"like_id":45850868,"like_owner":false,"created_at":"Wed,
|
76
|
+
23 Jul 2014 03:23:22 +0000"}]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
|
77
|
+
for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":101525521,"created_at":"Wed,
|
78
|
+
23 Jul 2014 02:12:57 +0000","rating_score":4,"checkin_comment":"Great night
|
79
|
+
with my squeeze!","user":{"uid":91498,"user_name":"mick1907","first_name":"mick","last_name":"c.","relationship":null,"is_supporter":0,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/bff2994c893515a15ab973a49970ac92_thumb.jpg","is_private":0},"beer":{"bid":392036,"beer_name":"The
|
80
|
+
Abyss (2013)","beer_abv":11,"beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-_392036_sm_0200e760fcb2b8faf24e9180241e5c.jpeg","beer_style":"American
|
81
|
+
Imperial \/ Double Stout","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":441,"brewery_name":"Deschutes
|
82
|
+
Brewery","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-441_6df4d.jpeg","country_name":"United
|
83
|
+
States","contact":{"twitter":"deschutesbeer","facebook":"http:\/\/www.facebook.com\/deschutes.brewery","instagram":"deschutesbeer","url":"http:\/\/www.deschutesbrewery.com"},"location":{"brewery_city":"Bend","brewery_state":"OR","lat":44.0468,"lng":-121.322},"brewery_active":1},"venue":{"venue_id":18099,"venue_name":"Mo''s
|
84
|
+
Diner","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"location":{"venue_address":"306
|
85
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
86
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png"}},"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":1,"count":1,"auth_toast":null,"items":[{"uid":170531,"user":{"uid":170531,"user_name":"wendi0616","first_name":"WENDI","last_name":"G.","bio":"","location":"","user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/894eef8143cc571d116404408d0c64be_thumb.jpg","user_link":"https:\/\/untappd.com\/user\/wendi0616","account_type":"user","brewery_details":[]},"like_id":45842786,"like_owner":false,"created_at":"Wed,
|
87
|
+
23 Jul 2014 02:35:30 +0000"}]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
|
88
|
+
for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"},"badges":{"count":0,"items":[]}},{"checkin_id":101510272,"created_at":"Wed,
|
89
|
+
23 Jul 2014 01:22:13 +0000","rating_score":4.5,"checkin_comment":"","user":{"uid":170531,"user_name":"wendi0616","first_name":"WENDI","last_name":"G.","relationship":null,"is_supporter":1,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/894eef8143cc571d116404408d0c64be_thumb.jpg","is_private":0},"beer":{"bid":392036,"beer_name":"The
|
90
|
+
Abyss (2013)","beer_abv":11,"beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-_392036_sm_0200e760fcb2b8faf24e9180241e5c.jpeg","beer_style":"American
|
91
|
+
Imperial \/ Double Stout","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":441,"brewery_name":"Deschutes
|
92
|
+
Brewery","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-441_6df4d.jpeg","country_name":"United
|
93
|
+
States","contact":{"twitter":"deschutesbeer","facebook":"http:\/\/www.facebook.com\/deschutes.brewery","instagram":"deschutesbeer","url":"http:\/\/www.deschutesbrewery.com"},"location":{"brewery_city":"Bend","brewery_state":"OR","lat":44.0468,"lng":-121.322},"brewery_active":1},"venue":{"venue_id":18099,"venue_name":"Mo''s
|
94
|
+
Diner","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"location":{"venue_address":"306
|
95
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
96
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png"}},"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":3,"count":3,"auth_toast":null,"items":[{"uid":1001080,"user":{"uid":1001080,"user_name":"MistiRose","first_name":"Misti","last_name":"G.","bio":"","location":"","user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/4a6198059b074dd0f5743d0a09be645f_100x100.jpg","user_link":"https:\/\/untappd.com\/user\/MistiRose","account_type":"user","brewery_details":[]},"like_id":45885740,"like_owner":false,"created_at":"Wed,
|
97
|
+
23 Jul 2014 16:15:36 +0000"},{"uid":1092054,"user":{"uid":1092054,"user_name":"Justin_Ward","first_name":"Justin","last_name":"W.","bio":"","location":"","user_avatar":"https:\/\/gravatar.com\/avatar\/0298932eb2def60321dd15ae20870b1c?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","user_link":"https:\/\/untappd.com\/user\/Justin_Ward","account_type":"user","brewery_details":[]},"like_id":45867100,"like_owner":false,"created_at":"Wed,
|
98
|
+
23 Jul 2014 07:03:49 +0000"},{"uid":679681,"user":{"uid":679681,"user_name":"hhhumper","first_name":"Randy","last_name":"D.","bio":"","location":"Raleigh,
|
99
|
+
NC","user_avatar":"https:\/\/gravatar.com\/avatar\/f16114e2d58a67c45115e03c5c4a55c2?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","user_link":"https:\/\/untappd.com\/user\/hhhumper","account_type":"user","brewery_details":[]},"like_id":45836517,"like_owner":false,"created_at":"Wed,
|
100
|
+
23 Jul 2014 02:04:12 +0000"}]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
|
101
|
+
for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":89051576,"created_at":"Thu,
|
102
|
+
29 May 2014 00:29:34 +0000","rating_score":4,"checkin_comment":"","user":{"uid":437661,"user_name":"cwrook","first_name":"Chris","last_name":"R.","relationship":null,"is_supporter":0,"user_avatar":"https:\/\/gravatar.com\/avatar\/272a4a8db29be6498480ba8c110e5ff6?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","is_private":0},"beer":{"bid":32404,"beer_name":"Spring
|
103
|
+
Bock","beer_abv":6.5,"beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-_32404_sm_c0dad0065fc465aceaf63de7ba6ffd.jpeg","beer_style":"Bock","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1826,"brewery_name":"Carolina
|
104
|
+
Brewing Company (Holly Springs, NC)","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-CarolinaBrewingCompanyHollySpringsNC_1826_8e87d.jpeg","country_name":"United
|
105
|
+
States","contact":{"twitter":"CarolinaBrewing","facebook":"http:\/\/www.facebook.com\/pages\/Carolina-Brewing-Company\/106393626067978","instagram":"","url":"http:\/\/www.carolinabrew.com\/"},"location":{"brewery_city":"Holly
|
106
|
+
Springs","brewery_state":"NC","lat":35.6557,"lng":-78.8539},"brewery_active":1},"venue":{"venue_id":18099,"venue_name":"Mo''s
|
107
|
+
Diner","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"location":{"venue_address":"306
|
108
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
109
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_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
|
110
|
+
for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"},"badges":{"count":1,"items":[{"badge_id":146,"user_badge_id":18652694,"badge_name":"Birthday
|
111
|
+
Brew (Level 2)","badge_description":"It''s been a year since your last birthday
|
112
|
+
on Untappd? Whoa - time flies! Happy birthday to you from all of us at Untappd!","created_at":"Wed,
|
113
|
+
28 May 2014 17:29:34 +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":22398397,"created_at":"Thu,
|
114
|
+
14 Feb 2013 23:41:54 +0000","rating_score":4,"checkin_comment":"","user":{"uid":163463,"user_name":"TubeTop","first_name":"TubeTop","last_name":"","relationship":null,"is_supporter":0,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/bacf3008048a4eec3a4fa6dfe49d2d1b_thumb.jpg","is_private":0},"beer":{"bid":11563,"beer_name":"Hoppyum
|
115
|
+
IPA","beer_abv":6.25,"beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-HoppyumIPA_11563.jpeg","beer_style":"American
|
116
|
+
IPA","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":543,"brewery_name":"Foothills
|
117
|
+
Brewing","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-FoothillsBrewing_543.jpeg","country_name":"United
|
118
|
+
States","contact":{"twitter":"FoothillsBeer","facebook":"http:\/\/www.facebook.com\/foothills.brewing","instagram":"","url":"http:\/\/www.foothillsbrewing.com\/"},"location":{"brewery_city":"Winston-Salem","brewery_state":"NC","lat":36.0973,"lng":-80.2509},"brewery_active":1},"venue":{"venue_id":18099,"venue_name":"Mo''s
|
119
|
+
Diner","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"location":{"venue_address":"306
|
120
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
121
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_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
|
122
|
+
for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":18003669,"created_at":"Sun,
|
123
|
+
16 Dec 2012 01:08:52 +0000","rating_score":4,"checkin_comment":"12 oz bottle
|
124
|
+
with a frosted glas for a mere $8","user":{"uid":43268,"user_name":"shadsterblaster","first_name":"Shadoe","last_name":"S.","relationship":null,"is_supporter":0,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/3a03104f9306343b120144f64ddd06db_thumb.jpg","is_private":0},"beer":{"bid":6284,"beer_name":"Pale
|
125
|
+
Ale","beer_abv":5.6,"beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-6284_6ddce_sm.jpeg","beer_style":"American
|
126
|
+
Pale Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1142,"brewery_name":"Sierra
|
127
|
+
Nevada Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-sierraNevada.jpg","country_name":"United
|
128
|
+
States","contact":{"twitter":"SierraNevada","facebook":"http:\/\/www.facebook.com\/sierranevadabeer","instagram":"sierranevada","url":"http:\/\/www.sierranevada.com\/"},"location":{"brewery_city":"Chico","brewery_state":"CA","lat":39.7246,"lng":-121.816},"brewery_active":1},"venue":{"venue_id":18099,"venue_name":"Mo''s
|
129
|
+
Diner","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"location":{"venue_address":"306
|
130
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
131
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_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
|
132
|
+
for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":13475007,"created_at":"Thu,
|
133
|
+
27 Sep 2012 23:59:39 +0000","rating_score":4,"checkin_comment":"","user":{"uid":117736,"user_name":"gotham84","first_name":"Handsome","last_name":"S.","relationship":null,"is_supporter":0,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/6d67be46461499b4e69967ee675db449_100x100.jpg","is_private":0},"beer":{"bid":6284,"beer_name":"Pale
|
134
|
+
Ale","beer_abv":5.6,"beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-6284_6ddce_sm.jpeg","beer_style":"American
|
135
|
+
Pale Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1142,"brewery_name":"Sierra
|
136
|
+
Nevada Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-sierraNevada.jpg","country_name":"United
|
137
|
+
States","contact":{"twitter":"SierraNevada","facebook":"http:\/\/www.facebook.com\/sierranevadabeer","instagram":"sierranevada","url":"http:\/\/www.sierranevada.com\/"},"location":{"brewery_city":"Chico","brewery_state":"CA","lat":39.7246,"lng":-121.816},"brewery_active":1},"venue":{"venue_id":18099,"venue_name":"Mo''s
|
138
|
+
Diner","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"location":{"venue_address":"306
|
139
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
140
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_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
|
141
|
+
for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":13472124,"created_at":"Thu,
|
142
|
+
27 Sep 2012 23:24:23 +0000","rating_score":4,"checkin_comment":"","user":{"uid":117736,"user_name":"gotham84","first_name":"Handsome","last_name":"S.","relationship":null,"is_supporter":0,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/6d67be46461499b4e69967ee675db449_100x100.jpg","is_private":0},"beer":{"bid":3776,"beer_name":"#9","beer_abv":5.1,"beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-magicHat9.jpg","beer_style":"American
|
143
|
+
Pale Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":812,"brewery_name":"Magic
|
144
|
+
Hat Brewing Company","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-magicHat.jpg","country_name":"United
|
145
|
+
States","contact":{"twitter":"magichat","facebook":"http:\/\/facebook.com\/magichatbrewing","instagram":"magichatbrewing","url":"http:\/\/www.magichat.net\/"},"location":{"brewery_city":"South
|
146
|
+
Burlington","brewery_state":"VT","lat":44.4284,"lng":-73.2132},"brewery_active":1},"venue":{"venue_id":18099,"venue_name":"Mo''s
|
147
|
+
Diner","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"location":{"venue_address":"306
|
148
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
149
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_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
|
150
|
+
for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":227102,"created_at":"Fri,
|
151
|
+
28 Jan 2011 01:13:51 +0000","rating_score":4,"checkin_comment":"","user":{"uid":151,"user_name":"Baker","first_name":"Jon","last_name":"B.","relationship":null,"is_supporter":1,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/402c7429d442106323c0dbc3c3477bef_thumb.jpg","is_private":0},"beer":{"bid":4573,"beer_name":"Angry
|
152
|
+
Angel","beer_abv":4.5,"beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-BigBossAngryAngel.jpg","beer_style":"K\u00f6lsch","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":113,"brewery_name":"Big
|
153
|
+
Boss Brewing Company","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-BigBossBrewingCompany_113.jpeg","country_name":"United
|
154
|
+
States","contact":{"twitter":"bigbossbeer","facebook":"http:\/\/www.facebook.com\/pages\/Big-Boss-Brewery\/177203328692","instagram":"","url":"http:\/\/bigbossbrewing.com\/"},"location":{"brewery_city":"Raleigh","brewery_state":"NC","lat":35.8098,"lng":-78.6172},"brewery_active":1},"venue":{"venue_id":18099,"venue_name":"Mo''s
|
155
|
+
Diner","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"location":{"venue_address":"306
|
156
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
157
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_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
|
158
|
+
Mobile","app_website":null},"badges":{"count":0,"items":[]}}]},"top_beers":{"offset":0,"limit":15,"count":3,"items":[{"created_at":"Wed,
|
159
|
+
23 Jul 2014 03:15:09 +0000","total_count":2,"your_count":0,"beer":{"bid":450600,"beer_name":"Big
|
160
|
+
Bad Baptist (Release #15)","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-_450600_sm_e281f39ff5c8880960f3409716d6b8.jpeg","beer_abv":11.4,"beer_ibu":74,"beer_slug":"epic-brewing-co-utah-colorado-big-bad-baptist-release-15","beer_description":"","is_in_production":1,"beer_style_id":86,"beer_style":"American
|
161
|
+
Imperial \/ Double Stout","auth_rating":0,"wish_list":false,"beer_active":1,"rating_score":4.05,"rating_count":353},"brewery":{"brewery_id":7216,"brewery_name":"Epic
|
162
|
+
Brewing Co. (Utah, Colorado)","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-EpicBrewingCo_7216.jpeg","country_name":"United
|
163
|
+
States","contact":{"twitter":"EpicBrewing","facebook":"http:\/\/www.facebook.com\/pages\/Epic-Brewing-Company\/278554429300","url":"http:\/\/www.epicbrewing.com\/"},"location":{"brewery_city":"Salt
|
164
|
+
Lake City","brewery_state":"UT","lat":40.7512,"lng":-111.888},"brewery_active":1},"friends":{"items":[],"count":0}},{"created_at":"Wed,
|
165
|
+
23 Jul 2014 02:30:29 +0000","total_count":1,"your_count":0,"beer":{"bid":279663,"beer_name":"Big
|
166
|
+
Bad Baptist (Release #10)","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-_279663_sm_afa28f072563dd83d3f16d9750e962.jpeg","beer_abv":11.4,"beer_ibu":0,"beer_slug":"epic-brewing-co-utah-big-bad-baptist-release-10","beer_description":"This
|
167
|
+
release was aged in both whiskey and bourbon barrels, primarily first-use
|
168
|
+
whiskey casks, and second-use bourbon casks. Additional dark chocolate and
|
169
|
+
fruit flavors mingle with the whiskey and bourbon notes. Brewed with Ibis
|
170
|
+
Coffee (Gayo Mountain Sumatra Dark).","is_in_production":1,"beer_style_id":86,"beer_style":"American
|
171
|
+
Imperial \/ Double Stout","auth_rating":0,"wish_list":false,"beer_active":1,"rating_score":4.128,"rating_count":486},"brewery":{"brewery_id":7216,"brewery_name":"Epic
|
172
|
+
Brewing Co. (Utah, Colorado)","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-EpicBrewingCo_7216.jpeg","country_name":"United
|
173
|
+
States","contact":{"twitter":"EpicBrewing","facebook":"http:\/\/www.facebook.com\/pages\/Epic-Brewing-Company\/278554429300","url":"http:\/\/www.epicbrewing.com\/"},"location":{"brewery_city":"Salt
|
174
|
+
Lake City","brewery_state":"UT","lat":40.7512,"lng":-111.888},"brewery_active":1},"friends":{"items":[],"count":0}},{"created_at":"Wed,
|
175
|
+
23 Jul 2014 02:14:24 +0000","total_count":0,"your_count":0,"beer":{"bid":320527,"beer_name":"The
|
176
|
+
Abyss (Bourbon Barrel Aged)","beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-_320527_sm_ca8108e32815f7ac2f5dd9f0f56920.jpeg","beer_abv":11,"beer_ibu":0,"beer_slug":"deschutes-brewery-the-abyss-bourbon-barrel-aged","beer_description":"","is_in_production":1,"beer_style_id":86,"beer_style":"American
|
177
|
+
Imperial \/ Double Stout","auth_rating":0,"wish_list":false,"beer_active":1,"rating_score":4.259,"rating_count":1923},"brewery":{"brewery_id":441,"brewery_name":"Deschutes
|
178
|
+
Brewery","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-441_6df4d.jpeg","country_name":"United
|
179
|
+
States","contact":{"twitter":"deschutesbeer","facebook":"http:\/\/www.facebook.com\/deschutes.brewery","url":"http:\/\/www.deschutesbrewery.com"},"location":{"brewery_city":"Bend","brewery_state":"OR","lat":44.0468,"lng":-121.322},"brewery_active":1},"friends":{"items":[],"count":0}}]}}}}'
|
65
180
|
http_version: '1.1'
|
66
|
-
recorded_at:
|
181
|
+
recorded_at: Fri, 19 Sep 2014 03:53:37 GMT
|
67
182
|
recorded_with: VCR 2.3.0
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri:
|
5
|
+
uri: https://api.untappd.com/v4/venue/checkins/18099?client_id=<UNTAPPD_CLIENT_ID>&client_secret=<UNTAPPD_CLIENT_SECRET>
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -13,53 +13,146 @@ http_interactions:
|
|
13
13
|
message: OK
|
14
14
|
headers:
|
15
15
|
date:
|
16
|
-
-
|
16
|
+
- Fri, 19 Sep 2014 03:53:32 GMT
|
17
17
|
server:
|
18
|
-
- Apache
|
19
|
-
set-cookie:
|
20
|
-
- BALANCEID=balancer.as0; path=/; domain=.untappd.com
|
18
|
+
- Apache/2.2.22 (Ubuntu)
|
21
19
|
x-powered-by:
|
22
|
-
- PHP/5.
|
20
|
+
- PHP/5.4.6-1ubuntu1.4
|
23
21
|
x-ratelimit-limit:
|
24
22
|
- '100'
|
25
23
|
x-ratelimit-remaining:
|
26
|
-
- '
|
24
|
+
- '59'
|
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
|
- ! '*'
|
31
|
-
|
32
|
-
-
|
35
|
+
access-control-allow-headers:
|
36
|
+
- X-Untappd-App
|
33
37
|
connection:
|
34
38
|
- close
|
39
|
+
transfer-encoding:
|
40
|
+
- chunked
|
35
41
|
content-type:
|
36
42
|
- application/json
|
37
43
|
body:
|
38
44
|
encoding: US-ASCII
|
39
|
-
string: ! '{"meta":{"code":200,"response_time":{"time":0.
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
45
|
+
string: ! '{"meta":{"code":200,"response_time":{"time":0.303,"measure":"seconds"},"init_time":{"time":0.037,"measure":"seconds"}},"notifications":[],"response":{"type":"full","pagination":{"since_url":"http:\/\/api.untappd.com\/v4\/venue\/checkins\/18099?min_id=101540499","next_url":"http:\/\/api.untappd.com\/v4\/venue\/checkins\/18099?max_id=227102","max_id":227102},"checkins":{"count":10,"items":[{"checkin_id":101540499,"created_at":"Wed,
|
46
|
+
23 Jul 2014 03:14:48 +0000","rating_score":5,"checkin_comment":"Hells yeah!
|
47
|
+
Meal might have been better...","user":{"uid":91498,"user_name":"mick1907","first_name":"mick","last_name":"c.","relationship":null,"is_supporter":0,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/bff2994c893515a15ab973a49970ac92_thumb.jpg","is_private":0},"beer":{"bid":450600,"beer_name":"Big
|
48
|
+
Bad Baptist (Release #15)","beer_abv":11.4,"beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-_450600_sm_e281f39ff5c8880960f3409716d6b8.jpeg","beer_style":"American
|
49
|
+
Imperial \/ Double Stout","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":7216,"brewery_name":"Epic
|
50
|
+
Brewing Co. (Utah, Colorado)","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-EpicBrewingCo_7216.jpeg","country_name":"United
|
51
|
+
States","contact":{"twitter":"EpicBrewing","facebook":"http:\/\/www.facebook.com\/pages\/Epic-Brewing-Company\/278554429300","instagram":"","url":"http:\/\/www.epicbrewing.com\/"},"location":{"brewery_city":"Salt
|
52
|
+
Lake City","brewery_state":"UT","lat":40.7512,"lng":-111.888},"brewery_active":1},"venue":{"venue_id":18099,"venue_name":"Mo''s
|
53
|
+
Diner","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"location":{"venue_address":"306
|
54
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
55
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png"}},"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":1,"count":1,"auth_toast":null,"items":[{"uid":170531,"user":{"uid":170531,"user_name":"wendi0616","first_name":"WENDI","last_name":"G.","bio":"","location":"","user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/894eef8143cc571d116404408d0c64be_thumb.jpg","user_link":"https:\/\/untappd.com\/user\/wendi0616","account_type":"user","brewery_details":[]},"like_id":45885124,"like_owner":false,"created_at":"Wed,
|
56
|
+
23 Jul 2014 16:03:22 +0000"}]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
|
57
|
+
for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"},"badges":{"count":0,"items":[]}},{"checkin_id":101531254,"created_at":"Wed,
|
58
|
+
23 Jul 2014 02:35:00 +0000","rating_score":5,"checkin_comment":"","user":{"uid":170531,"user_name":"wendi0616","first_name":"WENDI","last_name":"G.","relationship":null,"is_supporter":1,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/894eef8143cc571d116404408d0c64be_thumb.jpg","is_private":0},"beer":{"bid":450600,"beer_name":"Big
|
59
|
+
Bad Baptist (Release #15)","beer_abv":11.4,"beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-_450600_sm_e281f39ff5c8880960f3409716d6b8.jpeg","beer_style":"American
|
60
|
+
Imperial \/ Double Stout","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":7216,"brewery_name":"Epic
|
61
|
+
Brewing Co. (Utah, Colorado)","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-EpicBrewingCo_7216.jpeg","country_name":"United
|
62
|
+
States","contact":{"twitter":"EpicBrewing","facebook":"http:\/\/www.facebook.com\/pages\/Epic-Brewing-Company\/278554429300","instagram":"","url":"http:\/\/www.epicbrewing.com\/"},"location":{"brewery_city":"Salt
|
63
|
+
Lake City","brewery_state":"UT","lat":40.7512,"lng":-111.888},"brewery_active":1},"venue":{"venue_id":18099,"venue_name":"Mo''s
|
64
|
+
Diner","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"location":{"venue_address":"306
|
65
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
66
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png"}},"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":5,"count":5,"auth_toast":null,"items":[{"uid":1001080,"user":{"uid":1001080,"user_name":"MistiRose","first_name":"Misti","last_name":"G.","bio":"","location":"","user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/4a6198059b074dd0f5743d0a09be645f_100x100.jpg","user_link":"https:\/\/untappd.com\/user\/MistiRose","account_type":"user","brewery_details":[]},"like_id":45885666,"like_owner":false,"created_at":"Wed,
|
67
|
+
23 Jul 2014 16:14:23 +0000"},{"uid":1092054,"user":{"uid":1092054,"user_name":"Justin_Ward","first_name":"Justin","last_name":"W.","bio":"","location":"","user_avatar":"https:\/\/gravatar.com\/avatar\/0298932eb2def60321dd15ae20870b1c?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","user_link":"https:\/\/untappd.com\/user\/Justin_Ward","account_type":"user","brewery_details":[]},"like_id":45867094,"like_owner":false,"created_at":"Wed,
|
68
|
+
23 Jul 2014 07:04:29 +0000"},{"uid":518511,"user":{"uid":518511,"user_name":"mlyounts","first_name":"Michael","last_name":"Y.","bio":"","location":"","user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/94e455494a59df2dedf2fd665c84b6dc_thumb.jpg","user_link":"https:\/\/untappd.com\/user\/mlyounts","account_type":"user","brewery_details":[]},"like_id":45858698,"like_owner":false,"created_at":"Wed,
|
69
|
+
23 Jul 2014 04:28:15 +0000"},{"uid":55664,"user":{"uid":55664,"user_name":"planbee","first_name":"B","last_name":"R.","bio":"Music
|
70
|
+
biz lifer, writer, drinker, breather.","location":"Mebane, NC","user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/49be40c110ee0083de842d341d27bfab_thumb.jpg","user_link":"https:\/\/untappd.com\/user\/planbee","account_type":"user","brewery_details":[]},"like_id":45855979,"like_owner":false,"created_at":"Wed,
|
71
|
+
23 Jul 2014 04:03:39 +0000"},{"uid":679681,"user":{"uid":679681,"user_name":"hhhumper","first_name":"Randy","last_name":"D.","bio":"","location":"Raleigh,
|
72
|
+
NC","user_avatar":"https:\/\/gravatar.com\/avatar\/f16114e2d58a67c45115e03c5c4a55c2?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","user_link":"https:\/\/untappd.com\/user\/hhhumper","account_type":"user","brewery_details":[]},"like_id":45850868,"like_owner":false,"created_at":"Wed,
|
73
|
+
23 Jul 2014 03:23:22 +0000"}]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
|
74
|
+
for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":101525521,"created_at":"Wed,
|
75
|
+
23 Jul 2014 02:12:57 +0000","rating_score":4,"checkin_comment":"Great night
|
76
|
+
with my squeeze!","user":{"uid":91498,"user_name":"mick1907","first_name":"mick","last_name":"c.","relationship":null,"is_supporter":0,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/bff2994c893515a15ab973a49970ac92_thumb.jpg","is_private":0},"beer":{"bid":392036,"beer_name":"The
|
77
|
+
Abyss (2013)","beer_abv":11,"beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-_392036_sm_0200e760fcb2b8faf24e9180241e5c.jpeg","beer_style":"American
|
78
|
+
Imperial \/ Double Stout","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":441,"brewery_name":"Deschutes
|
79
|
+
Brewery","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-441_6df4d.jpeg","country_name":"United
|
80
|
+
States","contact":{"twitter":"deschutesbeer","facebook":"http:\/\/www.facebook.com\/deschutes.brewery","instagram":"deschutesbeer","url":"http:\/\/www.deschutesbrewery.com"},"location":{"brewery_city":"Bend","brewery_state":"OR","lat":44.0468,"lng":-121.322},"brewery_active":1},"venue":{"venue_id":18099,"venue_name":"Mo''s
|
81
|
+
Diner","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"location":{"venue_address":"306
|
82
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
83
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png"}},"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":1,"count":1,"auth_toast":null,"items":[{"uid":170531,"user":{"uid":170531,"user_name":"wendi0616","first_name":"WENDI","last_name":"G.","bio":"","location":"","user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/894eef8143cc571d116404408d0c64be_thumb.jpg","user_link":"https:\/\/untappd.com\/user\/wendi0616","account_type":"user","brewery_details":[]},"like_id":45842786,"like_owner":false,"created_at":"Wed,
|
84
|
+
23 Jul 2014 02:35:30 +0000"}]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
|
85
|
+
for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"},"badges":{"count":0,"items":[]}},{"checkin_id":101510272,"created_at":"Wed,
|
86
|
+
23 Jul 2014 01:22:13 +0000","rating_score":4.5,"checkin_comment":"","user":{"uid":170531,"user_name":"wendi0616","first_name":"WENDI","last_name":"G.","relationship":null,"is_supporter":1,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/894eef8143cc571d116404408d0c64be_thumb.jpg","is_private":0},"beer":{"bid":392036,"beer_name":"The
|
87
|
+
Abyss (2013)","beer_abv":11,"beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-_392036_sm_0200e760fcb2b8faf24e9180241e5c.jpeg","beer_style":"American
|
88
|
+
Imperial \/ Double Stout","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":441,"brewery_name":"Deschutes
|
89
|
+
Brewery","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-441_6df4d.jpeg","country_name":"United
|
90
|
+
States","contact":{"twitter":"deschutesbeer","facebook":"http:\/\/www.facebook.com\/deschutes.brewery","instagram":"deschutesbeer","url":"http:\/\/www.deschutesbrewery.com"},"location":{"brewery_city":"Bend","brewery_state":"OR","lat":44.0468,"lng":-121.322},"brewery_active":1},"venue":{"venue_id":18099,"venue_name":"Mo''s
|
91
|
+
Diner","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"location":{"venue_address":"306
|
92
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
93
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png"}},"comments":{"total_count":0,"count":0,"items":[]},"toasts":{"total_count":3,"count":3,"auth_toast":null,"items":[{"uid":1001080,"user":{"uid":1001080,"user_name":"MistiRose","first_name":"Misti","last_name":"G.","bio":"","location":"","user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/4a6198059b074dd0f5743d0a09be645f_100x100.jpg","user_link":"https:\/\/untappd.com\/user\/MistiRose","account_type":"user","brewery_details":[]},"like_id":45885740,"like_owner":false,"created_at":"Wed,
|
94
|
+
23 Jul 2014 16:15:36 +0000"},{"uid":1092054,"user":{"uid":1092054,"user_name":"Justin_Ward","first_name":"Justin","last_name":"W.","bio":"","location":"","user_avatar":"https:\/\/gravatar.com\/avatar\/0298932eb2def60321dd15ae20870b1c?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","user_link":"https:\/\/untappd.com\/user\/Justin_Ward","account_type":"user","brewery_details":[]},"like_id":45867100,"like_owner":false,"created_at":"Wed,
|
95
|
+
23 Jul 2014 07:03:49 +0000"},{"uid":679681,"user":{"uid":679681,"user_name":"hhhumper","first_name":"Randy","last_name":"D.","bio":"","location":"Raleigh,
|
96
|
+
NC","user_avatar":"https:\/\/gravatar.com\/avatar\/f16114e2d58a67c45115e03c5c4a55c2?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","user_link":"https:\/\/untappd.com\/user\/hhhumper","account_type":"user","brewery_details":[]},"like_id":45836517,"like_owner":false,"created_at":"Wed,
|
97
|
+
23 Jul 2014 02:04:12 +0000"}]},"media":{"count":0,"items":[]},"source":{"app_name":"Untappd
|
98
|
+
for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":89051576,"created_at":"Thu,
|
99
|
+
29 May 2014 00:29:34 +0000","rating_score":4,"checkin_comment":"","user":{"uid":437661,"user_name":"cwrook","first_name":"Chris","last_name":"R.","relationship":null,"is_supporter":0,"user_avatar":"https:\/\/gravatar.com\/avatar\/272a4a8db29be6498480ba8c110e5ff6?size=100&d=https%3A%2F%2Fd1c8v1qci5en44.cloudfront.net%2Fsite%2Fassets%2Fimages%2Fdefault_avatar_v2.jpg%3Fv%3D1","is_private":0},"beer":{"bid":32404,"beer_name":"Spring
|
100
|
+
Bock","beer_abv":6.5,"beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-_32404_sm_c0dad0065fc465aceaf63de7ba6ffd.jpeg","beer_style":"Bock","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1826,"brewery_name":"Carolina
|
101
|
+
Brewing Company (Holly Springs, NC)","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-CarolinaBrewingCompanyHollySpringsNC_1826_8e87d.jpeg","country_name":"United
|
102
|
+
States","contact":{"twitter":"CarolinaBrewing","facebook":"http:\/\/www.facebook.com\/pages\/Carolina-Brewing-Company\/106393626067978","instagram":"","url":"http:\/\/www.carolinabrew.com\/"},"location":{"brewery_city":"Holly
|
103
|
+
Springs","brewery_state":"NC","lat":35.6557,"lng":-78.8539},"brewery_active":1},"venue":{"venue_id":18099,"venue_name":"Mo''s
|
104
|
+
Diner","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"location":{"venue_address":"306
|
105
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
106
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_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
|
107
|
+
for Android - (V2)","app_website":"http:\/\/untpd.it\/androidapp"},"badges":{"count":1,"items":[{"badge_id":146,"user_badge_id":18652694,"badge_name":"Birthday
|
108
|
+
Brew (Level 2)","badge_description":"It''s been a year since your last birthday
|
109
|
+
on Untappd? Whoa - time flies! Happy birthday to you from all of us at Untappd!","created_at":"Wed,
|
110
|
+
28 May 2014 17:29:34 +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":22398397,"created_at":"Thu,
|
111
|
+
14 Feb 2013 23:41:54 +0000","rating_score":4,"checkin_comment":"","user":{"uid":163463,"user_name":"TubeTop","first_name":"TubeTop","last_name":"","relationship":null,"is_supporter":0,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/bacf3008048a4eec3a4fa6dfe49d2d1b_thumb.jpg","is_private":0},"beer":{"bid":11563,"beer_name":"Hoppyum
|
112
|
+
IPA","beer_abv":6.25,"beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-HoppyumIPA_11563.jpeg","beer_style":"American
|
113
|
+
IPA","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":543,"brewery_name":"Foothills
|
114
|
+
Brewing","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-FoothillsBrewing_543.jpeg","country_name":"United
|
115
|
+
States","contact":{"twitter":"FoothillsBeer","facebook":"http:\/\/www.facebook.com\/foothills.brewing","instagram":"","url":"http:\/\/www.foothillsbrewing.com\/"},"location":{"brewery_city":"Winston-Salem","brewery_state":"NC","lat":36.0973,"lng":-80.2509},"brewery_active":1},"venue":{"venue_id":18099,"venue_name":"Mo''s
|
116
|
+
Diner","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"location":{"venue_address":"306
|
117
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
118
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_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":0,"items":[]}},{"checkin_id":18003669,"created_at":"Sun,
|
120
|
+
16 Dec 2012 01:08:52 +0000","rating_score":4,"checkin_comment":"12 oz bottle
|
121
|
+
with a frosted glas for a mere $8","user":{"uid":43268,"user_name":"shadsterblaster","first_name":"Shadoe","last_name":"S.","relationship":null,"is_supporter":0,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/3a03104f9306343b120144f64ddd06db_thumb.jpg","is_private":0},"beer":{"bid":6284,"beer_name":"Pale
|
122
|
+
Ale","beer_abv":5.6,"beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-6284_6ddce_sm.jpeg","beer_style":"American
|
123
|
+
Pale Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1142,"brewery_name":"Sierra
|
124
|
+
Nevada Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-sierraNevada.jpg","country_name":"United
|
125
|
+
States","contact":{"twitter":"SierraNevada","facebook":"http:\/\/www.facebook.com\/sierranevadabeer","instagram":"sierranevada","url":"http:\/\/www.sierranevada.com\/"},"location":{"brewery_city":"Chico","brewery_state":"CA","lat":39.7246,"lng":-121.816},"brewery_active":1},"venue":{"venue_id":18099,"venue_name":"Mo''s
|
126
|
+
Diner","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"location":{"venue_address":"306
|
127
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
128
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_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
|
129
|
+
for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":13475007,"created_at":"Thu,
|
130
|
+
27 Sep 2012 23:59:39 +0000","rating_score":4,"checkin_comment":"","user":{"uid":117736,"user_name":"gotham84","first_name":"Handsome","last_name":"S.","relationship":null,"is_supporter":0,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/6d67be46461499b4e69967ee675db449_100x100.jpg","is_private":0},"beer":{"bid":6284,"beer_name":"Pale
|
131
|
+
Ale","beer_abv":5.6,"beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-6284_6ddce_sm.jpeg","beer_style":"American
|
132
|
+
Pale Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":1142,"brewery_name":"Sierra
|
133
|
+
Nevada Brewing Co.","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-sierraNevada.jpg","country_name":"United
|
134
|
+
States","contact":{"twitter":"SierraNevada","facebook":"http:\/\/www.facebook.com\/sierranevadabeer","instagram":"sierranevada","url":"http:\/\/www.sierranevada.com\/"},"location":{"brewery_city":"Chico","brewery_state":"CA","lat":39.7246,"lng":-121.816},"brewery_active":1},"venue":{"venue_id":18099,"venue_name":"Mo''s
|
135
|
+
Diner","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"location":{"venue_address":"306
|
136
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
137
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_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
|
138
|
+
for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":13472124,"created_at":"Thu,
|
139
|
+
27 Sep 2012 23:24:23 +0000","rating_score":4,"checkin_comment":"","user":{"uid":117736,"user_name":"gotham84","first_name":"Handsome","last_name":"S.","relationship":null,"is_supporter":0,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/6d67be46461499b4e69967ee675db449_100x100.jpg","is_private":0},"beer":{"bid":3776,"beer_name":"#9","beer_abv":5.1,"beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-magicHat9.jpg","beer_style":"American
|
140
|
+
Pale Ale","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":812,"brewery_name":"Magic
|
141
|
+
Hat Brewing Company","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-magicHat.jpg","country_name":"United
|
142
|
+
States","contact":{"twitter":"magichat","facebook":"http:\/\/facebook.com\/magichatbrewing","instagram":"magichatbrewing","url":"http:\/\/www.magichat.net\/"},"location":{"brewery_city":"South
|
143
|
+
Burlington","brewery_state":"VT","lat":44.4284,"lng":-73.2132},"brewery_active":1},"venue":{"venue_id":18099,"venue_name":"Mo''s
|
144
|
+
Diner","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"location":{"venue_address":"306
|
145
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
146
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_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
|
147
|
+
for iPhone - (V2)","app_website":"http:\/\/untpd.it\/iphoneapp"},"badges":{"count":0,"items":[]}},{"checkin_id":227102,"created_at":"Fri,
|
148
|
+
28 Jan 2011 01:13:51 +0000","rating_score":4,"checkin_comment":"","user":{"uid":151,"user_name":"Baker","first_name":"Jon","last_name":"B.","relationship":null,"is_supporter":1,"user_avatar":"https:\/\/d1c8v1qci5en44.cloudfront.net\/profile\/402c7429d442106323c0dbc3c3477bef_thumb.jpg","is_private":0},"beer":{"bid":4573,"beer_name":"Angry
|
149
|
+
Angel","beer_abv":4.5,"beer_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/beer_logos\/beer-BigBossAngryAngel.jpg","beer_style":"K\u00f6lsch","auth_rating":0,"wish_list":false,"beer_active":1},"brewery":{"brewery_id":113,"brewery_name":"Big
|
150
|
+
Boss Brewing Company","brewery_label":"https:\/\/d1c8v1qci5en44.cloudfront.net\/site\/brewery_logos\/brewery-BigBossBrewingCompany_113.jpeg","country_name":"United
|
151
|
+
States","contact":{"twitter":"bigbossbeer","facebook":"http:\/\/www.facebook.com\/pages\/Big-Boss-Brewery\/177203328692","instagram":"","url":"http:\/\/bigbossbrewing.com\/"},"location":{"brewery_city":"Raleigh","brewery_state":"NC","lat":35.8098,"lng":-78.6172},"brewery_active":1},"venue":{"venue_id":18099,"venue_name":"Mo''s
|
152
|
+
Diner","primary_category":"Food","parent_category_id":"4d4b7105d754a06374d81259","categories":{"count":1,"items":[{"category_name":"Diner","category_id":"4bf58dd8d48988d147941735","is_primary":true}]},"location":{"venue_address":"306
|
153
|
+
E Hargett St","venue_city":"Raleigh","venue_state":"NC","venue_country":"United
|
154
|
+
States","lat":35.7781,"lng":-78.6347},"contact":{"twitter":"","venue_url":""},"public_venue":true,"foursquare":{"foursquare_id":"4b034d30f964a5206a4e22e3","foursquare_url":"http:\/\/4sq.com\/d2KRrl"},"venue_icon":{"sm":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_64.png","md":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_bg_88.png","lg":"https:\/\/ss1.4sqi.net\/img\/categories_v2\/food\/diner_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
|
155
|
+
Mobile","app_website":null},"badges":{"count":0,"items":[]}}]}}}'
|
63
156
|
http_version: '1.1'
|
64
|
-
recorded_at:
|
157
|
+
recorded_at: Fri, 19 Sep 2014 03:53:36 GMT
|
65
158
|
recorded_with: VCR 2.3.0
|