{"name":"Reddit Scraper API","version":"3.0.0","endpoints":{"search":{"path":"GET /search?q=keyword","params":{"q":"required","subreddit":"optional","sort":["relevance","hot","top","new","comments"],"time":["hour","day","week","month","year","all"],"limit":"1-100","after":"cursor","before":"cursor"}},"subreddit":{"path":"GET /r/{subreddit}?sort=hot","params":{"sort":["hot","new","top","rising","controversial","best"],"time":["hour","day","week","month","year","all"],"limit":"1-100","after":"cursor","before":"cursor"}},"subreddit_about":{"path":"GET /r/{subreddit}/about"},"stream":{"path":"GET /r/{subreddit}/stream","description":"SSE stream of new posts in real-time","params":{"interval":"3-30s (default 5)","limit":"1-50 (default 10)","duration":"10-120s (default 60)"}},"multi":{"path":"GET /multi?subreddits=sub1,sub2,sub3","params":{"subreddits":"required, comma-separated (max 5)","sort":["hot","new","top","rising","controversial","best"],"time":["hour","day","week","month","year","all"],"limit":"1-25"}},"export":{"path":"GET /export?q=keyword&format=csv","params":{"format":["json","csv"]}},"monitors":{"list":"GET /monitors","add":"POST /monitors  body: {\"subreddit\": \"name\"}","remove":"DELETE /monitors  body: {\"subreddit\": \"name\"}","description":"Manage which subreddits forward new posts to Discord"},"poll":{"path":"POST /poll","description":"Manually trigger a poll cycle (also runs every 5 min via cron)"},"health":{"path":"GET /health"}}}