Restaurants
Tabelog
Observed-contract and live-flow Tabelog provider for APIFuse bounty submission.
Overview
What Tabelog enables
Observed-contract and live-flow Tabelog provider for APIFuse bounty submission.
Capabilities
Best next operations
Get booking status
stableUse this operation when a caller needs the latest state of an existing Tabelog reservation, and when the provider must read the authenticated reservation detail flow to normalize whether the booking is still confirmed, already cancelled, or otherwise ambiguous upstream.
Get restaurant detail
stableUse this operation when a caller needs a read-only view of a specific Tabelog restaurant page, and when downstream reservation logic depends on normalized booking-calendar endpoints, CSRF state, restaurant identity, or any booking launch links exposed by the detail page.
Inspect booking entry
stableUse this operation when a caller needs to inspect a booking-entry URL before creating a reservation, and when the provider must distinguish between an open entry form, a login gate, or a rate-limited anti-bot state without mutating a live reservation.
Guide
Start using Tabelog
Use the setup notes and examples below to try this provider quickly.
Setup
Tabelog uses api key authentication in APIFuse.
Suggested operations
- Get booking status: Use this operation when a caller needs the latest state of an existing Tabelog reservation, and when the provider must read the authenticated reservation detail flow to normalize whether the booking is still confirmed, already cancelled, or otherwise ambiguous upstream.
- Get restaurant detail: Use this operation when a caller needs a read-only view of a specific Tabelog restaurant page, and when downstream reservation logic depends on normalized booking-calendar endpoints, CSRF state, restaurant identity, or any booking launch links exposed by the detail page.
- Inspect booking entry: Use this operation when a caller needs to inspect a booking-entry URL before creating a reservation, and when the provider must distinguish between an open entry form, a login gate, or a rate-limited anti-bot state without mutating a live reservation.
API Reference
Tabelog endpoints
Explore the provider-scoped OpenAPI reference and run supported operations from the same page.