Back to Reddit
TikHub·Reddit
Reddit APP: Fetch Reddit APP Popular Feed
/api/v1/reddit/app/fetch_popular_feedsync$0.0015 / callFetch popular/trending recommended content on Reddit APP, displaying the most popular posts site-wide (TikHub · Reddit APP)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| language | string | — | Preferred response language as an IETF language tag; default: en-US (default "en-US") |
| sort | string (BEST, HOT, NEW, TOP, CONTROVERSIAL, RISING) | — | Sort method: BEST, HOT, NEW, TOP, CONTROVERSIAL, RISING (default "BEST") |
| time | string (ALL, HOUR, DAY, WEEK, MONTH, YEAR) | — | Time range: ALL, HOUR, DAY, WEEK, MONTH, YEAR (default "ALL") |
| filter_posts | array | — | Filter post IDs (default []) |
| after | string | — | Pagination parameter (default "") |
| need_format | boolean | — | Whether to clean and format the data (default false) |
Run it
curl -s https://sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"tikhub","endpoint":"/api/v1/reddit/app/fetch_popular_feed","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.