← Back to directory

AnyAPI reddit.subreddit_posts (Reddit Subreddit Posts)

https://api.getanyapi.com/v1/run/reddit.subreddit_posts

Overview

AnyAPI reddit.subreddit_posts (Reddit Subreddit Posts)

Protocol x402
Price —
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider getanyapi
Source bazaar
Indexed 2026-06-23 08:15:16

Health

Status degraded
Latency (p50) 373ms
Uptime (30d) 100.0%
Reliability Score 95/100
Last Checked 2026-09-27 10:26:30
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements Invalid
Asset Verified —
Facilitator —

Input Schema

{ "bodyFields": { "after": { "description": "Pagination cursor from a previous response (its `nextCursor`). Fetches the page that follows; omit for the first page.", "type": "string" }, "limit": { "default": 25, "description": "Requested number of posts. Note: the upstream returns one page (about 25 posts) per call; values larger than a page are not delivered in a single response. To fetch more, page with the `after` cursor returned as `nextCursor`.", "maximum": 100, "minimum": 1, "type": "integer" }, "sort": { "default": "hot", "description": "Listing sort order.", "enum": [ "hot", "new", "top" ], "type": "string" }, "subreddit": { "description": "Subreddit name without the leading r/ (e.g. \"golang\").", "type": "string" }, "timeframe": { "description": "Time window, applied when sort is \"top\" (e.g. \"year\" for the year's top posts). Ignored for hot/new. Omit to default to the current day for top.", "enum": [ "all", "year", "month", "week", "day", "hour" ], "type": "string" } }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "properties": { "costUsd": { "description": "Amount charged in USD for this call.", "type": "number" }, "items": { "description": "Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count.", "type": "integer" }, "output": { "additionalProperties": false, "properties": { "nextCursor": { "description": "Cursor for the next page of results; pass it back as the `after` input to fetch the following page. Empty string when there are no more results.", "type": "string" }, "posts": { "items": { "properties": { "author": { "description": "Author username, without the u/ prefix.", "type": "string" }, "createdUtc": { "description": "Post creation time as a UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds.", "type": "number" }, "id": { "description": "Reddit post ID (base-36, without the t3_ prefix).", "type": "string" }, "numComments": { "description": "Total number of comments on the post.", "type": "integer" }, "permalink": { "description": "Canonical reddit.com thread path for the post (e.g. \"/r/golang/comments/abc123/...\"). Differs from url, which is the destination link. Empty if the upstream omits it.", "type": "string" }, "score": { "description": "Net score (upvotes minus downvotes) at fetch time.", "type": "integer" }, "subreddit": { "description": "Subreddit name, without the r/ prefix.", "type": "string" }, "title": { "description": "Post title.", "type": "string" }, "url": { "description": "The post's destination link (the external URL for link posts, or the thread URL for self posts).", "type": "string" } }, "required": [ "id", "title", "author", "score", "numComments", "url", "permalink", "createdUtc", "subreddit" ], "type": "object" }, "type": "array" } }, "required": [ "posts", "nextCursor" ], "title": "Reddit subreddit posts output", "type": "object" }, "provider": { "description": "Always \"AnyAPI\".", "type": "string" } }, "required": [ "output", "provider", "costUsd" ], "type": "object" }

Recent Health Checks

Time Status HTTP Latency Error
2026-09-27 10:26:30 degraded 401 887ms
2026-09-27 02:54:34 degraded 401 373ms
2026-09-26 13:17:27 degraded 401 653ms
2026-09-26 10:18:15 degraded 401 372ms
2026-09-26 03:48:44 degraded 401 330ms
2026-09-25 21:41:14 degraded 401 322ms
2026-09-25 04:32:40 degraded 401 2109ms
2026-09-24 22:45:33 degraded 401 1810ms
2026-09-24 14:16:46 degraded 401 333ms