id | String | Unique submission identifier |
author | String | Username of the submission's author |
author_fullname | String | Reddit's internal full user ID |
author_created_utc | Integer | UNIX timestamp of when the author's account was created |
title | String | Title of the submission |
selftext | String | Body text of the submission (empty for link posts) |
subreddit | String | Name of the subreddit where the submission was posted |
subreddit_id | String | Reddit's internal subreddit ID |
subreddit_type | String | Subreddit visibility, e.g. "public" |
subreddit_subscribers | Integer | Number of subscribers in the subreddit at the time |
subreddit_name_prefixed | String | Subreddit name with prefix, e.g. "r/AskReddit" |
url | String | URL of the submission or linked content |
permalink | String | Relative URL path to the submission on Reddit |
domain | String | Domain of the linked URL, e.g. "self.AskReddit" |
thumbnail | String | Thumbnail type or URL |
thumbnail_height | Integer | Height of the thumbnail in pixels |
thumbnail_width | Integer | Width of the thumbnail in pixels |
created_utc | Integer | UNIX timestamp of when the submission was created |
retrieved_on | Integer | UNIX timestamp of when Pushshift crawled the submission |
score | Integer | Net upvotes (upvotes minus downvotes) |
num_comments | Integer | Total number of comments on the submission |
num_crossposts | Integer | Number of times the submission was crossposted |
gilded | Integer | Number of times the submission received Reddit Gold |
gildings | Object | Breakdown of awards received |
all_awardings | Array | List of awards received |
total_awards_received | Integer | Total number of awards received |
upvote_ratio | Float | Ratio of upvotes to total votes (0.0–1.0) |
is_self | Boolean | Whether it is a text post (true) or a link post (false) |
is_video | Boolean | Whether the submission links to a video |
is_original_content | Boolean | Whether marked as original content |
is_meta | Boolean | Whether the post is meta (about the subreddit itself) |
is_crosspostable | Boolean | Whether the submission can be crossposted |
is_reddit_media_domain | Boolean | Whether the URL is hosted on Reddit's media domain |
is_robot_indexable | Boolean | Whether the submission is indexable by search engines |
over_18 | Boolean | Whether the submission is marked as NSFW |
spoiler | Boolean | Whether the submission is marked as a spoiler |
stickied | Boolean | Whether the submission is stickied in the subreddit |
locked | Boolean | Whether the submission is locked for new comments |
pinned | Boolean | Whether the submission is pinned |
hidden | Boolean | Whether the submission is hidden |
contest_mode | Boolean | Whether contest mode is enabled |
media_only | Boolean | Whether the post contains media only |
quarantine | Boolean | Whether the subreddit is quarantined |
no_follow | Boolean | Whether links have nofollow |
send_replies | Boolean | Whether the author receives reply notifications |
distinguished | String | Moderator or admin distinction, if any |
edited | Boolean | Whether the submission has been edited |
removal_reason | String | Reason for removal, if applicable |
suggested_sort | String | Suggested comment sort order, if set |
category | String | Category of the submission, if any |
content_categories | Array | Content categories assigned by Reddit |
media | Object | Media metadata, if applicable |
media_embed | Object | Embed metadata for media content |
secure_media | Object | Secure media metadata, if applicable |
secure_media_embed | Object | Secure embed metadata for media content |
pwls | Integer | Partial whitelist status code |
wls | Integer | Whitelist status code |
parent_whitelist_status | String | Ad whitelist status, e.g. "all_ads" |
whitelist_status | String | Ad whitelist status of the submission |
link_flair_text | String | Flair text applied to the submission |
link_flair_css_class | String | CSS class of the submission's flair |
link_flair_type | String | Flair type, e.g. "text" |
link_flair_background_color | String | Background color of the submission's flair |
link_flair_text_color | String | Text color of the submission's flair |
link_flair_richtext | Array | Rich text representation of the submission's flair |
author_flair_text | String | Text of the author's flair in the subreddit |
author_flair_css_class | String | CSS class of the author's flair |
author_flair_type | String | Flair type, e.g. "text" |
author_flair_background_color | String | Background color of the author's flair |
author_flair_text_color | String | Text color of the author's flair |
author_flair_template_id | String | Template ID of the author's flair |
author_flair_richtext | Array | Rich text representation of the author's flair |