Business Open Status
Real-time open/closed status for any business worldwide. Pass a Google place_id, address, or lat/lng coordinates and get back a clean JSON response with: - status: "open" or "closed" - closes_in_minutes: exactly how long until closing - opens_next: ISO datetime of next opening - holiday: whether today is a public holiday in that country - weekly_hours: full weekly schedule No Google Cloud setup…
Business Open Status endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
getUsage /usage |
|
| GET |
getBusinessStatus /status |
Returns the current open/closed status of any business. Provide one of: `place_id`, `address`, or `lat` + `lng`. The `place_id` parameter is the Google Maps place identifier and… |