API Reference
All 19 ReddGrow Agent API endpoints with interactive playground
The ReddGrow Agent API provides structured Reddit intelligence for AI agents. All endpoints use GET requests and return clean JSON.
Base URL
https://api.reddgrow.aiAuthentication
Pass your API key in the x-api-key header:
curl -H "x-api-key: rg_your_key_here" https://api.reddgrow.ai/agent/meCredit Costs
| Tier | Cost | Endpoints |
|---|---|---|
| Simple lookup | 1 credit | about, rules, traffic, widgets, user profile |
| List/feed | 2 credits | posts, comments, user posts/comments |
| Search | 3 credits | subreddit search, post search, check-url |
| Heavy/batch | 5 credits | wiki, duplicates, batch posts, domain mentions |
Endpoint Groups
- Meta — Account info and credit balance (1 endpoint)
- Subreddits — Community data, posts, comments, rules, wiki (10 endpoints)
- Posts — Search, batch fetch, comments, duplicates (4 endpoints)
- Users — Profile, post history, comment history (3 endpoints)
- Domains — Reddit mentions of any domain (1 endpoint)