ReddPulse API
Access Reddit's public data without OAuth complexity. This API transforms Reddit's raw JSON responses into clean, developer-friendly data with automatic media extraction, HTML decoding, and human-readable timestamps. ## Why This API? Reddit's official API requires OAuth authentication, returns encoded HTML entities, and has complex nested comment structures. The Reddit JSON API bypasses all…
ReddPulse API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
getUser /user/{username} |
Fetch user's posts and comments with karma breakdown |
| GET |
health /health |
Check API health status (no authentication required) |
| GET |
getComments /comments/{post_id} |
Fetch comments for a specific post |
| GET |
search /search |
Search for posts and comments across Reddit |
| GET |
getPosts /posts/{subreddit} |
Fetch posts from any subreddit with filtering options |