Look up item availability and instance pricing in Resova
domain: developers.resova.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Call the items endpoint to list your bookable items (activities/rooms), each returned with a unique item id
For a given item, retrieve its instances — the specific dated/timed occurrences customers can book
Call GET /availability/instance/{instance_id} to retrieve full details for one specific instance, including remaining capacity
Call POST /availability/instance/{instance_id}/pricing with the desired participant quantities to get the priced total for that instance before booking
Re-check instance availability immediately before booking creation, since availability can change between the list call and the booking call
Cache the item list (it changes rarely) but treat instance availability and pricing as always-fresh calls
Known gotchas
Items and instances are distinct objects — an item is the escape room/experience definition, an instance is one specific bookable date/time slot for it; don't confuse their ids
Instance pricing depends on quantities passed in the request, so a cached price from a different party size will be wrong
Full endpoint and field-level detail is published as an OpenAPI document via the Resova developer hub's llms.txt index — consult it for any field not covered by the human-readable reference pages
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?