https://drain.lat/api/v1/reddit
GET /profile/:username
GET /profile/:username
Fetch a public Reddit user profile.
string
required
The Reddit username to look up.
string
Reddit username.
string
Profile bio.
string
Avatar image URL.
object
Whether the account has Reddit Premium.
boolean
Whether the account is a moderator.
boolean
Whether the account is a Reddit employee.
string
Account creation date (ISO 8601).
string
Link to the Reddit profile.
Response
GET /profile/:username/posts
GET /profile/:username/posts
GET /profile/:username/comments
GET /profile/:username/comments
GET /r/:subreddit
GET /r/:subreddit
Get info about a subreddit.
string
required
The subreddit name (without
r/).string
Subreddit ID.
string
Subreddit name.
string
Subreddit title.
string
Subreddit description.
number
Subscriber count.
number
Currently active users.
boolean
Whether the subreddit is NSFW.
string
Creation date (ISO 8601).
string
Subreddit icon URL.
string
Subreddit banner URL.
string
Link to the subreddit.
Response
GET /r/:subreddit/posts
GET /r/:subreddit/posts
