GET /api/disponibilidad
Check accepted reservation times
GET /api/disponibilidad returns the times the restaurant accepts for each date. It does not claim a free table: the restaurant does not track capacity.
For assistants and developers
Parceros has a public API for checking accepted reservation times and creating reservations directly with the restaurant.
The contract lists routes, required fields, responses and errors. No account, key or token is needed.
Open OpenAPI 3.1GET /api/disponibilidad
GET /api/disponibilidad returns the times the restaurant accepts for each date. It does not claim a free table: the restaurant does not track capacity.
POST /api/reserva
POST /api/reserva records the table for the person who will attend. Check accepted times first, then send the guest’s real date, time, party size, name and phone number.
Creation keeps input validation and an IP rate limit to prevent abuse. If anything fails, human help remains available on WhatsApp.
Parceros · Complete technical reference for agents: /openapi.json