{"uid":"cap_Sr5y5sMY8_aFMqcIOS7X1","slug":"agentic-reservations-check-restaurant-availability-on-resy-55243c42","name":"Agentic Reservations — Check Restaurant Availability on Resy","description":"API that lets AI agents search and book restaurant reservations on Resy. Pay $0.01 USDC per booking with a crypto wallet.","url":"https://www.agentres.dev/api/availability","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["venue_id","party_size","day"],"properties":{"day":{"type":"string","format":"date","description":"Date in YYYY-MM-DD format"},"venue_id":{"type":"string","description":"Resy venue ID"},"party_size":{"type":"integer","minimum":1,"description":"Number of guests"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"day":{"type":"string"},"slots":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"config_id":{"type":"string"},"time_start":{"type":"string"}}}},"venue_id":{"type":"string"},"party_size":{"type":"integer"}}}}}}},"responseSchema":{"type":"json","example":{"day":"2026-05-01","slots":[{"type":"Dining Room","config_id":"eyJ2...","time_start":"19:00:00"}],"venue_id":"6194","party_size":2}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"proven_free","priceSource":"registry","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"free","summary":"Free","primary":{"kind":"free","protocol":"x402","network":"base","amountUsd":null,"per":"call","confidence":"unknown"},"accepted":[{"kind":"free","protocol":"x402","network":"base","amountUsd":null,"per":"call","confidence":"unknown"}]},"paymentMethods":[{"uid":"pm_JqEKqb_TY5WVcXwOTNrj8","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Query available reservation time slots for a specific Resy restaurant on a given date and party size","exampleAgentPrompt":"Check if Resy venue 6194 has any open tables for 2 people on May 15, 2026 — show me all available time slots.","exampleUseCases":null,"resultDescription":"A JSON object containing the date, venue ID, party size, and an array of available time slots, each with a dining room type, a config_id (needed to make the actual booking), and a start time (e.g. '19:00:00').","failureModes":["Invalid or unknown venue_id returns empty slots array or 404","Date in wrong format (not YYYY-MM-DD) causes validation error","party_size below 1 triggers schema validation failure","No availability for the given date/party size returns empty slots array","Resy backend unavailable results in 5xx error"],"whenToPreferThis":"Use this endpoint when you already have a Resy venue ID and need to discover available reservation time slots before committing to a booking. Ideal as the first step in a two-step search-then-book flow via agentres.dev, specifically when the downstream booking action will use Resy as the reservation platform.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:34:12.603Z","isFirstParty":false}