/api/v1/reddit/user
Reddit user
Total, post and comment karma for a Reddit account.
Parameters
urlrequired- Example:
https://www.reddit.com/user/username/ fieldoptional- Return a single value for 1 credit instead of 2.
Fields
userId
· name
· karma
· postKarma
· commentKarma
· createdAt
· verified
Example request
curl -H "Authorization: Bearer $TUBESTAT_KEY" \
"https://tubestat.co/api/v1/reddit/user?url=https%3A%2F%2Fwww.reddit.com%2Fuser%2Fusername%2F"