{"openapi":"3.0.0","info":{"title":"ClawDigest API","version":"1.1.0"},"servers":[{"url":"https://clawdigest.live"}],"paths":{"/api/health":{"get":{"summary":"Health check"}},"/api/items":{"get":{"summary":"List items","parameters":["source","category","region","limit","offset","sort","from","to","sinceHours","sinceDays"]}},"/api/search":{"get":{"summary":"Search items","parameters":["q","limit"]}},"/api/trending":{"get":{"summary":"Trending in time window","parameters":["hours","limit"]}},"/api/sources":{"get":{"summary":"List configured sources"}},"/api/article":{"get":{"summary":"Get one article","parameters":["id","url"]}},"/api/stats":{"get":{"summary":"Aggregate stats"}},"/api/categories":{"get":{"summary":"Category counts"}},"/feed/rss":{"get":{"summary":"RSS feed","parameters":["limit","source"]}},"/feed/atom":{"get":{"summary":"Atom feed","parameters":["limit","source"]}}}}