{"data":{"openapi":"3.1.0","info":{"title":"Lawn Care Center API","version":"1.0.0","description":"Read-only search and retrieval for published Lawn Care Center content."},"servers":[{"url":"https://lawncare.center"}],"paths":{"/api/v1":{"get":{"operationId":"getCapabilities","summary":"Describe the API and agent interfaces."}},"/api/v1/search":{"get":{"operationId":"searchLawnCare","summary":"Search published lawn-care content.","parameters":[{"name":"q","in":"query","schema":{"type":"string","maxLength":200}},{"name":"topic","in":"query","schema":{"enum":["seasonal-care","lawn-health","fertilization","weed-control","lawn-problems","equipment","grass-types"]}},{"name":"tag","in":"query","schema":{"type":"string","maxLength":80}},{"name":"season","in":"query","schema":{"enum":["spring","summer","fall","winter","year-round"]}},{"name":"kind","in":"query","schema":{"enum":["article","state","city"]}},{"name":"state","in":"query","schema":{"type":"string"}},{"name":"city","in":"query","schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"integer","minimum":1,"maximum":20,"default":10}},{"name":"cursor","in":"query","schema":{"type":"string","maxLength":200}}],"responses":{"200":{"description":"A ranked page of published content summaries."}}}},"/api/v1/content/{contentPath}":{"get":{"operationId":"getLawnCareContent","summary":"Get one published document by its content path.","parameters":[{"name":"contentPath","in":"path","required":true,"schema":{"type":"string"},"description":"An articles/{slug}, states/{state}/{slug}, or cities/{city}/{slug} path."}],"responses":{"200":{"description":"The normalized document, Markdown body, and citations."},"404":{"description":"Published content was not found."}}}},"/api/v1/taxonomy":{"get":{"operationId":"listLawnCareTaxonomy","summary":"List topics, tags, seasons, content kinds, states, and cities."}}}},"meta":{"apiVersion":"v1","catalogVersion":"8068b20ee1182d1f"}}