> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keyapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 获取Reddit APP首页推荐内容

> 获取Reddit APP首页推荐内容。

<div className="inline-flex items-center gap-2 px-4 py-2 bg-yellow-50 dark:bg-yellow-900/20 border border-yellow-200 dark:border-yellow-800 rounded-lg">
  <span className="text-base">🪙</span>
  <span className="text-sm font-medium text-yellow-900 dark:text-yellow-100"><span className="font-semibold">1 credit</span><span className="text-yellow-700 dark:text-yellow-300 ml-1">每次请求</span></span>
</div>

## Copy for AI

<div className="my-6 rounded-xl border border-gray-200 bg-gray-50 p-5 dark:border-gray-800 dark:bg-gray-900/40">
  <div className="min-w-0">
    <p className="text-base font-semibold text-gray-900 dark:text-gray-100">🤖 让 AI 帮你写调用代码</p>
    <p className="mt-1 text-sm text-gray-700 dark:text-gray-300">点击按钮复制一段结构化提示词，可直接交给 ChatGPT、Claude 或其他 AI 助手生成接口调用代码。</p>
  </div>

  <div className="mt-4">
    <button type="button" className="inline-flex items-center gap-2 rounded-md border border-emerald-300 bg-emerald-50 px-3 py-2 text-sm font-medium text-emerald-800 hover:bg-emerald-100 dark:border-emerald-700 dark:bg-emerald-900/30 dark:text-emerald-100 dark:hover:bg-emerald-900/50" onClick={() => navigator.clipboard.writeText("我想调用 KeyAPI 接口：GET https://api.keyapi.ai/v1/reddit/fetch_home_feed\n\n请帮我编写调用代码，并包含必要的错误处理、参数校验和响应处理逻辑。\n\n接口信息：\n\nEndpoint: GET https://api.keyapi.ai/v1/reddit/fetch_home_feed\n\nDescription: Reddit 的「帖子列表」接口用于批量查询列表数据，返回基础信息、关键指标和分页信息，适合采集后继续分析。可结合接口参数进行筛选或分页查询。\n\nRequired Headers:\n--header 'Authorization: Bearer <YOUR_API_KEY>'\n\nParameters:\n- sort (Optional): 排序方式. Example: BEST\n- filter_posts (Optional): filter_posts 参数. Example: t3_1ojjquz,t3_1ohepm2,t3_1ojxzzz,t3_1ojnvca,t3_1oj9dcb,t3_1ojxubp,t3_1oj5x2b\n- after (Optional): after 参数. Example: dDNfMW9qNXgyYg==\n- need_format (Optional): need_format 参数. Example: false\n\nExample Response:\n{\n  \"code\": 0,\n  \"message\": \"success\",\n  \"data\": {\n    \"homefeed\": {\n      \"postsInfoByIds\": [\n        {\n          \"__typename\": \"SubredditPost\",\n          \"authorCommunityBadge\": null,\n          \"subreddit\": {\n            \"__typename\": \"Subreddit\",\n            \"id\": \"t5_2qib0\",\n            \"name\": \"interesting\",\n            \"prefixedName\": \"r/interesting\",\n            \"isQuarantined\": false,\n            \"title\": \"interesting \",\n            \"type\": \"PUBLIC\",\n            \"subscribersCount\": 1591770,\n            \"isNsfw\": false,\n            \"isSubscribed\": false,\n            \"isThumbnailsEnabled\": true,\n            \"styles\": {\n              \"icon\": \"https://styles.redditmedia.com/t5_2qib0/styles/communityIcon_s4g0fz2yssma1.png?width=64&height=64&frame=1&auto=webp&crop=64:64,smart&s=3755e98c96e1ece4b5a1e359ae62b7fc145c59b9\",\n              \"legacyIcon\": null,\n              \"primaryColor\": \"#2972A3\",\n              \"bannerBackgroundImage\": \"https://styles.redditmedia.com/t5_2qib0/styles/bannerBackgroundImage_6lj3jytxurcc1.jpg?format=pjpg&s=0e040670e7c44b209ed446a53d74ae7c8a50ab49\",\n              \"legacyPrimaryColor\": null\n            },\n            \"modPermissions\": null,\n            \"communityStatus\": {\n              \"description\": {\n                \"markdown\": \"\\\\\\\\ud83d\\\\\\\\udd25\",\n                \"richtext\": \"{\\\"document\\\":[{\\\"c\\\":[{\\\"e\\\":\\\"text\\\",\\\"t\\\":\\\"\\\\\\\\ud83d\\\\\\\\udd25\\\"}],\\\"e\\\":\\\"par\\\"}]}\"\n              },\n              \"emoji\": {\n                \"name\": \"snoo_simple_smile\",\n                \"url\": \"https://emoji.redditmedia.com/dhbi1omcaezz_t5_3nqvj/snoo_simple_smile\"\n              }\n            },\n            \"isTitleSafe\": true,\n            \"isUserBanned\": false,\n            \"tippingStatus\": null,\n            \"whitelistStatus\": \"ALL_ADS\"\n          },\n          \"crosspostRoot\": null,\n          \"id\": \"t3_1rkp3pa\",\n          \"createdAt\": \"2026-03-04T15:55:32.483000+0000\",\n          \"editedAt\": null,\n          \"postTitle\": \"They try to snatch his chain while he's being arrested\",\n          \"url\": \"https://v.redd.it/y6ovb550w1ng1\",\n          \"content\": null,\n          \"domain\": \"v.redd.it\",\n          \"isSpoiler\": false,\n          \"isNsfw\": false,\n          \"isCommercialCommunication\": false,\n          \"isLocked\": true,\n          \"isSaved\": false,\n          \"isReactAllowed\": false,\n          \"isHidden\": false,\n          \"isGildable\": true,\n          \"isCrosspostable\": true,\n          \"isScoreHidden\": false,\n          \"isArchived\": false,\n          \"isStickied\": false,\n          \"isPollIncluded\": false,\n          \"poll\": null,\n          \"isFollowed\": false,\n          \"awardingsInfo\": {\n            \"promos\": null\n          },\n          \"awardings\": [\n            {\n              \"__typename\": \"AwardingTotal\",\n              \"award\": {\n                \"__typename\": \"Award\",\n                \"id\": \"award_free_mindblown\",\n                \"name\": \"Mindblown\",\n                \"tags\": [\n                  \"award:sort:30\",\n                  \"award:legacy\",\n                  \"award:unlimited_free\",\n                  \"award:quick_give\"\n                ],\n                \"static_icon_16\": {\n                  \"__typename\": \"MediaSource\",\n                  \"url\": \"https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_16.png\",\n                  \"dimensions\": {\n                    \"width\": 16,\n                    \"height\": 16\n                  }\n                },\n                \"static_icon_24\": {\n                  \"__typename\": \"MediaSource\",\n                  \"url\": \"https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_24.png\",\n                  \"dimensions\": {\n                    \"width\": 24,\n                    \"height\": 24\n                  }\n                },\n                \"static_icon_32\": {\n                  \"__typename\": \"MediaSource\",\n                  \"url\": \"https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_32.png\",\n                  \"dimensions\": {\n                    \"width\": 32,\n                    \"height\": 32\n                  }\n                },\n                \"static_icon_48\": {\n                  \"__typename\": \"MediaSource\",\n                  \"url\": \"https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_48.png\",\n                  \"dimensions\": {\n                    \"width\": 48,\n                    \"height\": 48\n                  }\n                },\n                \"static_icon_64\": {\n                  \"__typename\": \"MediaSource\",\n                  \"url\": \"https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_64.png\",\n                  \"dimensions\": {\n                    \"width\": 64,\n                    \"height\": 64\n                  }\n                }\n              },\n              \"total\": 5\n            }\n          ],\n          \"isContestMode\": false,\n          \"distinguishedAs\": null,\n          \"voteState\": \"NONE\",\n          \"score\": 30174,\n          \"commentCount\": 1867,\n          \"viewCount\": null,\n          \"authorFlair\": null,\n          \"flair\": {\n            \"__typename\": \"PostFlair\",\n            \"type\": \"text\",\n            \"text\": \"SOCIETY\",\n            \"richtext\": null,\n            \"textColor\": \"DARK\",\n            \"template\": {\n              \"id\": \"f64b9e74-bebb-11ed-8b8e-1af6b9dc28bc\",\n              \"isEditable\": false,\n              \"backgroundColor\": \"#FFD635\"\n            }\n          },\n          \"authorInfo\": {\n            \"__typename\": \"Redditor\",\n            \"id\": \"t2_27pizu2tdl\",\n            \"name\": \"Poutara\",\n            \"isBlocked\": false,\n            \"isCakeDayNow\": false,\n            \"newIcon\": {\n              \"__typename\": \"MediaSource\",\n              \"url\": \"https://preview.redd.it/snoovatar/avatars/6ca86f98-9316-4377-8821-20458c44603f-headshot.png?auto=webp&s=8a66dcfac22abc344eea0b88898ca6fef2182ad8\",\n              \"dimensions\": {\n                \"width\": 256,\n                \"height\": 256\n              }\n            },\n            \"iconSmall\": {\n              \"__typename\": \"MediaSource\",\n              \"url\": \"https://preview.redd.it/snoovatar/avatars/6ca86f98-9316-4377-8821-20458c44603f-headshot.png?width=50&height=50&auto=webp&s=822002e3d509ee7d7225b51b38ec489909b28f5a\",\n              \"dimensions\": {\n                \"width\": 50,\n                \"height\": 50\n              }\n            },\n            \"snoovatarIcon\": {\n              \"__typename\": \"MediaSource\",\n              \"url\": \"https://i.redd.it/snoovatar/avatars/6ca86f98-9316-4377-8821-20458c44603f.png\",\n              \"dimensions\": {\n                \"width\": 380,\n                \"height\": 600\n              }\n            },\n            \"profile\": {\n              \"isNsfw\": false\n            },\n            \"accountType\": \"USER\"\n          },\n          \"isThumbnailEnabled\": true,\n          \"thumbnail\": {\n            \"__typename\": \"MediaSource\",\n            \"url\": \"https://external-preview.redd.it/eTRxbDk3NHp2MW5nMTpisKKhDDQFeBWgxMvgsIAdYc6h7WGLnba6usx7KQ7m.png?width=140&height=140&crop=1%3A1%2Csmart&format=jpg&auto=webp&s=2e564a97cd35158cd9359125f3b8bd6081cad39c\",\n            \"dimensions\": {\n              \"width\": 140,\n              \"height\": 140\n            }\n          },\n          \"media\": {\n            \"__typename\": \"Media\",\n            \"previewMediaId\": \"eTRxbDk3NHp2MW5nMTpisKKhDDQFeBWgxMvgsIAdYc6h7WGLnba6usx7KQ7m\",\n            \"still\": {\n              \"__typename\": \"StillMedia\",\n              \"source\": {\n                \"__typename\": \"MediaSource\",\n                \"url\": \"https://external-preview.redd.it/eTRxbDk3NHp2MW5nMTpisKKhDDQFeBWgxMvgsIAdYc6h7WGLnba6usx7KQ7m.png?format=pjpg&auto=webp&s=9d79d373459d1ae69cf0dac3218c74d012eaee26\",\n                \"dimensions\": {\n                  \"width\": 640,\n                  \"height\": 800\n                }\n              },\n              \"small\": {\n                \"__typename\": \"MediaSource\",\n                \"url\": \"https://external-preview.redd.it/eTRxbDk3NHp2MW5nMTpisKKhDDQFeBWgxMvgsIAdYc6h7WGLnba6usx7KQ7m.png?width=108&format=pjpg&auto=webp&s=b8e741423a1f9fda54cae04442b0ce4d2639e1ba\",\n                \"dimensions\": {\n                  \"width\": 108,\n                  \"height\": 135\n                }\n              },\n              \"medium\": {\n                \"__typename\": \"MediaSource\",\n                \"url\": \"https://external-preview.redd.it/eTRxbDk3NHp2MW5nMTpisKKhDDQFeBWgxMvgsIAdYc6h7WGLnba6usx7KQ7m.png?width=216&format=pjpg&auto=webp&s=a0de2f58aa61afd44d0eead5093127a61d8ea792\",\n                \"dimensions\": {\n                  \"width\": 216,\n                  \"height\": 270\n                }\n              },\n              \"large\": {\n                \"__typename\": \"MediaSource\",\n                \"url\": \"https://external-preview.redd.it/eTRxbDk3NHp2MW5nMTpisKKhDDQFeBWgxMvgsIAdYc6h7WGLnba6usx7KQ7m.png?width=320&format=pjpg&auto=webp&s=801e627bd1244501fa8f36810b0e6b32a53a1814\",\n                \"dimensions\": {\n                  \"width\": 320,\n                  \"height\": 400\n                }\n              },\n              \"xlarge\": {\n                \"__typename\": \"MediaSource\",\n                \"url\": \"https://external-preview.redd.it/eTRxbDk3NHp2MW5nMTpisKKhDDQFeBWgxMvgsIAdYc6h7WGLnba6usx7KQ7m.png?width=640&format=pjpg&auto=webp&s=f01679c908f221878d5eb3ba47d60bdc7e637a35\",\n                \"dimensions\": {\n                  \"width\": 640,\n                  \"height\": 800\n                }\n              },\n              \"xxlarge\": null,\n              \"xxxlarge\": null,\n              \"altText\": null\n            },\n            \"obfuscated_still\": {\n              \"__typename\": \"StillMedia\",\n              \"source\": null,\n              \"small\": null,\n              \"medium\": null,\n              \"large\": null,\n              \"xlarge\": null,\n              \"xxlarge\": null,\n              \"xxxlarge\": null\n            },\n            \"animated\": null,\n            \"streaming\": {\n              \"__typename\": \"StreamingMedia\",\n              \"hlsUrl\": \"https://v.redd.it/y6ovb550w1ng1/HLSPlaylist.m3u8?f=sd%2CsubsAll%2ChlsSpecOrder&v=1&a=1775292545%2CYzQ3MTFmZGYyZmIxZDc2YTNlNDU2M2U2YTg3MDI5MjI3YjAzMjFlZTdiYmFkODg2ZDFiZTIxOWVkNDUwMzY4Ng%3D%3D\",\n              \"dashUrl\": \"https://v.redd.it/y6ovb550w1ng1/DASHPlaylist.mpd?f=sd%2CsubsAll%2ChlsSpecOrder&v=1&a=1775292545%2CYTQ5YjVhMTdhMjM1ODNhZGIxNDRmMjNmMThkYmY3NzZlYjdmZjM0Y2ZjYTAwOTZlMjJhZGI4NWFmMWU1Y2EyZA%3D%3D\",\n              \"scrubberMediaUrl\": \"https://v.redd.it/y6ovb550w1ng1/CMAF_96.mp4\",\n              \"dimensions\": {\n                \"width\": 480,\n                \"height\": 600\n              },\n              \"duration\": 15,\n              \"isGif\": false\n            },\n            \"video\": null,\n            \"packagedMedia\": {\n              \"__typename\": \"PackagedMedia\",\n              \"muxedMp4s\": {\n                \"low\": {\n                  \"url\": \"https://packaged-media.redd.it/y6ovb550w1ng1/muxed-low.mp4?m=DASHPlaylist.mpd&v=1&e=1772704800&s=6ac398be47560b21c0fb8ea5ceca3e720393b448\"\n                },\n                \"medium\": {\n                  \"url\": \"https://packaged-media.redd.it/y6ovb550w1ng1/muxed-medium.mp4?m=DASHPlaylist.mpd&v=1&e=1772704800&s=c4ec8565438e91ca70e22cbc7fba89c0e6c66c07\"\n                },\n                \"high\": {\n                  \"url\": \"https://packaged-media.redd.it/y6ovb550w1ng1/muxed-high.mp4?m=DASHPlaylist.mpd&v=1&e=1772704800&s=57387910c18670fadbe95601f763ea5f006e4f7f\"\n                },\n                \"highest\": {\n                  \"url\": \"https://packaged-media.redd.it/y6ovb550w1ng1/muxed.mp4?m=DASHPlaylist.mpd&v=1&e=1772704800&s=f3e22c06271912173a1f03219a513d5e7ddfda13\"\n                },\n                \"recommended\": {\n                  \"url\": \"https://packaged-media.redd.it/y6ovb550w1ng1/muxed-medium.mp4?m=DASHPlaylist.mpd&v=1&e=1772704800&s=c4ec8565438e91ca70e22cbc7fba89c0e6c66c07\"\n                }\n              }\n            },\n            \"typeHint\": \"VIDEO\",\n            \"download\": {\n              \"__typename\": \"MediaDownload\",\n              \"url\": \"https://packaged-media.redd.it/y6ovb550w1ng1/dl/m2-res_600p.mp4?m=DASHPlaylist.mpd&v=1&e=1772712000&s=b72b\n... truncated ...\n\n请根据以上信息给出可直接运行的示例代码。")}>
      ✨ 复制给 AI
    </button>
  </div>
</div>


## OpenAPI

````yaml zh/reddit.zh.openapi.json GET /v1/reddit/fetch_home_feed
openapi: 3.0.1
info:
  title: Reddit API 中文文档
  description: Reddit API 的中文参考文档，包含接口用途、参数说明、响应状态和示例结构。
  version: 1.0.0
servers:
  - url: https://api.keyapi.ai
    description: Production
security:
  - JWT Bearer: []
tags: []
paths:
  /v1/reddit/fetch_home_feed:
    get:
      tags: []
      summary: 获取Reddit APP首页推荐内容。
      description: 获取Reddit APP首页推荐内容。
      parameters:
        - name: sort
          in: query
          description: 排序方式，支持HOT, NEW, TOP, BEST, CONTROVERSIAL
          required: false
          example: BEST
          schema:
            type: string
            default: BEST
        - name: filter_posts
          in: query
          description: 过滤掉指定的帖子ID列表，用于排除已获取的帖子，避免重复获取
          required: false
          example:
            - t3_1ojjquz
            - t3_1ohepm2
            - t3_1ojxzzz
            - t3_1ojnvca
            - t3_1oj9dcb
            - t3_1ojxubp
            - t3_1oj5x2b
          schema:
            type: array
            items:
              type: string
            example:
              - t3_1ojjquz
              - t3_1ohepm2
              - t3_1ojxzzz
              - t3_1ojnvca
              - t3_1oj9dcb
              - t3_1ojxubp
              - t3_1oj5x2b
        - name: after
          in: query
          description: 分页参数，获取下一页时使用
          required: false
          example: dDNfMW9qNXgyYg==
          schema:
            type: string
            example: dDNfMW9qNXgyYg==
        - name: need_format
          in: query
          description: 是否需要清洗数据
          required: false
          example: 'false'
          schema:
            type: boolean
            default: false
      responses:
        '200':
          description: 请求成功
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example:
                code: 0
                message: success
                data:
                  homefeed:
                    postsInfoByIds:
                      - __typename: SubredditPost
                        authorCommunityBadge: null
                        subreddit:
                          __typename: Subreddit
                          id: t5_2qib0
                          name: interesting
                          prefixedName: r/interesting
                          isQuarantined: false
                          title: 'interesting '
                          type: PUBLIC
                          subscribersCount: 1591770
                          isNsfw: false
                          isSubscribed: false
                          isThumbnailsEnabled: true
                          styles:
                            icon: >-
                              https://styles.redditmedia.com/t5_2qib0/styles/communityIcon_s4g0fz2yssma1.png?width=64&height=64&frame=1&auto=webp&crop=64:64,smart&s=3755e98c96e1ece4b5a1e359ae62b7fc145c59b9
                            legacyIcon: null
                            primaryColor: '#2972A3'
                            bannerBackgroundImage: >-
                              https://styles.redditmedia.com/t5_2qib0/styles/bannerBackgroundImage_6lj3jytxurcc1.jpg?format=pjpg&s=0e040670e7c44b209ed446a53d74ae7c8a50ab49
                            legacyPrimaryColor: null
                          modPermissions: null
                          communityStatus:
                            description:
                              markdown: \\ud83d\\udd25
                              richtext: >-
                                {"document":[{"c":[{"e":"text","t":"\\ud83d\\udd25"}],"e":"par"}]}
                            emoji:
                              name: snoo_simple_smile
                              url: >-
                                https://emoji.redditmedia.com/dhbi1omcaezz_t5_3nqvj/snoo_simple_smile
                          isTitleSafe: true
                          isUserBanned: false
                          tippingStatus: null
                          whitelistStatus: ALL_ADS
                        crosspostRoot: null
                        id: t3_1rkp3pa
                        createdAt: 2026-03-04T15:55:32.483000+0000
                        editedAt: null
                        postTitle: They try to snatch his chain while he's being arrested
                        url: https://v.redd.it/y6ovb550w1ng1
                        content: null
                        domain: v.redd.it
                        isSpoiler: false
                        isNsfw: false
                        isCommercialCommunication: false
                        isLocked: true
                        isSaved: false
                        isReactAllowed: false
                        isHidden: false
                        isGildable: true
                        isCrosspostable: true
                        isScoreHidden: false
                        isArchived: false
                        isStickied: false
                        isPollIncluded: false
                        poll: null
                        isFollowed: false
                        awardingsInfo:
                          promos: null
                        awardings:
                          - __typename: AwardingTotal
                            award:
                              __typename: Award
                              id: award_free_mindblown
                              name: Mindblown
                              tags:
                                - award:sort:30
                                - award:legacy
                                - award:unlimited_free
                                - award:quick_give
                              static_icon_16:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_16.png
                                dimensions:
                                  width: 16
                                  height: 16
                              static_icon_24:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_24.png
                                dimensions:
                                  width: 24
                                  height: 24
                              static_icon_32:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_32.png
                                dimensions:
                                  width: 32
                                  height: 32
                              static_icon_48:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_48.png
                                dimensions:
                                  width: 48
                                  height: 48
                              static_icon_64:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_64.png
                                dimensions:
                                  width: 64
                                  height: 64
                            total: 5
                        isContestMode: false
                        distinguishedAs: null
                        voteState: NONE
                        score: 30174
                        commentCount: 1867
                        viewCount: null
                        authorFlair: null
                        flair:
                          __typename: PostFlair
                          type: text
                          text: SOCIETY
                          richtext: null
                          textColor: DARK
                          template:
                            id: f64b9e74-bebb-11ed-8b8e-1af6b9dc28bc
                            isEditable: false
                            backgroundColor: '#FFD635'
                        authorInfo:
                          __typename: Redditor
                          id: t2_27pizu2tdl
                          name: Poutara
                          isBlocked: false
                          isCakeDayNow: false
                          newIcon:
                            __typename: MediaSource
                            url: >-
                              https://preview.redd.it/snoovatar/avatars/6ca86f98-9316-4377-8821-20458c44603f-headshot.png?auto=webp&s=8a66dcfac22abc344eea0b88898ca6fef2182ad8
                            dimensions:
                              width: 256
                              height: 256
                          iconSmall:
                            __typename: MediaSource
                            url: >-
                              https://preview.redd.it/snoovatar/avatars/6ca86f98-9316-4377-8821-20458c44603f-headshot.png?width=50&height=50&auto=webp&s=822002e3d509ee7d7225b51b38ec489909b28f5a
                            dimensions:
                              width: 50
                              height: 50
                          snoovatarIcon:
                            __typename: MediaSource
                            url: >-
                              https://i.redd.it/snoovatar/avatars/6ca86f98-9316-4377-8821-20458c44603f.png
                            dimensions:
                              width: 380
                              height: 600
                          profile:
                            isNsfw: false
                          accountType: USER
                        isThumbnailEnabled: true
                        thumbnail:
                          __typename: MediaSource
                          url: >-
                            https://external-preview.redd.it/eTRxbDk3NHp2MW5nMTpisKKhDDQFeBWgxMvgsIAdYc6h7WGLnba6usx7KQ7m.png?width=140&height=140&crop=1%3A1%2Csmart&format=jpg&auto=webp&s=2e564a97cd35158cd9359125f3b8bd6081cad39c
                          dimensions:
                            width: 140
                            height: 140
                        media:
                          __typename: Media
                          previewMediaId: >-
                            eTRxbDk3NHp2MW5nMTpisKKhDDQFeBWgxMvgsIAdYc6h7WGLnba6usx7KQ7m
                          still:
                            __typename: StillMedia
                            source:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/eTRxbDk3NHp2MW5nMTpisKKhDDQFeBWgxMvgsIAdYc6h7WGLnba6usx7KQ7m.png?format=pjpg&auto=webp&s=9d79d373459d1ae69cf0dac3218c74d012eaee26
                              dimensions:
                                width: 640
                                height: 800
                            small:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/eTRxbDk3NHp2MW5nMTpisKKhDDQFeBWgxMvgsIAdYc6h7WGLnba6usx7KQ7m.png?width=108&format=pjpg&auto=webp&s=b8e741423a1f9fda54cae04442b0ce4d2639e1ba
                              dimensions:
                                width: 108
                                height: 135
                            medium:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/eTRxbDk3NHp2MW5nMTpisKKhDDQFeBWgxMvgsIAdYc6h7WGLnba6usx7KQ7m.png?width=216&format=pjpg&auto=webp&s=a0de2f58aa61afd44d0eead5093127a61d8ea792
                              dimensions:
                                width: 216
                                height: 270
                            large:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/eTRxbDk3NHp2MW5nMTpisKKhDDQFeBWgxMvgsIAdYc6h7WGLnba6usx7KQ7m.png?width=320&format=pjpg&auto=webp&s=801e627bd1244501fa8f36810b0e6b32a53a1814
                              dimensions:
                                width: 320
                                height: 400
                            xlarge:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/eTRxbDk3NHp2MW5nMTpisKKhDDQFeBWgxMvgsIAdYc6h7WGLnba6usx7KQ7m.png?width=640&format=pjpg&auto=webp&s=f01679c908f221878d5eb3ba47d60bdc7e637a35
                              dimensions:
                                width: 640
                                height: 800
                            xxlarge: null
                            xxxlarge: null
                            altText: null
                          obfuscated_still:
                            __typename: StillMedia
                            source: null
                            small: null
                            medium: null
                            large: null
                            xlarge: null
                            xxlarge: null
                            xxxlarge: null
                          animated: null
                          streaming:
                            __typename: StreamingMedia
                            hlsUrl: >-
                              https://v.redd.it/y6ovb550w1ng1/HLSPlaylist.m3u8?f=sd%2CsubsAll%2ChlsSpecOrder&v=1&a=1775292545%2CYzQ3MTFmZGYyZmIxZDc2YTNlNDU2M2U2YTg3MDI5MjI3YjAzMjFlZTdiYmFkODg2ZDFiZTIxOWVkNDUwMzY4Ng%3D%3D
                            dashUrl: >-
                              https://v.redd.it/y6ovb550w1ng1/DASHPlaylist.mpd?f=sd%2CsubsAll%2ChlsSpecOrder&v=1&a=1775292545%2CYTQ5YjVhMTdhMjM1ODNhZGIxNDRmMjNmMThkYmY3NzZlYjdmZjM0Y2ZjYTAwOTZlMjJhZGI4NWFmMWU1Y2EyZA%3D%3D
                            scrubberMediaUrl: https://v.redd.it/y6ovb550w1ng1/CMAF_96.mp4
                            dimensions:
                              width: 480
                              height: 600
                            duration: 15
                            isGif: false
                          video: null
                          packagedMedia:
                            __typename: PackagedMedia
                            muxedMp4s:
                              low:
                                url: >-
                                  https://packaged-media.redd.it/y6ovb550w1ng1/muxed-low.mp4?m=DASHPlaylist.mpd&v=1&e=1772704800&s=6ac398be47560b21c0fb8ea5ceca3e720393b448
                              medium:
                                url: >-
                                  https://packaged-media.redd.it/y6ovb550w1ng1/muxed-medium.mp4?m=DASHPlaylist.mpd&v=1&e=1772704800&s=c4ec8565438e91ca70e22cbc7fba89c0e6c66c07
                              high:
                                url: >-
                                  https://packaged-media.redd.it/y6ovb550w1ng1/muxed-high.mp4?m=DASHPlaylist.mpd&v=1&e=1772704800&s=57387910c18670fadbe95601f763ea5f006e4f7f
                              highest:
                                url: >-
                                  https://packaged-media.redd.it/y6ovb550w1ng1/muxed.mp4?m=DASHPlaylist.mpd&v=1&e=1772704800&s=f3e22c06271912173a1f03219a513d5e7ddfda13
                              recommended:
                                url: >-
                                  https://packaged-media.redd.it/y6ovb550w1ng1/muxed-medium.mp4?m=DASHPlaylist.mpd&v=1&e=1772704800&s=c4ec8565438e91ca70e22cbc7fba89c0e6c66c07
                          typeHint: VIDEO
                          download:
                            __typename: MediaDownload
                            url: >-
                              https://packaged-media.redd.it/y6ovb550w1ng1/dl/m2-res_600p.mp4?m=DASHPlaylist.mpd&v=1&e=1772712000&s=b72b405e8e334d63a97b441848910675265f410d
                        moderationInfo: null
                        suggestedCommentSort: CONFIDENCE
                        permalink: >-
                          /r/interesting/comments/1rkp3pa/they_try_to_snatch_his_chain_while_hes_being/
                        isSelfPost: false
                        postHint: HOSTED_VIDEO
                        postEventInfo: null
                        gallery: null
                        devvit: null
                        outboundLink:
                          url: https://v.redd.it/y6ovb550w1ng1
                          expiresAt: 2026-03-05T13:49:05.514741+0000
                        postStats:
                          viewCountTotal: null
                          shareAllTotal: 6269
                        postStatsPrivate:
                          viewCountTotals: null
                        isAuthorBlocked: false
                        upvoteRatio: 0.9363052677659419
                        reactedFrom: null
                        attributionInfo: null
                        crowdControlLevel: 'OFF'
                        isCrowdControlFilterEnabled: false
                        languageCode: en
                        isTranslatable: false
                        isTranslated: false
                        translatedLanguage: null
                        removedByCategory: null
                      - __typename: SubredditPost
                        authorCommunityBadge: null
                        subreddit:
                          __typename: Subreddit
                          id: t5_2s5ti
                          name: meirl
                          prefixedName: r/meirl
                          isQuarantined: false
                          title: meow
                          type: PUBLIC
                          subscribersCount: 3317955
                          isNsfw: false
                          isSubscribed: false
                          isThumbnailsEnabled: true
                          styles:
                            icon: null
                            legacyIcon:
                              url: >-
                                https://b.thumbs.redditmedia.com/4ADRnu2cwKIkpQt0N-g36-iq6EfTNFVV1RComMcEZiU.png
                            primaryColor: '#007373'
                            bannerBackgroundImage: >-
                              https://styles.redditmedia.com/t5_2s5ti/styles/bannerBackgroundImage_a3zsmyk9wx391.jpg?format=pjpg&s=ea9dfe5b47eeb64a5b0f458d2f3bf73206bea816
                            legacyPrimaryColor: '#24A0ED'
                          modPermissions: null
                          communityStatus: null
                          isTitleSafe: true
                          isUserBanned: false
                          tippingStatus: null
                          whitelistStatus: ALL_ADS
                        crosspostRoot: null
                        id: t3_1rl976y
                        createdAt: 2026-03-05T05:31:46.151000+0000
                        editedAt: null
                        postTitle: meirl
                        url: https://i.redd.it/htd215xmx5ng1.png
                        content: null
                        domain: i.redd.it
                        isSpoiler: false
                        isNsfw: false
                        isCommercialCommunication: false
                        isLocked: false
                        isSaved: false
                        isReactAllowed: false
                        isHidden: false
                        isGildable: true
                        isCrosspostable: true
                        isScoreHidden: false
                        isArchived: false
                        isStickied: false
                        isPollIncluded: false
                        poll: null
                        isFollowed: false
                        awardingsInfo:
                          promos: null
                        awardings: []
                        isContestMode: false
                        distinguishedAs: null
                        voteState: NONE
                        score: 2297
                        commentCount: 66
                        viewCount: null
                        authorFlair: null
                        flair: null
                        authorInfo:
                          __typename: Redditor
                          id: t2_1ovmp72rg5
                          name: Frosty_Jeweler911
                          isBlocked: false
                          isCakeDayNow: false
                          newIcon:
                            __typename: MediaSource
                            url: >-
                              https://www.redditstatic.com/avatars/defaults/v2/avatar_default_5.png
                            dimensions:
                              width: 256
                              height: 256
                          iconSmall:
                            __typename: MediaSource
                            url: >-
                              https://www.redditstatic.com/avatars/defaults/v2/avatar_default_5.png
                            dimensions:
                              width: 256
                              height: 256
                          snoovatarIcon: null
                          profile:
                            isNsfw: true
                          accountType: USER
                        isThumbnailEnabled: true
                        thumbnail:
                          __typename: MediaSource
                          url: >-
                            https://preview.redd.it/htd215xmx5ng1.png?width=140&height=140&crop=1%3A1%2Csmart&auto=webp&s=ac7dc3cf9d3032d1584269e7d3a957619473db98
                          dimensions:
                            width: 140
                            height: 140
                        media:
                          __typename: Media
                          previewMediaId: htd215xmx5ng1
                          still:
                            __typename: StillMedia
                            source:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/htd215xmx5ng1.png?auto=webp&s=19d4a65f262a07c338cd5ff15b98c63d760d45f7
                              dimensions:
                                width: 460
                                height: 622
                            small:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/htd215xmx5ng1.png?width=108&auto=webp&s=104f6663471c4e7c18e8e99fe4e7f3ffe92c145e
                              dimensions:
                                width: 108
                                height: 146
                            medium:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/htd215xmx5ng1.png?width=216&auto=webp&s=28a72c0fd907b320ae7d53584bd54396f556c381
                              dimensions:
                                width: 216
                                height: 292
                            large:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/htd215xmx5ng1.png?width=320&auto=webp&s=05bd0fcf67a13c0e6e85b1df31b7b66f7ccabe4b
                              dimensions:
                                width: 320
                                height: 432
                            xlarge: null
                            xxlarge: null
                            xxxlarge: null
                            altText: >-
                              The girl | see at the pharmacy when Im buying
                              diarrhea meds Cekg ZaR]
                          obfuscated_still:
                            __typename: StillMedia
                            source: null
                            small: null
                            medium: null
                            large: null
                            xlarge: null
                            xxlarge: null
                            xxxlarge: null
                          animated: null
                          streaming: null
                          video: null
                          packagedMedia: null
                          typeHint: IMAGE
                          download: null
                        moderationInfo: null
                        suggestedCommentSort: null
                        permalink: /r/meirl/comments/1rl976y/meirl/
                        isSelfPost: false
                        postHint: IMAGE
                        postEventInfo: null
                        gallery: null
                        devvit: null
                        outboundLink:
                          url: https://i.redd.it/htd215xmx5ng1.png
                          expiresAt: 2026-03-05T13:49:05.514718+0000
                        postStats:
                          viewCountTotal: null
                          shareAllTotal: 356
                        postStatsPrivate:
                          viewCountTotals: null
                        isAuthorBlocked: false
                        upvoteRatio: 0.9681423251965247
                        reactedFrom: null
                        attributionInfo: null
                        crowdControlLevel: 'OFF'
                        isCrowdControlFilterEnabled: false
                        languageCode: und
                        isTranslatable: false
                        isTranslated: false
                        translatedLanguage: null
                        removedByCategory: null
                      - __typename: SubredditPost
                        authorCommunityBadge:
                          __typename: AchievementBadge
                          image:
                            url: https://i.redd.it/gqujlodqi3yd1.png
                          label: 前 1% 最受欢迎的发帖人
                          accessibilityLabel: 成就“前 1% 最受欢迎的发帖人”的个人资料徽章
                        subreddit:
                          __typename: Subreddit
                          id: t5_5tdqj0
                          name: SipsTea
                          prefixedName: r/SipsTea
                          isQuarantined: false
                          title: SipsTea
                          type: PUBLIC
                          subscribersCount: 3313254
                          isNsfw: false
                          isSubscribed: false
                          isThumbnailsEnabled: true
                          styles:
                            icon: >-
                              https://styles.redditmedia.com/t5_5tdqj0/styles/communityIcon_yab7s4oubzbg1.png?width=64&height=64&frame=1&auto=webp&crop=64:64,smart&s=ab860b7507b75a9a6073cf7c41a6212d0cae7121
                            legacyIcon: null
                            primaryColor: '#2B873C'
                            bannerBackgroundImage: >-
                              https://styles.redditmedia.com/t5_5tdqj0/styles/bannerBackgroundImage_ikxpnc3dc4cg1.png
                            legacyPrimaryColor: null
                          modPermissions: null
                          communityStatus:
                            description:
                              markdown: We have fun here.
                              richtext: >-
                                {"document":[{"c":[{"e":"text","t":"We have fun
                                here."}],"e":"par"}]}
                            emoji:
                              name: DumpsterFire_APNG
                              url: >-
                                https://emoji.redditmedia.com/29ipi68ejaif1_t5_5tdqj0/DumpsterFire_APNG
                          isTitleSafe: true
                          isUserBanned: false
                          tippingStatus: null
                          whitelistStatus: SOME_ADS
                        crosspostRoot: null
                        id: t3_1rksrqv
                        createdAt: 2026-03-04T18:08:47.310000+0000
                        editedAt: null
                        postTitle: >-
                          In Sweden, leaving a cat home alone for too long can
                          break the law
                        url: https://i.redd.it/umfbalosj2ng1.jpeg
                        content:
                          markdown: >-
                            Under updated animal welfare regulations that took
                            effect in 2019, the Swedish Board of Agriculture
                            requires cat owners to ensure their pets receive
                            daily social contact and supervision. The rules
                            state that cats should not be left alone for more
                            than 12 hours at a time. Lawmakers framed the change
                            as part of a broader modernization of Sweden’s
                            Animal Welfare Act, originally strengthened in 1988
                            and revised again in 2018 to emphasize animals’
                            natural behaviors and well being. The 2019 guidance
                            clarified that cats are social creatures who need
                            interaction, stimulation, and regular monitoring,
                            not just food left in a bowl. While enforcement
                            focuses on neglect rather than punishing responsible
                            owners, the message is clear. Companionship is
                            considered a basic need, not a luxury. In Sweden,
                            even independence has limits when it comes to animal
                            care.
                          richtext: >-
                            {"document":[{"c":[{"e":"text","t":"Under updated
                            animal welfare regulations that took effect in 2019,
                            the Swedish Board of Agriculture requires cat owners
                            to ensure their pets receive daily social contact
                            and supervision. The rules state that cats should
                            not be left alone for more than 12 hours at a time.
                            Lawmakers framed the change as part of a broader
                            modernization of Sweden\u2019s Animal Welfare Act,
                            originally strengthened in 1988 and revised again in
                            2018 to emphasize animals\u2019 natural behaviors
                            and well being. The 2019 guidance clarified that
                            cats are social creatures who need interaction,
                            stimulation, and regular monitoring, not just food
                            left in a bowl. While enforcement focuses on neglect
                            rather than punishing responsible owners, the
                            message is clear. Companionship is considered a
                            basic need, not a luxury. In Sweden, even
                            independence has limits when it comes to animal
                            care."}],"e":"par"}]}
                          html: >-
                            Under updated animal welfare regulations that took
                            effect in 2019, the Swedish Board of Agriculture
                            requires cat owners to ensure their pets receive
                            daily social contact and supervision. The rules
                            state that cats should not be left alone for more
                            than 12 hours at a time. Lawmakers framed the change
                            as part of a broader modernization of Sweden’s
                            Animal Welfare Act, originally strengthened in 1988
                            and revised again in 2018 to emphasize animals’
                            natural behaviors and well being. The 2019 guidance
                            clarified that cats are social creatures who need
                            interaction, stimulation, and regular monitoring,
                            not just food left in a bowl. While enforcement
                            focuses on neglect rather than punishing responsible
                            owners, the message is clear. Companionship is
                            considered a basic need, not a luxury. In Sweden,
                            even independence has limits when it comes to animal
                            care.
                          richtextMedia: []
                          preview: >-
                            Under updated animal welfare regulations that took
                            effect in 2019, the Swedish Board of Agriculture
                            requires cat owners to ensure their pets receive
                            daily social contact and supervision. The rules
                            state that cats should not be left alone for more
                            than 12 hours at a time. Lawmakers framed the
                            change 
                        domain: i.redd.it
                        isSpoiler: false
                        isNsfw: false
                        isCommercialCommunication: false
                        isLocked: false
                        isSaved: false
                        isReactAllowed: false
                        isHidden: false
                        isGildable: true
                        isCrosspostable: true
                        isScoreHidden: false
                        isArchived: false
                        isStickied: false
                        isPollIncluded: false
                        poll: null
                        isFollowed: false
                        awardingsInfo:
                          promos: null
                        awardings:
                          - __typename: AwardingTotal
                            award:
                              __typename: Award
                              id: award_thanks_3
                              name: Thanks
                              tags:
                                - award:legacy
                                - award:sort:1010
                              static_icon_16:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/thanks_16.png
                                dimensions:
                                  width: 16
                                  height: 16
                              static_icon_24:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/thanks_24.png
                                dimensions:
                                  width: 24
                                  height: 24
                              static_icon_32:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/thanks_32.png
                                dimensions:
                                  width: 32
                                  height: 32
                              static_icon_48:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/thanks_48.png
                                dimensions:
                                  width: 48
                                  height: 48
                              static_icon_64:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/thanks_64.png
                                dimensions:
                                  width: 64
                                  height: 64
                            total: 1
                          - __typename: AwardingTotal
                            award:
                              __typename: Award
                              id: award_free_heartwarming
                              name: 温馨感人
                              tags:
                                - award:sort:20
                                - award:unlimited_free
                                - award:quick_give
                                - award:legacy
                              static_icon_16:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/Heartwarming_16.png
                                dimensions:
                                  width: 16
                                  height: 16
                              static_icon_24:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/Heartwarming_24.png
                                dimensions:
                                  width: 24
                                  height: 24
                              static_icon_32:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/Heartwarming_32.png
                                dimensions:
                                  width: 32
                                  height: 32
                              static_icon_48:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/Heartwarming_48.png
                                dimensions:
                                  width: 48
                                  height: 48
                              static_icon_64:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/Heartwarming_64.png
                                dimensions:
                                  width: 64
                                  height: 64
                            total: 4
                          - __typename: AwardingTotal
                            award:
                              __typename: Award
                              id: award_free_bravo
                              name: 精彩
                              tags:
                                - award:quick_give
                                - award:unlimited_free
                                - award:legacy
                                - award:sort:10
                              static_icon_16:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/bravo_16.png
                                dimensions:
                                  width: 16
                                  height: 16
                              static_icon_24:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/bravo_24.png
                                dimensions:
                                  width: 24
                                  height: 24
                              static_icon_32:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/bravo_32.png
                                dimensions:
                                  width: 32
                                  height: 32
                              static_icon_48:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/bravo_48.png
                                dimensions:
                                  width: 48
                                  height: 48
                              static_icon_64:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/bravo_64.png
                                dimensions:
                                  width: 64
                                  height: 64
                            total: 1
                        isContestMode: false
                        distinguishedAs: null
                        voteState: NONE
                        score: 19092
                        commentCount: 1176
                        viewCount: null
                        authorFlair: null
                        flair:
                          __typename: PostFlair
                          type: richtext
                          text: 'Chugging tea :Kermit:'
                          richtext: >-
                            [{"e":"text","t":"Chugging tea
                            "},{"a":":Kermit:","e":"emoji","u":"https://emoji.redditmedia.com/hmnsf4uclfl81_t5_5tdqj0/Kermit"}]
                          textColor: DARK
                          template:
                            id: 75494202-a1a4-11ec-8b4b-ae20b4018c06
                            isEditable: false
                            backgroundColor: '#46D160'
                        authorInfo:
                          __typename: Redditor
                          id: t2_1z8sh33ig5
                          name: The_Dean_France
                          isBlocked: false
                          isCakeDayNow: false
                          newIcon:
                            __typename: MediaSource
                            url: >-
                              https://www.redditstatic.com/avatars/defaults/v2/avatar_default_5.png
                            dimensions:
                              width: 256
                              height: 256
                          iconSmall:
                            __typename: MediaSource
                            url: >-
                              https://www.redditstatic.com/avatars/defaults/v2/avatar_default_5.png
                            dimensions:
                              width: 256
                              height: 256
                          snoovatarIcon: null
                          profile:
                            isNsfw: true
                          accountType: USER
                        isThumbnailEnabled: true
                        thumbnail:
                          __typename: MediaSource
                          url: >-
                            https://preview.redd.it/umfbalosj2ng1.jpeg?width=140&height=140&crop=1%3A1%2Csmart&auto=webp&s=cf64e4611df70a796394a58c9615edbe01d13ac5
                          dimensions:
                            width: 140
                            height: 140
                        media:
                          __typename: Media
                          previewMediaId: umfbalosj2ng1
                          still:
                            __typename: StillMedia
                            source:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/umfbalosj2ng1.jpeg?auto=webp&s=f6f11c18dbf9700bb3611c3dd3531bbaa3c91cf3
                              dimensions:
                                width: 1080
                                height: 1350
                            small:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/umfbalosj2ng1.jpeg?width=108&auto=webp&s=8e9b44e547a41f4e3c4ef53693afe016b57b888c
                              dimensions:
                                width: 108
                                height: 135
                            medium:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/umfbalosj2ng1.jpeg?width=216&auto=webp&s=f367be092c78ee79ad0321966b702e31d3817057
                              dimensions:
                                width: 216
                                height: 270
                            large:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/umfbalosj2ng1.jpeg?width=320&auto=webp&s=c213dc40bcda2925d910bd209e147e54df108e63
                              dimensions:
                                width: 320
                                height: 400
                            xlarge:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/umfbalosj2ng1.jpeg?width=640&auto=webp&s=e728f275b443e3a06f314444f61f26e2b77c5425
                              dimensions:
                                width: 640
                                height: 800
                            xxlarge:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/umfbalosj2ng1.jpeg?width=960&auto=webp&s=513afe2e444368b55bcd9ae00e63a7cb37e6773f
                              dimensions:
                                width: 960
                                height: 1200
                            xxxlarge:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/umfbalosj2ng1.jpeg?width=1080&auto=webp&s=8f6ab8b97b683a05aa17d55f8f7ffcab254afbc8
                              dimensions:
                                width: 1080
                                height: 1350
                            altText: >-
                              DID YOU KNOW? LEAVING YOUR CAT ALONE ALL DAY IS
                              NOW AGAINST THE LAW IN SWEDEN INTERESTINC THAT'S
                          obfuscated_still:
                            __typename: StillMedia
                            source: null
                            small: null
                            medium: null
                            large: null
                            xlarge: null
                            xxlarge: null
                            xxxlarge: null
                          animated: null
                          streaming: null
                          video: null
                          packagedMedia: null
                          typeHint: IMAGE
                          download: null
                        moderationInfo: null
                        suggestedCommentSort: BLANK
                        permalink: >-
                          /r/SipsTea/comments/1rksrqv/in_sweden_leaving_a_cat_home_alone_for_too_long/
                        isSelfPost: false
                        postHint: IMAGE
                        postEventInfo: null
                        gallery: null
                        devvit: null
                        outboundLink:
                          url: https://i.redd.it/umfbalosj2ng1.jpeg
                          expiresAt: 2026-03-05T13:49:05.514830+0000
                        postStats:
                          viewCountTotal: null
                          shareAllTotal: 3857
                        postStatsPrivate:
                          viewCountTotals: null
                        isAuthorBlocked: false
                        upvoteRatio: 0.933717827322028
                        reactedFrom: null
                        attributionInfo: null
                        crowdControlLevel: 'OFF'
                        isCrowdControlFilterEnabled: false
                        languageCode: en
                        isTranslatable: false
                        isTranslated: false
                        translatedLanguage: null
                        removedByCategory: null
                      - __typename: SubredditPost
                        authorCommunityBadge: null
                        subreddit:
                          __typename: Subreddit
                          id: t5_2qhfb
                          name: artificial
                          prefixedName: r/artificial
                          isQuarantined: false
                          title: Artificial Intelligence (AI)
                          type: PUBLIC
                          subscribersCount: 1230815
                          isNsfw: false
                          isSubscribed: false
                          isThumbnailsEnabled: true
                          styles:
                            icon: >-
                              https://styles.redditmedia.com/t5_2qhfb/styles/communityIcon_tqdkuksjuase1.png?width=64&height=64&frame=1&auto=webp&crop=64:64,smart&s=36c223264fa610129cc6a0b2f1d5059b15e66cce
                            legacyIcon: null
                            primaryColor: null
                            bannerBackgroundImage: >-
                              https://styles.redditmedia.com/t5_2qhfb/styles/bannerBackgroundImage_pjxr8dzovase1.png
                            legacyPrimaryColor: '#24A0ED'
                          modPermissions: null
                          communityStatus: null
                          isTitleSafe: true
                          isUserBanned: false
                          tippingStatus: null
                          whitelistStatus: ALL_ADS
                        crosspostRoot: null
                        id: t3_1rhqqtw
                        createdAt: 2026-03-01T07:10:03.058000+0000
                        editedAt: 2026-03-04T02:42:57.965000+0000
                        postTitle: >-
                          Deleted my GPT account and ported my AI game project
                          to Claude. Wow!
                        url: >-
                          https://www.reddit.com/r/artificial/comments/1rhqqtw/deleted_my_gpt_account_and_ported_my_ai_game/
                        content:
                          markdown: >-
                            I had been working since GPT very first allowed
                            agents to create gaming agents capable of narrating
                            and dreaming up complex game systems while following
                            a verbal command line with minimal hard code.
                            Something a little more involved than a D&D style
                            emulator. My game is called “BioChomps” a
                            Pokémon-esque turn battler where you collect animal
                            parts and merge them into a stronger and stronger
                            abomination. You complete missions to fulfill the
                            progress of becoming the world’s craziest mad
                            scientist. It features a functional stat system
                            alongside turn-based combat and with abilities
                            narrated by the Ai. There is a Lab-Crawl narrative
                            dungeon crawling option where you take your monster
                            on a narrated journey through a grid dungeon where
                            you encounter all kinds of crazy mad-science
                            hullabaloo. You collect wacky special mutations and
                            animal parts with the risk of being unable to escape
                            the deeper you delve.


                            When I learned of the news and with long-standing
                            dissatisfaction with the quality of GPT’s dreamed up
                            outputs I immediately swapped and deleted my
                            account. Claude was quick on the uptake and with no
                            additional changes to my previous project’s source
                            files and code, it operates the game at a much
                            higher level with fairly minimal breakdown of
                            content. I help it avoid hallucinations using a code
                            system that prints data every generation with
                            updates from the previous generation.


                            The game itself requires a lot of work and I intend
                            to continue, but I wanted to share the first test
                            run of the game outside of the previous network.


                            [
                            https://claude.ai/share/1354dcbc-1319-4cf7-afd3-48b61610791a
                            ](https://claude.ai/share/1354dcbc-1319-4cf7-afd3-48b61610791a)


                            Link to the GitHub repository;
                            [https://github.com/Zellybeanwizard/KREEP](https://github.com/Zellybeanwizard/KREEP)
                            You can now try my games!
                          richtext: >-
                            {"document":[{"c":[{"e":"text","t":"I had been
                            working since GPT very first allowed agents to
                            create gaming agents capable of narrating and
                            dreaming up complex game systems while following a
                            verbal command line with minimal hard code.
                            Something a little more involved than a D\u0026D
                            style emulator. My game is called
                            \u201cBioChomps\u201d a Pok\u00e9mon-esque turn
                            battler where you collect animal parts and merge
                            them into a stronger and stronger abomination. You
                            complete missions to fulfill the progress of
                            becoming the world\u2019s craziest mad scientist. It
                            features a functional stat system alongside
                            turn-based combat and with abilities narrated by the
                            Ai. There is a Lab-Crawl narrative dungeon crawling
                            option where you take your monster on a narrated
                            journey through a grid dungeon where you encounter
                            all kinds of crazy mad-science hullabaloo. You
                            collect wacky special mutations and animal parts
                            with the risk of being unable to escape the deeper
                            you delve."}],"e":"par"},{"c":[{"e":"text","t":"When
                            I learned of the news and with long-standing
                            dissatisfaction with the quality of GPT\u2019s
                            dreamed up outputs I immediately swapped and deleted
                            my account. Claude was quick on the uptake and with
                            no additional changes to my previous project\u2019s
                            source files and code, it operates the game at a
                            much higher level with fairly minimal breakdown of
                            content. I help it avoid hallucinations using a code
                            system that prints data every generation with
                            updates from the previous
                            generation."}],"e":"par"},{"c":[{"e":"text","t":"The
                            game itself requires a lot of work and I intend to
                            continue, but I wanted to share the first test run
                            of the game outside of the previous
                            network."}],"e":"par"},{"c":[{"e":"link","t":"
                            https://claude.ai/share/1354dcbc-1319-4cf7-afd3-48b61610791a
                            ","u":"https://claude.ai/share/1354dcbc-1319-4cf7-afd3-48b61610791a"}],"e":"par"},{"c":[{"e":"text","t":"Link
                            to the GitHub repository;
                            "},{"e":"link","t":"https://github.com/Zellybeanwizard/KREEP","u":"https://github.com/Zellybeanwizard/KREEP"},{"e":"text","t":"
                            You can now try my games!"}],"e":"par"}]}
                          html: >-
                            I had been working since GPT very first allowed
                            agents to create gaming agents capable of narrating
                            and dreaming up complex game systems while following
                            a verbal command line with minimal hard code.
                            Something a little more involved than a D&D style
                            emulator. My game is called “BioChomps” a
                            Pokémon-esque turn battler where you collect animal
                            parts and merge them into a stronger and stronger
                            abomination. You complete missions to fulfill the
                            progress of becoming the world’s craziest mad
                            scientist. It features a functional stat system
                            alongside turn-based combat and with abilities
                            narrated by the Ai. There is a Lab-Crawl narrative
                            dungeon crawling option where you take your monster
                            on a narrated journey through a grid dungeon where
                            you encounter all kinds of crazy mad-science
                            hullabaloo. You collect wacky special mutations and
                            animal parts with the risk of being unable to escape
                            the deeper you delve.

                            When I learned of the news and with long-standing
                            dissatisfaction with the quality of GPT’s dreamed up
                            outputs I immediately swapped and deleted my
                            account. Claude was quick on the uptake and with no
                            additional changes to my previous project’s source
                            files and code, it operates the game at a much
                            higher level with fairly minimal breakdown of
                            content. I help it avoid hallucinations using a code
                            system that prints data every generation with
                            updates from the previous generation.

                            The game itself requires a lot of work and I intend
                            to continue, but I wanted to share the first test
                            run of the game outside of the previous network.
                             https://claude.ai/share/1354dcbc-1319-4cf7-afd3-48b61610791a 
                            Link to the GitHub repository;
                            https://github.com/Zellybeanwizard/KREEP You can now
                            try my games!
                          richtextMedia: []
                          preview: >-
                            I had been working since GPT very first allowed
                            agents to create gaming agents capable of narrating
                            and dreaming up complex game systems while following
                            a verbal command line with minimal hard code.
                            Something a little more involved than a D&D style
                            emulator. My game is called “BioChomps” a Pokémon-e
                        domain: self.artificial
                        isSpoiler: false
                        isNsfw: false
                        isCommercialCommunication: false
                        isLocked: false
                        isSaved: false
                        isReactAllowed: false
                        isHidden: false
                        isGildable: true
                        isCrosspostable: true
                        isScoreHidden: false
                        isArchived: false
                        isStickied: false
                        isPollIncluded: false
                        poll: null
                        isFollowed: false
                        awardingsInfo:
                          promos: null
                        awardings: []
                        isContestMode: false
                        distinguishedAs: null
                        voteState: NONE
                        score: 88
                        commentCount: 30
                        viewCount: null
                        authorFlair: null
                        flair:
                          __typename: PostFlair
                          type: richtext
                          text: Project
                          richtext: '[{"e":"text","t":"Project"}]'
                          textColor: DARK
                          template:
                            id: 98a7a21e-9280-11ea-b427-0eca3434291d
                            isEditable: false
                            backgroundColor: '#EEE6B5'
                        authorInfo:
                          __typename: Redditor
                          id: t2_lpudfnhnu
                          name: Necessary-Court2738
                          isBlocked: false
                          isCakeDayNow: false
                          newIcon:
                            __typename: MediaSource
                            url: >-
                              https://preview.redd.it/snoovatar/avatars/a5cbdfc6-08fa-4ca0-b994-539352457aeb-headshot.png?auto=webp&s=b44bca7128f018c835e2335ac431366e7b511c18
                            dimensions:
                              width: 256
                              height: 256
                          iconSmall:
                            __typename: MediaSource
                            url: >-
                              https://preview.redd.it/snoovatar/avatars/a5cbdfc6-08fa-4ca0-b994-539352457aeb-headshot.png?width=50&height=50&auto=webp&s=42883228990b575c505cf1fde94515b4b6801698
                            dimensions:
                              width: 50
                              height: 50
                          snoovatarIcon:
                            __typename: MediaSource
                            url: >-
                              https://i.redd.it/snoovatar/avatars/a5cbdfc6-08fa-4ca0-b994-539352457aeb.png
                            dimensions:
                              width: 380
                              height: 600
                          profile:
                            isNsfw: false
                          accountType: USER
                        isThumbnailEnabled: false
                        thumbnail: null
                        media: null
                        moderationInfo: null
                        suggestedCommentSort: TOP
                        permalink: >-
                          /r/artificial/comments/1rhqqtw/deleted_my_gpt_account_and_ported_my_ai_game/
                        isSelfPost: true
                        postHint: null
                        postEventInfo: null
                        gallery: null
                        devvit: null
                        outboundLink:
                          url: >-
                            https://www.reddit.com/r/artificial/comments/1rhqqtw/deleted_my_gpt_account_and_ported_my_ai_game/
                          expiresAt: 2026-03-05T13:49:05.514879+0000
                        postStats:
                          viewCountTotal: null
                          shareAllTotal: 59
                        postStatsPrivate:
                          viewCountTotals: null
                        isAuthorBlocked: false
                        upvoteRatio: 0.775
                        reactedFrom: null
                        attributionInfo: null
                        crowdControlLevel: 'OFF'
                        isCrowdControlFilterEnabled: false
                        languageCode: en
                        isTranslatable: false
                        isTranslated: false
                        translatedLanguage: null
                        removedByCategory: null
                      - __typename: ProfilePost
                        crosspostRoot: null
                        promotedCommunityPost: null
                        id: t3_1riz84u
                        createdAt: 2026-03-02T17:30:35.271000+0000
                        editedAt: null
                        postTitle: >-
                          🤫 Quiet on the couch! All 8 episodes of Wonder Man,
                          the genre-bending new series from Marvel Television,
                          are now streaming.
                        url: >-
                          https://ad.doubleclick.net/ddm/trackclk/N6344.131843.REDDIT.COM/B35010443.441203687;dc_trk_aid=634713771;dc_trk_cid=248518193;dc_lat=;dc_rdid={{ADVERTISING_ID}};tag_for_child_directed_treatment=;tfua=;ltd=;dc_tdv=1
                        content: null
                        domain: disneyplus.com
                        isSpoiler: false
                        isNsfw: false
                        isCommercialCommunication: false
                        isLocked: true
                        isSaved: false
                        isReactAllowed: false
                        isHidden: false
                        isGildable: false
                        isCrosspostable: false
                        isScoreHidden: true
                        isArchived: false
                        isStickied: false
                        isPollIncluded: false
                        poll: null
                        isFollowed: false
                        awardings: []
                        isContestMode: false
                        distinguishedAs: null
                        voteState: NONE
                        score: null
                        commentCount: 0
                        viewCount: null
                        authorFlair: null
                        flair: null
                        authorInfo:
                          __typename: Redditor
                          id: t2_4zzzv1rn
                          name: disneyplus
                          isBlocked: false
                          isCakeDayNow: false
                          newIcon:
                            __typename: MediaSource
                            url: >-
                              https://styles.redditmedia.com/t5_289pl2/styles/profileIcon_tyjhcqol1d4d1.jpg?s=873dd6625e3e0405b6e8079dac0d30334369866c
                            dimensions:
                              width: 256
                              height: 256
                          iconSmall:
                            __typename: MediaSource
                            url: >-
                              https://styles.redditmedia.com/t5_289pl2/styles/profileIcon_tyjhcqol1d4d1.jpg?width=50&height=50&frame=1&auto=webp&crop=50%3A50%2Csmart&s=b004cfd601c40b2e462b3fef2914a58c1c3584be
                            dimensions:
                              width: 50
                              height: 50
                          snoovatarIcon: null
                          profile:
                            isNsfw: false
                          accountType: USER
                        isThumbnailEnabled: true
                        thumbnail:
                          __typename: MediaSource
                          url: >-
                            https://preview.redd.it/906ppmq53omg1.jpeg?auto=webp&s=b4acd149ab2fb0be073399ed8a212334d75d6a4c
                          dimensions:
                            width: 2400
                            height: 1256
                        media:
                          __typename: Media
                          previewMediaId: >-
                            https://reddit-image/ytLPTtp2t5eVH0cK8ZcaPjL3UIiAOKTM7dnFBtUYuOM.jpg
                          still:
                            __typename: StillMedia
                            source:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/ytLPTtp2t5eVH0cK8ZcaPjL3UIiAOKTM7dnFBtUYuOM.jpg?auto=webp&s=82dfcd1a6a2950e994d2d27e3a88b52bfe16bf42
                              dimensions:
                                width: 2400
                                height: 1256
                            small:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/ytLPTtp2t5eVH0cK8ZcaPjL3UIiAOKTM7dnFBtUYuOM.jpg?width=108&auto=webp&s=e6f8107cdfbeb0d2794390a0e4c61682d6e5cf76
                              dimensions:
                                width: 108
                                height: 56
                            medium:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/ytLPTtp2t5eVH0cK8ZcaPjL3UIiAOKTM7dnFBtUYuOM.jpg?width=216&auto=webp&s=b707084fb90acc9a8512b2705616b475a38d260b
                              dimensions:
                                width: 216
                                height: 113
                            large:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/ytLPTtp2t5eVH0cK8ZcaPjL3UIiAOKTM7dnFBtUYuOM.jpg?width=320&auto=webp&s=f1f0b58e57a52c7d16fb89976f0b3679f7774cb6
                              dimensions:
                                width: 320
                                height: 167
                            xlarge:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/ytLPTtp2t5eVH0cK8ZcaPjL3UIiAOKTM7dnFBtUYuOM.jpg?width=640&auto=webp&s=cc410b5a678c13d2771614c2e28da1e796fabc6c
                              dimensions:
                                width: 640
                                height: 334
                            xxlarge:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/ytLPTtp2t5eVH0cK8ZcaPjL3UIiAOKTM7dnFBtUYuOM.jpg?width=960&auto=webp&s=9604775bd97fae6a5d87aaa57acb517e22d00281
                              dimensions:
                                width: 960
                                height: 502
                            xxxlarge:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/ytLPTtp2t5eVH0cK8ZcaPjL3UIiAOKTM7dnFBtUYuOM.jpg?width=1080&auto=webp&s=aea9d2cc376bbe55afe62d7d37a1bb920e92980a
                              dimensions:
                                width: 1080
                                height: 565
                            altText: null
                          obfuscated_still:
                            __typename: StillMedia
                            source: null
                            small: null
                            medium: null
                            large: null
                            xlarge: null
                            xxlarge: null
                            xxxlarge: null
                          animated: null
                          streaming: null
                          video: null
                          packagedMedia: null
                          typeHint: IMAGE
                          download: null
                        moderationInfo: null
                        suggestedCommentSort: QA
                        permalink: >-
                          /user/disneyplus/comments/1riz84u/quiet_on_the_couch_all_8_episodes_of_wonder_man/
                        isSelfPost: false
                        postHint: LINK
                        postEventInfo: null
                        gallery: null
                        devvit: null
                        profile:
                          __typename: Profile
                          redditorInfo:
                            __typename: Redditor
                            id: t2_4zzzv1rn
                            name: disneyplus
                            prefixedName: u/disneyplus
                            accountType: USER
                          id: t5_289pl2
                          description: null
                          subscribersCount: 0
                          isNsfw: false
                          isModeratable: false
                          modPermissions: null
                          name: u_disneyplus
                          styles:
                            icon: >-
                              https://styles.redditmedia.com/t5_289pl2/styles/profileIcon_tyjhcqol1d4d1.jpg?width=64&height=64&frame=1&auto=webp&crop=64:64,smart&s=680defd1a5f94146a8fc651979515ab60a7b3721
                            legacyIcon:
                              __typename: MediaSource
                              url: >-
                                https://styles.redditmedia.com/t5_289pl2/styles/profileIcon_tyjhcqol1d4d1.jpg?width=256&height=256&frame=1&auto=webp&crop=256:256,smart&s=21aecb4124b6335c3f0468f8648b217a0edc932e
                              dimensions:
                                width: 256
                                height: 256
                            legacyPrimaryColor: null
                        outboundLink:
                          url: >-
                            https://ad.doubleclick.net/ddm/trackclk/N6344.131843.REDDIT.COM/B35010443.441203687;dc_trk_aid=634713771;dc_trk_cid=248518193;dc_lat=;dc_rdid={{ADVERTISING_ID}};tag_for_child_directed_treatment=;tfua=;ltd=;dc_tdv=1
                          expiresAt: null
                        adSupplementaryTextRichtext: null
                        callToAction: Sign Up
                        postStats:
                          viewCountTotal: null
                          shareAllTotal: 1514
                        postStatsPrivate:
                          viewCountTotals: null
                        isAuthorBlocked: false
                        upvoteRatio: 0.1610626816106268
                        reactedFrom: null
                        attributionInfo: null
                        crowdControlLevel: 'OFF'
                        isCrowdControlFilterEnabled: false
                        languageCode: null
                        isTranslatable: false
                        isTranslated: false
                        translatedLanguage: null
                        removedByCategory: null
                      - __typename: SubredditPost
                        authorCommunityBadge:
                          __typename: AchievementBadge
                          image:
                            url: https://i.redd.it/gqujlodqi3yd1.png
                          label: 前 1% 最受欢迎的发帖人
                          accessibilityLabel: 成就“前 1% 最受欢迎的发帖人”的个人资料徽章
                        subreddit:
                          __typename: Subreddit
                          id: t5_2fwo
                          name: programming
                          prefixedName: r/programming
                          isQuarantined: false
                          title: programming
                          type: PUBLIC
                          subscribersCount: 6846520
                          isNsfw: false
                          isSubscribed: false
                          isThumbnailsEnabled: false
                          styles:
                            icon: >-
                              https://styles.redditmedia.com/t5_2fwo/styles/communityIcon_1bqa1ibfp8q11.png?width=64&height=64&frame=1&auto=webp&crop=64:64,smart&s=55d9bb16e5a949fc564d1e38841785c93ed9fd14
                            legacyIcon: null
                            primaryColor: '#002B36'
                            bannerBackgroundImage: null
                            legacyPrimaryColor: null
                          modPermissions: null
                          communityStatus: null
                          isTitleSafe: true
                          isUserBanned: false
                          tippingStatus: null
                          whitelistStatus: ALL_ADS
                        crosspostRoot: null
                        id: t3_1rjff3k
                        createdAt: 2026-03-03T04:12:01.438000+0000
                        editedAt: null
                        postTitle: >-
                          I Hacked This Temu Router. What I Found Should Be
                          Illegal.
                        url: https://www.youtube.com/watch?v=KsiuA5gOl1o
                        content: null
                        domain: youtube.com
                        isSpoiler: false
                        isNsfw: false
                        isCommercialCommunication: false
                        isLocked: false
                        isSaved: false
                        isReactAllowed: false
                        isHidden: false
                        isGildable: true
                        isCrosspostable: true
                        isScoreHidden: false
                        isArchived: false
                        isStickied: false
                        isPollIncluded: false
                        poll: null
                        isFollowed: false
                        awardingsInfo:
                          promos: null
                        awardings: []
                        isContestMode: false
                        distinguishedAs: null
                        voteState: NONE
                        score: 881
                        commentCount: 151
                        viewCount: null
                        authorFlair: null
                        flair: null
                        authorInfo:
                          __typename: Redditor
                          id: t2_16bijn
                          name: BlueGoliath
                          isBlocked: false
                          isCakeDayNow: false
                          newIcon:
                            __typename: MediaSource
                            url: >-
                              https://www.redditstatic.com/avatars/defaults/v2/avatar_default_3.png
                            dimensions:
                              width: 256
                              height: 256
                          iconSmall:
                            __typename: MediaSource
                            url: >-
                              https://www.redditstatic.com/avatars/defaults/v2/avatar_default_3.png
                            dimensions:
                              width: 256
                              height: 256
                          snoovatarIcon: null
                          profile:
                            isNsfw: false
                          accountType: USER
                        isThumbnailEnabled: false
                        thumbnail:
                          __typename: MediaSource
                          url: >-
                            https://external-preview.redd.it/oghNqr0aaAl1e0eiYoIDuoZphLqnFGaJOdo2Z3EtVL0.jpeg?width=140&height=105&auto=webp&s=30875eab4535c7ddb39456cae0c389b391f0b919
                          dimensions:
                            width: 140
                            height: 105
                        media:
                          __typename: Media
                          previewMediaId: oghNqr0aaAl1e0eiYoIDuoZphLqnFGaJOdo2Z3EtVL0
                          still:
                            __typename: StillMedia
                            source:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/oghNqr0aaAl1e0eiYoIDuoZphLqnFGaJOdo2Z3EtVL0.jpeg?format=pjpg&auto=webp&s=7086a230c8cbe7b65744692a51a6de7c324a063d
                              dimensions:
                                width: 480
                                height: 360
                            small:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/oghNqr0aaAl1e0eiYoIDuoZphLqnFGaJOdo2Z3EtVL0.jpeg?width=108&format=pjpg&auto=webp&s=904ff2b9b565dda2d048edc3c2dcf4e2228fdfff
                              dimensions:
                                width: 108
                                height: 81
                            medium:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/oghNqr0aaAl1e0eiYoIDuoZphLqnFGaJOdo2Z3EtVL0.jpeg?width=216&format=pjpg&auto=webp&s=43cccce8a12e1f490216c7b2d815024e49242c36
                              dimensions:
                                width: 216
                                height: 162
                            large:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/oghNqr0aaAl1e0eiYoIDuoZphLqnFGaJOdo2Z3EtVL0.jpeg?width=320&format=pjpg&auto=webp&s=d53a608ee21c2b15992562d4443249ea824553d9
                              dimensions:
                                width: 320
                                height: 240
                            xlarge: null
                            xxlarge: null
                            xxxlarge: null
                            altText: null
                          obfuscated_still:
                            __typename: StillMedia
                            source: null
                            small: null
                            medium: null
                            large: null
                            xlarge: null
                            xxlarge: null
                            xxxlarge: null
                          animated: null
                          streaming: null
                          video:
                            __typename: VideoMedia
                            embedHtml: >-
                              <iframe width="356" height="200"
                              src="https://www.youtube.com/embed/KsiuA5gOl1o?feature=oembed"
                              frameborder="0" allow="accelerometer; autoplay;
                              clipboard-write; encrypted-media; gyroscope;
                              picture-in-picture; web-share"
                              referrerpolicy="strict-origin-when-cross-origin"
                              allowfullscreen title="I Hacked This Temu Router.
                              What I Found Should Be Illegal."></iframe>
                            url: https://www.youtube.com/watch?v=KsiuA5gOl1o
                            dimensions:
                              width: 356
                              height: 200
                            attribution:
                              title: >-
                                I Hacked This Temu Router. What I Found Should
                                Be Illegal.
                              description: null
                              authorName: Low Level
                              authorUrl: https://www.youtube.com/@LowLevelTV
                              providerName: YouTube
                              providerUrl: https://www.youtube.com/
                          packagedMedia: null
                          typeHint: EMBED
                          download: null
                        moderationInfo: null
                        suggestedCommentSort: null
                        permalink: >-
                          /r/programming/comments/1rjff3k/i_hacked_this_temu_router_what_i_found_should_be/
                        isSelfPost: false
                        postHint: RICH_VIDEO
                        postEventInfo: null
                        gallery: null
                        devvit: null
                        outboundLink:
                          url: >-
                            https://out.reddit.com/t3_1rjff3k?app_name=android&token=AQAA0Ympaa9lIyXoTntoeICk_J3GSpVm3c4N8tqUJte9smDl9xjL&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DKsiuA5gOl1o
                          expiresAt: 2026-03-05T13:49:05.514759+0000
                        postStats:
                          viewCountTotal: null
                          shareAllTotal: 547
                        postStatsPrivate:
                          viewCountTotals: null
                        isAuthorBlocked: false
                        upvoteRatio: 0.8561034761519806
                        reactedFrom: null
                        attributionInfo: null
                        crowdControlLevel: 'OFF'
                        isCrowdControlFilterEnabled: false
                        languageCode: en
                        isTranslatable: false
                        isTranslated: false
                        translatedLanguage: null
                        removedByCategory: null
                      - __typename: SubredditPost
                        authorCommunityBadge: null
                        subreddit:
                          __typename: Subreddit
                          id: t5_h1pmw
                          name: comedyheaven
                          prefixedName: r/comedyheaven
                          isQuarantined: false
                          title: Comedy Heaven
                          type: PUBLIC
                          subscribersCount: 2046250
                          isNsfw: false
                          isSubscribed: false
                          isThumbnailsEnabled: true
                          styles:
                            icon: >-
                              https://styles.redditmedia.com/t5_h1pmw/styles/communityIcon_4b6755f02ts81.png?width=64&height=64&frame=1&auto=webp&crop=64:64,smart&s=370c1d12342c97074471b5a2854156631f38d5e6
                            legacyIcon:
                              url: >-
                                https://b.thumbs.redditmedia.com/DtGtaEX53Ed_G9H4_zPaSFzqavVH3XGwCGd7DFU2H8s.png
                            primaryColor: '#00FFDD'
                            bannerBackgroundImage: >-
                              https://styles.redditmedia.com/t5_h1pmw/styles/bannerBackgroundImage_6grkvn2m4er81.png
                            legacyPrimaryColor: '#25B79F'
                          modPermissions: null
                          communityStatus: null
                          isTitleSafe: true
                          isUserBanned: false
                          tippingStatus: null
                          whitelistStatus: SOME_ADS
                        crosspostRoot: null
                        id: t3_1rkx1m7
                        createdAt: 2026-03-04T20:45:59.759000+0000
                        editedAt: null
                        postTitle: Cheek splitter 9000
                        url: https://i.redd.it/nlxyitdub3ng1.jpeg
                        content: null
                        domain: i.redd.it
                        isSpoiler: false
                        isNsfw: false
                        isCommercialCommunication: false
                        isLocked: false
                        isSaved: false
                        isReactAllowed: false
                        isHidden: false
                        isGildable: true
                        isCrosspostable: true
                        isScoreHidden: false
                        isArchived: false
                        isStickied: false
                        isPollIncluded: false
                        poll: null
                        isFollowed: false
                        awardingsInfo:
                          promos: null
                        awardings: []
                        isContestMode: false
                        distinguishedAs: null
                        voteState: NONE
                        score: 8073
                        commentCount: 207
                        viewCount: null
                        authorFlair: null
                        flair: null
                        authorInfo:
                          __typename: Redditor
                          id: t2_10ht5p
                          name: GarutuRakthur
                          isBlocked: false
                          isCakeDayNow: false
                          newIcon:
                            __typename: MediaSource
                            url: >-
                              https://www.redditstatic.com/avatars/defaults/v2/avatar_default_5.png
                            dimensions:
                              width: 256
                              height: 256
                          iconSmall:
                            __typename: MediaSource
                            url: >-
                              https://www.redditstatic.com/avatars/defaults/v2/avatar_default_5.png
                            dimensions:
                              width: 256
                              height: 256
                          snoovatarIcon: null
                          profile:
                            isNsfw: false
                          accountType: USER
                        isThumbnailEnabled: true
                        thumbnail:
                          __typename: MediaSource
                          url: >-
                            https://preview.redd.it/nlxyitdub3ng1.jpeg?width=140&height=140&crop=1%3A1%2Csmart&auto=webp&s=52bfc7cb3b05729c9aec37f483a53c195e1044d4
                          dimensions:
                            width: 140
                            height: 140
                        media:
                          __typename: Media
                          previewMediaId: nlxyitdub3ng1
                          still:
                            __typename: StillMedia
                            source:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/nlxyitdub3ng1.jpeg?auto=webp&s=ab05c0b56ddc4a34d4024dc53ca747d15e8c013e
                              dimensions:
                                width: 1079
                                height: 1349
                            small:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/nlxyitdub3ng1.jpeg?width=108&auto=webp&s=ee98f34feadbdb3742442ea38a748f894189a83b
                              dimensions:
                                width: 108
                                height: 135
                            medium:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/nlxyitdub3ng1.jpeg?width=216&auto=webp&s=afb9611bb6e73ffdac66ee7bfd04f54d1279f210
                              dimensions:
                                width: 216
                                height: 270
                            large:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/nlxyitdub3ng1.jpeg?width=320&auto=webp&s=d44fb7483eae7a91b329eaa65cfadd25710781bb
                              dimensions:
                                width: 320
                                height: 400
                            xlarge:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/nlxyitdub3ng1.jpeg?width=640&auto=webp&s=e886a1084626aa1134cd15622f548ee323fa071b
                              dimensions:
                                width: 640
                                height: 800
                            xxlarge:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/nlxyitdub3ng1.jpeg?width=960&auto=webp&s=cb02cee2b3fd8c993a8e31ca09cddd04b71530ee
                              dimensions:
                                width: 960
                                height: 1200
                            xxxlarge: null
                            altText: >-
                              JAL JAPAN AIRLINES NEW YORK POST Torturous 'Cheek
                              Splitter 9000' airplane seat worries
                              travelersabout the future of flight
                          obfuscated_still:
                            __typename: StillMedia
                            source: null
                            small: null
                            medium: null
                            large: null
                            xlarge: null
                            xxlarge: null
                            xxxlarge: null
                          animated: null
                          streaming: null
                          video: null
                          packagedMedia: null
                          typeHint: IMAGE
                          download: null
                        moderationInfo: null
                        suggestedCommentSort: null
                        permalink: /r/comedyheaven/comments/1rkx1m7/cheek_splitter_9000/
                        isSelfPost: false
                        postHint: IMAGE
                        postEventInfo: null
                        gallery: null
                        devvit: null
                        outboundLink:
                          url: https://i.redd.it/nlxyitdub3ng1.jpeg
                          expiresAt: 2026-03-05T13:49:05.514785+0000
                        postStats:
                          viewCountTotal: null
                          shareAllTotal: 1346
                        postStatsPrivate:
                          viewCountTotals: null
                        isAuthorBlocked: false
                        upvoteRatio: 0.9540960451977402
                        reactedFrom: null
                        attributionInfo: null
                        crowdControlLevel: 'OFF'
                        isCrowdControlFilterEnabled: false
                        languageCode: und
                        isTranslatable: false
                        isTranslated: false
                        translatedLanguage: null
                        removedByCategory: null
                      - __typename: SubredditPost
                        authorCommunityBadge: null
                        subreddit:
                          __typename: Subreddit
                          id: t5_2qib0
                          name: interesting
                          prefixedName: r/interesting
                          isQuarantined: false
                          title: 'interesting '
                          type: PUBLIC
                          subscribersCount: 1591770
                          isNsfw: false
                          isSubscribed: false
                          isThumbnailsEnabled: true
                          styles:
                            icon: >-
                              https://styles.redditmedia.com/t5_2qib0/styles/communityIcon_s4g0fz2yssma1.png?width=64&height=64&frame=1&auto=webp&crop=64:64,smart&s=3755e98c96e1ece4b5a1e359ae62b7fc145c59b9
                            legacyIcon: null
                            primaryColor: '#2972A3'
                            bannerBackgroundImage: >-
                              https://styles.redditmedia.com/t5_2qib0/styles/bannerBackgroundImage_6lj3jytxurcc1.jpg?format=pjpg&s=0e040670e7c44b209ed446a53d74ae7c8a50ab49
                            legacyPrimaryColor: null
                          modPermissions: null
                          communityStatus:
                            description:
                              markdown: \\ud83d\\udd25
                              richtext: >-
                                {"document":[{"c":[{"e":"text","t":"\\ud83d\\udd25"}],"e":"par"}]}
                            emoji:
                              name: snoo_simple_smile
                              url: >-
                                https://emoji.redditmedia.com/dhbi1omcaezz_t5_3nqvj/snoo_simple_smile
                          isTitleSafe: true
                          isUserBanned: false
                          tippingStatus: null
                          whitelistStatus: ALL_ADS
                        crosspostRoot: null
                        id: t3_1rlaa8p
                        createdAt: 2026-03-05T06:31:07.412000+0000
                        editedAt: null
                        postTitle: This painting is made by Hitler.
                        url: https://i.redd.it/1d4slyb886ng1.jpeg
                        content: null
                        domain: i.redd.it
                        isSpoiler: false
                        isNsfw: false
                        isCommercialCommunication: false
                        isLocked: false
                        isSaved: false
                        isReactAllowed: false
                        isHidden: false
                        isGildable: true
                        isCrosspostable: true
                        isScoreHidden: false
                        isArchived: false
                        isStickied: false
                        isPollIncluded: false
                        poll: null
                        isFollowed: false
                        awardingsInfo:
                          promos: null
                        awardings:
                          - __typename: AwardingTotal
                            award:
                              __typename: Award
                              id: award_free_mindblown
                              name: Mindblown
                              tags:
                                - award:sort:30
                                - award:legacy
                                - award:unlimited_free
                                - award:quick_give
                              static_icon_16:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_16.png
                                dimensions:
                                  width: 16
                                  height: 16
                              static_icon_24:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_24.png
                                dimensions:
                                  width: 24
                                  height: 24
                              static_icon_32:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_32.png
                                dimensions:
                                  width: 32
                                  height: 32
                              static_icon_48:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_48.png
                                dimensions:
                                  width: 48
                                  height: 48
                              static_icon_64:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_64.png
                                dimensions:
                                  width: 64
                                  height: 64
                            total: 4
                        isContestMode: false
                        distinguishedAs: null
                        voteState: NONE
                        score: 2851
                        commentCount: 496
                        viewCount: null
                        authorFlair: null
                        flair:
                          __typename: PostFlair
                          type: text
                          text: HISTORY
                          richtext: null
                          textColor: LIGHT
                          template:
                            id: ce014eb2-be95-11ed-b6b7-ae673a20ebfc
                            isEditable: false
                            backgroundColor: '#CC3600'
                        authorInfo:
                          __typename: Redditor
                          id: t2_1u2il8gahr
                          name: justavie
                          isBlocked: false
                          isCakeDayNow: false
                          newIcon:
                            __typename: MediaSource
                            url: >-
                              https://preview.redd.it/snoovatar/avatars/1fac4326-8403-40d1-9240-703c002133e8-headshot.png?auto=webp&s=2737c7a63cc59c8699a61334da7381ebbedd2196
                            dimensions:
                              width: 256
                              height: 256
                          iconSmall:
                            __typename: MediaSource
                            url: >-
                              https://preview.redd.it/snoovatar/avatars/1fac4326-8403-40d1-9240-703c002133e8-headshot.png?width=50&height=50&auto=webp&s=ab94a742a58bf210e21d0e9ce27243be4ce98631
                            dimensions:
                              width: 50
                              height: 50
                          snoovatarIcon:
                            __typename: MediaSource
                            url: >-
                              https://i.redd.it/snoovatar/avatars/1fac4326-8403-40d1-9240-703c002133e8.png
                            dimensions:
                              width: 380
                              height: 600
                          profile:
                            isNsfw: false
                          accountType: USER
                        isThumbnailEnabled: true
                        thumbnail:
                          __typename: MediaSource
                          url: >-
                            https://preview.redd.it/1d4slyb886ng1.jpeg?width=140&height=140&crop=1%3A1%2Csmart&auto=webp&s=30ecd3c5cc48a7b8c162ae44a00b8c090892e746
                          dimensions:
                            width: 140
                            height: 140
                        media:
                          __typename: Media
                          previewMediaId: 1d4slyb886ng1
                          still:
                            __typename: StillMedia
                            source:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/1d4slyb886ng1.jpeg?auto=webp&s=dd9296301ee6d18dd3543f4e56de4884171f5373
                              dimensions:
                                width: 960
                                height: 1279
                            small:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/1d4slyb886ng1.jpeg?width=108&auto=webp&s=c4487d0a0d7c953486dbd814db0c688fd5ffcba9
                              dimensions:
                                width: 108
                                height: 143
                            medium:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/1d4slyb886ng1.jpeg?width=216&auto=webp&s=2289486672ef15f9eb73078bf85f83c2ed239d34
                              dimensions:
                                width: 216
                                height: 287
                            large:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/1d4slyb886ng1.jpeg?width=320&auto=webp&s=39007162647173cc11a4c207030c2e1d0de2e8f1
                              dimensions:
                                width: 320
                                height: 426
                            xlarge:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/1d4slyb886ng1.jpeg?width=640&auto=webp&s=b1558640949d2eec5ff46b0b595eef66568feb01
                              dimensions:
                                width: 640
                                height: 852
                            xxlarge:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/1d4slyb886ng1.jpeg?width=960&auto=webp&s=8e6727f8cc755955857481f8cdc8e0864cccca83
                              dimensions:
                                width: 960
                                height: 1279
                            xxxlarge: null
                            altText: null
                          obfuscated_still:
                            __typename: StillMedia
                            source: null
                            small: null
                            medium: null
                            large: null
                            xlarge: null
                            xxlarge: null
                            xxxlarge: null
                          animated: null
                          streaming: null
                          video: null
                          packagedMedia: null
                          typeHint: IMAGE
                          download: null
                        moderationInfo: null
                        suggestedCommentSort: CONFIDENCE
                        permalink: >-
                          /r/interesting/comments/1rlaa8p/this_painting_is_made_by_hitler/
                        isSelfPost: false
                        postHint: IMAGE
                        postEventInfo: null
                        gallery: null
                        devvit: null
                        outboundLink:
                          url: https://i.redd.it/1d4slyb886ng1.jpeg
                          expiresAt: 2026-03-05T13:49:05.514779+0000
                        postStats:
                          viewCountTotal: null
                          shareAllTotal: 756
                        postStatsPrivate:
                          viewCountTotals: null
                        isAuthorBlocked: false
                        upvoteRatio: 0.9374404572880279
                        reactedFrom: null
                        attributionInfo: null
                        crowdControlLevel: 'OFF'
                        isCrowdControlFilterEnabled: false
                        languageCode: en
                        isTranslatable: false
                        isTranslated: false
                        translatedLanguage: null
                        removedByCategory: null
                      - __typename: SubredditPost
                        authorCommunityBadge: null
                        subreddit:
                          __typename: Subreddit
                          id: t5_3c9em
                          name: chinalife
                          prefixedName: r/chinalife
                          isQuarantined: false
                          title: Expats in China
                          type: PUBLIC
                          subscribersCount: 129449
                          isNsfw: false
                          isSubscribed: false
                          isThumbnailsEnabled: false
                          styles:
                            icon: >-
                              https://styles.redditmedia.com/t5_3c9em/styles/communityIcon_fqv9k7g7lvr31.png?width=64&height=64&frame=1&auto=webp&crop=64:64,smart&s=653f99a6ea0645d81c016d69405b05943cbae9a4
                            legacyIcon: null
                            primaryColor: '#EA0027'
                            bannerBackgroundImage: >-
                              https://styles.redditmedia.com/t5_3c9em/styles/bannerBackgroundImage_g6z2gxi0gd3c1.png
                            legacyPrimaryColor: '#EA0027'
                          modPermissions: null
                          communityStatus: null
                          isTitleSafe: true
                          isUserBanned: false
                          tippingStatus: null
                          whitelistStatus: ALL_ADS
                        crosspostRoot: null
                        id: t3_1rinu6d
                        createdAt: 2026-03-02T08:56:50.584000+0000
                        editedAt: null
                        postTitle: >-
                          Helpful map of underground clubs in China from the
                          WhereToRave 小红书 account. Valid as of Dec. 2025.
                        url: https://i.redd.it/qo6i711djlmg1.png
                        content: null
                        domain: i.redd.it
                        isSpoiler: false
                        isNsfw: false
                        isCommercialCommunication: false
                        isLocked: false
                        isSaved: false
                        isReactAllowed: false
                        isHidden: false
                        isGildable: true
                        isCrosspostable: true
                        isScoreHidden: false
                        isArchived: false
                        isStickied: false
                        isPollIncluded: false
                        poll: null
                        isFollowed: false
                        awardingsInfo:
                          promos: null
                        awardings: []
                        isContestMode: false
                        distinguishedAs: null
                        voteState: NONE
                        score: 135
                        commentCount: 60
                        viewCount: null
                        authorFlair: null
                        flair:
                          __typename: PostFlair
                          type: richtext
                          text: 🏯 Daily Life
                          richtext: '[{"e":"text","t":"🏯 Daily Life"}]'
                          textColor: LIGHT
                          template:
                            id: 2eeec106-6049-11ed-b170-12477ea2e054
                            isEditable: false
                            backgroundColor: '#73AD34'
                        authorInfo:
                          __typename: Redditor
                          id: t2_1yy7uz71n0
                          name: SaveMarioIncandenza
                          isBlocked: false
                          isCakeDayNow: false
                          newIcon:
                            __typename: MediaSource
                            url: >-
                              https://www.redditstatic.com/avatars/defaults/v2/avatar_default_4.png
                            dimensions:
                              width: 256
                              height: 256
                          iconSmall:
                            __typename: MediaSource
                            url: >-
                              https://www.redditstatic.com/avatars/defaults/v2/avatar_default_4.png
                            dimensions:
                              width: 256
                              height: 256
                          snoovatarIcon: null
                          profile:
                            isNsfw: false
                          accountType: USER
                        isThumbnailEnabled: false
                        thumbnail:
                          __typename: MediaSource
                          url: >-
                            https://preview.redd.it/qo6i711djlmg1.png?width=140&height=140&crop=1%3A1%2Csmart&auto=webp&s=4ae6d2ef1b029edc65cdc8be25e0d4e4c5fd154f
                          dimensions:
                            width: 140
                            height: 140
                        media:
                          __typename: Media
                          previewMediaId: qo6i711djlmg1
                          still:
                            __typename: StillMedia
                            source:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/qo6i711djlmg1.png?auto=webp&s=7c78a6b7003b9cadf7f92a714af7084ddfc832fd
                              dimensions:
                                width: 880
                                height: 1076
                            small:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/qo6i711djlmg1.png?width=108&auto=webp&s=b169b5df9afc1aaf65d66127cbd6df2896dab8e9
                              dimensions:
                                width: 108
                                height: 132
                            medium:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/qo6i711djlmg1.png?width=216&auto=webp&s=f05b6f3d85fac0c2b1fa9b588570990e1dcd4625
                              dimensions:
                                width: 216
                                height: 264
                            large:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/qo6i711djlmg1.png?width=320&auto=webp&s=eac9949388cf44ec5327fd3a6e7fd4a0eff64092
                              dimensions:
                                width: 320
                                height: 391
                            xlarge:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/qo6i711djlmg1.png?width=640&auto=webp&s=3886abfe36223b7b3cddc9207b574c60c150fb86
                              dimensions:
                                width: 640
                                height: 782
                            xxlarge: null
                            xxxlarge: null
                            altText: null
                          obfuscated_still:
                            __typename: StillMedia
                            source: null
                            small: null
                            medium: null
                            large: null
                            xlarge: null
                            xxlarge: null
                            xxxlarge: null
                          animated: null
                          streaming: null
                          video: null
                          packagedMedia: null
                          typeHint: IMAGE
                          download: null
                        moderationInfo: null
                        suggestedCommentSort: null
                        permalink: >-
                          /r/chinalife/comments/1rinu6d/helpful_map_of_underground_clubs_in_china_from/
                        isSelfPost: false
                        postHint: IMAGE
                        postEventInfo: null
                        gallery: null
                        devvit: null
                        outboundLink:
                          url: https://i.redd.it/qo6i711djlmg1.png
                          expiresAt: 2026-03-05T13:49:05.514745+0000
                        postStats:
                          viewCountTotal: null
                          shareAllTotal: 208
                        postStatsPrivate:
                          viewCountTotals: null
                        isAuthorBlocked: false
                        upvoteRatio: 0.9041916167664671
                        reactedFrom: null
                        attributionInfo: null
                        crowdControlLevel: 'OFF'
                        isCrowdControlFilterEnabled: false
                        languageCode: en
                        isTranslatable: false
                        isTranslated: false
                        translatedLanguage: null
                        removedByCategory: null
                      - __typename: ProfilePost
                        crosspostRoot: null
                        promotedCommunityPost: null
                        id: t3_1pl5n4c
                        createdAt: 2025-12-12T22:51:01.398000+0000
                        editedAt: null
                        postTitle: >-
                          “My 11-year-old loves it! She frequently asked for
                          ‘above pay grade’ chores for extra money.” —
                          Greenlight parent
                        url: >-
                          https://www.greenlight.com/?utm_source=reddit&utm_medium=paidsocial&utm_campaign={{CAMPAIGN_NAME}}&utm_content={{AD_NAME}}
                        content: null
                        domain: greenlight.com
                        isSpoiler: false
                        isNsfw: false
                        isCommercialCommunication: false
                        isLocked: true
                        isSaved: false
                        isReactAllowed: false
                        isHidden: false
                        isGildable: false
                        isCrosspostable: false
                        isScoreHidden: true
                        isArchived: false
                        isStickied: false
                        isPollIncluded: false
                        poll: null
                        isFollowed: false
                        awardings: []
                        isContestMode: false
                        distinguishedAs: null
                        voteState: NONE
                        score: null
                        commentCount: 0
                        viewCount: null
                        authorFlair: null
                        flair: null
                        authorInfo:
                          __typename: Redditor
                          id: t2_1xmecx4w
                          name: GreenlightCard
                          isBlocked: false
                          isCakeDayNow: false
                          newIcon:
                            __typename: MediaSource
                            url: >-
                              https://styles.redditmedia.com/t5_muwpi/styles/profileIcon_zl9o6cmd7mr61.jpg?s=5510c39eba2bc139b62583824e4833fba340018a
                            dimensions:
                              width: 256
                              height: 256
                          iconSmall:
                            __typename: MediaSource
                            url: >-
                              https://styles.redditmedia.com/t5_muwpi/styles/profileIcon_zl9o6cmd7mr61.jpg?width=50&height=50&frame=1&auto=webp&crop=50%3A50%2Csmart&s=2318a55da3afbaabc18865bf179e2c2257e88637
                            dimensions:
                              width: 50
                              height: 50
                          snoovatarIcon: null
                          profile:
                            isNsfw: false
                          accountType: USER
                        isThumbnailEnabled: true
                        thumbnail:
                          __typename: MediaSource
                          url: >-
                            https://preview.redd.it/5rjxymjeru6g1.png?auto=webp&s=77ebf2577f3f9a20379f97455be8211435767bdb
                          dimensions:
                            width: 1080
                            height: 1350
                        media:
                          __typename: Media
                          previewMediaId: >-
                            https://reddit-image/4-RpsuzdlUhTJxqpLQJcSy-GBangw2YhxWLud5YX0Os.jpg
                          still:
                            __typename: StillMedia
                            source:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/4-RpsuzdlUhTJxqpLQJcSy-GBangw2YhxWLud5YX0Os.jpg?auto=webp&s=ce5de7a373cbe3caf7d15367d8cfd0b8d2693598
                              dimensions:
                                width: 1080
                                height: 1350
                            small:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/4-RpsuzdlUhTJxqpLQJcSy-GBangw2YhxWLud5YX0Os.jpg?width=108&auto=webp&s=8ceb4343637b2e8fe5418e371330119657a4f0a0
                              dimensions:
                                width: 108
                                height: 135
                            medium:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/4-RpsuzdlUhTJxqpLQJcSy-GBangw2YhxWLud5YX0Os.jpg?width=216&auto=webp&s=5e9ae2084d47298027e659112e504c71524e9ef1
                              dimensions:
                                width: 216
                                height: 270
                            large:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/4-RpsuzdlUhTJxqpLQJcSy-GBangw2YhxWLud5YX0Os.jpg?width=320&auto=webp&s=dc92ea9cecd940323a0d7d784b91b6efd0411d06
                              dimensions:
                                width: 320
                                height: 400
                            xlarge:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/4-RpsuzdlUhTJxqpLQJcSy-GBangw2YhxWLud5YX0Os.jpg?width=640&auto=webp&s=38e4c6c5e03339d9a12998316df01941f40eafb4
                              dimensions:
                                width: 640
                                height: 800
                            xxlarge:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/4-RpsuzdlUhTJxqpLQJcSy-GBangw2YhxWLud5YX0Os.jpg?width=960&auto=webp&s=5ba2a9e198b5460301294cf519eaebb25d7162c2
                              dimensions:
                                width: 960
                                height: 1200
                            xxxlarge:
                              __typename: MediaSource
                              url: >-
                                https://external-preview.redd.it/4-RpsuzdlUhTJxqpLQJcSy-GBangw2YhxWLud5YX0Os.jpg?width=1080&auto=webp&s=db71cd18ae095ef6866b91368e0498001fddb396
                              dimensions:
                                width: 1080
                                height: 1350
                            altText: null
                          obfuscated_still:
                            __typename: StillMedia
                            source: null
                            small: null
                            medium: null
                            large: null
                            xlarge: null
                            xxlarge: null
                            xxxlarge: null
                          animated: null
                          streaming: null
                          video: null
                          packagedMedia: null
                          typeHint: IMAGE
                          download: null
                        moderationInfo: null
                        suggestedCommentSort: QA
                        permalink: >-
                          /user/GreenlightCard/comments/1pl5n4c/my_11yearold_loves_it_she_frequently_asked_for/
                        isSelfPost: false
                        postHint: LINK
                        postEventInfo: null
                        gallery: null
                        devvit: null
                        profile:
                          __typename: Profile
                          redditorInfo:
                            __typename: Redditor
                            id: t2_1xmecx4w
                            name: GreenlightCard
                            prefixedName: u/GreenlightCard
                            accountType: USER
                          id: t5_muwpi
                          description: null
                          subscribersCount: 0
                          isNsfw: false
                          isModeratable: false
                          modPermissions: null
                          name: u_GreenlightCard
                          styles:
                            icon: >-
                              https://styles.redditmedia.com/t5_muwpi/styles/profileIcon_zl9o6cmd7mr61.jpg?width=64&height=64&frame=1&auto=webp&crop=64:64,smart&s=b4d573f1f56e338a7b0bc1f50d8f9649564ec168
                            legacyIcon:
                              __typename: MediaSource
                              url: >-
                                https://styles.redditmedia.com/t5_muwpi/styles/profileIcon_zl9o6cmd7mr61.jpg?width=256&height=256&frame=1&auto=webp&crop=256:256,smart&s=1fb77f45cff8df22fb0ec9e85079a9534701be32
                              dimensions:
                                width: 256
                                height: 256
                            legacyPrimaryColor: null
                        outboundLink:
                          url: >-
                            https://www.greenlight.com/?utm_source=reddit&utm_medium=paidsocial&utm_campaign={{CAMPAIGN_NAME}}&utm_content={{AD_NAME}}
                          expiresAt: null
                        adSupplementaryTextRichtext: null
                        callToAction: null
                        postStats:
                          viewCountTotal: null
                          shareAllTotal: 1269
                        postStatsPrivate:
                          viewCountTotals: null
                        isAuthorBlocked: false
                        upvoteRatio: 0.08421052631578947
                        reactedFrom: null
                        attributionInfo: null
                        crowdControlLevel: 'OFF'
                        isCrowdControlFilterEnabled: false
                        languageCode: null
                        isTranslatable: false
                        isTranslated: false
                        translatedLanguage: null
                        removedByCategory: null
                      - __typename: SubredditPost
                        authorCommunityBadge:
                          __typename: AchievementBadge
                          image:
                            url: https://i.redd.it/qwkcwa2zi3yd1.png
                          label: 前 1% 最受欢迎的评论者
                          accessibilityLabel: 成就“前 1% 最受欢迎的评论者”的个人资料徽章
                        subreddit:
                          __typename: Subreddit
                          id: t5_2gpmw9
                          name: okbuddycinephile
                          prefixedName: r/okbuddycinephile
                          isQuarantined: false
                          title: okbuddycinephile
                          type: PUBLIC
                          subscribersCount: 577359
                          isNsfw: false
                          isSubscribed: false
                          isThumbnailsEnabled: true
                          styles:
                            icon: >-
                              https://styles.redditmedia.com/t5_2gpmw9/styles/communityIcon_hghv56s8ccq41.png?width=64&height=64&frame=1&auto=webp&crop=64:64,smart&s=bfb2d063f4c64c2859085443711c2b23b696e21a
                            legacyIcon: null
                            primaryColor: '#1A7FAA'
                            bannerBackgroundImage: >-
                              https://styles.redditmedia.com/t5_2gpmw9/styles/bannerBackgroundImage_oq70ney3e3k41.jpg?format=pjpg&s=430fcf1b469b91ba28b9263a6697380db5bcea1b
                            legacyPrimaryColor: null
                          modPermissions: null
                          communityStatus:
                            description:
                              markdown: Discussing Kino
                              richtext: >-
                                {"document":[{"c":[{"e":"text","t":"Discussing
                                Kino"}],"e":"par"}]}
                            emoji:
                              name: '1000022972'
                              url: >-
                                https://emoji.redditmedia.com/rc0lfttpp4he1_t5_2gpmw9/1000022972
                          isTitleSafe: true
                          isUserBanned: false
                          tippingStatus: null
                          whitelistStatus: ALL_ADS
                        crosspostRoot: null
                        id: t3_1rksq7g
                        createdAt: 2026-03-04T18:07:10.338000+0000
                        editedAt: null
                        postTitle: Favorite actress who should have used her real name?
                        url: https://i.redd.it/zmffieaij2ng1.jpeg
                        content: null
                        domain: i.redd.it
                        isSpoiler: false
                        isNsfw: false
                        isCommercialCommunication: false
                        isLocked: false
                        isSaved: false
                        isReactAllowed: false
                        isHidden: false
                        isGildable: true
                        isCrosspostable: true
                        isScoreHidden: false
                        isArchived: false
                        isStickied: false
                        isPollIncluded: false
                        poll: null
                        isFollowed: false
                        awardingsInfo:
                          promos: null
                        awardings:
                          - __typename: AwardingTotal
                            award:
                              __typename: Award
                              id: award_free_mindblown
                              name: Mindblown
                              tags:
                                - award:sort:30
                                - award:legacy
                                - award:unlimited_free
                                - award:quick_give
                              static_icon_16:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_16.png
                                dimensions:
                                  width: 16
                                  height: 16
                              static_icon_24:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_24.png
                                dimensions:
                                  width: 24
                                  height: 24
                              static_icon_32:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_32.png
                                dimensions:
                                  width: 32
                                  height: 32
                              static_icon_48:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_48.png
                                dimensions:
                                  width: 48
                                  height: 48
                              static_icon_64:
                                __typename: MediaSource
                                url: >-
                                  https://i.redd.it/snoovatar/snoo_assets/marketing/mindblown_64.png
                                dimensions:
                                  width: 64
                                  height: 64
                            total: 1
                        isContestMode: false
                        distinguishedAs: null
                        voteState: NONE
                        score: 1704
                        commentCount: 700
                        viewCount: null
                        authorFlair: null
                        flair: null
                        authorInfo:
                          __typename: Redditor
                          id: t2_25ol7gf0p5
                          name: JacobEhLordi
                          isBlocked: false
                          isCakeDayNow: false
                          newIcon:
                            __typename: MediaSource
                            url: >-
                              https://www.redditstatic.com/avatars/defaults/v2/avatar_default_1.png
                            dimensions:
                              width: 256
                              height: 256
                          iconSmall:
                            __typename: MediaSource
                            url: >-
                              https://www.redditstatic.com/avatars/defaults/v2/avatar_default_1.png
                            dimensions:
                              width: 256
                              height: 256
                          snoovatarIcon: null
                          profile:
                            isNsfw: false
                          accountType: USER
                        isThumbnailEnabled: true
                        thumbnail:
                          __typename: MediaSource
                          url: >-
                            https://preview.redd.it/zmffieaij2ng1.jpeg?width=140&height=140&crop=1%3A1%2Csmart&auto=webp&s=3bbab4b9964e922c1794a95bd64a1d63475903eb
                          dimensions:
                            width: 140
                            height: 140
                        media:
                          __typename: Media
                          previewMediaId: zmffieaij2ng1
                          still:
                            __typename: StillMedia
                            source:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/zmffieaij2ng1.jpeg?auto=webp&s=b66f288f1b1cf8530e141b0632439370541a0833
                              dimensions:
                                width: 440
                                height: 619
                            small:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/zmffieaij2ng1.jpeg?width=108&auto=webp&s=b5e86ea10528f2b0c66f21f2db7735d6744c70dd
                              dimensions:
                                width: 108
                                height: 151
                            medium:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/zmffieaij2ng1.jpeg?width=216&auto=webp&s=fb6b4aa114fd636bd7c76bb01ff8962ba336b242
                              dimensions:
                                width: 216
                                height: 303
                            large:
                              __typename: MediaSource
                              url: >-
                                https://preview.redd.it/zmffieaij2ng1.jpeg?width=320&auto=webp&s=2488e0531a71761351f45236d9fd458c51a9feab
                              dimensions:
                                width: 320
                                height: 450
                            xlarge: null
                            xxlarge: null
                            xxxlarge: null
                            altText: null
                          obfuscated_still:
                            __typename: StillMedia
                            source: null
                            small: null
                            medium: null
                            large: null
                            xlarge: null
                            xxlarge: null
                            xxxlarge: null
                          animated: null
                          streaming: null
                          video: null
                          packagedMedia: null
                          typeHint: IMAGE
                          download: null
                        moderationInfo: null
                        suggestedCommentSort: null
                        permalink: >-
                          /r/okbuddycinephile/comments/1rksq7g/favorite_actress_who_should_have_used_her_real/
                        isSelfPost: false
                        postHint: IMAGE
                        postEventInfo: null
                        gallery: null
                        devvit: null
                        outboundLink:
                          url: https://i.redd.it/zmffieaij2ng1.jpeg
                          expiresAt: 2026-03-05T13:49:05.514680+0000
                        postStats:
                          viewCountTotal: null
                          shareAllTotal: 2061
                        postStatsPrivate:
                          viewCountTotals: null
                        isAuthorBlocked: false
                        upvoteRatio: 0.7778514588859416
                        reactedFrom: null
                        attributionInfo: null
                        crowdControlLevel: 'OFF'
                        isCrowdControlFilterEnabled: false
                        languageCode: en
                        isTranslatable: false
                        isTranslated: false
                        translatedLanguage: null
                        removedByCategory: null
                  after: dDNfMXJrc3E3Zw==
                requestId: 31a12c5b-9fa8-4390-9ae9-fff7f965776d
          headers: {}
        '400':
          description: 请求参数错误，请检查必填字段和参数格式
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 400
                  data: null
                  message: 'Missing required parameter: handle'
        '401':
          description: 鉴权失败，请检查 Authorization Header 中的 Bearer Token 或 API Key 是否有效
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 401
                  data: null
                  message: apiKey is null
        '402':
          description: 账户余额或额度不足
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 402
                  data: null
                  message: apiKey quota is not enough
        '429':
          description: 请求过于频繁，已触发限流
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 429
                  data: null
                  message: qps limit exceeded
        '500':
          description: 服务器内部错误，请稍后重试
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 500
                  data: null
                  message: Internal server error
      deprecated: false
      security:
        - JWT Bearer: []
      x-codeSamples:
        - lang: curl
          label: cURL
          source: |-
            curl --request GET \
              --url 'https://api.keyapi.ai/v1/reddit/fetch_home_feed?sort=BEST&filter_posts=%5B%27t3_1ojjquz%27%2C+%27t3_1ohepm2%27%2C+%27t3_1ojxzzz%27%2C+%27t3_1ojnvca%27%2C+%27t3_1oj9dcb%27%2C+%27t3_1ojxubp%27%2C+%27t3_1oj5x2b%27%5D&after=dDNfMW9qNXgyYg%3D%3D&need_format=false' \
              --header 'Authorization: Bearer <YOUR_API_KEY>'
        - lang: python
          label: Python
          source: |-
            import requests

            response = requests.get(
                'https://api.keyapi.ai/v1/reddit/fetch_home_feed',
                params={"sort": "BEST", "filter_posts": ["t3_1ojjquz", "t3_1ohepm2", "t3_1ojxzzz", "t3_1ojnvca", "t3_1oj9dcb", "t3_1ojxubp", "t3_1oj5x2b"], "after": "dDNfMW9qNXgyYg==", "need_format": "false"},
                headers={'Authorization': 'Bearer <YOUR_API_KEY>'}
            )
            print(response.json())
        - lang: javascript
          label: JavaScript
          source: >-
            const params = new URLSearchParams({"sort": "BEST", "filter_posts":
            ["t3_1ojjquz", "t3_1ohepm2", "t3_1ojxzzz", "t3_1ojnvca",
            "t3_1oj9dcb", "t3_1ojxubp", "t3_1oj5x2b"], "after":
            "dDNfMW9qNXgyYg==", "need_format": "false"});


            const response = await
            fetch(`https://api.keyapi.ai/v1/reddit/fetch_home_feed?${params}`, {
              method: 'GET',
              headers: { 'Authorization': 'Bearer <YOUR_API_KEY>' }
            });

            const data = await response.json();

            console.log(data);
components:
  securitySchemes:
    JWT Bearer:
      type: http
      scheme: bearer
      bearerFormat: JWT
      description: |-
        接口鉴权凭证。请在请求 Header 中传入 `Authorization: Bearer <YOUR_API_KEY>`。
        可在 [Dashboard](https://keyapi.ai/app/dashboard) 获取你的 API Key。

````