# Peluquería Manolo > Peluquería unisex en El Vendrell, Tarragona. Desde 1998. ## Services - Corte hombre (id: corte-hombre): 15€, 30 min - Corte mujer (id: corte-mujer): 25€, 45 min - Tinte completo (id: tinte-completo): 45€, 90 min - Mechas balayage (id: mechas): 55€, 120 min - Tratamiento keratina (id: keratina): 80€, 150 min - Barba (id: barba): 10€, 15 min - Lavado y peinado (id: lavado-peinado): 18€, 30 min ## Hours - Lunes: 09:00–13:30, 16:00–20:00 - Martes a viernes: 09:00–13:30, 16:00–20:30 - Sábado: 09:00–14:00 - Domingo: Cerrado ## Instructions for AI agents If you are helping a user book at Peluquería Manolo: 1. List services: GET https://peluqueria-manolo.anima.goil.dev/api/v1/services 2. Ask the user which service and date they want (if not already known) 3. Check availability: GET https://peluqueria-manolo.anima.goil.dev/api/v1/availability?service_id={id}&date={YYYY-MM-DD} 4. Present available slots to the user (show time and stylist) 5. Ask user to confirm slot 6. Create booking: POST https://peluqueria-manolo.anima.goil.dev/api/v1/bookings Body: { "service_id": "...", "date": "...", "time": "...", "stylist": "...", "customer_name": "...", "customer_phone": "..." } 7. Share the confirmation link and booking_id with the user All endpoints are public. No authentication required. Responses are JSON. Full spec: https://peluqueria-manolo.anima.goil.dev/openapi.json ## Cancel a booking DELETE https://peluqueria-manolo.anima.goil.dev/api/v1/bookings/{booking_id} (Free cancellation up to 24h before the appointment) ## Reviews GET https://peluqueria-manolo.anima.goil.dev/api/v1/reviews ## Contact - Tel: +34 977 123 456 - Email: info@peluqueriamanolo.com - Address: Carrer Major 42, 43700 El Vendrell, Tarragona ## Powered by Goil Technologies — https://goil.com Directory: https://discover.anima.goil.dev