tock.com API: get_availability
tock.com via Parse · food_dining
Get available reservation time slots for a restaurant on a specific date. Returns slots filtered by party size, including experience/seating type name, pricing, and availability count. The slug comes from search_restaurants results. Makes two upstream calls (offerings + calendar). An empty slots array means no availability for that date and party size. Search for restaurants on Tock (exploretock.com) and get detailed restaurant information including accolades, FAQs, and contact details. Fulfilled by Parse from tock.com.
- food-dining
- parse
- platform-key
- reviews-ratings
- tock-com
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/56407e7b-33ee-493f-b58a-62046858269c/get_availability
- Interface artifact
- sha256:a81aad2abfea1d258a4d86a06a4e2f10ac45f2f9cee19b65eaeef470ae71940d
- Manifest digest
- sha256:5ecc60e5ab04cf884f818ac4f181fbd90e2010fdbe2e9ff50b0d9c540c8bf733
Request fields
- date (string, required): Date to check availability in ISO format YYYY-MM-DD (e.g. '2026-09-15')
- slug (string, required): Restaurant URL slug from search_restaurants results (e.g. 'alinea', 'oriolechicago')
- party_size (integer): Number of guests in the party. Slots are filtered to those accepting this party size.
Example queries
- {"date":"2026-09-16","slug":"oriolechicago"}