Bevwire API

Bevwire API — The Bevwire API provides access to various beverage-rel…

🩺 Health & FoodHEALTHYchecked 8h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Bevwire API exposes the Bevwire API provides access to various beverage-related information, including product details, nutrition facts, and availability. It allows developers to integrate beverage data into their applications seamlessly. We verified a keyless GET endpoint returning JSON (Food & Drink). Check the provider docs for rate limits and terms before production use.

89HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 89 · healthy
Uptime history
100%90 days
100%30 days
701P50 · ms
1900P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 239 ms, slowest 1503 ms, most recent 431 ms.
Live response samplecaptured by our last successful check
GET https://bevwire.com/api/companies/search?q=milam&limit=3&quot

{
  "query": "milam",
  "companies": [
    {
      "slug": "milam-greene-whiskey",
      "name": "Milam & Greene Whiskey",
      "articleCount": 3,
      "articles": [
        {
          "title": "Milam & Greene Releases Live Oak Bourbon, Adds to Wildlife Collection",
          "path": "/spirits/industry-press/milam-greene-releases-live-oak-bourbon-adds-to-wildlife-coll",
          "url": "https://bevwire.com/spirits/industry-press/milam-greene-releases-live-oak-bourbon-adds-to-wildlife-coll"
        },
        {
          "title": "Milam & Greene Whiskey Wins Texas Festival People’s Choice Gold After Recount",
          "path": "/spirits/industry-press/milam-greene-whiskey-wins-texas-festival-peoples-choice-gold",
          "url": "https://bevwire.com/spirits/industry-press/milam-greene-whiskey-wins-texas-festival-peoples-choice-gold"
        }
      ]
    }
  ]
}
Call itcurl · fetch · python
curl "https://bevwire.com/api/companies/search?q=milam&limit=3&quot"
const res = await fetch("https://bevwire.com/api/companies/search?q=milam&limit=3&quot");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://bevwire.com/api/companies/search?q=milam&limit=3&quot")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /api/companies/search?q=milam&limit=3&quot701 mschecked 8h ago
GET/api/companies/search?q=milam&limit=3&quotPROBED

Bevwire API — The Bevwire API provides access to various beverage-rel…

GET/api

Api — documented GET route.

GET/api/1

Api details by ID (example: 1).

GET/api?limit=10

Api — documented GET route.

GET/api/search?q=test

Search by query parameters.

GET/api/companies/search?limit=5

Search by query parameters.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Bevwire API: common questions

Is Bevwire API free to use?

Yes — Bevwire API is a free health & food API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Bevwire API need an API key?

No — Bevwire API needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Bevwire API from the browser?

Not directly — Bevwire API doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is Bevwire API up right now?

As of our last scheduled check, Bevwire API is healthy with 100% uptime over 90 days and a 701 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.