{"entry":{"slug":"reddit-api","name":"Reddit API","category":"api","summary":"Read subreddits, posts and comments.","description":"OAuth API for listings, search, comments and submissions; a descriptive User-Agent is mandatory.","auth_mode":"OAuth 2.0 bearer token","endpoint":"https://oauth.reddit.com","docs_url":"https://www.reddit.com/dev/api","tags":["social","search","monitoring"],"capabilities":["list_hot","search_posts","get_comments","submit_post"],"auth_params":[],"input_format":"query params","output_format":"application/json","rate_limit":"100 requests/minute per OAuth client; anonymous calls are blocked.","pricing":"freemium","invocation_example":"curl -s -H \"Authorization: Bearer $REDDIT_TOKEN\" -H \"User-Agent: myapp/1.0 by myuser\" \"https://oauth.reddit.com/r/programming/hot?limit=1\"","verified":false,"verified_at":null,"featured":false,"checks_total":1,"checks_ok":1,"avg_latency_ms":141,"health_ok":true,"health_status_code":403,"health_checked_at":"2026-09-20T11:13:41.236+00:00","health_latency_ms":141,"probe_url":"https://www.reddit.com/dev/api"}}