{"info":{"_postman_id":"5f89f986-6b0d-41ba-b1d9-08166bb10e67","name":"On Tap List","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"10172274","collectionId":"5f89f986-6b0d-41ba-b1d9-08166bb10e67","publishedId":"2sB3HhrMMv","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-08-29T18:06:50.000Z"},"item":[{"name":"Get On Tap","id":"e140fd03-c355-4e5b-b8b9-b20f7f3b88ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"BarUniqueId","value":"37D76708-C9A2-4A10-9A96-E9B2FDE0C658","type":"text"}],"url":"https://ap.ipour.it/api/GetOnTap/26","description":"<h2 id=\"get-on-tap-api-endpoint\">Get On Tap API Endpoint</h2>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://ap.ipour.it/api/GetOnTap/{locationId}</code></p>\n</li>\n<li><p><strong>Path Parameter</strong>:</p>\n<ul>\n<li><code>locationId</code> (required): The unique identifier for the location from which you want to retrieve the on-tap beer information. In this example, the location ID is <code>26</code>.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-headers\">Request Headers</h3>\n<ul>\n<li><p><strong>Content-Type</strong>:</p>\n<ul>\n<li><p><strong>Description</strong>: Indicates the media type of the resource. In this case, it specifies that the request is expecting a JSON response.</p>\n</li>\n<li><p><strong>Expected Value</strong>: <code>application/json</code></p>\n</li>\n</ul>\n</li>\n<li><p><strong>BarUniqueId</strong></p>\n<ul>\n<li><p><strong>Description</strong>: This header should contain a valid GUID for the location and can be optained through iPourIt support.</p>\n</li>\n<li><p><strong>Expected Value</strong>: GUID</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response from this endpoint will return a JSON object containing details about the available taps. The structure of the response is as follows:</p>\n<ul>\n<li><p><strong>LocationDisplayName</strong>: (string) The display name of the location. This may be <code>null</code> if not provided.</p>\n</li>\n<li><p><strong>NumberOfTaps</strong>: (integer) The total number of taps available at the location.</p>\n</li>\n<li><p><strong>Beers</strong>: (array) A list of beer objects, each containing the following fields:</p>\n<ul>\n<li><p><strong>Name</strong>: (string) The name of the beer.</p>\n</li>\n<li><p><strong>BrewerName</strong>: (string) The name of the brewery that produces the beer.</p>\n</li>\n<li><p><strong>BrewerLocation</strong>: (string) The location of the brewery.</p>\n</li>\n<li><p><strong>Ibu</strong>: (string) The International Bitterness Units of the beer.</p>\n</li>\n<li><p><strong>Abv</strong>: (string) The Alcohol by Volume percentage of the beer.</p>\n</li>\n<li><p><strong>StyleDesc</strong>: (string) A description of the beer style.</p>\n</li>\n<li><p><strong>Notes</strong>: (string) Additional notes about the beer.</p>\n</li>\n<li><p><strong>FullImagePath</strong>: (string) The full path to the image of the beer.</p>\n</li>\n<li><p><strong>TapId</strong>: (string) The tap number of the beer</p>\n</li>\n<li><p><strong>PricePerOunce</strong>: (string) The price per ounce of the beer.</p>\n</li>\n<li><p><strong>BeerStyleCategory</strong>: (string) The category of the beer style.</p>\n</li>\n<li><p><strong>StartingOunces</strong>: (integer) The starting ounces available for the beer.</p>\n</li>\n<li><p><strong>CurrentOunces</strong>: (integer) The current ounces available for the beer. Can be used with the Starting Ounces to get a % left of the keg</p>\n</li>\n<li><p><strong>Image400</strong>: (string) A URL to a 400px image of the beer.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"LocationDisplayName\": null,\n    \"NumberOfTaps\": 52,\n    \"Beers\": [\n        {\n            \"Name\": \"Lunch\",\n            \"BrewerName\": \"Maine Beer Co.\",\n            \"BrewerLocation\": \"Freeport, ME\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"7.00\",\n            \"StyleDesc\": \"India Pale Ale\",\n            \"Notes\": \"Our “East Coast” version of a West Coast-style IPA. Intense hop flavors and aromas of tropical and citrus fruits and pine dominate. A subtle malt sweetness brings the beer into balance.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/a539effb-751b-4369-8515-9cd15de9a8d3_Lunch_120.png\",\n            \"TapId\": \"1\",\n            \"PricePerOunce\": \"0.645\",\n            \"BeerStyleCategory\": \"India Pale Ale\",\n            \"StartingOunces\": 1984.00,\n            \"CurrentOunces\": 1967.90,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/a539effb-751b-4369-8515-9cd15de9a8d3_Lunch_400.png\"\n    }\n  ]\n}\n\n</code></pre>\n<p>This endpoint retrieves information about the beers currently available on tap at a specified location. It provides details such as the number of taps and a list of beers, including their characteristics.</p>\n<h3 id=\"request-1\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://ap.ipour.it/api/GetOnTap/{locationId}</code></p>\n</li>\n<li><p><strong>Path Parameter</strong>:</p>\n<ul>\n<li><code>locationId</code> (required): The unique identifier for the location from which you want to retrieve the on-tap beer information. In this example, the location ID is <code>26</code>.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response-1\">Response</h3>\n<ul>\n<li><p><strong>Status Code</strong>: 200 OK</p>\n</li>\n<li><p><strong>Content-Type</strong>: application/json</p>\n</li>\n</ul>\n<h4 id=\"response-structure\">Response Structure</h4>\n<p>The response is a JSON object that includes the following fields:</p>\n<ul>\n<li><p><code>LocationDisplayName</code>: (string) The display name of the location. This may be <code>null</code> if not provided.</p>\n</li>\n<li><p><code>NumberOfTaps</code>: (integer) The total number of taps available at the location.</p>\n</li>\n<li><p><code>Beers</code>: (array) A list of beer objects, each containing:</p>\n<ul>\n<li><p><code>Name</code>: (string) The name of the beer.</p>\n</li>\n<li><p><code>BrewerName</code>: (string) The name of the brewery producing the beer.</p>\n</li>\n<li><p><code>BrewerLocation</code>: (string) The location of the brewery.</p>\n</li>\n<li><p><code>Ibu</code>: (string) The International Bitterness Units of the beer.</p>\n</li>\n<li><p><code>Abv</code>: (string) The Alcohol By Volume percentage of the beer.</p>\n</li>\n<li><p><code>StyleDesc</code>: (string) A description of the beer style.</p>\n</li>\n<li><p><code>Notes</code>: (string) Description of the beer</p>\n</li>\n<li><p><code>FullImagePath</code>: (string) The full path to the image of the beer.</p>\n</li>\n<li><p><code>TapId</code>: (string) The unique identifier for the tap.</p>\n</li>\n<li><p><code>PricePerOunce</code>: (string) The price per ounce of the beer.</p>\n</li>\n<li><p><code>BeerStyleCategory</code>: (string) The category of the beer style.</p>\n</li>\n<li><p><code>StartingOunces</code>: (integer) The starting volume of the beer in ounces.</p>\n</li>\n<li><p><code>CurrentOunces</code>: (integer) The current volume of the beer in ounces.</p>\n</li>\n<li><p><code>Image400</code>: (string) A URL to a 400px image of the beer.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"usage\">Usage</h3>\n<p>To effectively use this endpoint, ensure that you provide a valid <code>locationId</code> in the URL. The response will give you a comprehensive overview of the beers available on tap at that location, including their details and pricing information.</p>\n","urlObject":{"protocol":"https","path":["api","GetOnTap","26"],"host":["ap","ipour","it"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"873cca86-69a1-4de8-8bc3-8b3d71e1d8ac","name":"Get On Tap","originalRequest":{"method":"GET","header":[{"key":"BarUniqueId","value":"4A476E40-E62B-4EFC-9AD3-66B539EFD6D6","type":"text"}],"url":{"raw":"https://ap.ipour.it/api/GetOnTap/26","protocol":"https","host":["ap","ipour","it"],"path":["api","GetOnTap","26"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"10982"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 29 Aug 2025 18:08:14 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"LocationDisplayName\": null,\n    \"NumberOfTaps\": 52,\n    \"Beers\": [\n        {\n            \"Name\": \"Lunch\",\n            \"BrewerName\": \"Maine Beer Co.\",\n            \"BrewerLocation\": \"Freeport, ME\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"7.00\",\n            \"StyleDesc\": \"India Pale Ale\",\n            \"Notes\": \"Our “East Coast” version of a West Coast-style IPA. Intense hop flavors and aromas of tropical and citrus fruits and pine dominate. A subtle malt sweetness brings the beer into balance.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/a539effb-751b-4369-8515-9cd15de9a8d3_Lunch_120.png\",\n            \"TapId\": \"1\",\n            \"PricePerOunce\": \"0.645\",\n            \"BeerStyleCategory\": \"India Pale Ale\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1967.9,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/a539effb-751b-4369-8515-9cd15de9a8d3_Lunch_400.png\"\n        },\n        {\n            \"Name\": \"Sexy Pina Colada\",\n            \"BrewerName\": \"Nova Easy Kombucha\",\n            \"BrewerLocation\": \"\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"8.00\",\n            \"StyleDesc\": \"Kombucha\",\n            \"Notes\": \"\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/68e2ec5f-2d63-4b96-b51b-9868bf957a8c_NovaEasyKombuchaPNG_120.png\",\n            \"TapId\": \"2\",\n            \"PricePerOunce\": \"0.504\",\n            \"BeerStyleCategory\": \"Non-Alcoholic\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1947.2,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/68e2ec5f-2d63-4b96-b51b-9868bf957a8c_NovaEasyKombuchaPNG_400.png\"\n        },\n        {\n            \"Name\": \"805\",\n            \"BrewerName\": \"Firestone Walker Brewing Co.\",\n            \"BrewerLocation\": \"Paso Robles, CA\",\n            \"Ibu\": \"20.0\",\n            \"Abv\": \"4.70\",\n            \"StyleDesc\": \"Blonde\",\n            \"Notes\": \"It’s not a unique idea, but one that everyone on the Central Coast understands… Call something “805” and it means local. As a regional craft brewer we have always known that the closer the beer is to where it was brewed, the fresher it is. In fact since 1996 our brewery has been built on fresh, local beers for the Central Coast…. so we created a beer just for our locals in the “805”.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/7cb7b8fe-7014-417d-acf7-5763778c20d6_805_120.png\",\n            \"TapId\": \"3\",\n            \"PricePerOunce\": \"0.485\",\n            \"BeerStyleCategory\": \"Blonde\",\n            \"StartingOunces\": 1690,\n            \"CurrentOunces\": 1678.5,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/7cb7b8fe-7014-417d-acf7-5763778c20d6_805_400.png\"\n        },\n        {\n            \"Name\": \"Phantom Bride\",\n            \"BrewerName\": \"Belching Beaver Brewery\",\n            \"BrewerLocation\": \"San Diego, CA\",\n            \"Ibu\": \"55.0\",\n            \"Abv\": \"7.10\",\n            \"StyleDesc\": \"India Pale Ale\",\n            \"Notes\": \"Named after the ethereal song by the one and only Deftones, Phantom Bride IPA is a blend of Amarillo, Citra, Simcoe, and Mosaic hops delicately balanced for the perfectly drinkable mix of citrus and hoppy goodness.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/7c1ed8ec-fc61-4a67-8967-93bccf849908_phantom_120.png\",\n            \"TapId\": \"4\",\n            \"PricePerOunce\": \"0.560\",\n            \"BeerStyleCategory\": \"India Pale Ale\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1973.6,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/7c1ed8ec-fc61-4a67-8967-93bccf849908_phantom_400.png\"\n        },\n        {\n            \"Name\": \"Pink Lemonade\",\n            \"BrewerName\": \"Owl Farm Unique Fermentations\",\n            \"BrewerLocation\": \"Vista, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"0.00\",\n            \"StyleDesc\": \"Sour\",\n            \"Notes\": \"\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/4730f5c3-a32f-4d16-a686-b7d55ba30f3e_OwlFarm_Black_120.jpg\",\n            \"TapId\": \"5\",\n            \"PricePerOunce\": \"0.466\",\n            \"BeerStyleCategory\": \"Sour\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1978.5,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/4730f5c3-a32f-4d16-a686-b7d55ba30f3e_OwlFarm_Black_400.jpg\"\n        },\n        {\n            \"Name\": \"Into the Sunset\",\n            \"BrewerName\": \"Mike Hess Brewing\",\n            \"BrewerLocation\": \"San Diego, CA\",\n            \"Ibu\": \"80.0\",\n            \"Abv\": \"7.50\",\n            \"StyleDesc\": \"American IPA\",\n            \"Notes\": \"Into the Sunset showcases the skills of our brewers, combining malt, hops and real blood oranges into a true San Diego-style IPA.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/a516c3f3-13a2-4faf-9e78-834544445c55_MikeHessLogo1_120.png\",\n            \"TapId\": \"6\",\n            \"PricePerOunce\": \"0.582\",\n            \"BeerStyleCategory\": \"India Pale Ale\",\n            \"StartingOunces\": 1690,\n            \"CurrentOunces\": 1685.9,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/a516c3f3-13a2-4faf-9e78-834544445c55_MikeHessLogo1_400.png\"\n        },\n        {\n            \"Name\": \"Must Be the Honey\",\n            \"BrewerName\": \"Belching Beaver Brewery\",\n            \"BrewerLocation\": \"San Diego, CA\",\n            \"Ibu\": \"19.0\",\n            \"Abv\": \"5.50\",\n            \"StyleDesc\": \"Blonde Ale\",\n            \"Notes\": \"\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/f6f0a240-353a-4624-8f97-236dd75ee61f_Must%20Be%20the%20Honey_120.png\",\n            \"TapId\": \"7\",\n            \"PricePerOunce\": \"0.479\",\n            \"BeerStyleCategory\": \"Blonde\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1971.9,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/f6f0a240-353a-4624-8f97-236dd75ee61f_Must%20Be%20the%20Honey_400.png\"\n        },\n        {\n            \"Name\": \"Bludacris\",\n            \"BrewerName\": \"Newtopia Cyder\",\n            \"BrewerLocation\": \"San Diego, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"6.00\",\n            \"StyleDesc\": \"Cider - Other Fruit\",\n            \"Notes\": \"Blueberry and Meyer Lemon Cider.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/d62c2ba3-66c5-4e9d-a1c6-b5de0e2cc5c3_BludacrisPNG_120.png\",\n            \"TapId\": \"8\",\n            \"PricePerOunce\": \"0.518\",\n            \"BeerStyleCategory\": \"Cider\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1983,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/d62c2ba3-66c5-4e9d-a1c6-b5de0e2cc5c3_BludacrisPNG_400.png\"\n        },\n        {\n            \"Name\": \"Hazy .394\",\n            \"BrewerName\": \"Alesmith Brewing Co.\",\n            \"BrewerLocation\": \"San Diego, CA\",\n            \"Ibu\": \"13.0\",\n            \"Abv\": \"6.00\",\n            \"StyleDesc\": \"New England Pale\",\n            \"Notes\": \"Similar to the fan-favorite San Diego Pale Ale .394, this beer pays tribute to Hall-of-Famer Tony Gwynn and the career-high batting average that he achieved with the Padres in ’94. Hazy .394 showcases an intense hop aroma of tropical fruit and citrus, but delivers a fuller-bodied pour than its predecessor, along with a smooth and creamy finish. It’s a guaranteed hit!\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/22c49690-b471-4480-9c7a-aecf58986414_Hazy394PNG_120.png\",\n            \"TapId\": \"9\",\n            \"PricePerOunce\": \"0.535\",\n            \"BeerStyleCategory\": \"Pale Ale\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1981.8,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/22c49690-b471-4480-9c7a-aecf58986414_Hazy394PNG_400.png\"\n        },\n        {\n            \"Name\": \"Cali Squeeze Blood Orange\",\n            \"BrewerName\": \"Firestone Walker Brewing Co.\",\n            \"BrewerLocation\": \"Paso Robles, CA\",\n            \"Ibu\": \"15.0\",\n            \"Abv\": \"5.40\",\n            \"StyleDesc\": \"Hefeweizen\",\n            \"Notes\": \"Your new main squeeze. We juiced up our Hefeweizen with loads of blood orange for a citrusy twist. This infused brew strikes a unique balance of sweet & tart to brighten up your day.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/bc51eab4-5aff-4b50-af31-097d9690a231_FirestoneCaliSqueezeBlood1_120.png\",\n            \"TapId\": \"10\",\n            \"PricePerOunce\": \"0.459\",\n            \"BeerStyleCategory\": \"Hefeweizen\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1979.8,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/bc51eab4-5aff-4b50-af31-097d9690a231_FirestoneCaliSqueezeBlood1_400.png\"\n        },\n        {\n            \"Name\": \"Watermelon and Acai\",\n            \"BrewerName\": \"Endless Summer\",\n            \"BrewerLocation\": \"\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"0.00\",\n            \"StyleDesc\": \"Hard Seltzer\",\n            \"Notes\": \"\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/68da9474-5211-4e15-b522-6e6ca67e9db8_eldsm_120.png\",\n            \"TapId\": \"11\",\n            \"PricePerOunce\": \"0.448\",\n            \"BeerStyleCategory\": \"Hard Seltzer\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1949.3,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/68da9474-5211-4e15-b522-6e6ca67e9db8_eldsm_400.png\"\n        },\n        {\n            \"Name\": \"June Gloom\",\n            \"BrewerName\": \"Gravity Heights\",\n            \"BrewerLocation\": \"\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"7.20\",\n            \"StyleDesc\": \"New England IPA\",\n            \"Notes\": \"\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/de9ef93b-c998-43a7-abdf-d3ace41786c3_GravityHeightsLOGO_120.png\",\n            \"TapId\": \"12\",\n            \"PricePerOunce\": \"0.489\",\n            \"BeerStyleCategory\": \"India Pale Ale\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1955.2,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/de9ef93b-c998-43a7-abdf-d3ace41786c3_GravityHeightsLOGO_400.png\"\n        },\n        {\n            \"Name\": \"Orange Ave. Wit\",\n            \"BrewerName\": \"Coronado Brewing Co.\",\n            \"BrewerLocation\": \"Coronado, CA\",\n            \"Ibu\": \"15.0\",\n            \"Abv\": \"5.20\",\n            \"StyleDesc\": \"Witbier\",\n            \"Notes\": \"Our spiced California style Wit is both refreshing and complex. Brewed with wheat, coriander, California orange peel, and local orange blossom honey. From the first sip to the last you’ll find subtle flavors of bread, spice, citrus, and a thirst quenching orange honey finish.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/95750cd3-f20e-4cba-b78d-9ec5ee4d83e8_OrangeAve_120.png\",\n            \"TapId\": \"13\",\n            \"PricePerOunce\": \"0.441\",\n            \"BeerStyleCategory\": \"Witbier\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1960.9,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/95750cd3-f20e-4cba-b78d-9ec5ee4d83e8_OrangeAve_400.png\"\n        },\n        {\n            \"Name\": \"Blonde Cartel\",\n            \"BrewerName\": \"Latitude 33 Brewing\",\n            \"BrewerLocation\": \"Vista, CA\",\n            \"Ibu\": \"25.0\",\n            \"Abv\": \"5.10\",\n            \"StyleDesc\": \"Blonde\",\n            \"Notes\": \"Blonde Cartel is a full flavored golden blonde ale perfectly balanced with just the right amount of bitterness. Moderate hop character up front that takes you to a grassy field rolling in wild flowers. On the back end is a moderate bready, slightly biscuit-like malt character with a medium finish.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/11ec3ad8-f1d5-427f-a5ee-73a10d71d22d_latitude33_120.png\",\n            \"TapId\": \"14\",\n            \"PricePerOunce\": \"0.433\",\n            \"BeerStyleCategory\": \"Blonde\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1952.4,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/11ec3ad8-f1d5-427f-a5ee-73a10d71d22d_latitude33_400.png\"\n        },\n        {\n            \"Name\": \"Gothica\",\n            \"BrewerName\": \"Black Plague Brewing\",\n            \"BrewerLocation\": \"Oceanside, CA\",\n            \"Ibu\": \"19.0\",\n            \"Abv\": \"5.50\",\n            \"StyleDesc\": \"Mexican Lager\",\n            \"Notes\": \"Gothica is a classic Mexican-Style Lager with a California twist. This light, crisp, refreshing beer is made with a Mexican Lager yeast strain and flaked corn for authentic flavors.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/d59d9d1d-c1b8-465d-a690-cde4450e20db_blackplague_120.png\",\n            \"TapId\": \"15\",\n            \"PricePerOunce\": \"0.441\",\n            \"BeerStyleCategory\": \"Lager\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1962,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/d59d9d1d-c1b8-465d-a690-cde4450e20db_blackplague_400.png\"\n        },\n        {\n            \"Name\": \"Aurora Hoppyalis\",\n            \"BrewerName\": \"Karl Strauss Brewing Co.\",\n            \"BrewerLocation\": \"San Diego, CA\",\n            \"Ibu\": \"60.0\",\n            \"Abv\": \"7.00\",\n            \"StyleDesc\": \"India Pale Ale\",\n            \"Notes\": \"What the rest of the world calls an IPA, San Diego locals consider pale in comparison. Aurora Hoppyalis is our San Diego-style IPA brewed with Simcoe, Mosaic, Amarillo, and Citra hops. Robust flavors and aromas of tropical fruit, pine, and tangerine linger through a dry, crisp finish. Tonight’s forecast: clear hoppy skies.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/4f7ba091-e161-4bf1-819b-e191be30bb72_karlz_120.png\",\n            \"TapId\": \"16\",\n            \"PricePerOunce\": \"0.491\",\n            \"BeerStyleCategory\": \"India Pale Ale\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1980.4,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/4f7ba091-e161-4bf1-819b-e191be30bb72_karlz_400.png\"\n        },\n        {\n            \"Name\": \"Peppers and Peaches\",\n            \"BrewerName\": \"Claremont Craft Ales\",\n            \"BrewerLocation\": \"Claremont, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"6.70\",\n            \"StyleDesc\": \"American IPA\",\n            \"Notes\": \"India Pale Ale with peaches and pink peppercorns.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/7c74dce7-2b5d-4e70-a911-b186fad5279c_claremontcraftales_120.png\",\n            \"TapId\": \"17\",\n            \"PricePerOunce\": \"0.557\",\n            \"BeerStyleCategory\": \"India Pale Ale\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1983,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/7c74dce7-2b5d-4e70-a911-b186fad5279c_claremontcraftales_400.png\"\n        },\n        {\n            \"Name\": \"86'd\",\n            \"BrewerName\": \"Fall Brewing\",\n            \"BrewerLocation\": \"San Diego, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"5.40\",\n            \"StyleDesc\": \"American Lager\",\n            \"Notes\": \"\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/2d6f2cc0-2f04-49cd-8cc3-6b7bdb9d81be_fallbrewing_120.png\",\n            \"TapId\": \"18\",\n            \"PricePerOunce\": \"0.426\",\n            \"BeerStyleCategory\": \"Lager\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1982.8,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/2d6f2cc0-2f04-49cd-8cc3-6b7bdb9d81be_fallbrewing_400.png\"\n        },\n        {\n            \"Name\": \"Blood Orange IPA\",\n            \"BrewerName\": \"Latitude 33 Brewing\",\n            \"BrewerLocation\": \"Vista, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"7.20\",\n            \"StyleDesc\": \"India Pale Ale\",\n            \"Notes\": \"Blood Orange IPA is juicy and refreshingly delicious. It redefines the category of the San Diego style IPA. While it is infused with Blood Orange, this IPA is not too sweet. The citrusy, tropical bitterness provides a perfect balance and a smooth finish.It is a beer than can be enjoyed on a hot day out in the sun because it is very delicious, but it can also just be enjoyed anytime because it is smooth and easy to drink.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/47f276ca-9b2d-4cb5-a4b7-014114ccb520_latitudebloodorange_120.png\",\n            \"TapId\": \"19\",\n            \"PricePerOunce\": \"0.479\",\n            \"BeerStyleCategory\": \"India Pale Ale\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1978.9,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/47f276ca-9b2d-4cb5-a4b7-014114ccb520_latitudebloodorange_400.png\"\n        },\n        {\n            \"Name\": \"Coastliner\",\n            \"BrewerName\": \"Delahunt Brewing Co.\",\n            \"BrewerLocation\": \"San Clemente, CA\",\n            \"Ibu\": \"33.0\",\n            \"Abv\": \"8.50\",\n            \"StyleDesc\": \"Hazy Double IPA\",\n            \"Notes\": \"\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/ec308498-afb1-4f7f-96dd-18a8c93f4684_Delahunt%20Brewing%20Co%20800x800_120.png\",\n            \"TapId\": \"20\",\n            \"PricePerOunce\": \"0.532\",\n            \"BeerStyleCategory\": \"India Pale Ale\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1963,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/ec308498-afb1-4f7f-96dd-18a8c93f4684_Delahunt%20Brewing%20Co%20800x800_400.png\"\n        },\n        {\n            \"Name\": \"Two Hearted Ale\",\n            \"BrewerName\": \"Bell's Brewery\",\n            \"BrewerLocation\": \"Kalamazoo, MI\",\n            \"Ibu\": \"55.0\",\n            \"Abv\": \"7.00\",\n            \"StyleDesc\": \"American IPA\",\n            \"Notes\": \"Hopped exclusively with the Centennial hop varietal from the Pacific Northwest, massive additions in the kettle and again in the fermenter lend their characteristic grapefruit and pine resin aromas. A significant malt body balances this hop presence; together with the signature fruity aromas of Bell's house yeast, this leads to a remarkably drinkable American-style India Pale Ale.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/fee9b105-c0d8-4287-a190-f0f53a4ac752_bellstwoheartedale_120.png\",\n            \"TapId\": \"21\",\n            \"PricePerOunce\": \"0.471\",\n            \"BeerStyleCategory\": \"India Pale Ale\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1973.1,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/fee9b105-c0d8-4287-a190-f0f53a4ac752_bellstwoheartedale_400.png\"\n        },\n        {\n            \"Name\": \"Buddha's Hand\",\n            \"BrewerName\": \"Hopworks Urban Brewery\",\n            \"BrewerLocation\": \"Portland, OR\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"0.00\",\n            \"StyleDesc\": \"Sour\",\n            \"Notes\": \"\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/a5d3f49c-d9a2-441e-87a3-deb7b6442e65_hopworks_120.png\",\n            \"TapId\": \"22\",\n            \"PricePerOunce\": \"0.605\",\n            \"BeerStyleCategory\": \"Sour\",\n            \"StartingOunces\": 1690,\n            \"CurrentOunces\": 1688.9,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/a5d3f49c-d9a2-441e-87a3-deb7b6442e65_hopworks_400.png\"\n        },\n        {\n            \"Name\": \"1-800-Tropics\",\n            \"BrewerName\": \"Booze Brothers\",\n            \"BrewerLocation\": \"Vista, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"6.90\",\n            \"StyleDesc\": \"American IPA\",\n            \"Notes\": \"New England IPA with Galaxy and Nelson Hops\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/1aa8ca5b-edd3-4f52-94b2-d6f87fa60810_tropics_120.png\",\n            \"TapId\": \"23\",\n            \"PricePerOunce\": \"0.491\",\n            \"BeerStyleCategory\": \"India Pale Ale\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1982.3,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/1aa8ca5b-edd3-4f52-94b2-d6f87fa60810_tropics_400.png\"\n        },\n        {\n            \"Name\": \"Pistil\",\n            \"BrewerName\": \"Burgeon Beer Co.\",\n            \"BrewerLocation\": \"San Diego, CA\",\n            \"Ibu\": \"25.0\",\n            \"Abv\": \"5.70\",\n            \"StyleDesc\": \"German Pilsner\",\n            \"Notes\": \"Brewed with all German malts, GR Perle and GR Saphir hops.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/6d4beabc-dd43-409e-b298-92a10433d49e_BurgeonBeerCompany_120.png\",\n            \"TapId\": \"24\",\n            \"PricePerOunce\": \"0.441\",\n            \"BeerStyleCategory\": \"Pilsner\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1977.7,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/6d4beabc-dd43-409e-b298-92a10433d49e_BurgeonBeerCompany_400.png\"\n        },\n        {\n            \"Name\": \"Black Cherry\",\n            \"BrewerName\": \"Flying Embers\",\n            \"BrewerLocation\": \"Ventura, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"7.20\",\n            \"StyleDesc\": \"Kombucha\",\n            \"Notes\": \"Fresh dark cherry flavors, finishes clean with a bright twist of lime spritz. Brewed with Live Probiotics and our Adaptogen Root Blend of Ginger and Turmeric.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/f170dc89-d349-49b1-8fa2-cfdc5cf91a20_FEBlackCherry_120.png\",\n            \"TapId\": \"25\",\n            \"PricePerOunce\": \"0.703\",\n            \"BeerStyleCategory\": \"Non-Alcoholic\",\n            \"StartingOunces\": 661,\n            \"CurrentOunces\": 654.9,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/f170dc89-d349-49b1-8fa2-cfdc5cf91a20_FEBlackCherry_400.png\"\n        },\n        {\n            \"Name\": \"Peche (2021)\",\n            \"BrewerName\": \"pFriem Family Brewers\",\n            \"BrewerLocation\": \"Hood River, OR\",\n            \"Ibu\": \"6.0\",\n            \"Abv\": \"5.80\",\n            \"StyleDesc\": \"Lambic\",\n            \"Notes\": \"When we add juicy, heirloom peaches to our year-old Lambic-inspired ale, magic happens— they unite, gushing with bright acidity, nutty undertones and a tangy finish. It does take eight more months of aging, but it’s well worth the wait.\\n\\nGorgeous crest of dawn orange, topped with bright white foam. Aromas of sun cantaloupe, bright acidity, and fuzzy navel. Flavors of juicy ripe peach with a nutty undertone. Finishes tart, tangy, refreshing, and beautiful.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/ba31a35a-a9d4-44a8-a293-51f42437c40f_pfsre_120.png\",\n            \"TapId\": \"26\",\n            \"PricePerOunce\": \"0.675\",\n            \"BeerStyleCategory\": \"Lambic\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1982.4,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/ba31a35a-a9d4-44a8-a293-51f42437c40f_pfsre_400.png\"\n        },\n        {\n            \"Name\": \"Kook Slams\",\n            \"BrewerName\": \"Duck Foot Brewing\",\n            \"BrewerLocation\": \"San Diego, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"7.50\",\n            \"StyleDesc\": \"American IPA\",\n            \"Notes\": \"Westcoast style IPA\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/d7d6b1b8-b69c-495c-9d76-38e463fe3687_DuckFootBrewing_120.png\",\n            \"TapId\": \"27\",\n            \"PricePerOunce\": \"0.476\",\n            \"BeerStyleCategory\": \"India Pale Ale\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1977.1,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/d7d6b1b8-b69c-495c-9d76-38e463fe3687_DuckFootBrewing_400.png\"\n        },\n        {\n            \"Name\": \"Mulligan Irish-Style Red\",\n            \"BrewerName\": \"Second Chance Beer Co.\",\n            \"BrewerLocation\": \"San Diego, CA\",\n            \"Ibu\": \"26.0\",\n            \"Abv\": \"5.60\",\n            \"StyleDesc\": \"Irish Red Ale\",\n            \"Notes\": \"Smooth caramel malt notes and light, earthy British hops combine for an easy drinking, malty red ale\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/dd7a6db5-e9d1-449d-845e-2f60ed44c23c_Second-Chance-Mulligan_120.png\",\n            \"TapId\": \"28\",\n            \"PricePerOunce\": \"0.466\",\n            \"BeerStyleCategory\": \"Red Ale\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1979.3,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/dd7a6db5-e9d1-449d-845e-2f60ed44c23c_Second-Chance-Mulligan_400.png\"\n        },\n        {\n            \"Name\": \"Bright Cider\",\n            \"BrewerName\": \"2 Towns Ciderhouse\",\n            \"BrewerLocation\": \"Corvallis, OR\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"6.00\",\n            \"StyleDesc\": \"Cider\",\n            \"Notes\": \"Clean and crisp, The BrightCider is made exclusively with fresh-pressed NW apples.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/da3782ca-2af9-44e4-897a-69f2e6ba88bc_brightciiider_120.png\",\n            \"TapId\": \"29\",\n            \"PricePerOunce\": \"0.441\",\n            \"BeerStyleCategory\": \"Cider\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1979.8,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/da3782ca-2af9-44e4-897a-69f2e6ba88bc_brightciiider_400.png\"\n        },\n        {\n            \"Name\": \"Nyjah\",\n            \"BrewerName\": \"Black Plague Brewing\",\n            \"BrewerLocation\": \"Oceanside, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"7.00\",\n            \"StyleDesc\": \"New England IPA\",\n            \"Notes\": \"We teamed up with skateboarding prodigy, Nyjah Huston, to create a bold, flavorful Hazy IPA that exemplifies his devotion to becoming the best. This Hazy IPA is dry-hopped with massive additions of Nelson and Simcoe Cryo creating extreme tropical aromas of passionfruit, peach, stone fruit and gooseberry with intense flavors of papaya, ripe apricot, and traces of melon and citrus. Nyjah’s laser-focus on perfecting his skating is matched by our dedication to crafting this incredibly delicious beer.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/7c395fae-c108-4729-a4e8-94e4acdf71c7_BlackPlagueNyjahHazyIPAPNG_120.png\",\n            \"TapId\": \"30\",\n            \"PricePerOunce\": \"0.574\",\n            \"BeerStyleCategory\": \"India Pale Ale\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1978.7,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/7c395fae-c108-4729-a4e8-94e4acdf71c7_BlackPlagueNyjahHazyIPAPNG_400.png\"\n        },\n        {\n            \"Name\": \"Vampire Blues\",\n            \"BrewerName\": \"Brouwerij West\",\n            \"BrewerLocation\": \"San Pedro, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"5.60\",\n            \"StyleDesc\": \"Stout\",\n            \"Notes\": \"\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/b970659f-6c28-4ec7-aece-98ad6fa66d52_brouwerijwest_120.png\",\n            \"TapId\": \"31\",\n            \"PricePerOunce\": \"0.416\",\n            \"BeerStyleCategory\": \"Stout\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1975.4,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/b970659f-6c28-4ec7-aece-98ad6fa66d52_brouwerijwest_400.png\"\n        },\n        {\n            \"Name\": \"Trumer Pils\",\n            \"BrewerName\": \"Trumer Brewery\",\n            \"BrewerLocation\": \"Berkeley, CA\",\n            \"Ibu\": \"26.0\",\n            \"Abv\": \"4.90\",\n            \"StyleDesc\": \"German Pilsner\",\n            \"Notes\": \"The signature of Trumer Pils is its finish. The crisp, clean and well-rounded taste leaves just a subtle touch of soft bitter flavor on the back of the palate. However, because the husk is removed before mashing, the finish won’t linger. Trumer Pils is a testament to the dedication of its Austrian and American brewmasters. The result? A true European Pilsner without compare.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/e0c6d0d6-62cb-470f-9253-897373aa6053_trumerpilsner_120.png\",\n            \"TapId\": \"32\",\n            \"PricePerOunce\": \"0.426\",\n            \"BeerStyleCategory\": \"Pilsner\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1974.6,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/e0c6d0d6-62cb-470f-9253-897373aa6053_trumerpilsner_400.png\"\n        },\n        {\n            \"Name\": \"Jove\",\n            \"BrewerName\": \"The Libertine Brewing Co.\",\n            \"BrewerLocation\": \"\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"4.50\",\n            \"StyleDesc\": \"Fruited Gose\",\n            \"Notes\": \"\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/feef2073-534c-4a85-9085-3f6fd44b6808_Libertine%20Brewing%20Co._120.png\",\n            \"TapId\": \"33\",\n            \"PricePerOunce\": \"1.778\",\n            \"BeerStyleCategory\": \"Gose\",\n            \"StartingOunces\": 661,\n            \"CurrentOunces\": 642.5,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/feef2073-534c-4a85-9085-3f6fd44b6808_Libertine%20Brewing%20Co._400.png\"\n        },\n        {\n            \"Name\": \"Zombie Killer\",\n            \"BrewerName\": \"B. Nektar Meadery\",\n            \"BrewerLocation\": \"Ferndale, MI\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"6.00\",\n            \"StyleDesc\": \"Cider\",\n            \"Notes\": \"Zombie Killer Cherry Cyser is made with Michigan tart cherry juice, apple cider and star thistle honey. It is sweet but balances nicely with the tart cherries. Be careful...it is extremely addicting and refreshing. Serve cold...Zombies hate the cold!\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/2b6ba068-ef65-4d79-9cf7-369a351d8149_BNektarZombieKiller_120.png\",\n            \"TapId\": \"34\",\n            \"PricePerOunce\": \"1.144\",\n            \"BeerStyleCategory\": \"Cider\",\n            \"StartingOunces\": 661,\n            \"CurrentOunces\": 659.4,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/2b6ba068-ef65-4d79-9cf7-369a351d8149_BNektarZombieKiller_400.png\"\n        },\n        {\n            \"Name\": \"Tricerahops\",\n            \"BrewerName\": \"Ninkasi Brewing Co.\",\n            \"BrewerLocation\": \"Eugene, OR\",\n            \"Ibu\": \"84.0\",\n            \"Abv\": \"8.00\",\n            \"StyleDesc\": \"Double IPA\",\n            \"Notes\": \"Tricerahops is double everything you already love in an IPA. More hops, more malt body and a higher gravity define this Double India Pale Ale. Fiercely flavorful, guaranteed to satisfy.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/8eed2e36-f563-4663-8e32-f34f75787f2c_tricerahops2_120.png\",\n            \"TapId\": \"35\",\n            \"PricePerOunce\": \"0.490\",\n            \"BeerStyleCategory\": \"India Pale Ale\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1942.1,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/8eed2e36-f563-4663-8e32-f34f75787f2c_tricerahops2_400.png\"\n        },\n        {\n            \"Name\": \"Burst\",\n            \"BrewerName\": \"Mikkeller Brewing San Diego\",\n            \"BrewerLocation\": \"San Diego, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"5.70\",\n            \"StyleDesc\": \"American IPA\",\n            \"Notes\": \"West Coast IPA brewed with Simcoe, Citra, Mosiac. True West coast IPA, piney, earthy, Citrus, resinous and tropical with a crisp finish.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/df0ed7c8-f5e0-4c9f-842e-95c0fa95c66f_mikkburst_120.png\",\n            \"TapId\": \"36\",\n            \"PricePerOunce\": \"0.441\",\n            \"BeerStyleCategory\": \"India Pale Ale\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1981.4,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/df0ed7c8-f5e0-4c9f-842e-95c0fa95c66f_mikkburst_400.png\"\n        },\n        {\n            \"Name\": \"Honey Hips\",\n            \"BrewerName\": \"Latitude 33 Brewing\",\n            \"BrewerLocation\": \"Vista, CA\",\n            \"Ibu\": \"18.0\",\n            \"Abv\": \"8.30\",\n            \"StyleDesc\": \"Blonde\",\n            \"Notes\": \"She may be sweet as honey, but this daring brew packs a punch. Honey Hips conjures aromas of clover honey and refreshing citrus with a touch of sweetness, making her seductively drinkable. This lady has a fierce passion for unparalleled craft and is bold enough to make your head turn.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/c469786f-e1d3-4679-89c7-4c9585a42788_honeyhips_120.png\",\n            \"TapId\": \"37\",\n            \"PricePerOunce\": \"0.479\",\n            \"BeerStyleCategory\": \"Blonde\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1966.6,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/c469786f-e1d3-4679-89c7-4c9585a42788_honeyhips_400.png\"\n        },\n        {\n            \"Name\": \"Cali Creamin' NITRO\",\n            \"BrewerName\": \"Mother Earth Brewing\",\n            \"BrewerLocation\": \"Vista, Ca\",\n            \"Ibu\": \"21.0\",\n            \"Abv\": \"5.20\",\n            \"StyleDesc\": \"Vanilla Cream Ale\",\n            \"Notes\": \"One of our most popular beers ever, this light cream ale has a malty backbone thanks to some flaked corn and honey malt.  A medium bodied cult classic, it is sure to woo the ladies, but also flavorful enough to satisfy the dudes.  You’ll swear you were drinking a cream soda…but tricks are for kids.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/345915fe-3164-4772-a26a-90b9b36d9175_caliiii_120.png\",\n            \"TapId\": \"38\",\n            \"PricePerOunce\": \"0.518\",\n            \"BeerStyleCategory\": \"Cream Ale\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1964.1,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/345915fe-3164-4772-a26a-90b9b36d9175_caliiii_400.png\"\n        },\n        {\n            \"Name\": \"Porter Nitro\",\n            \"BrewerName\": \"Alesmith Brewing Co.\",\n            \"BrewerLocation\": \"San Diego, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"7.50\",\n            \"StyleDesc\": \"American Porter\",\n            \"Notes\": \"This rich, sultry brew showcases complex notes of biscuit, caramel, and chocolate with a velvety finish.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/9577e6c4-13de-46fe-a15b-cbbe60babbd9_alesmithbrewing_120.png\",\n            \"TapId\": \"39\",\n            \"PricePerOunce\": \"0.457\",\n            \"BeerStyleCategory\": \"Porter\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1983.1,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/9577e6c4-13de-46fe-a15b-cbbe60babbd9_alesmithbrewing_400.png\"\n        },\n        {\n            \"Name\": \"Tropical Guava\",\n            \"BrewerName\": \"Bambucha\",\n            \"BrewerLocation\": \"\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"6.00\",\n            \"StyleDesc\": \"Kombucha\",\n            \"Notes\": \"The flavors of the tropics blend into a mouth-watering journey for your tastebuds. Organic guava, mango and pineapple with a touch of hibiscus doing a probiotic hula dance all the way down to a healthier gut.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/afdbfc3c-123c-4698-844a-2bdd05cf7205_Tropical%20Guava_120.png\",\n            \"TapId\": \"40\",\n            \"PricePerOunce\": \"0.538\",\n            \"BeerStyleCategory\": \"Non-Alcoholic\",\n            \"StartingOunces\": 1984,\n            \"CurrentOunces\": 1982.6,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/afdbfc3c-123c-4698-844a-2bdd05cf7205_Tropical%20Guava_400.png\"\n        },\n        {\n            \"Name\": \"Black Cherry Cola\",\n            \"BrewerName\": \"Living Tea Brewing Co.\",\n            \"BrewerLocation\": \"Oceanside, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"0.00\",\n            \"StyleDesc\": \"\",\n            \"Notes\": \"Crafted by hand in Oceanside we use filtered water and organic ingredients to create these one of a kind custom sodas.  With a touch of local honey and organic spice these sodas are truly unique!\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/285ced91-b092-4c79-a375-80dd95112ed8_livingtea_120.png\",\n            \"TapId\": \"41\",\n            \"PricePerOunce\": \"0.378\",\n            \"BeerStyleCategory\": \"\",\n            \"StartingOunces\": 661,\n            \"CurrentOunces\": 661,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/285ced91-b092-4c79-a375-80dd95112ed8_livingtea_400.png\"\n        },\n        {\n            \"Name\": \"Apple Jazz\",\n            \"BrewerName\": \"Living Tea Brewing Co.\",\n            \"BrewerLocation\": \"Oceanside, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"0.00\",\n            \"StyleDesc\": \"Kombucha\",\n            \"Notes\": \"\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/285ced91-b092-4c79-a375-80dd95112ed8_livingtea_120.png\",\n            \"TapId\": \"42\",\n            \"PricePerOunce\": \"0.378\",\n            \"BeerStyleCategory\": \"Non-Alcoholic\",\n            \"StartingOunces\": 661,\n            \"CurrentOunces\": 661,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/285ced91-b092-4c79-a375-80dd95112ed8_livingtea_400.png\"\n        },\n        {\n            \"Name\": \"Rasberry Tea\",\n            \"BrewerName\": \"Living Tea Brewing Co.\",\n            \"BrewerLocation\": \"Oceanside, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"0.00\",\n            \"StyleDesc\": \"Tea\",\n            \"Notes\": \"\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/285ced91-b092-4c79-a375-80dd95112ed8_livingtea_120.png\",\n            \"TapId\": \"43\",\n            \"PricePerOunce\": \"0.378\",\n            \"BeerStyleCategory\": \"Non-Alcoholic\",\n            \"StartingOunces\": 661,\n            \"CurrentOunces\": 661,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/285ced91-b092-4c79-a375-80dd95112ed8_livingtea_400.png\"\n        },\n        {\n            \"Name\": \"Mayan Cold Brew Coffee\",\n            \"BrewerName\": \"Living Tea Brewing Co.\",\n            \"BrewerLocation\": \"Oceanside, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"0.00\",\n            \"StyleDesc\": \"Organic Cold Brew Coffee\",\n            \"Notes\": \"Crafted by hand in Oceanside we use filtered water and locally roasted organic coffee beans for the highest quality of freshness and taste.  Infused with nitrogen our cold brew coffee has an extremely refreshing and creamy finish.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/285ced91-b092-4c79-a375-80dd95112ed8_livingtea_120.png\",\n            \"TapId\": \"44\",\n            \"PricePerOunce\": \"0.378\",\n            \"BeerStyleCategory\": \"Organic Cold Brew Coffee\",\n            \"StartingOunces\": 661,\n            \"CurrentOunces\": 661,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/285ced91-b092-4c79-a375-80dd95112ed8_livingtea_400.png\"\n        },\n        {\n            \"Name\": \"Falcon's Perch\",\n            \"BrewerName\": \"J. Lohr Estates\",\n            \"BrewerLocation\": \"San Jose, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"13.68\",\n            \"StyleDesc\": \"Pinot Noir\",\n            \"Notes\": \"The J. Lohr Estates Falcon’s Perch Pinot Noir offers mixed, ripe notes of black cherry, strawberry and dried herbs lifted by vanilla spice. Plump red fruit on the palate finishes with a touch of talc and rhubarb. The clean acidity invites a wide range of food pairings.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/1acdb5e0-f1be-4e19-9ae1-ef9d3bc1f40d_FalconsPerch_120.png\",\n            \"TapId\": \"47\",\n            \"PricePerOunce\": \"1.770\",\n            \"BeerStyleCategory\": \"Red Wine\",\n            \"StartingOunces\": 661,\n            \"CurrentOunces\": 661,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/1acdb5e0-f1be-4e19-9ae1-ef9d3bc1f40d_FalconsPerch_400.png\"\n        },\n        {\n            \"Name\": \"2018 Cabernet Sauvignon\",\n            \"BrewerName\": \"Revolt Wine Co\",\n            \"BrewerLocation\": \"San Diego, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"13.90\",\n            \"StyleDesc\": \"Cabernet Sauvignon\",\n            \"Notes\": \"\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/e747a798-2040-4932-a81a-d6e618ce6047_revoltwine_120.png\",\n            \"TapId\": \"48\",\n            \"PricePerOunce\": \"1.702\",\n            \"BeerStyleCategory\": \"Red Wine\",\n            \"StartingOunces\": 661,\n            \"CurrentOunces\": 661,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/e747a798-2040-4932-a81a-d6e618ce6047_revoltwine_400.png\"\n        },\n        {\n            \"Name\": \"Chardonnay\",\n            \"BrewerName\": \"Revolt Wine Co\",\n            \"BrewerLocation\": \"San Diego, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"13.90\",\n            \"StyleDesc\": \"\",\n            \"Notes\": \"\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/e747a798-2040-4932-a81a-d6e618ce6047_revoltwine_120.png\",\n            \"TapId\": \"49\",\n            \"PricePerOunce\": \"1.589\",\n            \"BeerStyleCategory\": \"\",\n            \"StartingOunces\": 661,\n            \"CurrentOunces\": 661,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/e747a798-2040-4932-a81a-d6e618ce6047_revoltwine_400.png\"\n        },\n        {\n            \"Name\": \"2019 Rose\",\n            \"BrewerName\": \"Revolt Wine Co\",\n            \"BrewerLocation\": \"San Diego, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"11.80\",\n            \"StyleDesc\": \"Rosé\",\n            \"Notes\": \"\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/e747a798-2040-4932-a81a-d6e618ce6047_revoltwine_120.png\",\n            \"TapId\": \"50\",\n            \"PricePerOunce\": \"1.589\",\n            \"BeerStyleCategory\": \"White Wine\",\n            \"StartingOunces\": 661,\n            \"CurrentOunces\": 661,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/e747a798-2040-4932-a81a-d6e618ce6047_revoltwine_400.png\"\n        },\n        {\n            \"Name\": \"Pinot Gris 2020\",\n            \"BrewerName\": \"J Vineyards\",\n            \"BrewerLocation\": \"Healdsburg, CA\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"13.50\",\n            \"StyleDesc\": \"Pinot Gris\",\n            \"Notes\": \"Our J California Pinot Gris opens with delightful aromas of honeysuckle, tangerine and Kaffir lime leaf. This fruit-forward and layered palate has notes of ripe green apple, Meyer lemon and tart pineapple that blend with hints of florals and crisp minerality. A fantastic pairing with food, try this Pinot Gris with Thai green curry with prawns, grilled scallops with bamboo rice or chèvre and honey-preserved kumquats.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/7b2faa72-7122-4678-8cd3-0d03a04b21b6_Jvineyards2_120.png\",\n            \"TapId\": \"51\",\n            \"PricePerOunce\": \"1.815\",\n            \"BeerStyleCategory\": \"White Wine\",\n            \"StartingOunces\": 661,\n            \"CurrentOunces\": 661,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/7b2faa72-7122-4678-8cd3-0d03a04b21b6_Jvineyards2_400.png\"\n        },\n        {\n            \"Name\": \"Dry Creek Sauvignon Blanc\",\n            \"BrewerName\": \"Teira Woods Vineyard\",\n            \"BrewerLocation\": \"\",\n            \"Ibu\": \"0.0\",\n            \"Abv\": \"13.50\",\n            \"StyleDesc\": \"Sauvignon Blanc\",\n            \"Notes\": \"Classic Sancerre-like aromas of minerals, lemon zest, and citrus on the nose. Light and crisp on the attack, the mid-palate shows strong and viscous tropical fruit notes of kiwi, grapefruit and tangerine. Balance, weight and elegance are key descriptors of this wine. Light, crisp and dry, this wine finishes extremely clean with a bright acidity that begs for another sip.\",\n            \"FullImagePath\": \"https://cdn.ipourit.com/images/beer/8617d6f5-573e-4557-923b-4b7705394d7a_teirawine_120.png\",\n            \"TapId\": \"52\",\n            \"PricePerOunce\": \"1.967\",\n            \"BeerStyleCategory\": \"White Wine\",\n            \"StartingOunces\": 661,\n            \"CurrentOunces\": 661,\n            \"Image400\": \"https://cdn.ipourit.com/images/beer/8617d6f5-573e-4557-923b-4b7705394d7a_teirawine_400.png\"\n        }\n    ]\n}"}],"_postman_id":"e140fd03-c355-4e5b-b8b9-b20f7f3b88ff"},{"name":"Get On Tap","id":"502fd850-3753-4ba7-97ee-53b84e63c6af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"BarUniqueId","value":"37D76708-C9A2-4A10-9A96-E9B2FDE0C658","type":"text"}],"url":"https://ap.ipour.it/api/GetOnTap/26","urlObject":{"protocol":"https","path":["api","GetOnTap","26"],"host":["ap","ipour","it"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"502fd850-3753-4ba7-97ee-53b84e63c6af"}]}