Sign in

Search subreddits

documented

Search for subreddits by name or topic.

GET /subreddits/searchSubredditsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://oauth.reddit.com/subreddits/search?q={{$query}}&limit={{$limit}}&after={{$after}}&before={{$before}}&sort={{$sort}}&show={{$show}}&sr_detail={{$sr_detail}}&typeahead_active={{$typeahead_active}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "User-Agent: {{$user_agent}}" \
  -H "Accept: application/json"
Search subreddits · Reddit · OpenIntegrations