Every API, one clean contract.
64 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Reputation & Reviews
8 APIsE-commerce & Marketplaces
13 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Social & Knowledge
13 APIsUtilities & AI
7 APIspost/reddit/v1/subreddit_posts1 creditposts in a subreddit by `sort` (hot/new/top/rising/controversial) → posts[]{title,author,score,...}. `subreddit` required. live ranking via Reddit, or source=arctic for a fresh archive listing. params: sort, time, limit(<=100), after, source.
{
"subreddit": "python",
"limit": 10
}Try in playground →post/reddit/v1/post_comments1 creditthreaded comments for a post (`post_id`|`id`|`url` required) → comments[]{author,body,score,...}. params: sort, limit(<=500), depth(<=50), source.
post/reddit/v1/search1 creditsearch posts/comments by `q` and/or `subreddit`/`author` → results[]. type=post|comment. Routes to arctic/pullpush (archive) or live by scope. params: q, subreddit, author, type, sort, limit, after_utc, before_utc, source.
{
"subreddit": "python",
"limit": 10
}Try in playground →post/reddit/v1/user1 credituser profile (`username`|`user` required): kind=about (live karma/profile) | submitted | comments. params: kind, limit, after, sort, source.
{
"username": "spez",
"kind": "about"
}Try in playground →post/reddit/v1/subreddit_about1 creditsubreddit metadata (`subreddit` required): subscribers/description/created/... (live or source=arctic).
{
"subreddit": "python"
}Try in playground →