AVANA
VitalBev is a premium alcoholic beverage company seeking to produce health conscious and innovative products to set new standards for the industry. Our brand Avana Organic Cocktails is the first-ever organic line of tequila seltzers.
AVANA
Industry:
Food And Beverage Manufacturing Wine And Spirits
Founded:
2019-12-19
Address:
Santa Ana, California, United States
Country:
United States
Website Url:
http://www.drinkavana.com
Total Employee:
1+
Status:
Active
Contact:
+1 828 702 2009
Email Addresses:
[email protected]
Total Funding:
965 K USD
Technology used in webpage:
Domain Not Resolving Font Awesome Mobile Non Scaleable Content Google Google Cloud Apple Mobile Web App Capable Product Schema PayPal Squarespace Hosted Microdata For Google Shopping
Similar Organizations
Endless West
Endless West is a beverage company.
Sow Good
Sow Good is an emerging consumer products platform focused on manufacturing and marketing freeze-dried snacks, smoothies, and soups.
![]()
Califia Farms
Califia Farms operates as a natural beverage company.
Conecuh Brands
Conecuh Brands is a producer and marketer of super premium craft spirits.
Na Brews Corp
Non-Alcoholic Beverage Company
![]()
Narragansett Beer
Narragansett Beer is a Rhode Island-based beer company.
![]()
Nature Soy
Nature Soy is a provider of soy and vegetarian products to ethnic markets.
![]()
Sweet Note Bakery
Sweet Note Bakery is a gluten-free and allergen free bagel manufacturer based in Manayunk.
Founder

Investors List

Robert Michaels
Robert Michaels investment in Pre Seed Round - Avana
EXPERT DOJO
EXPERT DOJO investment in Pre Seed Round - Avana
Official Site Inspections
http://www.drinkavana.com
- Host name: 198.185.159.144
- IP address: 198.185.159.144
- Location: New York United States
- Latitude: 40.7157
- Longitude: -74
- Metro Code: 501
- Timezone: America/New_York
- Postal: 10013

More informations about "Avana"
Can comments be used in JSON? - Stack Overflow
Yes. The JSON format has a lot of dead-space between elements and is space-insensitive in those regions, so there's no reason why you can't have single or multi-line comments there. …See details»
javascript - JSON.stringify returns " [object Object]" instead of the ...
May 11, 2013 Here I'm creating a JavaScript object and converting it to a JSON string, but JSON.stringify returns " [object Object]" in this case, instead of displaying the contents of the …See details»
What is JSON and what is it used for? - Stack Overflow
Apr 16, 2023 679 JSON (JavaScript Object Notation) is a lightweight format that is used for data interchanging. It is based on a subset of JavaScript language (the way objects are built in …See details»
How to escape special characters in building a JSON string?
Nov 29, 2016 A JSON string must be double-quoted, according to the specs, so you don't need to escape '. If you have to use special character in your JSON string, you can escape it using \ …See details»
json - Explanation of JSONB introduced by PostgreSQL - Stack …
Mar 26, 2014 If you only work with the JSON representation in your application, PostgreSQL is only used to store & retrieve this representation, you should use json. If you do a lot of …See details»
How do I iterate over a JSON structure? - Stack Overflow
Jul 3, 2009 "How do I iterate over a JSON structure?" You don't. You parse it, whereupon you don't have JSON anymore, and you loop through the resulting array.See details»
python - Accessing JSON elements - Stack Overflow
The main issue seems to be that the original solution treats the JSON purely as a dictionary, when in fact it is a... dictionary within a list, within a dictionary, within a dictionarySee details»
browser - How to download a json file from url - Stack Overflow
5 I am solving mongodb tutorials from mongodb university. Their website has a link called "download homework". When I click on the link, nothing gets downloaded, instead the json file …See details»
How to loop through a JSON with dynamic properties in Power …
Sep 30, 2024 How to loop through a JSON with dynamic properties in Power Automate Asked 11 months ago Modified 11 months ago Viewed 3k timesSee details»
rest - How do I POST JSON data with cURL? - Stack Overflow
I use Ubuntu and installed cURL on it. I want to test my Spring REST application with cURL. I wrote my POST code at the Java side. However, I want to test it with cURL. I am trying to post …See details»