{"openapi":"3.1.0","info":{"title":"Sport Clips Haircuts — South Florida — Public API","version":"1.0.0","summary":"Read-only location, service, and offer data for Sport Clips in Palm Beach County, FL.","description":"Sport Clips Haircuts operates four franchise locations in Palm Beach County, Florida — Lake Worth, Jupiter, Wellington, and Royal Palm Beach. Men's and boys' haircuts, the signature MVP Experience, walk-ins welcome, and online check-in.\n\nAll endpoints are public, unauthenticated, read-only, and CORS-enabled.\nNo rate limit is enforced; please cache responses for at least one hour.","contact":{"name":"Team Sachse — Sport Clips Franchisee","url":"https://www.facebook.com/TeamSachseSportClips"},"license":{"name":"Data free to use with attribution","identifier":"CC-BY-4.0"}},"servers":[{"url":"https://menshairpalmbeach.com","description":"Production"}],"paths":{"/api/index.json":{"get":{"operationId":"getApiIndex","summary":"API root descriptor and health status","responses":{"200":{"description":"Service descriptor","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/stores.json":{"get":{"operationId":"listStores","summary":"List all Sport Clips locations in Palm Beach County","description":"Returns every location with address, coordinates, phone, hours, neighborhoods served, and FAQs.","responses":{"200":{"description":"Store list","content":{"application/json":{"schema":{"type":"object","properties":{"version":{"type":"string"},"count":{"type":"integer"},"checkInUrl":{"type":"string","format":"uri"},"stores":{"type":"array","items":{"type":"object","required":["id","slug","name","storeCode","phone","address","coordinates","hours"],"properties":{"id":{"type":"string"},"slug":{"type":"string","example":"lake-worth-fl"},"name":{"type":"string"},"storeCode":{"type":"string","example":"FL340"},"phone":{"type":"string","example":"(561) 355-0570"},"address":{"type":"object","properties":{"street":{"type":"string"},"suite":{"type":"string"},"city":{"type":"string"},"state":{"type":"string"},"zip":{"type":"string"},"full":{"type":"string"}}},"coordinates":{"type":"object","properties":{"lat":{"type":"number"},"lng":{"type":"number"}}},"plaza":{"type":"string"},"hours":{"type":"object","description":"Opening hours keyed by lowercase day name, local time (America/New_York).","additionalProperties":{"type":"string"}},"timezone":{"type":"string","example":"America/New_York"},"url":{"type":"string","format":"uri"},"markdownUrl":{"type":"string","format":"uri"},"neighborhoods":{"type":"array","items":{"type":"string"}},"faqs":{"type":"array","items":{"type":"object","properties":{"question":{"type":"string"},"answer":{"type":"string"}}}}}}}}}}}}}}},"/api/services.json":{"get":{"operationId":"listServices","summary":"List haircut and grooming services offered","responses":{"200":{"description":"Service list","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/offers.json":{"get":{"operationId":"listOffers","summary":"List current coupons and promotional offers","responses":{"200":{"description":"Offer list","content":{"application/json":{"schema":{"type":"object"}}}}}}}},"components":{"schemas":{"Store":{"type":"object","required":["id","slug","name","storeCode","phone","address","coordinates","hours"],"properties":{"id":{"type":"string"},"slug":{"type":"string","example":"lake-worth-fl"},"name":{"type":"string"},"storeCode":{"type":"string","example":"FL340"},"phone":{"type":"string","example":"(561) 355-0570"},"address":{"type":"object","properties":{"street":{"type":"string"},"suite":{"type":"string"},"city":{"type":"string"},"state":{"type":"string"},"zip":{"type":"string"},"full":{"type":"string"}}},"coordinates":{"type":"object","properties":{"lat":{"type":"number"},"lng":{"type":"number"}}},"plaza":{"type":"string"},"hours":{"type":"object","description":"Opening hours keyed by lowercase day name, local time (America/New_York).","additionalProperties":{"type":"string"}},"timezone":{"type":"string","example":"America/New_York"},"url":{"type":"string","format":"uri"},"markdownUrl":{"type":"string","format":"uri"},"neighborhoods":{"type":"array","items":{"type":"string"}},"faqs":{"type":"array","items":{"type":"object","properties":{"question":{"type":"string"},"answer":{"type":"string"}}}}}}},"securitySchemes":{}},"security":[]}