Resy API endpoint
Use Crawlora's Resy Event Detail API to extract supported public Resy data as structured JSON. This page includes request parameters, cURL examples, response schema, error behavior, credit cost, and a Playground link for testing before integration.
/resy/eventReturns a ticketed dining event's full description, event-day instructions, and per-ticket-tier package breakdown (price, what's included, live ticket availability). All three identifiers come from a prior resy-events result: event_url_slug is that result's url_slug, restaurant_url_slug is its restaurant_url_slug, and location is the same city identifier resy-events was called with. Credential-free, read-only discovery -- does not purchase a ticket. Developers commonly use this endpoint for data enrichment, monitoring, research dashboards, internal automation, and agent-native workflows that need repeatable structured public web data. Authentication uses the documented Crawlora headers, and usage is metered with the credit cost shown on this page.
Request parameters are generated from the active endpoint catalog. Required values must be sent before Crawlora can call the upstream public web data source.
| Parameter | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
| event_url_slug | string | Yes | Event url_slug, from a prior resy-events result | ||
| restaurant_url_slug | string | Yes | Restaurant url_slug, from that same resy-events result's restaurant_url_slug | ||
| location | string | Yes | Resy location code or numeric id, same value resy-events was called with | ||
| party_size | integer | No | Party size, default 2 | ||
| x-api-key (header) | string | Yes | API key required |
curl -X GET "https://api.crawlora.net/api/v1/resy/event" \ -H "x-api-key: $CRAWLORA_API_KEY"
Send your scraping API key in the x-api-key header. Use the console API Keys page to rotate or select the active key.
Endpoint usage is metered in credits. The plan prices, included credits, limits, and overage rates below match the active backend billing configuration.
| Plan | Price | Included credits | Daily cap | Rate limit | Overage |
|---|---|---|---|---|---|
| Free | $0/mo | 2,000 | 500 daily credits | 5/min | No overage |
| Starter | $9/mo | 20,000 | 5,000 daily credits | 15/min | $0.75/1,000 overage credits when enabled |
| Growth | $29/mo | 100,000 | 25,000 daily credits | 45/min | $0.45/1,000 overage credits when enabled |
| Pro | $79/mo | 400,000 | No daily cap | 120/min | $0.30/1,000 overage credits |
| Business | $199/mo | 1,200,000 | No daily cap | 300/min | $0.20/1,000 overage credits |
| Enterprise | $499/mo | 5,000,000 | No daily cap | 1,000/min | $0.12/1,000 overage credits |
This endpoint is executed through Crawlora's managed scraping infrastructure.
Crawlora does not silently return bad data when the upstream page cannot be used.
| Status | Common failure case |
|---|---|
| 400 | Invalid input or missing required parameter |
| 429 | Plan or endpoint rate limit exceeded |
| 500 | Internal execution error |
| 502 | Upstream platform failed, returned unusable HTML, or served a challenge page that could not be resolved |
When possible, Crawlora returns structured error context so your integration can retry, back off, or inspect the request.
| Status | Description | Schema |
|---|---|---|
| 400 | Bad Request | #/definitions/app.Response |
| 404 | Not Found | #/definitions/app.Response |
| 500 | Internal Server Error | #/definitions/app.Response |
| 503 | Service Unavailable | #/definitions/app.Response |
{
"code": 200,
"msg": "OK",
"data": {
"shift_id": 3453602,
"name": "The Bonnie Brunch & Citi Field Trip!",
"date": "2026-09-20",
"time": "09:30:00",
"end_time": "17:00:00",
"min_party_size": 1,
"max_party_size": 8,
"price_min": 85,
"price_max": 85,
"currency": "USD",
"packages": [
{
"name": "One Ticket for Breakfast & Citi Field Trip",
"price_total": 85,
"price_total_str": "$85.00",
"whats_included": [
"Breakfast - a selection of delicious brunch items",
"Two hour open bar at The Bonnie",
"Transportation to Citi Field",
"One ticket to the Mets Game at Citi Field!"
],
"quantity_total": 40,
"quantity_remaining": 22,
"min_party_size": 1,
"max_party_size": 8,
"timeslots": [
{
"start": "2026-09-20 09:30:00",
"end": "2026-09-20 17:00:00",
"seating_type": "One Ticket for Breakfast & Citi Field Trip",
"token": "rgs://resy/6737/4349436/6/2026-09-20/2026-09-20/09:30:00/2/GA"
}
]
}
]
}
}Request schema
No body schema
Response schema
#/definitions/resy.eventDetailResponseDoc
| Field | Type | Required | Enum | Bounds | Example | Description |
|---|---|---|---|---|---|---|
| code | integer | No | 200 | |||
| data | resy.EventDetailResponse | No | ||||
| data.currency | string | No | ||||
| data.date | string | No | ||||
| data.description | string | No | ||||
| data.end_time | string | No | ||||
| data.enhanced_description | string | No | ||||
| data.enhanced_need_to_know | string | No | ||||
| data.general_sale_date | string | No | ||||
| data.images | array | No | ||||
| data.is_presale | boolean | No | ||||
| data.max_party_size | integer | No | ||||
| data.min_party_size | integer | No | ||||
| data.name | string | No | ||||
| data.need_to_know | string | No | ||||
| data.packages | array | No | ||||
| data.packages[].max_party_size | integer | No | 8 | |||
| data.packages[].min_party_size | integer | No | 1 | |||
| data.packages[].name | string | No | One Ticket for Breakfast & Citi Field Trip | |||
| data.packages[].price_total | number | No | 85 | |||
| data.packages[].price_total_str | string | No | $85.00 | |||
| data.packages[].quantity_remaining | integer | No | 22 | |||
| data.packages[].quantity_total | integer | No | 40 | |||
| data.packages[].sold_out | boolean | No | ||||
| data.packages[].timeslots | array | No | ||||
| data.packages[].timeslots[].end | string | No | 2026-09-20 20:30:00 | |||
| data.packages[].timeslots[].max_party_size | integer | No | 4 | |||
| data.packages[].timeslots[].min_party_size | integer | No | 1 | |||
| data.packages[].timeslots[].seating_type | string | No | Dining Room | |||
| data.packages[].timeslots[].start | string | No | 2026-09-20 19:00:00 | Start/End are Resy's own local "YYYY-MM-DD HH:MM:SS" strings (not RFC3339 -- kept as upstream returns them since seating-area shifts don't carry a UTC offset in the response). | ||
| data.packages[].timeslots[].token | string | No | Token is Resy's opaque reservation-config identifier for this slot (an "rgs://..." string). It is only meaningful back to Resy's own booking flow -- this service does not implement booking, only discovery. | |||
| data.packages[].whats_included | array | No | ||||
| data.price_max | number | No | ||||
| data.price_min | number | No | ||||
| data.shift_id | integer | No | ||||
| data.time | string | No | ||||
| data.url_slug | string | No | ||||
| msg | string | No | OK |
Use environment variables for secrets and keep Crawlora API keys server-side.
curl -X GET "https://api.crawlora.net/api/v1/resy/event" \
-H "x-api-key: $CRAWLORA_API_KEY"Crawlora is designed for responsible structured public web data workflows. Customers are responsible for using Crawlora in compliance with applicable laws, third-party rights, target-platform rules, and Crawlora terms.
Read Crawlora terms