Reddit

Reddit

3 endpoints

Reddit API for accessing posts, comments, and subreddits

API Explorer

GEThttps://api.maviapi.com/v1/sites/reddit/r/{subreddit}

Endpoints

3 available

Get posts from a subreddit

GET /sites/reddit/r/{subreddit}

Parameters

Pagination cursor (replaces 'after')

Request

curl -X GET \
"https://api.maviapi.com/v1/sites/reddit/r/{subreddit}" \
-H "Authorization: Bearer mvk_test_playground_5f3c1a8d" \
-H "Content-Type: application/json"

Response

{
"posts": [
null
],
"subreddit_info": null,
"pagination": {
"next_cursor": "string",
"prev_cursor": "string",
"has_more": false
}
}

Ready to get started?

The explorer above runs on a shared, rate-limited test key. Sign up to get your own key for higher limits.