Get Restaurant
disney.restaurant
1 credit / request
Get detailed information for a single Disney restaurant including meal periods, pricing, menus, booking links, and calendar availability window.
Request
curl -X POST https://data.upscrape.com/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{"resort":"wdw","slug":"ohana"},"capability":"disney.restaurant"}'
Input
| Field | Type | Required | Description |
|---|---|---|---|
date
| string | optional | Date for schedule info (YYYY-MM-DD, default: 3 days from now) |
resort
| string | required | Resort code: 'wdw' or 'dlr' |
slug
| string | required | Restaurant URL slug, e.g. 'ohana', 'be-our-guest-restaurant' |