-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
791 lines (791 loc) · 23.7 KB
/
db.json
File metadata and controls
791 lines (791 loc) · 23.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
{
"favorites": [
{
"id": 8502,
"obdb_id": "avery-brewing-co-boulder",
"name": "Avery Brewing Co",
"brewery_type": "regional",
"street": "4910 Nautilus Ct N",
"address_2": null,
"address_3": null,
"city": "Boulder",
"state": "Colorado",
"county_province": null,
"postal_code": "80301-3242",
"country": "United States",
"longitude": "-105.2047652",
"latitude": "40.0625835",
"phone": null,
"website_url": null,
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 4,
"comment": "I love the IPA here!"
},
{
"id": 15426,
"obdb_id": "upslope-brewing-company-boulder",
"name": "Upslope Brewing Company",
"brewery_type": "planning",
"street": null,
"address_2": null,
"address_3": null,
"city": "Boulder",
"state": "Colorado",
"county_province": null,
"postal_code": "80301",
"country": "United States",
"longitude": null,
"latitude": null,
"phone": "3033961898",
"website_url": null,
"updated_at": "2018-08-11T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"comment": "I love the craft lager here!"
},
{
"id": 8461,
"obdb_id": "aspen-brewing-company-aspen",
"name": "Aspen Brewing Company",
"brewery_type": "micro",
"street": "404 Aspen Airport Business Ctr",
"address_2": null,
"address_3": null,
"city": "Aspen",
"state": "Colorado",
"county_province": null,
"postal_code": "81611-3530",
"country": "United States",
"longitude": "-106.8597747",
"latitude": "39.22153402",
"phone": "9709202739",
"website_url": "http://www.aspenbrewingcompany.com",
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 4,
"comment": "I love the IPA here!"
},
{
"id": 10459,
"obdb_id": "empire-city-beer-company-new-york",
"name": "Empire City Beer Company",
"brewery_type": "planning",
"street": null,
"address_2": null,
"address_3": null,
"city": "New York",
"state": "New York",
"county_province": null,
"postal_code": "10012",
"country": "United States",
"longitude": null,
"latitude": null,
"phone": "9178040571",
"website_url": "http://www.hitemhard.com",
"updated_at": "2018-08-11T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 5
},
{
"id": 8784,
"obdb_id": "bell-s-brewery-inc-galesburg",
"name": "Bell's Brewery, Inc",
"brewery_type": "regional",
"street": "8938 Krum Ave",
"address_2": null,
"address_3": null,
"city": "Galesburg",
"state": "Michigan",
"county_province": null,
"postal_code": "49053-9558",
"country": "United States",
"longitude": null,
"latitude": null,
"phone": "2693822338",
"website_url": "http://www.bellsbeer.com",
"updated_at": "2018-08-11T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"comment": "Two Hearted is one of my favorites!"
},
{
"id": 14603,
"obdb_id": "steamworks-brewing-co-durango",
"name": "Steamworks Brewing Co",
"brewery_type": "brewpub",
"street": "801 E 2nd Ave",
"address_2": null,
"address_3": null,
"city": "Durango",
"state": "Colorado",
"county_province": null,
"postal_code": "81301-5425",
"country": "United States",
"longitude": "-107.87979",
"latitude": "37.272176",
"phone": "9702599200",
"website_url": "http://www.steamworksbrewing.com",
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 2
},
{
"id": 9180,
"obdb_id": "boulder-beer-co-boulder",
"name": "Boulder Beer Co",
"brewery_type": "regional",
"street": "2880 Wilderness Pl",
"address_2": null,
"address_3": null,
"city": "Boulder",
"state": "Colorado",
"county_province": null,
"postal_code": "80301-5401",
"country": "United States",
"longitude": "-105.2480158",
"latitude": "40.026439",
"phone": null,
"website_url": null,
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z"
}
],
"visited": [
{
"id": 10459,
"obdb_id": "empire-city-beer-company-new-york",
"name": "Empire City Beer Company",
"brewery_type": "planning",
"street": null,
"address_2": null,
"address_3": null,
"city": "New York",
"state": "New York",
"county_province": null,
"postal_code": "10012",
"country": "United States",
"longitude": null,
"latitude": null,
"phone": "9178040571",
"website_url": "http://www.hitemhard.com",
"updated_at": "2018-08-11T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 5
},
{
"id": 14028,
"obdb_id": "ruckus-brewing-co-new-york",
"name": "Ruckus Brewing Co",
"brewery_type": "contract",
"street": "261 W 35th St Ste 1002",
"address_2": null,
"address_3": null,
"city": "New York",
"state": "New York",
"county_province": null,
"postal_code": "10001-1902",
"country": "United States",
"longitude": null,
"latitude": null,
"phone": "6467105098",
"website_url": "http://www.ruckusbrewing.com",
"updated_at": "2018-08-11T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 2
},
{
"id": 8514,
"obdb_id": "b9-beverages-inc-new-york",
"name": "B9 Beverages Inc",
"brewery_type": "contract",
"street": "404 5th Ave # 7.055",
"address_2": null,
"address_3": null,
"city": "New York",
"state": "New York",
"county_province": null,
"postal_code": "10018-2797",
"country": "United States",
"longitude": null,
"latitude": null,
"phone": null,
"website_url": null,
"updated_at": "2018-08-11T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 4
},
{
"id": 15066,
"obdb_id": "third-rail-beer-new-york",
"name": "Third Rail Beer",
"brewery_type": "contract",
"street": "928 Broadway Ste 902",
"address_2": null,
"address_3": null,
"city": "New York",
"state": "New York",
"county_province": null,
"postal_code": "10010-8139",
"country": "United States",
"longitude": "-73.9893474",
"latitude": "40.7400479",
"phone": null,
"website_url": "http://www.thirdrailbeer.com",
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 3
},
{
"id": 15274,
"obdb_id": "trophy-brewing-company-raleigh",
"name": "Trophy Brewing Company",
"brewery_type": "micro",
"street": "656 Maywood Ave",
"address_2": null,
"address_3": null,
"city": "Raleigh",
"state": "North Carolina",
"county_province": null,
"postal_code": "27603-2340",
"country": "United States",
"longitude": "-78.65744714",
"latitude": "35.76136262",
"phone": "9198034849",
"website_url": "http://www.trophybrewing.com",
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 3
},
{
"id": 15167,
"obdb_id": "titanic-brewing-co-miami",
"name": "Titanic Brewing Co",
"brewery_type": "brewpub",
"street": "5813 Ponce de Leon Blvd",
"address_2": null,
"address_3": null,
"city": "Miami",
"state": "Florida",
"county_province": null,
"postal_code": "33146-2422",
"country": "United States",
"longitude": "-80.271314",
"latitude": "25.719812",
"phone": "3056672537",
"website_url": "http://www.titanicbrewery.com",
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 4
},
{
"id": 14872,
"obdb_id": "texas-ale-project-dallas",
"name": "Texas Ale Project",
"brewery_type": "micro",
"street": "1001 N Riverfront Blvd",
"address_2": null,
"address_3": null,
"city": "Dallas",
"state": "Texas",
"county_province": null,
"postal_code": "75207-4201",
"country": "United States",
"longitude": "-96.8148593",
"latitude": "32.7818812",
"phone": "2149650606",
"website_url": "http://www.texasaleproject.com",
"updated_at": "2018-07-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 3
},
{
"id": 8580,
"obdb_id": "bale-breaker-brewing-company-yakima",
"name": "Bale Breaker Brewing Company",
"brewery_type": "regional",
"street": "1801 Birchfield Rd",
"address_2": null,
"address_3": null,
"city": "Yakima",
"state": "Washington",
"county_province": null,
"postal_code": "98901-9577",
"country": "United States",
"longitude": "-120.435573",
"latitude": "46.57685541",
"phone": "5094244000",
"website_url": "http://www.balebreaker.com",
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 3
},
{
"id": 8889,
"obdb_id": "big-sexy-brewing-company-sacramento",
"name": "Big Sexy Brewing Company",
"brewery_type": "micro",
"street": "5861 88th St Ste 800",
"address_2": null,
"address_3": null,
"city": "Sacramento",
"state": "California",
"county_province": null,
"postal_code": "95828-1131",
"country": "United States",
"longitude": "-121.3757237",
"latitude": "38.52149864",
"phone": "9163747332",
"website_url": "http://www.bigsexybrewing.com",
"updated_at": "2018-08-23T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 3
},
{
"id": 8910,
"obdb_id": "bike-dog-brewing-co-west-sacramento",
"name": "Bike Dog Brewing Co",
"brewery_type": "micro",
"street": "2534 Industrial Blvd Ste 110",
"address_2": null,
"address_3": null,
"city": "West Sacramento",
"state": "California",
"county_province": null,
"postal_code": "95691-3471",
"country": "United States",
"longitude": "-121.5433734",
"latitude": "38.5660851",
"phone": null,
"website_url": null,
"updated_at": "2018-08-23T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 5
},
{
"id": 15727,
"obdb_id": "wild-mind-artisan-ales-minneapolis",
"name": "Wild Mind Artisan Ales",
"brewery_type": "micro",
"street": "6031 Pillsbury Ave S",
"address_2": null,
"address_3": null,
"city": "Minneapolis",
"state": "Minnesota",
"county_province": null,
"postal_code": "55419-2328",
"country": "United States",
"longitude": "-93.2813885",
"latitude": "44.89304675",
"phone": "6123454514",
"website_url": "http://www.wildmindales.com",
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 4
},
{
"id": 14603,
"obdb_id": "steamworks-brewing-co-durango",
"name": "Steamworks Brewing Co",
"brewery_type": "brewpub",
"street": "801 E 2nd Ave",
"address_2": null,
"address_3": null,
"city": "Durango",
"state": "Colorado",
"county_province": null,
"postal_code": "81301-5425",
"country": "United States",
"longitude": "-107.87979",
"latitude": "37.272176",
"phone": "9702599200",
"website_url": "http://www.steamworksbrewing.com",
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 5
},
{
"id": 15563,
"obdb_id": "walter-brewing-company-pueblo",
"name": "Walter Brewing Company",
"brewery_type": "micro",
"street": "126 Oneida St",
"address_2": null,
"address_3": null,
"city": "Pueblo",
"state": "Colorado",
"county_province": null,
"postal_code": "81003-3424",
"country": "United States",
"longitude": "-104.6103677",
"latitude": "38.26241645",
"phone": "7195420766",
"website_url": "http://www.waltersbeer.com",
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 3
},
{
"id": 8461,
"obdb_id": "aspen-brewing-company-aspen",
"name": "Aspen Brewing Company",
"brewery_type": "micro",
"street": "404 Aspen Airport Business Ctr",
"address_2": null,
"address_3": null,
"city": "Aspen",
"state": "Colorado",
"county_province": null,
"postal_code": "81611-3530",
"country": "United States",
"longitude": "-106.8597747",
"latitude": "39.22153402",
"phone": "9709202739",
"website_url": "http://www.aspenbrewingcompany.com",
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 4
},
{
"id": 8174,
"obdb_id": "6-40-brewery-taproom-lakewood",
"name": "6 & 40 Brewery/Taproom",
"brewery_type": "planning",
"street": null,
"address_2": null,
"address_3": null,
"city": "Lakewood",
"state": "Colorado",
"county_province": null,
"postal_code": "80215-5548",
"country": "United States",
"longitude": "-105.1100582",
"latitude": "39.6311085",
"phone": "3032325347",
"website_url": "http://www.tomsbrewshop.com",
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 4
},
{
"id": 8039,
"obdb_id": "10-barrel-brewing-co-denver-denver",
"name": "10 Barrel Brewing Co - Denver",
"brewery_type": "large",
"street": "2620 Walnut St",
"address_2": null,
"address_3": null,
"city": "Denver",
"state": "Colorado",
"county_province": null,
"postal_code": "80205-2231",
"country": "United States",
"longitude": "-104.9853655",
"latitude": "39.7592508",
"phone": "7205738992",
"website_url": null,
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z"
},
{
"id": 8063,
"obdb_id": "14er-brewing-company-denver",
"name": "14er Brewing Company",
"brewery_type": "proprietor",
"street": "2801 Walnut St",
"address_2": null,
"address_3": null,
"city": "Denver",
"state": "Colorado",
"county_province": null,
"postal_code": "80205-2235",
"country": "United States",
"longitude": "-104.9839636",
"latitude": "39.7614112",
"phone": "7207731437",
"website_url": "http://www.14erBrewing.com",
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z"
},
{
"id": 8245,
"obdb_id": "aero-craft-brewing-denver",
"name": "Aero Craft Brewing",
"brewery_type": "planning",
"street": null,
"address_2": null,
"address_3": null,
"city": "Denver",
"state": "Colorado",
"county_province": null,
"postal_code": "80212-2199",
"country": "United States",
"longitude": "-104.984696",
"latitude": "39.7391428",
"phone": "3039185446",
"website_url": "http://www.aerocraft.beer",
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z"
},
{
"id": 8962,
"obdb_id": "black-beak-brewing-denver",
"name": "Black Beak Brewing",
"brewery_type": "planning",
"street": null,
"address_2": null,
"address_3": null,
"city": "Denver",
"state": "Colorado",
"county_province": null,
"postal_code": "80237-1907",
"country": "United States",
"longitude": "-104.984696",
"latitude": "39.7391428",
"phone": "3032107836",
"website_url": null,
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z"
},
{
"id": 8998,
"obdb_id": "black-project-spontaneous-wild-ales-denver",
"name": "Black Project Spontaneous & Wild Ales",
"brewery_type": "micro",
"street": "1290 S Broadway",
"address_2": null,
"address_3": null,
"city": "Denver",
"state": "Colorado",
"county_province": null,
"postal_code": "80210-1504",
"country": "United States",
"longitude": "-104.9872018",
"latitude": "39.6933607",
"phone": "7203342873",
"website_url": "http://www.blackprojectbeer.com",
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z"
},
{
"id": 9180,
"obdb_id": "boulder-beer-co-boulder",
"name": "Boulder Beer Co",
"brewery_type": "regional",
"street": "2880 Wilderness Pl",
"address_2": null,
"address_3": null,
"city": "Boulder",
"state": "Colorado",
"county_province": null,
"postal_code": "80301-5401",
"country": "United States",
"longitude": "-105.2480158",
"latitude": "40.026439",
"phone": null,
"website_url": null,
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z"
},
{
"id": 8502,
"obdb_id": "avery-brewing-co-boulder",
"name": "Avery Brewing Co",
"brewery_type": "regional",
"street": "4910 Nautilus Ct N",
"address_2": null,
"address_3": null,
"city": "Boulder",
"state": "Colorado",
"county_province": null,
"postal_code": "80301-3242",
"country": "United States",
"longitude": "-105.2047652",
"latitude": "40.0625835",
"phone": null,
"website_url": null,
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 5
},
{
"id": 15426,
"obdb_id": "upslope-brewing-company-boulder",
"name": "Upslope Brewing Company",
"brewery_type": "planning",
"street": null,
"address_2": null,
"address_3": null,
"city": "Boulder",
"state": "Colorado",
"county_province": null,
"postal_code": "80301",
"country": "United States",
"longitude": null,
"latitude": null,
"phone": "3033961898",
"website_url": null,
"updated_at": "2018-08-11T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z"
},
{
"id": 8784,
"obdb_id": "bell-s-brewery-inc-galesburg",
"name": "Bell's Brewery, Inc",
"brewery_type": "regional",
"street": "8938 Krum Ave",
"address_2": null,
"address_3": null,
"city": "Galesburg",
"state": "Michigan",
"county_province": null,
"postal_code": "49053-9558",
"country": "United States",
"longitude": null,
"latitude": null,
"phone": "2693822338",
"website_url": "http://www.bellsbeer.com",
"updated_at": "2018-08-11T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z",
"rating": 5
},
{
"id": 14046,
"obdb_id": "russian-river-brewing-co-santa-rosa",
"name": "Russian River Brewing Co",
"brewery_type": "regional",
"street": "725 4th St",
"address_2": null,
"address_3": null,
"city": "Santa Rosa",
"state": "California",
"county_province": null,
"postal_code": "95404-4407",
"country": "United States",
"longitude": "-122.7116607",
"latitude": "38.4418139",
"phone": "7075452337",
"website_url": "http://www.russianriverbrewing.com",
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z"
},
{
"id": 15069,
"obdb_id": "third-street-aleworks-santa-rosa",
"name": "Third Street Aleworks",
"brewery_type": "brewpub",
"street": "610 3rd St",
"address_2": null,
"address_3": null,
"city": "Santa Rosa",
"state": "California",
"county_province": null,
"postal_code": "95404-4418",
"country": "United States",
"longitude": "-122.7132175",
"latitude": "38.43982595",
"phone": "7075233060",
"website_url": "http://www.thirdstreetaleworks.com",
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z"
},
{
"id": 8096,
"obdb_id": "21st-amendment-brewery-cafe-san-francisco",
"name": "21st Amendment Brewery Cafe",
"brewery_type": "brewpub",
"street": "563 2nd St",
"address_2": null,
"address_3": null,
"city": "San Francisco",
"state": "California",
"county_province": null,
"postal_code": "94107-1411",
"country": "United States",
"longitude": "-122.3925769",
"latitude": "37.782448",
"phone": "4153690900",
"website_url": "http://www.21st-amendment.com",
"updated_at": "2018-08-23T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z"
},
{
"id": 12464,
"obdb_id": "manayunk-brewing-co-restaurant-philadelphia",
"name": "Manayunk Brewing Co & Restaurant",
"brewery_type": "brewpub",
"street": "4120 Main St",
"address_2": null,
"address_3": null,
"city": "Philadelphia",
"state": "Pennsylvania",
"county_province": null,
"postal_code": "19127-1618",
"country": "United States",
"longitude": "-75.2189308",
"latitude": "40.0223235",
"phone": "2154828220",
"website_url": "http://www.manayunkbrewery.com",
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z"
},
{
"id": 10909,
"obdb_id": "galaxy-brewing-co-binghamton",
"name": "Galaxy Brewing Co",
"brewery_type": "brewpub",
"street": "41 Court St, 153 & 157",
"address_2": null,
"address_3": null,
"city": "Binghamton",
"state": "New York",
"county_province": null,
"postal_code": "13901-3104",
"country": "United States",
"longitude": null,
"latitude": null,
"phone": "6072174815",
"website_url": "http://www.galaxybrewingco.com",
"updated_at": "2018-08-11T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z"
},
{
"id": 9645,
"obdb_id": "cerebral-brewing-denver",
"name": "Cerebral Brewing",
"brewery_type": "micro",
"street": "1477 Monroe St",
"address_2": null,
"address_3": null,
"city": "Denver",
"state": "Colorado",
"county_province": null,
"postal_code": "80206-2708",
"country": "United States",
"longitude": "-104.9451783",
"latitude": "39.73968253",
"phone": "3039277365",
"website_url": "http://www.cerebralbrewing.com",
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z"
},
{
"id": 9001,
"obdb_id": "black-shirt-brewing-co-denver",
"name": "Black Shirt Brewing Co",
"brewery_type": "brewpub",
"street": "3719 Walnut St",
"address_2": null,
"address_3": null,
"city": "Denver",
"state": "Colorado",
"county_province": null,
"postal_code": "80205-2436",
"country": "United States",
"longitude": "-104.9729604",
"latitude": "39.7698142",
"phone": "3039932799",
"website_url": "http://www.blackshirtbrewingco.com",
"updated_at": "2018-08-24T00:00:00.000Z",
"created_at": "2018-07-24T00:00:00.000Z"
}
]
}