Skip to main content
POST
/
reddit
/
post
cURL
curl --request POST \
  --url https://py-api.hobbo.ai/reddit/post \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>",
  "is_text_formatted": true
}
'
{
  "all_reviews": [
    {
      "query": "<string>",
      "author_name": "<string>",
      "author_profile_image_url": "<string>",
      "author_profile_image_url_org": "<string>",
      "flair_text": "<string>",
      "flair_text_link": "<string>",
      "html_text": "<string>",
      "post_date": "<string>",
      "post_info": {
        "archived": true,
        "is_crosspostable": true,
        "locked": true,
        "no_follow": true,
        "over_18": true,
        "pinned": true,
        "spoiler": true
      },
      "post_stats": {
        "award_count": 123,
        "comments_count": 123,
        "down_votes": 123,
        "up_votes": 123
      },
      "post_text": "<string>",
      "post_tile": "<string>",
      "review_media": [
        {
          "height": 123,
          "id": "<string>",
          "review_media_type": "<string>",
          "review_media_url": "<string>",
          "width": 123
        }
      ],
      "subreddit": "<string>",
      "subreddit_data": {
        "active_user_count": 123,
        "banner_img": "<string>",
        "community_icon": "<string>",
        "created_date": "<string>",
        "display_name_prefixed": "<string>",
        "header_img": "<string>",
        "icon_img": "<string>",
        "id": "<string>",
        "name": "<string>",
        "over_18": true,
        "primary_color": "<string>",
        "public_description": "<string>",
        "subscribers": 123,
        "title": "<string>"
      },
      "subreddit_info": {
        "created_date": "<string>",
        "crossposts": 123,
        "subscribers": 123
      },
      "subreddit_name": "<string>",
      "subreddit_url": "<string>",
      "url": "<string>",
      "author_data": {
        "comment_karma": 123,
        "created_date": "<string>",
        "display_name_prefixed": "<string>",
        "icon_img": "<string>",
        "id": "<string>",
        "is_employee": true,
        "is_gold": true,
        "is_mod": true,
        "link_karma": 123,
        "name": "<string>",
        "profile_public_description": "<string>",
        "profile_subscribers": 123,
        "profile_title": "<string>",
        "snoovatar_img": "<string>",
        "total_karma": 123,
        "verified": true
      }
    }
  ]
}

Body

application/json

Reddit post/comment fetch parameters

query
string
required

Provide proper Reddit post URL

is_text_formatted
boolean
default:true

Controls text formatting in output

Response

Post fetched successfully

all_reviews
object[]

Array of fetched Reddit post data