{"name":"Huella Vital Directory API","version":"1.0.0","description":"Public read API for the Huella Vital veterinary directory of Venezuela: clinics, cities, services and price aggregates.","documentation":"https://huellavital.com/api-docs","openapi":"https://huellavital.com/api/v1/openapi.json","endpoints":[{"path":"/api/v1/clinics","methods":["GET"],"description":"List clinics. Paginated (page, limit<=100) with filters: city, service, q (name substring), has_phone."},{"path":"/api/v1/clinics/{slug}","methods":["GET"],"description":"Full clinic object: hours, description, prices map, related URLs."},{"path":"/api/v1/cities","methods":["GET"],"description":"Cities with clinic counts and slugs."},{"path":"/api/v1/cities/{ciudad}","methods":["GET"],"description":"City detail plus its barrios with clinic counts."},{"path":"/api/v1/services","methods":["GET"],"description":"Service catalogue with clinic counts."},{"path":"/api/v1/prices","methods":["GET"],"description":"Price aggregates (service averages + verified clinic-level reports). Clinic-level prices are still sparsely populated — see `coverage`."},{"path":"/api/v1/openapi.json","methods":["GET"],"description":"OpenAPI 3.1 specification of this API."}],"counts":{"clinics":318,"cities":12,"services":8},"rateLimit":{"policy":"best-effort per client IP","limit":60,"windowSeconds":60,"note":"In-memory per server instance; serverless instances do not share state."}}