Concepts

Concepts used in Reddit BDK Book.

Subreddit

A subreddit in Reddit

Field Name
Description
Type

id

The unique ID of the subreddit.

text

name

The name of the subreddit (without the r/ prefix).

text

title

The title of the subreddit.

text

description

The description of the subreddit.

text

subscribers

The number of subscribers to the subreddit.

number

created_on

The datetime when the subreddit was created.

datetime

url

The URL of the subreddit.

text

public_description

The public description of the subreddit.

optional[text]

Reddit post

A post (submission) on Reddit

Field Name
Description
Type

id

The unique ID of the post.

text

title

The title of the post.

text

author

The username of the post author.

text

subreddit

The name of the subreddit the post was submitted to.

text

created_on

The datetime when the post was created.

datetime

url

The URL of the post content (may be external or Reddit URL).

text

permalink

The permanent Reddit URL for the post.

text

score

The net score (upvotes - downvotes) of the post.

number

upvote_ratio

The ratio of upvotes to downvotes.

number

num_comments

The number of comments on the post.

number

is_video

Whether the post contains a video.

boolean

text

The text content of the post (if it's a self post).

optional[text]

link_flair_text

The flair text for the post.

optional[text]

Last updated

Was this helpful?