Reddit API v1
Independent Reddit API with 15 REST endpoints. All requests go to https://api.fetchlayer.dev/reddit/{endpoint} with a JSON body and Bearer auth header.
Available endpoints by category
Search
Find content, communities, and users across Reddit.
searchsearch-commentssearch-communitiessearch-users
Content
Retrieve posts, comments, and threaded discussions.
postcomment-permalink
Community
Subreddit metadata, posts, and discovery.
community-postscommunity-details
User
User profiles, posts, and comment history.
user-profileuser-postsuser-comments
Discover
Trending content and community exploration.
popularleaderboardexplore
Utility
Helper endpoints for URL resolution and inspection.
resolve-url-type
Quick reference
Method Endpoint Category
POST
/search Search POST
/search-comments Search POST
/post Content POST
/community-posts Community POST
/community-details Community POST
/user-profile User POST
/user-posts User POST
/user-comments User POST
/search-communities Search POST
/search-users Search POST
/comment-permalink Content POST
/popular Discover POST
/leaderboard Discover POST
/resolve-url-type Utility POST
/explore Discover