ConsoleCatalog
Sign in
Reddit logo

Reddit

reddit.comSocialno auth

Post search, subreddit feeds, comments, subreddit info, and user profiles.

Popular Subreddits

ASYNCREADNo auth

Returns the most popular subreddits from the public RSS feed.

ParametersFormJSON

Results per page, max 100

Pagination cursor (best-effort)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "rt_popular_subreddits",
    "params": {
      "limit": "25"
    }
  }'