{
  "openapi": "3.1.0",
  "info": {
    "title": "Zapi — Social Media",
    "description": "Every Social Media endpoint on Zapi. Rendered catalog: https://zapi.ink/category/social-media",
    "version": "1.0.0",
    "license": {
      "name": "Zapi Terms of Service",
      "url": "https://zapi.ink/terms"
    }
  },
  "servers": [
    {
      "url": "https://api.zapi.ink"
    }
  ],
  "security": [
    {
      "ApiKeyAuth": []
    }
  ],
  "components": {
    "securitySchemes": {
      "ApiKeyAuth": {
        "type": "apiKey",
        "in": "header",
        "name": "x-api-key"
      }
    },
    "schemas": {
      "Envelope": {
        "type": "object",
        "required": [
          "status",
          "message"
        ],
        "properties": {
          "status": {
            "type": "string",
            "enum": [
              "success",
              "error"
            ]
          },
          "message": {
            "type": "string"
          },
          "content": {}
        }
      }
    },
    "responses": {
      "Error": {
        "description": "Invalid key, rate limit, or upstream failure",
        "content": {
          "application/json": {
            "schema": {
              "$ref": "#/components/schemas/Envelope"
            }
          }
        }
      }
    }
  },
  "externalDocs": {
    "url": "https://zapi.ink/category/social-media/llms.txt"
  },
  "paths": {
    "/v1/social-media:bluesky/profile/{handle}": {
      "get": {
        "operationId": "social_media_bluesky_profile",
        "summary": "Profile",
        "description": "Get a Bluesky user's public profile.",
        "tags": [
          "Bluesky Profile"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/bluesky#reference-profile"
        },
        "parameters": [
          {
            "name": "handle",
            "in": "path",
            "required": true,
            "description": "Bluesky handle (e.g. user.bsky.social) atau DID",
            "schema": {
              "type": "string",
              "example": "jay.bsky.team"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "posts": [
                      {
                        "cid": "bafyreietolc66j77ylzxpqpuygfhgu435trzl5faskqzvguhorqiu5vhuy",
                        "uri": "at://did:plc:mklohhw3fghtcsutnemlbimm/app.bsky.feed.post/3mltifjh2522v",
                        "text": "shared some thoughts on building with @attie.ai and why I'm so excited\n\nblockchaincapital.com/blog/after-t...",
                        "author": {
                          "did": "did:plc:mklohhw3fghtcsutnemlbimm",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:mklohhw3fghtcsutnemlbimm/bafkreicuzzvfwcxmakkydv3zdi7yjzbbdwkjeyeucryns267yngl7mlbxi",
                          "handle": "kinjal.bsky.social",
                          "displayName": "Kinjal"
                        },
                        "repost": true,
                        "createdAt": "2026-05-14T18:51:53.213Z",
                        "indexedAt": "2026-05-14T18:51:54.567Z",
                        "likeCount": 58,
                        "quoteCount": 5,
                        "replyCount": 9,
                        "repostCount": 6
                      },
                      {
                        "cid": "bafyreidyvnczi37omokdajwripxkc6xd4mlsttp7g3ex7tcqeui7yacn2m",
                        "uri": "at://did:plc:2gkh62xvzokhlf6li4ol3b3d/app.bsky.feed.post/3mltfz6cvic2o",
                        "text": "I'll go against the discourse. 280 contributors to repo.npmx.dev in 100 days. We only used bluesky for social comms. We asked while welcoming folks, and most of them got involved after reading our bsky posts. Thanks for building and running bluesky. This network is a great place to do open source 💙",
                        "author": {
                          "did": "did:plc:2gkh62xvzokhlf6li4ol3b3d",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:2gkh62xvzokhlf6li4ol3b3d/bafkreibi7rw745tbcea7ljrpbkkkoragy2xa5a2lrxhdb3m23s7n3wkv3q",
                          "handle": "patak.cat",
                          "displayName": "patak"
                        },
                        "repost": true,
                        "createdAt": "2026-05-14T18:09:11.404Z",
                        "indexedAt": "2026-05-14T18:09:12.468Z",
                        "likeCount": 180,
                        "quoteCount": 2,
                        "replyCount": 4,
                        "repostCount": 19
                      },
                      {
                        "cid": "bafyreid7mcqctbehhnppx3deylhcfv5nuzgq4wqkfrnv3irsvueouizwee",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mldz7ilzec2x",
                        "text": "that was my first thought too, but i guess they don’t get much sun here",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-05-08T15:10:08.798Z",
                        "indexedAt": "2026-05-08T15:10:09.271Z",
                        "likeCount": 27,
                        "quoteCount": 0,
                        "replyCount": 1,
                        "repostCount": 0
                      },
                      {
                        "cid": "bafyreidu2yol6swuhedwkqj6r3timearcuzduc66vmxumk67sxgfk64zfa",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mldyyloqks2x",
                        "text": "when you need books more than you need a view",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-05-08T15:06:17.145Z",
                        "indexedAt": "2026-05-08T15:06:27.569Z",
                        "likeCount": 1316,
                        "quoteCount": 14,
                        "replyCount": 54,
                        "repostCount": 135
                      },
                      {
                        "cid": "bafyreiclmo2mmfni3uvjndq72e5o6sinlmgkmafb7celn2nfpscim2myuq",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mlbxlyyxfs2r",
                        "text": "ooh this is a majestic cat",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-05-07T19:36:01.692Z",
                        "indexedAt": "2026-05-07T19:36:05.900Z",
                        "likeCount": 20,
                        "quoteCount": 0,
                        "replyCount": 1,
                        "repostCount": 0
                      },
                      {
                        "cid": "bafyreib727qfylpvr6eipbhe2skpi2zcwstwgp7ytiun2xskaiqlgzltpq",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mlbegd4dck2i",
                        "text": "good old cat",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-05-07T13:52:49.864Z",
                        "indexedAt": "2026-05-07T13:53:05.559Z",
                        "likeCount": 772,
                        "quoteCount": 1,
                        "replyCount": 36,
                        "repostCount": 30
                      },
                      {
                        "cid": "bafyreich77xttfhr7fuf7foekz5dkvu4fbbxzgbf2iejahu7zwdxrzdb3m",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mkkrjbvy7k2a",
                        "text": "rose",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-28T14:15:53.932Z",
                        "indexedAt": "2026-04-28T14:16:05.477Z",
                        "likeCount": 594,
                        "quoteCount": 2,
                        "replyCount": 35,
                        "repostCount": 34
                      },
                      {
                        "cid": "bafyreiaaxjcoxqqn2fww2j6hqt7avrwwisr2upmvy6nold7ifaubvqwamm",
                        "uri": "at://did:plc:puz6ma7m6lkjyw7ifpuvkhxw/app.bsky.feed.post/3mkg2agodjc22",
                        "text": "",
                        "author": {
                          "did": "did:plc:puz6ma7m6lkjyw7ifpuvkhxw",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:puz6ma7m6lkjyw7ifpuvkhxw/bafkreiawakvl7xvpmkareefo3axizax5cnq5zdgtgcexze424kzeqk62aq",
                          "handle": "dana.bsky.social",
                          "displayName": "dana"
                        },
                        "repost": true,
                        "createdAt": "2026-04-26T17:08:41.922Z",
                        "indexedAt": "2026-04-26T17:08:43.359Z",
                        "likeCount": 516,
                        "quoteCount": 5,
                        "replyCount": 19,
                        "repostCount": 53
                      },
                      {
                        "cid": "bafyreia6i75yjagtqajuqsornvxqh6pn6jx66ahwef6u5wh2ltbt4zva3q",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mjkomgoov22b",
                        "text": "no, this looks amazing!",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-15T19:58:46.748Z",
                        "indexedAt": "2026-04-15T19:58:47.154Z",
                        "likeCount": 12,
                        "quoteCount": 0,
                        "replyCount": 8,
                        "repostCount": 0
                      },
                      {
                        "cid": "bafyreiekyd2wqraqliwm3qolheg6txryqncxhf7zkdlqbogqlj6szorvhq",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mjko6vtdps2b",
                        "text": "amazon prime william morris vibes",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-15T19:51:12.861Z",
                        "indexedAt": "2026-04-15T19:51:17.350Z",
                        "likeCount": 294,
                        "quoteCount": 5,
                        "replyCount": 49,
                        "repostCount": 13
                      },
                      {
                        "cid": "bafyreidtpr6bk7wxflz5sy2oitllciawkff42xgpq5hf75jhgxvvl6xezy",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mjautf3soc25",
                        "text": "in person, but they seem to sell online! have a bunch of other botanical designs too www.beginonballard.com/shop/p/bronz...",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-11T22:23:25.030Z",
                        "indexedAt": "2026-04-11T22:23:26.755Z",
                        "likeCount": 28,
                        "quoteCount": 0,
                        "replyCount": 5,
                        "repostCount": 1
                      },
                      {
                        "cid": "bafyreibaksiq56eviulx5sf6f6ql4dqmulwzft65chxiag73zyrelmwbzu",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mjaug2i55s25",
                        "text": "fern bracelet. obsessed",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-11T22:15:57.689Z",
                        "indexedAt": "2026-04-11T22:16:06.352Z",
                        "likeCount": 859,
                        "quoteCount": 2,
                        "replyCount": 36,
                        "repostCount": 18
                      },
                      {
                        "cid": "bafyreicbdzyamfyj27ci55xhmgnvozmphbpj6pjbdsgxrhr774u42ej5la",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mjahkhpqsk2a",
                        "text": "pinecones secured 💪",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-11T18:25:47.145Z",
                        "indexedAt": "2026-04-11T18:25:49.960Z",
                        "likeCount": 21,
                        "quoteCount": 0,
                        "replyCount": 2,
                        "repostCount": 2
                      },
                      {
                        "cid": "bafyreicwcazz7hedn5jvlfnuat7tlamiwiw34lesaxsafxdtuoffvsyg7u",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mjahgacwg22a",
                        "text": "his job was picking up all the pinecones and MOVING THEM AROUND",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-11T18:23:25.169Z",
                        "indexedAt": "2026-04-11T18:23:25.951Z",
                        "likeCount": 12,
                        "quoteCount": 0,
                        "replyCount": 2,
                        "repostCount": 0
                      },
                      {
                        "cid": "bafyreibl5xjks4stomsaip5lqrcirzxdnw6gl4kgaizqvwmksgxluu2qbu",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mjah52yo2s2a",
                        "text": "i miss him 💙",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-11T18:18:17.600Z",
                        "indexedAt": "2026-04-11T18:18:17.958Z",
                        "likeCount": 23,
                        "quoteCount": 0,
                        "replyCount": 1,
                        "repostCount": 1
                      },
                      {
                        "cid": "bafyreiaxkepaht7n4u2oov3qdq6vwmra7lwg2cq34saaiyspkl5x5nr6ri",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mjah2xbocs2a",
                        "text": "reminds me of willie. RIP best pinecone retriever, 14/10",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-11T18:17:06.583Z",
                        "indexedAt": "2026-04-11T18:17:08.665Z",
                        "likeCount": 851,
                        "quoteCount": 2,
                        "replyCount": 15,
                        "repostCount": 58
                      },
                      {
                        "cid": "bafyreicodmhc7pkic3ofnfdl73qu6aezxbnk56qsjqcke3aswwdze5kzym",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mjagcmwd5s2a",
                        "text": "100% see why this is happening, i would not be able to resist giving a little snack to a fox that followed me inside",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-11T18:03:30.427Z",
                        "indexedAt": "2026-04-11T18:03:31.073Z",
                        "likeCount": 53,
                        "quoteCount": 0,
                        "replyCount": 3,
                        "repostCount": 0
                      },
                      {
                        "cid": "bafyreieokkwka4lp7x3wtyvb4dvf7xcozexo22sckvnjvfkz3b6rmzxo7m",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mjafxwb4gs2a",
                        "text": "❤️",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-11T17:57:31.120Z",
                        "indexedAt": "2026-04-11T17:57:31.667Z",
                        "likeCount": 8,
                        "quoteCount": 0,
                        "replyCount": 1,
                        "repostCount": 0
                      },
                      {
                        "cid": "bafyreih4fkd2nognkpkkmriclo7jmb6323s2b3wytqhc6xikpflhtluboe",
                        "uri": "at://did:plc:cak4klqoj3bqgk5rj6b4f5do/app.bsky.feed.post/3mj6vzwzbl22t",
                        "text": "People yelled at me a few weeks ago when I suggested locally run open models were getting to be pretty powerful. But... it's true.",
                        "author": {
                          "did": "did:plc:cak4klqoj3bqgk5rj6b4f5do",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:cak4klqoj3bqgk5rj6b4f5do/bafkreifrr5n5p2ixfbupo3eocykh5jzd67dy2tohi7pzllacainjgkkq5e",
                          "handle": "masnick.com",
                          "displayName": "Mike Masnick"
                        },
                        "repost": true,
                        "createdAt": "2026-04-11T03:39:39.412Z",
                        "indexedAt": "2026-04-11T03:39:39.453Z",
                        "likeCount": 464,
                        "quoteCount": 6,
                        "replyCount": 13,
                        "repostCount": 42
                      },
                      {
                        "cid": "bafyreidi2jv7yrd62ozoz5vvt6k74pm5ckgnk6gmh7tdj6zkpidh7npxqq",
                        "uri": "at://did:plc:oky5czdrnfjpqslsw2a5iclo/app.bsky.feed.post/3mj74rbbqgk2v",
                        "text": "yes",
                        "author": {
                          "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                          "handle": "jay.bsky.team",
                          "displayName": "Jay 🦋"
                        },
                        "createdAt": "2026-04-11T05:40:04.379Z",
                        "indexedAt": "2026-04-11T05:40:05.564Z",
                        "likeCount": 37,
                        "quoteCount": 0,
                        "replyCount": 0,
                        "repostCount": 1
                      }
                    ],
                    "profile": {
                      "did": "did:plc:oky5czdrnfjpqslsw2a5iclo",
                      "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreihxtnc37g7jqdcgidtkknwuswtjiijcdnc6cx4imc4oq33cnsc5da",
                      "banner": "https://cdn.bsky.app/img/banner/plain/did:plc:oky5czdrnfjpqslsw2a5iclo/bafkreicgnmvhtmj4arcvwhueygbwvkucd3odvom3lxtfmn6wlqbh3yf7p4",
                      "handle": "jay.bsky.team",
                      "createdAt": "2022-11-17T06:31:40.296Z",
                      "indexedAt": "2026-03-29T21:16:33.460Z",
                      "postsCount": 4095,
                      "description": "Founder & Chief Innovation Officer @ Bluesky\n\nWorking on @attie.ai\n\n🌱 🪴 🌳",
                      "displayName": "Jay 🦋",
                      "followsCount": 3966,
                      "followersCount": 595946
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:bluesky/download": {
      "get": {
        "operationId": "social_media_bluesky_download",
        "summary": "Download",
        "description": "Download media dari Bluesky.",
        "tags": [
          "Bluesky Profile"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/bluesky#reference-download"
        },
        "parameters": [
          {
            "name": "url",
            "in": "query",
            "required": true,
            "description": "URL Bluesky (video/post). Boleh dengan query param.",
            "schema": {
              "type": "string",
              "example": "https://bsky.app/profile/alexbenzer.com/post/3mloibwobns2b"
            }
          },
          {
            "name": "quality",
            "in": "query",
            "required": false,
            "description": "Kualitas video maksimal — `max` = terbaik. Default 1080. Diabaikan kalau audioOnly=true.",
            "schema": {
              "type": "string",
              "enum": [
                "144",
                "240",
                "360",
                "480",
                "720",
                "1080",
                "max"
              ],
              "example": "1080"
            }
          },
          {
            "name": "audioOnly",
            "in": "query",
            "required": false,
            "description": "Kalau `true`, ambil audio saja. Default `false` (video). Pilih true/false.",
            "schema": {
              "type": "string",
              "enum": [
                "true",
                "false"
              ],
              "example": "false"
            }
          },
          {
            "name": "audioFormat",
            "in": "query",
            "required": false,
            "description": "Format audio kalau audioOnly=true. Default mp3.",
            "schema": {
              "type": "string",
              "enum": [
                "mp3",
                "opus",
                "ogg",
                "wav"
              ],
              "example": "mp3"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": null
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:bluesky/trends": {
      "get": {
        "operationId": "social_media_bluesky_trends",
        "summary": "Get Trending Topics",
        "description": "Topik yang sedang tren di Bluesky.",
        "tags": [
          "Bluesky Profile"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/bluesky#reference-trends"
        },
        "parameters": [
          {
            "name": "limit",
            "in": "query",
            "required": false,
            "description": "Number of trends to return. Default 10, max 25",
            "schema": {
              "type": "number",
              "example": "10"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "count": 10,
                    "trends": [
                      {
                        "link": "/profile/trending.bsky.app/feed/821037737",
                        "topic": "clacton",
                        "actors": [
                          {
                            "did": "did:plc:qosd44nwnujay5zbmg2q3p7q",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:qosd44nwnujay5zbmg2q3p7q/bafkreiek4fk2jwjyjmfquw7xumboxqksygxovhtwc3cvpa7tkzbgo5arie",
                            "handle": "countbinface.bsky.social",
                            "displayName": "Count Binface"
                          },
                          {
                            "did": "did:plc:fz5yyztrodsbmpx2lm33iamd",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:fz5yyztrodsbmpx2lm33iamd/bafkreigovte2wz5jayzga6nrrtkyt5f45fh6jekgfzcgwlcjcimqwukbli",
                            "handle": "douglasireland.com",
                            "displayName": "Douglas Ireland ✊​🌱"
                          },
                          {
                            "did": "did:plc:2d3imnietibmdr6i4fehn2a5",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:2d3imnietibmdr6i4fehn2a5/bafkreifxehk4er2alzt5ux2qshds4rnpwahv6efwspi3z3e5ahiz32qnwy",
                            "handle": "cstark.bsky.social",
                            "displayName": "Colin Stark"
                          },
                          {
                            "did": "did:plc:jtb35yqlxwmqlc3kd4luzbcl",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:jtb35yqlxwmqlc3kd4luzbcl/bafkreibronkpin4cxmkap6gx3gacfiqis77fokhfrrspyt6gx7clsmaxt4",
                            "handle": "seej500.bsky.social",
                            "displayName": "Bunker Ballroom, male porn star"
                          },
                          {
                            "did": "did:plc:njfugf2kain6zy4kbyughyy7",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:njfugf2kain6zy4kbyughyy7/bafkreia6pcojr4y5bamclx6lyjffvjrjmcwreoljki4rx56proznis7tmy",
                            "handle": "thedailybritain.bsky.social",
                            "displayName": "The Daily Britain"
                          }
                        ],
                        "status": "hot",
                        "category": "politics",
                        "postCount": 124,
                        "startedAt": "2026-08-06T10:41:34.10392Z",
                        "displayName": "Clacton By-Election"
                      },
                      {
                        "link": "/profile/trending.bsky.app/feed/821012904",
                        "topic": "ukraine",
                        "actors": [
                          {
                            "did": "did:plc:4aqzua5vsewimmusg66fyajl",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:4aqzua5vsewimmusg66fyajl/bafkreiacwznbgisutpt6s7wtwwqjg7t6ta6tn2onognya27y3lv7snomzu",
                            "handle": "noelreports.com",
                            "displayName": "NOELREPORTS"
                          },
                          {
                            "did": "did:plc:6y3honhec2jch2ryrbuyx5a5",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:6y3honhec2jch2ryrbuyx5a5/bafkreiaxheuelonc6ngwflm43jyexf7cqcs56bcdfiv2to77rrxbfvmh4e",
                            "handle": "maks23.bsky.social",
                            "displayName": "MAKS 26 👀🇺🇦"
                          },
                          {
                            "did": "did:plc:vw2etn54x7fz4rc7q3md4qo7",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:vw2etn54x7fz4rc7q3md4qo7/bafkreifemlaj4brhhka3qhaeeuibtu6r542uywvjlnuj2jifrqubkcg7fm",
                            "handle": "angel-shalagina.bsky.social",
                            "displayName": "Angelica Shalagina🇺🇦"
                          },
                          {
                            "did": "did:plc:guae6di6u47nnqjt3bu27ct4",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:guae6di6u47nnqjt3bu27ct4/bafkreidx3d32fxjrs6a2ojklihqcoibd4lttp2jos65zwkp7gxcmwbzb7i",
                            "handle": "joniaskola.bsky.social",
                            "displayName": "Joni Askola"
                          },
                          {
                            "did": "did:plc:7g2vztcayu2dkdjfrlx7x2es",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:7g2vztcayu2dkdjfrlx7x2es/bafkreifxkoi2uwxge7wpyzrhl2kdqlw5tz4nov2iyb776hyrjv5clyppze",
                            "handle": "halushka.bsky.social",
                            "displayName": "Olena Halushka"
                          }
                        ],
                        "category": "politics",
                        "postCount": 466,
                        "startedAt": "2026-08-06T09:45:33.803142Z",
                        "displayName": "Ukraine"
                      },
                      {
                        "link": "/profile/trending.bsky.app/feed/820843550",
                        "topic": "mariners",
                        "actors": [
                          {
                            "did": "did:plc:vsiflz6gxgskwtxhbwvimmbh",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:vsiflz6gxgskwtxhbwvimmbh/bafkreia4yer3i65lt7fzgl6fve3hazfvfoiijb6sn6c63cvuvzvq47nqqy",
                            "handle": "circlingseasports.bsky.social",
                            "displayName": "Circling Seattle Sports"
                          },
                          {
                            "did": "did:plc:wnuw37lluxzgsdnwxl7sgjmr",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:wnuw37lluxzgsdnwxl7sgjmr/bafkreihj6o7rdzjyqvys4opulmyy4ufuuytu6efsc6f362prwvbo5hi6mi",
                            "handle": "seattlesports710.bsky.social",
                            "displayName": "Seattle Sports"
                          },
                          {
                            "did": "did:plc:uf3oqudfrlhjlk6hx4schsf5",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:uf3oqudfrlhjlk6hx4schsf5/bafkreidsq7cclstaol2qapabdktrdio5qmsqcjaixtozy7x6rbwmrfkaq4",
                            "handle": "eigenseide.bsky.social",
                            "displayName": "Eigenseide"
                          },
                          {
                            "did": "did:plc:t4d7qfbw66jn2mezz3u3e4o5",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:t4d7qfbw66jn2mezz3u3e4o5/bafkreieibwqv7mqsc2ar2u3enw625oxvep22i7lkkbwpvis42k4un6jshm",
                            "handle": "andrewmclain.bsky.social",
                            "displayName": "Andrew"
                          },
                          {
                            "did": "did:plc:voi77qylhek7naxz3ajghrls",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:voi77qylhek7naxz3ajghrls/bafkreifnju2vxnsevad6isoatnakexxtsbxgjyw5q4jn5xlajgthujzxcu",
                            "handle": "miketaddow.bsky.social",
                            "displayName": "mike taddow"
                          }
                        ],
                        "category": "sports",
                        "postCount": 64,
                        "startedAt": "2026-08-06T04:26:40.822384Z",
                        "displayName": "Mariners"
                      },
                      {
                        "link": "/profile/trending.bsky.app/feed/820827814",
                        "topic": "sounders",
                        "actors": [
                          {
                            "did": "did:plc:cxi7yxacplmautg7qmjal6ea",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:cxi7yxacplmautg7qmjal6ea/bafkreibxbra7gce4zzshmwtaijnxbmllvalhlxfgbjfirwwx7qhwakri2m",
                            "handle": "hypercubexl.bsky.social",
                            "displayName": "daryl \"the shinning\" b 🏳️‍⚧️"
                          },
                          {
                            "did": "did:plc:y4rq53kmkzalcvpwsimyqhwo",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:y4rq53kmkzalcvpwsimyqhwo/bafkreigitp2yjtu446ki6hrdr7expht4lwatl7y4mfppi346uduiqxfl6u",
                            "handle": "macamps.online",
                            "displayName": "macamps.online"
                          },
                          {
                            "did": "did:plc:qhhqhxjkbwc2loawzpntmrj4",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:qhhqhxjkbwc2loawzpntmrj4/bafkreih5yur2qrqjtnqwf4pkj5ug2balfqtys7xquacqgyqavdxph7xdx4",
                            "handle": "sounderatheart.com",
                            "displayName": "Sounder at Heart"
                          },
                          {
                            "did": "did:plc:vhtpvypngttzkfenyg6id23a",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:vhtpvypngttzkfenyg6id23a/bafkreibvxlsmhp7iovedwc2erwwhsqcemly3wzjodsjkoryhf743jwq4yq",
                            "handle": "interpearsonal.bsky.social",
                            "displayName": "AP"
                          },
                          {
                            "did": "did:plc:hj5cllsecy5xvpdcs72vrtia",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:hj5cllsecy5xvpdcs72vrtia/bafkreiarwj2twaxvzorpdhidfpv74fvym26sn2u6brjhcxdbivbuumfmvu",
                            "handle": "cboehm.bsky.social",
                            "displayName": "Charles Boehm ⚽️"
                          }
                        ],
                        "category": "sports",
                        "postCount": 114,
                        "startedAt": "2026-08-06T04:12:41.64964Z",
                        "displayName": "Sounders"
                      },
                      {
                        "link": "/profile/trending.bsky.app/feed/820765625",
                        "topic": "fda",
                        "actors": [
                          {
                            "did": "did:plc:2w45zyhuklwihpdc7oj3mi63",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:2w45zyhuklwihpdc7oj3mi63/bafkreifxawdhvtp7aojdnpp3djtf4fd5x773najkwj2ncr7fjpqtltny64",
                            "handle": "forbes.com",
                            "displayName": "Forbes"
                          },
                          {
                            "did": "did:plc:dcpvyzm4ou74j6zcz67il5fk",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:dcpvyzm4ou74j6zcz67il5fk/bafkreib4r4eavyy3fuvcok7njqnffk4fodxq5h2cpnjoyjkvejjrgxvygm",
                            "handle": "luckytran.com",
                            "displayName": "Dr. Lucky Tran"
                          },
                          {
                            "did": "did:plc:6vwezbhj7wwowu4sbur5npjk",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:6vwezbhj7wwowu4sbur5npjk/bafkreiaa2a2436cvt5i7ig5k3s2kz3qvoxaaudiehsld53wqbe3y7tglq4",
                            "handle": "erictopol.bsky.social",
                            "displayName": "Eric Topol"
                          },
                          {
                            "did": "did:plc:3uds2pjuhlnvthyzaxehxa2b",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:3uds2pjuhlnvthyzaxehxa2b/bafkreigyklo3irnws7daifvs6j24fgp2xxb6d7obi4yxfp3j5abn2m55cm",
                            "handle": "saragmiller.bsky.social",
                            "displayName": "sara g miller"
                          }
                        ],
                        "category": "politics",
                        "postCount": 260,
                        "startedAt": "2026-08-06T02:50:42.373722Z",
                        "displayName": "mRNA Vaccine"
                      },
                      {
                        "link": "/profile/trending.bsky.app/feed/820771720",
                        "topic": "moderna",
                        "actors": [
                          {
                            "did": "did:plc:2w45zyhuklwihpdc7oj3mi63",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:2w45zyhuklwihpdc7oj3mi63/bafkreifxawdhvtp7aojdnpp3djtf4fd5x773najkwj2ncr7fjpqtltny64",
                            "handle": "forbes.com",
                            "displayName": "Forbes"
                          },
                          {
                            "did": "did:plc:5boz6e4zeb5er6o4oxktmbgx",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:5boz6e4zeb5er6o4oxktmbgx/bafkreiaph3qa3iuycutxwdrbr3w6i44r5eq26ugka3xkshzo75mwrefvp4",
                            "handle": "goldensheepdog.bsky.social",
                            "displayName": "Goldensheepdog"
                          },
                          {
                            "did": "did:plc:3r4tlcv62hpq3uumf7jdfr5u",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:3r4tlcv62hpq3uumf7jdfr5u/bafkreie5rgfmri45ccobljkt5hcjmfqp5d2qbog2r7mgakeqh7rk6fa4he",
                            "handle": "joffirphd.bsky.social",
                            "displayName": "J. Offir, PhD"
                          },
                          {
                            "did": "did:plc:f5j66gguacu2rqrqxdqzozpa",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:f5j66gguacu2rqrqxdqzozpa/bafkreic5ncsfqrnov7272pzdm37rbr6woh474iwm2fqtb34pmavljb3roq",
                            "handle": "bachynski.bsky.social",
                            "displayName": "Kathleen Bachynski"
                          },
                          {
                            "did": "did:plc:3uds2pjuhlnvthyzaxehxa2b",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:3uds2pjuhlnvthyzaxehxa2b/bafkreigyklo3irnws7daifvs6j24fgp2xxb6d7obi4yxfp3j5abn2m55cm",
                            "handle": "saragmiller.bsky.social",
                            "displayName": "sara g miller"
                          }
                        ],
                        "category": "other",
                        "postCount": 142,
                        "startedAt": "2026-08-06T02:51:00.223284Z",
                        "displayName": "Moderna Vaccine"
                      },
                      {
                        "link": "/profile/trending.bsky.app/feed/820722973",
                        "topic": "ice",
                        "actors": [
                          {
                            "did": "did:plc:zetunk75tdvsmkjqkel65dcl",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:zetunk75tdvsmkjqkel65dcl/bafkreihoxmijdk2rlz54msvpf5rlo5vnnfxl5p7hitbeyjslaema4w2k7y",
                            "handle": "deanobeidallah.bsky.social",
                            "displayName": "Dean Obeidallah"
                          },
                          {
                            "did": "did:plc:cukyh664zwfwfsi2qo7otdkl",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:cukyh664zwfwfsi2qo7otdkl/bafkreigdsilsmzt7kqwph26irnntdccslftybsvn5vlz5fgsfxkzbutmhu",
                            "handle": "conifergirl.bsky.social"
                          },
                          {
                            "did": "did:plc:shbmtwpzg4kbwb7onmg27khc",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:shbmtwpzg4kbwb7onmg27khc/bafkreihg6us5fillss65shzj7gp64ezrluujcx22z65qhv3rjmxmjnwtby",
                            "handle": "jjindc.bsky.social",
                            "displayName": "JJ in DC"
                          },
                          {
                            "did": "did:plc:loioxuzamtqif6qemywpksmz",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:loioxuzamtqif6qemywpksmz/bafkreih3cagpqtlcvxlw3ebtegkl2q3puizo2ivgzwclb5vwo6x5dmye24",
                            "handle": "thelibbojack.bsky.social",
                            "displayName": "The Liberal BoJack"
                          },
                          {
                            "did": "did:plc:xwqpoq4wkcegppzinojubdms",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:xwqpoq4wkcegppzinojubdms/bafkreiflc5gluqmuuqai524vujldv2hasax55b4w2l4ha3uwf33dkdqzuq",
                            "handle": "dailybeanspod.com",
                            "displayName": "The Daily Beans Podcast"
                          }
                        ],
                        "category": "politics",
                        "postCount": 706,
                        "startedAt": "2026-08-06T01:41:40.687555Z",
                        "displayName": "ICE Accountability"
                      },
                      {
                        "link": "/profile/trending.bsky.app/feed/820709334",
                        "topic": "max miller",
                        "actors": [
                          {
                            "did": "did:plc:e4tqkvdjxqapupkv6rnb6agp",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:e4tqkvdjxqapupkv6rnb6agp/bafkreicm22yi54ox57scovm5gmrzltsgqrwjtulq27vw56osti4nrxrkfq",
                            "handle": "macfarlanenews.bsky.social",
                            "displayName": "Scott MacFarlane"
                          },
                          {
                            "did": "did:plc:3ojlrw6rdx5as5pjjes5bpxp",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:3ojlrw6rdx5as5pjjes5bpxp/bafkreidhfc5yehlpubjeeborlwhkqwj3cgmoex77qad35n4bjqphcd7fne",
                            "handle": "haydonmp.bsky.social",
                            "displayName": "Haydon"
                          },
                          {
                            "did": "did:plc:4v2cyf44jqhtqcwxgubd5nm5",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:4v2cyf44jqhtqcwxgubd5nm5/bafkreiblzrt2dkuz2oxrujztojeyxljs3q4inzlk4cxjz3afye2vgilzei",
                            "handle": "pissed-off-g.bsky.social"
                          },
                          {
                            "did": "did:plc:loioxuzamtqif6qemywpksmz",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:loioxuzamtqif6qemywpksmz/bafkreih3cagpqtlcvxlw3ebtegkl2q3puizo2ivgzwclb5vwo6x5dmye24",
                            "handle": "thelibbojack.bsky.social",
                            "displayName": "The Liberal BoJack"
                          },
                          {
                            "did": "did:plc:474ldquxwzrlcvjhhbbk2wte",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:474ldquxwzrlcvjhhbbk2wte/bafkreiepyelwkcrdjyt72gfekorp4jtmwkglc7amdhclsc2lxjfz2texvq",
                            "handle": "josie.zone",
                            "displayName": "Josephine \"beckbook.com\" Riesman"
                          }
                        ],
                        "category": "politics",
                        "postCount": 912,
                        "startedAt": "2026-08-06T01:47:57.998246Z",
                        "displayName": "Max Miller"
                      },
                      {
                        "link": "/profile/trending.bsky.app/feed/820755646",
                        "topic": "frightclub",
                        "actors": [
                          {
                            "did": "did:plc:wwhhorjopaab77ctxmuchnqc",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:wwhhorjopaab77ctxmuchnqc/bafkreidwaorv36e5wcvkffwug6upqn56zkiqhccky7m7hutev2qfm4msdu",
                            "handle": "schlocklustervideo.bsky.social",
                            "displayName": "Schlockluster Video"
                          },
                          {
                            "did": "did:plc:kr3kdubzqbfaxmm7377pa6ov",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:kr3kdubzqbfaxmm7377pa6ov/bafkreifmtphy5tmev6zoznplllxqoqruwwwpwqsxtkkdw5ra5q5lgrp3bq",
                            "handle": "pmoll.bsky.social"
                          },
                          {
                            "did": "did:plc:n32p3g4rj542ymriorldbuu6",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:n32p3g4rj542ymriorldbuu6/bafkreiblhhnvdanheaaqknfbuj26cwcoikc6prnk3alxpgsf2acz34cbgq",
                            "handle": "frightya.bsky.social",
                            "displayName": "Fright Club"
                          },
                          {
                            "did": "did:plc:zs7ipxozo7uk44alreempiiy",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:zs7ipxozo7uk44alreempiiy/bafkreihsfuj7kcax3aao2afonkki4nr3asxnhrya3zkxsdvvmufoimqbyi",
                            "handle": "xenionx.bsky.social",
                            "displayName": "Leonardo Decapitator"
                          },
                          {
                            "did": "did:plc:dgziuvpd74qul6mjja3whohl",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:dgziuvpd74qul6mjja3whohl/bafkreiasrl7zmkcdhlp6oqzhndga3qjdvwaak6kml6xarqq6uyiddufdxa",
                            "handle": "lilylilydoe.bsky.social",
                            "displayName": "@LilyLilyDoe"
                          }
                        ],
                        "category": "pop-culture",
                        "postCount": 647,
                        "startedAt": "2026-08-06T02:04:40.995386Z",
                        "displayName": "Fright Club"
                      },
                      {
                        "link": "/profile/trending.bsky.app/feed/820687396",
                        "topic": "el-sayed",
                        "actors": [
                          {
                            "did": "did:plc:5dic27ocbqannaaqxkwcodnq",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:5dic27ocbqannaaqxkwcodnq/bafkreigshxjt67nhnzq2qp55zcymk4mfojj27oudsme5lgdye7qvdx7xh4",
                            "handle": "simonrosenberg.bsky.social",
                            "displayName": "Simon Rosenberg"
                          },
                          {
                            "did": "did:plc:aunpu65mdrhwfie7ynymlzeh",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:aunpu65mdrhwfie7ynymlzeh/bafkreiegbgijsatwv3iv52j5vvcmev4nlhms2zgjsjjn6fhmziqp2fjq7q",
                            "handle": "thebulwark.com",
                            "displayName": "The Bulwark"
                          },
                          {
                            "did": "did:plc:tuhlyhkol7yxkh5q3mykjqe4",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:tuhlyhkol7yxkh5q3mykjqe4/bafkreif3o3qeyskklsrq57bhffmw3yhbiaclmcciaa4wmr5pjdkgi4owbi",
                            "handle": "drawstickpeople.bsky.social",
                            "displayName": "DSP💙#🟦✡️"
                          },
                          {
                            "did": "did:plc:v6tl57mfa4wzqemwmggllgov",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:v6tl57mfa4wzqemwmggllgov/bafkreidmuzitwvbfu3vllsbxbv6wzzpoknjcc7h6km7vsravb5bqrvpe7i",
                            "handle": "gorubenruben.bsky.social",
                            "displayName": "Ruben Garcia"
                          },
                          {
                            "did": "did:plc:6bg3zlpvm46kvfafayjowlhj",
                            "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:6bg3zlpvm46kvfafayjowlhj/bafkreig7inatsnmbqcixyfruoefpmm6klbdup6l5lzbhpkbeoe4rbmls2u",
                            "handle": "caroleeena.bsky.social",
                            "displayName": "Caroleeena"
                          }
                        ],
                        "category": "politics",
                        "postCount": 862,
                        "startedAt": "2026-08-06T01:26:40.904428Z",
                        "displayName": "El-Sayed"
                      }
                    ]
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:bluesky/search-posts": {
      "get": {
        "operationId": "social_media_bluesky_search_posts",
        "summary": "Search Posts",
        "description": "Cari postingan Bluesky. Tidak bisa dipaginasi.",
        "tags": [
          "Bluesky Profile"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/bluesky#reference-search-posts"
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "description": "Search query",
            "schema": {
              "type": "string",
              "example": "rust programming"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": false,
            "description": "Results to return. Default 25, max 100",
            "schema": {
              "type": "number",
              "example": "25"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": false,
            "description": "Result ordering. Default top",
            "schema": {
              "type": "string",
              "enum": [
                "top",
                "latest"
              ],
              "example": "latest"
            }
          },
          {
            "name": "lang",
            "in": "query",
            "required": false,
            "description": "Filter by post language (ISO code)",
            "schema": {
              "type": "string",
              "example": "id"
            }
          },
          {
            "name": "author",
            "in": "query",
            "required": false,
            "description": "Restrict to one author's handle or DID",
            "schema": {
              "type": "string",
              "example": "jay.bsky.team"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": false,
            "description": "Only posts on/after this date (YYYY-MM-DD)",
            "schema": {
              "type": "string",
              "example": "2026-08-01"
            }
          },
          {
            "name": "until",
            "in": "query",
            "required": false,
            "description": "Only posts before this date (YYYY-MM-DD)",
            "schema": {
              "type": "string",
              "example": "2026-08-06"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "sort": "top",
                    "count": 25,
                    "posts": [
                      {
                        "cid": "bafyreifjjuhrtmuzv73ifn7mbkanffue5qjwsywyuk7cihellay4zvga7e",
                        "uri": "at://did:plc:sfvpv6dfrug3rnjewn7gyx62/app.bsky.feed.post/3mbfzft2rp22c",
                        "lang": "en",
                        "text": "the kids, they know how to name libraries. \n\nwww.reddit.com/r/rust/comme...",
                        "author": {
                          "did": "did:plc:sfvpv6dfrug3rnjewn7gyx62",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:sfvpv6dfrug3rnjewn7gyx62/bafkreibcxpht7zihliq7kgu3fnlfqlqdpievvljttuvulcsjxar6csnqxy",
                          "handle": "buttplug.engineer",
                          "displayName": "qdot"
                        },
                        "createdAt": "2026-01-02T04:07:04.291Z",
                        "indexedAt": "2026-01-02T04:07:05.733Z",
                        "likeCount": 1182,
                        "quoteCount": 24,
                        "replyCount": 26,
                        "repostCount": 317
                      },
                      {
                        "cid": "bafyreihufjznst6mu5udqlwidqotvqrdnekpxddngsnif5cna477l4ylsm",
                        "uri": "at://did:plc:7tiia5rclvwibxngh7mvrlsw/app.bsky.feed.post/3lvjofku3e22n",
                        "lang": "en",
                        "text": "trying to shake off the rust",
                        "author": {
                          "did": "did:plc:7tiia5rclvwibxngh7mvrlsw",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:7tiia5rclvwibxngh7mvrlsw/bafkreig5qbte6ktepgmoftxy2xt5r62jz3gda4vn6pxfp2s2ppuz6ooct4",
                          "handle": "angusburgers.bsky.social",
                          "displayName": "Dani(They/Them)- Comms reopening AUGUST 10"
                        },
                        "createdAt": "2025-08-03T21:58:23.921Z",
                        "indexedAt": "2025-08-03T21:58:25.707Z",
                        "likeCount": 1250,
                        "quoteCount": 0,
                        "replyCount": 11,
                        "repostCount": 209
                      },
                      {
                        "cid": "bafyreiahiqzcsmifttgwfon3rvto6xp7qgzv5fpllzj5zxqqpg2o7bajwy",
                        "uri": "at://did:plc:wamidydbgu3u6fk3yckaglnz/app.bsky.feed.post/3mscxgjywgk2i",
                        "lang": "en",
                        "text": "fair enough. can't personally argue with this as a dividing line blog.rust-lang.org/inside-rust/...",
                        "author": {
                          "did": "did:plc:wamidydbgu3u6fk3yckaglnz",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:wamidydbgu3u6fk3yckaglnz/bafkreibmakekm64poceaubjq7uvvafbyqgp5wjllpg3ijvhhohl22nmi3m",
                          "handle": "philpax.me",
                          "displayName": "philpax"
                        },
                        "createdAt": "2026-08-05T07:01:59.323Z",
                        "indexedAt": "2026-08-05T07:02:01.065Z",
                        "likeCount": 61,
                        "quoteCount": 2,
                        "replyCount": 3,
                        "repostCount": 2
                      },
                      {
                        "cid": "bafyreich3crks5et6eqtfsadurlrihrg6lvjhke2mqf2ztd3sszto6lami",
                        "uri": "at://did:plc:g62tajye723r3fa4gqw7l7ql/app.bsky.feed.post/3mlqgpsmp222u",
                        "lang": "en",
                        "text": "Getting worried that what I post here isn’t influencing Rust Belt voters…",
                        "author": {
                          "did": "did:plc:g62tajye723r3fa4gqw7l7ql",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:g62tajye723r3fa4gqw7l7ql/bafkreibc63j6m6w6fombvtkebxt7pnsq7gmcvodip5clctpkzu4dcmkzsm",
                          "handle": "pattymo.com",
                          "displayName": "Patrick Monahan"
                        },
                        "createdAt": "2026-05-13T13:43:51.681Z",
                        "indexedAt": "2026-05-13T13:43:52.165Z",
                        "likeCount": 2783,
                        "quoteCount": 14,
                        "replyCount": 64,
                        "repostCount": 234
                      },
                      {
                        "cid": "bafyreidhfhoqjck26xnohil5bdobpcbub277xqnmy54jidawhejcoap3hi",
                        "uri": "at://did:plc:sv62kxyko7g3fc76tghwoczi/app.bsky.feed.post/3mhijps4nwk2c",
                        "lang": "en",
                        "text": "Shaking off rust by drawing my zoruas ideal habitat",
                        "author": {
                          "did": "did:plc:sv62kxyko7g3fc76tghwoczi",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:sv62kxyko7g3fc76tghwoczi/bafkreig6izkw25rwjmr4pbn2vi6wjxyp6cf7xvwlksamtyw6m6icvrm7sm",
                          "handle": "munrudoodles.bsky.social",
                          "displayName": "Mun"
                        },
                        "createdAt": "2026-03-20T12:35:27.958Z",
                        "indexedAt": "2026-03-20T12:35:33.756Z",
                        "likeCount": 1690,
                        "quoteCount": 2,
                        "replyCount": 15,
                        "repostCount": 570
                      },
                      {
                        "cid": "bafyreiaezvq47tm4reuxvu42wdkclzoi4q7nnppk2boviqmukirslruapi",
                        "uri": "at://did:plc:h2okxbr76w5522tailkxmidq/app.bsky.feed.post/3msd2htcc5k2e",
                        "lang": "en",
                        "text": "i'm really proud of this policy. it's not perfect, but i think it's close to the best that was possible given all the constraints. i'm excited that this will make things easier for mods and reviewers, and hopeful that it will spark change in Rust's governance.\n\nblog.rust-lang.org/inside-rust/...",
                        "author": {
                          "did": "did:plc:h2okxbr76w5522tailkxmidq",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:h2okxbr76w5522tailkxmidq/bafkreifimzseonb25a26dzxiqqmovgp5iwuoegut527jnp3cipyjwgogya",
                          "handle": "jyn.dev",
                          "displayName": "Justice Of Toren One Var"
                        },
                        "createdAt": "2026-08-05T07:56:23.846Z",
                        "indexedAt": "2026-08-05T07:56:26.265Z",
                        "likeCount": 163,
                        "quoteCount": 0,
                        "replyCount": 10,
                        "repostCount": 20
                      },
                      {
                        "cid": "bafyreiaj3kl4bnbakq4o66uhzdnkymowc5ep4rhlwbp23t6ffmhxu6r6da",
                        "uri": "at://did:plc:obnwyhglxvetxgj5ii5ntkgr/app.bsky.feed.post/3mnkctrszxs23",
                        "lang": "en",
                        "text": "Dawn Rust",
                        "author": {
                          "did": "did:plc:obnwyhglxvetxgj5ii5ntkgr",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:obnwyhglxvetxgj5ii5ntkgr/bafkreih6nkuttl3tgi3kaznsb73wkdgwfmae7vvwhlg3iuzs7asugjs6iu",
                          "handle": "andrewkmar.bsky.social",
                          "displayName": "Andrew Mar"
                        },
                        "createdAt": "2026-06-05T14:08:54.904Z",
                        "indexedAt": "2026-06-05T14:08:59.583Z",
                        "likeCount": 398,
                        "quoteCount": 0,
                        "replyCount": 3,
                        "repostCount": 69
                      },
                      {
                        "cid": "bafyreid3s5b2ih3uvjhmphlxziudct3qfqjp7bi6irkfk4zvecu5blczxu",
                        "uri": "at://did:plc:lpbrtmsvjk6dedp6rbfzwoya/app.bsky.feed.post/3many6txo6s2i",
                        "lang": "en",
                        "text": "learning Rust from beautiful trans women in the 2020s",
                        "author": {
                          "did": "did:plc:lpbrtmsvjk6dedp6rbfzwoya",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:lpbrtmsvjk6dedp6rbfzwoya/bafkreibkknx5d4wjedewfjeuaorxcmlo6zogmbgcx6dyj7k5ejflvmgazi",
                          "handle": "bloomfilters.plus",
                          "displayName": "👁️🍄🪸"
                        },
                        "createdAt": "2025-12-23T14:41:22.895Z",
                        "indexedAt": "2025-12-23T14:41:25.829Z",
                        "likeCount": 1681,
                        "quoteCount": 17,
                        "replyCount": 23,
                        "repostCount": 411
                      },
                      {
                        "cid": "bafyreidjolisyxpnvfivbmtnycieaofufecch73x7waggty7xlqobtivyi",
                        "uri": "at://did:plc:4llrhdclvdlmmynkwsmg5tdc/app.bsky.feed.post/3ltzp6oq5xk2h",
                        "lang": "en",
                        "text": "Trump: \"We have a great woman here. Salena Zito. She writes on the rust belt and the midwest really, but the rust belt. Anything having to do with rust and belt.\"",
                        "author": {
                          "did": "did:plc:4llrhdclvdlmmynkwsmg5tdc",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:4llrhdclvdlmmynkwsmg5tdc/bafkreibmhm3h6ar52pogvolisrzjdhwa2myras5vkxzj67twxn2l6pogwu",
                          "handle": "atrupar.com",
                          "displayName": "Aaron Rupar"
                        },
                        "createdAt": "2025-07-15T20:04:39.403Z",
                        "indexedAt": "2025-07-15T20:04:40.538Z",
                        "likeCount": 545,
                        "quoteCount": 54,
                        "replyCount": 151,
                        "repostCount": 94
                      },
                      {
                        "cid": "bafyreicxwxkxhugletvkb6e7tmlw367kxg2e6mo2jxuvzt3hqhtw356yza",
                        "uri": "at://did:plc:azvd3z7jy2lxbuncmu7m26jv/app.bsky.feed.post/3m3b4y7zu622q",
                        "lang": "en",
                        "text": "trying to shake off the rust",
                        "author": {
                          "did": "did:plc:azvd3z7jy2lxbuncmu7m26jv",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:azvd3z7jy2lxbuncmu7m26jv/bafkreibmd2pzdjzdopx3flnl3iau6kifikkifg62zgzj5gdvlftcskc7cm",
                          "handle": "kaboodledoodles.bsky.social",
                          "displayName": "kaboodles"
                        },
                        "createdAt": "2025-10-15T20:56:34.635Z",
                        "indexedAt": "2025-10-15T20:56:39.324Z",
                        "likeCount": 767,
                        "quoteCount": 0,
                        "replyCount": 3,
                        "repostCount": 113
                      },
                      {
                        "cid": "bafyreiaoow62zdza43msoz7h7ce4iue7ebsa6pcnfixwdmpotsikfgyide",
                        "uri": "at://did:plc:ctphcgyhnllfluywokibtrgb/app.bsky.feed.post/3mseb2xfb2c2a",
                        "lang": "en",
                        "text": "\"LLM output isn't allowed in public docs, PR descriptions, or Github comments unless it's clearly marked; reviewers aren't required to look at LLM PRs if they don't want to.\"\n\nthis is the way to go. I mark LLM addenda to PRs and comments with a 🤖 and their own heading or collapse under <details>",
                        "author": {
                          "did": "did:plc:ctphcgyhnllfluywokibtrgb",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:ctphcgyhnllfluywokibtrgb/bafkreidzt7fzjxtudi7f5qhypnot53nxeac4sm5suezdm2iv5soez7n3ae",
                          "handle": "davidcrespo.bsky.social",
                          "displayName": "conputer dipshit"
                        },
                        "createdAt": "2026-08-05T19:27:07.862Z",
                        "indexedAt": "2026-08-05T19:27:09.865Z",
                        "likeCount": 322,
                        "quoteCount": 5,
                        "replyCount": 9,
                        "repostCount": 31
                      },
                      {
                        "cid": "bafyreieyfim5jq5ostrk3qcsll3353lrfygrzpe7mhvenr2acqm2ir4gey",
                        "uri": "at://did:plc:4wqisa6uwkk5nzwox6klq22p/app.bsky.feed.post/3miclaaul722n",
                        "lang": "en",
                        "text": "Rust is just a poison/paralysis status effect if you think about it.",
                        "author": {
                          "did": "did:plc:4wqisa6uwkk5nzwox6klq22p",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:4wqisa6uwkk5nzwox6klq22p/bafkreidm3vclpgmixwufv446bch5xq3q3mdvoim55g2qgsuvkglknzqaj4",
                          "handle": "centuriichan.bsky.social",
                          "displayName": "Centurii chan"
                        },
                        "createdAt": "2026-03-30T21:11:47.191Z",
                        "indexedAt": "2026-03-30T21:12:06.172Z",
                        "likeCount": 2208,
                        "quoteCount": 1,
                        "replyCount": 19,
                        "repostCount": 312
                      },
                      {
                        "cid": "bafyreifx4oqnt3nadwzg37p7xy344geonyxzawcklftkft45rtnhzkt6ia",
                        "uri": "at://did:plc:sa764w3qeapi73z4iagejmnb/app.bsky.feed.post/3mimrszwhws2k",
                        "lang": "en",
                        "text": "a quick loona to get the rust off a bit",
                        "author": {
                          "did": "did:plc:sa764w3qeapi73z4iagejmnb",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:sa764w3qeapi73z4iagejmnb/bafkreib3jyde26imymbhei4mkt6vmv2wjsicwhdf3klz5ajwii23jxiodu",
                          "handle": "pillowknight.bsky.social",
                          "displayName": "Class War Vet Pillow"
                        },
                        "createdAt": "2026-04-03T22:36:17.327Z",
                        "indexedAt": "2026-04-03T22:36:20.955Z",
                        "likeCount": 1245,
                        "quoteCount": 0,
                        "replyCount": 19,
                        "repostCount": 225
                      },
                      {
                        "cid": "bafyreiayabxzvkfm3jutmkkqbtp2x4dwqwmxzssxjhkn3c5526fz2hmm3q",
                        "uri": "at://did:plc:m3ccqv7m7dqkpowjtpdf6hyz/app.bsky.feed.post/3lap2saeddg2p",
                        "lang": "en",
                        "text": "Playing with new brushes and having fun with textures",
                        "author": {
                          "did": "did:plc:m3ccqv7m7dqkpowjtpdf6hyz",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:m3ccqv7m7dqkpowjtpdf6hyz/bafkreidk6aybfef6akbfdm3cju5fvsqxt7fm3cwjiuiagc746mx2g357t4",
                          "handle": "nicholaskole.bsky.social",
                          "displayName": "Nicholas Kole"
                        },
                        "createdAt": "2024-11-11T19:34:28.308Z",
                        "indexedAt": "2024-11-11T19:34:29.112Z",
                        "likeCount": 6413,
                        "quoteCount": 3,
                        "replyCount": 59,
                        "repostCount": 884
                      },
                      {
                        "cid": "bafyreihls6b7s6ifknf4ipi2udraltvvsfxpaisawraadml4nkzrq4yxsu",
                        "uri": "at://did:plc:fnqgidj7lf27m25m7hkroupg/app.bsky.feed.post/3ley27773kk2u",
                        "lang": "en",
                        "text": "Quick sketch to shake off the rust ❤️",
                        "author": {
                          "did": "did:plc:fnqgidj7lf27m25m7hkroupg",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:fnqgidj7lf27m25m7hkroupg/bafkreia4tq5ejohkzizzvbpayrvc3xgy5qtcrtb5drrpvkgvwfwt5ds7cq",
                          "handle": "ciderbunart.bsky.social",
                          "displayName": "CIDER @ ARTFIGHT 💥"
                        },
                        "createdAt": "2025-01-05T06:58:33.960Z",
                        "indexedAt": "2025-01-05T06:58:37.448Z",
                        "likeCount": 973,
                        "quoteCount": 0,
                        "replyCount": 17,
                        "repostCount": 146
                      },
                      {
                        "cid": "bafyreiauuauve6r3a5dvompxg6xd7z3yl45uls6ermnk7s23y45iipmbqa",
                        "uri": "at://did:plc:56r4bq7d3pyzxsgxqi2w22dm/app.bsky.feed.post/3m57oho36rk2g",
                        "lang": "en",
                        "text": "Let's shake off the rust shall we",
                        "author": {
                          "did": "did:plc:56r4bq7d3pyzxsgxqi2w22dm",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:56r4bq7d3pyzxsgxqi2w22dm/bafkreiccwntucjogt6o6d4y5e5trxinuvwh5kaeolkq32yf4g7w5tzbfrq",
                          "handle": "franzkafkaffee.bsky.social",
                          "displayName": "Einen Kaffee Bitte : Comms Closed 3/3 ✍️"
                        },
                        "createdAt": "2025-11-09T17:54:29.725Z",
                        "indexedAt": "2025-11-09T17:45:44.763Z",
                        "likeCount": 752,
                        "quoteCount": 0,
                        "replyCount": 1,
                        "repostCount": 134
                      },
                      {
                        "cid": "bafyreibo65awj2bfaqogf5qwdlbvoccqjnhnxtplpmux7bjni6k72oxwvy",
                        "uri": "at://did:plc:4vsaijvscgtj3lrial3a2ezi/app.bsky.feed.post/3lbe76hg5jk2c",
                        "lang": "en",
                        "text": "Rust",
                        "author": {
                          "did": "did:plc:4vsaijvscgtj3lrial3a2ezi",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:4vsaijvscgtj3lrial3a2ezi/bafkreidfrt2wlfetubbsc2wj44cktzyimppfuprzcx6dkecmf3krrpx3l4",
                          "handle": "caldermoore.bsky.social",
                          "displayName": "Calder Moore"
                        },
                        "createdAt": "2024-11-20T05:18:48.023Z",
                        "indexedAt": "2024-11-20T05:18:50.686Z",
                        "likeCount": 225,
                        "quoteCount": 0,
                        "replyCount": 1,
                        "repostCount": 30
                      },
                      {
                        "cid": "bafyreif34d3shxiloca67443b5xxipaqbee2alx5wxyp3e6luw4lgnbfoa",
                        "uri": "at://did:plc:yjfmabfhtbsppmujwvklgnaa/app.bsky.feed.post/3lxnomse6vk2f",
                        "lang": "en",
                        "text": "> trying to remove rust (chemical process) from stainless steel\n> “maybe ajax (cleaning product) will work?”\n> search “does ajax work on rust”\n> get results on AJAX (web development) and Rust (programming language)",
                        "author": {
                          "did": "did:plc:yjfmabfhtbsppmujwvklgnaa",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:yjfmabfhtbsppmujwvklgnaa/bafkreiaahkeyx6p2knhj3qxhz2zcjyvhrszk6lc3axkohfwqzdzhsi5aai",
                          "handle": "tesseralis.site",
                          "displayName": "nat alison"
                        },
                        "createdAt": "2025-08-30T23:03:28.900Z",
                        "indexedAt": "2025-08-30T23:03:29.408Z",
                        "likeCount": 447,
                        "quoteCount": 1,
                        "replyCount": 22,
                        "repostCount": 60
                      },
                      {
                        "cid": "bafyreihuhqtflrabquvum2zndpk2r4uacb65sxa76iteeifmzfq3tlra7i",
                        "uri": "at://did:plc:zimd2ksgrm377rtgorb7krpe/app.bsky.feed.post/3lqvfrg2ptc2j",
                        "lang": "en",
                        "text": "Booted up Legacy of Rust because I thought it’d be fun, and it is…. But also it’s Legacy of Rust… 🔥💀🔥",
                        "author": {
                          "did": "did:plc:zimd2ksgrm377rtgorb7krpe",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:zimd2ksgrm377rtgorb7krpe/bafkreiad4jyh6xfpck66imacf5pfiw6nmibjztf54tpihbjzpmpgybezci",
                          "handle": "mostlyghostly.bsky.social",
                          "displayName": "_Mostly_Ghostly_"
                        },
                        "createdAt": "2025-06-05T22:49:56.608Z",
                        "indexedAt": "2025-06-05T22:50:06.649Z",
                        "likeCount": 696,
                        "quoteCount": 0,
                        "replyCount": 11,
                        "repostCount": 127
                      },
                      {
                        "cid": "bafyreiaiwdl7pk4g5bhpachz2v7luvaul2kpgsk3uor5ir3l5amdven7wy",
                        "uri": "at://did:plc:iaozonatfsqcrhqtjam2yijo/app.bsky.feed.post/3mse4qeciq22e",
                        "lang": "en",
                        "text": "Rust announced their LLM policy.\n\nI suggest everyone to give it a read. Objectively, it's well written, and it explains plainly their decision. It fits the project.\n\nblog.rust-lang.org/inside-rust/...",
                        "author": {
                          "did": "did:plc:iaozonatfsqcrhqtjam2yijo",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:iaozonatfsqcrhqtjam2yijo/bafkreibngkgvef6iol2d7zk5dzwhmfre2h67upl7c6tilcyw42xndb2znm",
                          "handle": "ematipico.xyz",
                          "displayName": "Emanuele (Ema)"
                        },
                        "createdAt": "2026-08-05T18:09:37.336Z",
                        "indexedAt": "2026-08-05T18:09:39.267Z",
                        "likeCount": 37,
                        "quoteCount": 0,
                        "replyCount": 1,
                        "repostCount": 6
                      },
                      {
                        "cid": "bafyreicren3cnv2r73jlz4gthl7hpn4zt7ub3qmvfti4r6czeloubhtoze",
                        "uri": "at://did:plc:gwdjqycjpr6r7zbljy6myvll/app.bsky.feed.post/3mnnobgpgu22r",
                        "lang": "en",
                        "text": "shaking off the rust",
                        "author": {
                          "did": "did:plc:gwdjqycjpr6r7zbljy6myvll",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:gwdjqycjpr6r7zbljy6myvll/bafkreiehbcpqodnzvgw7yatrkuutnmgo2r6eez4xhwec33iq44dk7p6qmm",
                          "handle": "nosebleedcat.bsky.social",
                          "displayName": "Milk Consumer [they/them]"
                        },
                        "createdAt": "2026-06-06T22:11:23.375Z",
                        "indexedAt": "2026-06-06T22:11:33.170Z",
                        "likeCount": 365,
                        "quoteCount": 0,
                        "replyCount": 12,
                        "repostCount": 40
                      },
                      {
                        "cid": "bafyreiamdayk6ikxpsorakoq2w2ljggr4gnjrappf6ai725rrt5r2m4cry",
                        "uri": "at://did:plc:fd572iftrmkwevmut55izp3b/app.bsky.feed.post/3lk552m2kjc2q",
                        "lang": "en",
                        "text": "Tesla.\n2003-2025\n\nRust in pieces.",
                        "author": {
                          "did": "did:plc:fd572iftrmkwevmut55izp3b",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:fd572iftrmkwevmut55izp3b/bafkreieay52gx4jbsxo7qhnsxsfwuyulnpam4ginwd3ksmuubchltqy7fu",
                          "handle": "altnoaa.bsky.social",
                          "displayName": "altNOAA 🇺🇸"
                        },
                        "createdAt": "2025-03-11T22:38:57.726Z",
                        "indexedAt": "2025-03-11T22:38:58.153Z",
                        "likeCount": 526,
                        "quoteCount": 0,
                        "replyCount": 8,
                        "repostCount": 53
                      },
                      {
                        "cid": "bafyreihesrwsz4llhzv3sj4fa24dsz5spyjpjmzxzjg4eoc72ycqfsmf2y",
                        "uri": "at://did:plc:gfroepnh3jtgzk4j3igv6zgz/app.bsky.feed.post/3mmpdwenqds23",
                        "lang": "en",
                        "text": "still obsessed",
                        "author": {
                          "did": "did:plc:gfroepnh3jtgzk4j3igv6zgz",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:gfroepnh3jtgzk4j3igv6zgz/bafkreid3sns3qnvkzsfqinf475hfcx4jzf66k3vqxfs7ubm4kyl6kiub5u",
                          "handle": "keguro.blacksky.app",
                          "displayName": "k’eguro"
                        },
                        "createdAt": "2026-05-25T20:46:22.577Z",
                        "indexedAt": "2026-05-25T20:46:31.374Z",
                        "likeCount": 851,
                        "quoteCount": 3,
                        "replyCount": 10,
                        "repostCount": 64
                      },
                      {
                        "cid": "bafyreiahav36kdaiogph4tk5ltwelp56duhqknbtmjwwhdhrmt3taufj4a",
                        "uri": "at://did:plc:7g2dcem6vi5koljpywntih5v/app.bsky.feed.post/3lvrvgs5b4s2o",
                        "lang": "en",
                        "text": "idk what im doin man im really feelin the rust tonight",
                        "author": {
                          "did": "did:plc:7g2dcem6vi5koljpywntih5v",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:7g2dcem6vi5koljpywntih5v/bafkreibc6f4tovopxhuachdatdpgf5oto5moilgp2bw7blycomyr4oulzq",
                          "handle": "dreaminerryday.bsky.social",
                          "displayName": "dreamn"
                        },
                        "createdAt": "2025-08-07T04:25:39.233Z",
                        "indexedAt": "2025-08-07T04:25:40.502Z",
                        "likeCount": 1077,
                        "quoteCount": 0,
                        "replyCount": 2,
                        "repostCount": 142
                      },
                      {
                        "cid": "bafyreic2bjydqt5gdjqgy4l3sslqnq2yjd6m5vtflpl2nerjcl54b2zbu4",
                        "uri": "at://did:plc:4uz2445cjiw7w4nobfgnu35f/app.bsky.feed.post/3mmpefalvlc2j",
                        "lang": "en",
                        "text": "Rust is great now because LLMs solve the worst part of rust (writing rust)",
                        "author": {
                          "did": "did:plc:4uz2445cjiw7w4nobfgnu35f",
                          "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:4uz2445cjiw7w4nobfgnu35f/bafkreiaff2bptwyp4fg7o533pplheq4l3bxuiltnhkxgwabqyvt4achj6q",
                          "handle": "calabro.io",
                          "displayName": "Jim Calabro ♟️"
                        },
                        "createdAt": "2026-05-25T20:54:41.642Z",
                        "indexedAt": "2026-05-25T20:54:42.264Z",
                        "likeCount": 170,
                        "quoteCount": 0,
                        "replyCount": 9,
                        "repostCount": 17
                      }
                    ],
                    "query": "rust",
                    "total": 10000,
                    "totalIsCapped": true
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:bluesky/search-users": {
      "get": {
        "operationId": "social_media_bluesky_search_users",
        "summary": "Search Users",
        "description": "Cari akun Bluesky berdasarkan handle atau nama.",
        "tags": [
          "Bluesky Profile"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/bluesky#reference-search-users"
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "description": "Search term for handles and display names",
            "schema": {
              "type": "string",
              "example": "nasa"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": false,
            "description": "Results per page. Default 25, max 100",
            "schema": {
              "type": "number",
              "example": "25"
            }
          },
          {
            "name": "cursor",
            "in": "query",
            "required": false,
            "description": "Cursor from a previous response's `cursor` field",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "count": 24,
                    "query": "nasa",
                    "users": [
                      {
                        "did": "did:plc:ocmyknbwkxjyjkactio272im",
                        "url": "https://bsky.app/profile/nasawebb.extwitter.link",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:ocmyknbwkxjyjkactio272im/bafkreich4qumrtdmi7xcffg3bqquyijspjftc7ejaaodbujqyoo5lyagcu",
                        "handle": "nasawebb.extwitter.link",
                        "createdAt": "2024-02-22T17:10:21.640Z",
                        "indexedAt": "2026-03-30T15:37:13.249Z",
                        "description": "⚠️ MIRROR OF twitter.com/NASAWebb\n⚠️ If you own the original account and want to claim this, please contact @twttr-mirrors.bsky.social",
                        "displayName": "NASA Webb Telescope"
                      },
                      {
                        "did": "did:plc:6udbhveni6zbejqdt5ancvkr",
                        "url": "https://bsky.app/profile/uahirise.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:6udbhveni6zbejqdt5ancvkr/bafkreicu6s4y4e4nopdrbilvchfij4ar3t2nil4f7ctur67q7ktsdy3n3m",
                        "handle": "uahirise.bsky.social",
                        "createdAt": "2023-10-17T23:54:39.050Z",
                        "indexedAt": "2025-10-01T20:33:55.048Z",
                        "description": "Images from the High Resolution Imaging Science Experiment (HiRISE) on board the Mars Reconnaissance Orbiter (NASA). We are based out of the Lunar and Planetary Laboratory at the University of Arizona in Tucson, AZ. https://uahirise.org",
                        "displayName": "HiRISE Beautiful Mars (NASA)"
                      },
                      {
                        "did": "did:plc:ppstkwdiil3qysaerqwtbl2p",
                        "url": "https://bsky.app/profile/nasawatch.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:ppstkwdiil3qysaerqwtbl2p/bafkreihpdfchkm3kmauuvbltmrsks5zmrvlogv2z36w5gp3cbluifvwq2y",
                        "handle": "nasawatch.bsky.social",
                        "createdAt": "2023-09-26T00:58:53.168Z",
                        "indexedAt": "2026-08-05T19:52:28.061Z",
                        "description": "NASAWATCH.com - Unofficial Space News Since 1996",
                        "displayName": "NASAWATCH"
                      },
                      {
                        "did": "did:plc:ipz7wp4enanb2fscqz375xps",
                        "url": "https://bsky.app/profile/nasaupdates.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:ipz7wp4enanb2fscqz375xps/bafkreidunaykegpw3di4725ncmhyqgrrjd5llehjlxbvn6qsrcxaqskxzu",
                        "handle": "nasaupdates.bsky.social",
                        "createdAt": "2025-12-17T22:43:27.524Z",
                        "indexedAt": "2026-04-19T08:42:56.347Z",
                        "description": "Space news from around the globe, all in one place\n\nFocusing on NASA & ESA Missions \n\nArtemis II 🚀🌕\n\nNote we are not NASA just #Spacenerds #Moonjoy",
                        "displayName": "NASA | ESA Space Updates"
                      },
                      {
                        "did": "did:plc:yifpqamzwvp3g4szr44mz37r",
                        "url": "https://bsky.app/profile/nasaspaceflight.com",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:yifpqamzwvp3g4szr44mz37r/bafkreic7pwkmzswncacrgd7sp2zpyfdzijbvn5ai4sznhcj6b6wi7vjx54",
                        "handle": "nasaspaceflight.com",
                        "createdAt": "2025-01-06T20:24:54.944Z",
                        "indexedAt": "2025-01-07T22:00:24.742Z",
                        "description": "Official Account of NSF. News, videos, and community for spaceflight enthusiasts since 2005.\n\nNSF is not affiliated with NASA, initials used with permission.",
                        "displayName": "NASASpaceflight.com"
                      },
                      {
                        "did": "did:plc:y3k6czcj2brq4t3a2b66idsr",
                        "url": "https://bsky.app/profile/nasarmeer.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:y3k6czcj2brq4t3a2b66idsr/bafkreibdzssrl5xpv3b6iycqxy3zcgxm4ady5r4t2rd6da3wadvg33raw4",
                        "handle": "nasarmeer.bsky.social",
                        "createdAt": "2024-08-07T06:13:07.075Z",
                        "indexedAt": "2026-07-30T10:10:07.161Z",
                        "description": "Professor in SPS, Glasgow University. PI Nuffield; PI @GLIMER_Research. co-Editor @IDjnl.  FBA FRSE FAcSS. Writing in personal capacity.",
                        "displayName": "@nasarmeer.bsky.social"
                      },
                      {
                        "did": "did:plc:5xhlmn72mrdlubjhzpzrmmtx",
                        "url": "https://bsky.app/profile/nasapersevere.extwitter.link",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:5xhlmn72mrdlubjhzpzrmmtx/bafkreibbidh6qu4mr2ebtaw2v7kiry53cpxalwxcaef3jqwkgz4jnencg4",
                        "handle": "nasapersevere.extwitter.link",
                        "createdAt": "2024-10-01T16:48:23.908Z",
                        "indexedAt": "2026-03-30T15:38:58.056Z",
                        "description": "⚠️ MIRROR OF twitter.com/NASAPersevere\n⚠️ If you own the original account and want to claim this, please contact @twttr-mirrors.bsky.social",
                        "displayName": "NASA's Perseverance Mars Rover"
                      },
                      {
                        "did": "did:plc:ebaznn56gvahpqlum52o5g5v",
                        "url": "https://bsky.app/profile/saimanasar.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:ebaznn56gvahpqlum52o5g5v/bafkreihaftjnlw5klvautnkdo5v24ot5kzjalmirhu2wjgu5dq57b3g7d4",
                        "handle": "saimanasar.bsky.social",
                        "createdAt": "2023-09-20T11:41:09.947Z",
                        "indexedAt": "2026-08-05T22:25:41.070Z",
                        "description": "Historian. Senior Lecturer at the University of Bristol working on gender, empire, and welfare activism. She/her. Views own. No access to DMs. \n\nPI: Welfare, Citizenship and Intersectional Feminism @wcifproject.bsky.social",
                        "displayName": "Saima Nasar"
                      },
                      {
                        "did": "did:plc:odewczwcxskd6rba2tllbpci",
                        "url": "https://bsky.app/profile/nasavoyager.extwitter.link",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:odewczwcxskd6rba2tllbpci/bafkreiefgsbzah6h5p3an2sqbjyrpknrx3b4kvgpawba7pkfucykxofw24",
                        "handle": "nasavoyager.extwitter.link",
                        "createdAt": "2024-02-22T17:05:31.853Z",
                        "indexedAt": "2026-03-30T15:35:59.552Z",
                        "description": "⚠️ MIRROR OF https://twitter.com/NASAVoyager\n⚠️ If you own the original account and want to claim this, please contact @twttr-mirrors.bsky.social",
                        "displayName": "NASA Voyager"
                      },
                      {
                        "did": "did:plc:iknnhtjxalbyptllxq57bmva",
                        "url": "https://bsky.app/profile/nasani.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:iknnhtjxalbyptllxq57bmva/bafkreifpght5uemfvtegvsnvgcomgh55x553ape3c32qquyndsjpndh3y4",
                        "handle": "nasani.bsky.social",
                        "createdAt": "2024-02-07T12:49:15.855Z",
                        "indexedAt": "2024-02-07T13:41:39.141Z",
                        "description": "好きなものを描く",
                        "displayName": "ナサニエル"
                      },
                      {
                        "did": "did:plc:p5rokoilwc4dq6x2pjcxcrg5",
                        "url": "https://bsky.app/profile/thenasaearth.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:p5rokoilwc4dq6x2pjcxcrg5/bafkreickn5trvur4vcnn4iygdj6s3fsrukhurmj272h5avchpnrylq3kde",
                        "handle": "thenasaearth.bsky.social",
                        "createdAt": "2024-11-14T14:09:17.624Z",
                        "indexedAt": "2024-11-14T14:10:54.427Z",
                        "displayName": "NASA Earth"
                      },
                      {
                        "did": "did:plc:2cctf2fkberhhtpp7qcadjfd",
                        "url": "https://bsky.app/profile/nasalrod.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:2cctf2fkberhhtpp7qcadjfd/bafkreiauaedpn76kusxne7lakhwqwlgs73g2iliwcl74sqbnpdbopgohxu",
                        "handle": "nasalrod.bsky.social",
                        "createdAt": "2024-11-24T00:48:08.146Z",
                        "indexedAt": "2025-05-06T20:32:36.649Z",
                        "description": "Spit Stix (from FEAR, drums), Mandy Morgan (bass), Mustin Douch (gtr), Chairman (vox). PDX. New video 'The Maker' (feat. Jello Biafra, Al Jourgensen & many more!) out NOW on the Alternative Tentacles YouTube channel. Nasalrod.com. Email: nasalrod@gmail.com",
                        "displayName": "Nasalrod"
                      },
                      {
                        "did": "did:plc:2hw2pcoutgxls5roo3ahjksa",
                        "url": "https://bsky.app/profile/nasa14bear.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:2hw2pcoutgxls5roo3ahjksa/bafkreiel6aulxufpdqpr2iruud3ueccz3a6tccmr5lwukiij5uhnw7n3v4",
                        "handle": "nasa14bear.bsky.social",
                        "createdAt": "2024-02-07T03:51:43.955Z",
                        "indexedAt": "2025-12-25T17:59:42.323Z",
                        "description": "✧ Illustrator ✧ ¦ 転載・AI学習禁止 ¦ お仕事の連絡はメールにてお待ちしております！✉nasa14bear@gmail.com ¦ ｴｺﾞｻﾀｸﾞ #なさん見て ¦",
                        "displayName": "なさ☁冬インテ 1/11 東5号館 れ09a"
                      },
                      {
                        "did": "did:plc:c4wuqhkh25nkkb4ulxkxemvr",
                        "url": "https://bsky.app/profile/nasadotexe.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:c4wuqhkh25nkkb4ulxkxemvr/bafkreiha326bvk22jwiqxh6qhky3i6xrod6jwo6avkvegd3n52zwj5y7ma",
                        "handle": "nasadotexe.bsky.social",
                        "createdAt": "2023-09-20T16:13:51.358Z",
                        "indexedAt": "2024-10-22T03:21:52.510Z",
                        "description": "i make art and music 🇧🇷\n(may contain suggestive content)\n#BRArt | #Fanart | #Music | #FNF",
                        "displayName": "✦nasadotexe✦🇵🇸"
                      },
                      {
                        "did": "did:plc:twhwovpw5kudrirq5vfti6fk",
                        "url": "https://bsky.app/profile/nasaexoplanets.extwitter.link",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:twhwovpw5kudrirq5vfti6fk/bafkreid5lqve5xvvfaqmo3s7g7tk5odcsehadwkpx2sxzbat2mzwl3fni4",
                        "handle": "nasaexoplanets.extwitter.link",
                        "createdAt": "2024-02-22T17:29:24.050Z",
                        "indexedAt": "2026-03-30T15:35:07.748Z",
                        "description": "⚠️ MIRROR OF https://twitter.com/NASAExoplanets\n⚠️ If you own the original account and want to claim this, please contact @twttr-mirrors.bsky.social",
                        "displayName": "NASA Exoplanets"
                      },
                      {
                        "did": "did:plc:hgxj3gvwmvccaw53yy5fwqmg",
                        "url": "https://bsky.app/profile/europa-clipper.extwitter.link",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:hgxj3gvwmvccaw53yy5fwqmg/bafkreiafvtekd5lphne5xlbvnn6uy5w6fgxtxou44xxoht6oxwxo6embv4",
                        "handle": "europa-clipper.extwitter.link",
                        "createdAt": "2024-10-07T16:13:18.407Z",
                        "indexedAt": "2026-03-30T15:42:07.647Z",
                        "description": "⚠️ MIRROR OF twitter.com/EuropaClipper\n⚠️ If you own the original account and want to claim this, please contact @twttr-mirrors.bsky.social",
                        "displayName": "NASA Europa Clipper"
                      },
                      {
                        "did": "did:plc:7u67hkoc7sbfdhcqbud3xttb",
                        "url": "https://bsky.app/profile/nasaartemis.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:7u67hkoc7sbfdhcqbud3xttb/bafkreidoa3ixfdnjfc4ydp6qbx5w3neixcj7swhjv7gksjxi3z6munor34",
                        "handle": "nasaartemis.bsky.social",
                        "createdAt": "2024-11-23T10:26:31.545Z",
                        "indexedAt": "2025-02-10T10:10:27.545Z",
                        "description": "Fans of #Artemis, NASA will land the first woman and first person of color on the Moon. Take the next giant leap with us.",
                        "displayName": "NASA Artemis"
                      },
                      {
                        "did": "did:plc:6gccmnsatdi3wkumpmwiazuo",
                        "url": "https://bsky.app/profile/nasastar.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:6gccmnsatdi3wkumpmwiazuo/bafkreidn55aos5spju4ictqjbyyjjz7ycqhg5bhtinx2rnmcglyjq5qwo4",
                        "handle": "nasastar.bsky.social",
                        "createdAt": "2023-07-03T09:08:04.105Z",
                        "indexedAt": "2024-01-20T05:54:37.336Z",
                        "description": "Historian ",
                        "displayName": "nasastar"
                      },
                      {
                        "did": "did:plc:dcqlvdmqmxtbimcqlihxnq2p",
                        "url": "https://bsky.app/profile/nasa-needs-help.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:dcqlvdmqmxtbimcqlihxnq2p/bafkreifdix7py5pgudtz47vlaf2bwujzwptmdbiqnqkl22yl6fyusvz2ye",
                        "handle": "nasa-needs-help.bsky.social",
                        "createdAt": "2025-06-26T01:43:04.732Z",
                        "indexedAt": "2026-04-03T14:36:38.549Z",
                        "description": "We are an ad hoc group that has formed on an emergency basis to save NASA from devastating cuts which wouldn't just shrink NASA, but would truly alter it. We are members of the public acting with our personal voice, not representing NASA or our employers."
                      },
                      {
                        "did": "did:plc:uxpxq6xirfyrxsj6lc6v4nlq",
                        "url": "https://bsky.app/profile/nasaspaceflight.com.web.brid.gy",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:uxpxq6xirfyrxsj6lc6v4nlq/bafkreialksbhcl6vafjytlxwfny4tpnvqvlipbbtmrffgesyybh3sba22e",
                        "handle": "nasaspaceflight.com.web.brid.gy",
                        "createdAt": "2024-09-11T22:18:03.522Z",
                        "indexedAt": "2024-11-16T14:23:13.682Z",
                        "description": "[bridged from https://nasaspaceflight.com/ on the web: https://fed.brid.gy/web/nasaspaceflight.com ]",
                        "displayName": "NASASpaceFlight.com"
                      },
                      {
                        "did": "did:plc:e4fb7s76ycx563b56a3wfg4e",
                        "url": "https://bsky.app/profile/exdadove.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:e4fb7s76ycx563b56a3wfg4e/bafkreigi67gked7zhg5wmqzzepshvp63utynqy7ha4dmoua6qhdit7mu5u",
                        "handle": "exdadove.bsky.social",
                        "createdAt": "2024-09-01T11:41:23.603Z",
                        "indexedAt": "2024-10-01T18:00:41.509Z",
                        "description": "Ana Sara.\n\nLendo fanfic e cadelando as favs\n",
                        "displayName": "nasara🎀 "
                      },
                      {
                        "did": "did:plc:ajqkwekphvwk2vf7tbmlgr3q",
                        "url": "https://bsky.app/profile/nasabiii.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:ajqkwekphvwk2vf7tbmlgr3q/bafkreig5dxpzoxcjinao4qfoi74pisb52dmtyeeqzras3hughedj27igbe",
                        "handle": "nasabiii.bsky.social",
                        "createdAt": "2024-10-18T02:17:34.108Z",
                        "indexedAt": "2026-06-09T05:47:37.563Z",
                        "description": "nasabiii.straw.page + en.pronouns.page/@NaSaBiii\n🇳🇵🏳️‍⚧️ |-/\ntøp 28/09/2024\nweird enby demigirl (they/she) who mostly posts tøp stuff\nbanner by @magicianfrombelow.bsky.social\n||18+/NSFW ACCOUNTS DNI I AM A MINOR (over 18 is fine if sfw)||",
                        "displayName": "NaSaBiii 🍉 🏳️‍⚧️ ⚧"
                      },
                      {
                        "did": "did:plc:jl2sqjlfjf3sz4sz2pwy3iop",
                        "url": "https://bsky.app/profile/nasabobu.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:jl2sqjlfjf3sz4sz2pwy3iop/bafkreigvlal4ujosgkszna57byesia42rjpwztk52blardsozo7g5cu6ki",
                        "handle": "nasabobu.bsky.social",
                        "createdAt": "2023-09-08T13:03:40.924Z",
                        "indexedAt": "2024-10-18T13:22:55.415Z",
                        "description": "original characters, most of them are stickfigures",
                        "displayName": "NASABOBU"
                      },
                      {
                        "did": "did:plc:g7eyfwm7d7necavgotkni5lk",
                        "url": "https://bsky.app/profile/begonasarre.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:g7eyfwm7d7necavgotkni5lk/bafkreiamhdidfkpafx3buuhedynalgysx6fwmj2y7sdvq7rsofvg6am3me",
                        "handle": "begonasarre.bsky.social",
                        "createdAt": "2024-11-14T16:17:03.932Z",
                        "indexedAt": "2024-11-15T23:42:38.997Z",
                        "description": "Informática. Socialista. Alcaldesa de Alcolea. Diputada Congreso @Psoe por Huesca. \nPara mi...La vida es aquello que te va sucediendo mientras te empeñas en hacer otros planes",
                        "displayName": "Begoña Nasarre /❤️"
                      }
                    ],
                    "cursor": "eyJzIjpbMTAwMCw0LjM2OTU3OWUtOCwiZGlkOnBsYzpnN2V5ZndtN2Q3bmVjYXZnb3Rrbmk1bGsiXX0",
                    "hasMore": true
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:bluesky/followers/{handle}": {
      "get": {
        "operationId": "social_media_bluesky_followers",
        "summary": "Get Followers",
        "description": "Daftar follower sebuah akun Bluesky.",
        "tags": [
          "Bluesky Profile"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/bluesky#reference-followers"
        },
        "parameters": [
          {
            "name": "handle",
            "in": "path",
            "required": true,
            "description": "Bluesky handle or DID",
            "schema": {
              "type": "string",
              "example": "jay.bsky.team"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": false,
            "description": "Accounts per page. Default 50, max 100",
            "schema": {
              "type": "number",
              "example": "50"
            }
          },
          {
            "name": "cursor",
            "in": "query",
            "required": false,
            "description": "Cursor from a previous response's `cursor` field",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "count": 43,
                    "cursor": "3msdvxuj3kh26",
                    "hasMore": true,
                    "subject": {
                      "did": "did:plc:ragtjsm2j2vknwkz3zp4oxrd",
                      "url": "https://bsky.app/profile/pfrazee.com",
                      "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:ragtjsm2j2vknwkz3zp4oxrd/bafkreihhpqdyntku66himwor5wlhtdo44hllmngj2ofmbqnm25bdm454wq",
                      "handle": "pfrazee.com",
                      "createdAt": "2022-11-17T00:35:16.391Z",
                      "indexedAt": "2026-02-09T17:34:52.546Z",
                      "description": "CTO at Bluesky. Not a nerd.",
                      "displayName": "Paul Frazee"
                    },
                    "followers": [
                      {
                        "did": "did:plc:mz4m6yo275wmhyjucq5n4cgu",
                        "url": "https://bsky.app/profile/justmask.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:mz4m6yo275wmhyjucq5n4cgu/bafkreiav7qlbxnj57z3mlczkdlnhcdv7kpv7g73ecyyyq6q6uqdwyulrfu",
                        "handle": "justmask.bsky.social",
                        "createdAt": "2025-04-04T20:57:25.295Z",
                        "indexedAt": "2025-04-16T12:06:47.974Z",
                        "displayName": "Mask"
                      },
                      {
                        "did": "did:plc:asodcn76lcar32eawgwza3os",
                        "url": "https://bsky.app/profile/yankeemorla.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:asodcn76lcar32eawgwza3os/bafkreihdu7svdmxxke2j3uowr5kvyswa4tkbsfqzgn555hiiddbkh4wpaq",
                        "handle": "yankeemorla.bsky.social",
                        "createdAt": "2026-05-31T18:09:51.260Z",
                        "indexedAt": "2026-06-02T13:47:25.361Z",
                        "description": "Fundador de Conditec SRL 🇩🇴\nSoftware a medida + IA aplicada para empresas reales.\nConstruyo en público: MCP, Claude, agentes y automatización.\nComparto casos.\n\n→ conditecrd.com",
                        "displayName": "Jean Carlos Morla · Conditec"
                      },
                      {
                        "did": "did:plc:heffi4e2idq23rti57vbonjn",
                        "url": "https://bsky.app/profile/raynabrown1.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:heffi4e2idq23rti57vbonjn/bafkreiew2lnzq2uba57uv5v6xe45g2uuypj6iciwsygj2fgkwsb27m3fkq",
                        "handle": "raynabrown1.bsky.social",
                        "createdAt": "2026-08-06T03:31:04.769Z",
                        "indexedAt": "2026-08-06T07:21:33.663Z",
                        "description": "This is a backup account of Trans Gender Candy gracy. Follow me up here. i will also follow you",
                        "displayName": "TR Grace"
                      },
                      {
                        "did": "did:plc:fssft4b7ysnltra5bkhsjoz6",
                        "url": "https://bsky.app/profile/fjcn97.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:fssft4b7ysnltra5bkhsjoz6/bafkreifivnz4lykxp6x2em6dfbbbdlwd3w6sk6uke4bjwjre72745esc44",
                        "handle": "fjcn97.bsky.social",
                        "createdAt": "2026-08-06T10:48:19.060Z",
                        "indexedAt": "2026-08-06T10:54:20.062Z"
                      },
                      {
                        "did": "did:plc:ozxbpti7iafwjab2k64la6hh",
                        "url": "https://bsky.app/profile/violoncelle.be",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:ozxbpti7iafwjab2k64la6hh/bafkreicpmzqq257tuvdpvkafkmv2nqsxeenzwwht6mxlabk3ppnsb7uvdi",
                        "handle": "violoncelle.be",
                        "createdAt": "2024-09-05T14:35:23.729Z",
                        "indexedAt": "2026-08-05T10:43:05.361Z",
                        "description": "cellist • teacher • sailor ⛵\nco-founder: ruxeel.com 🎻 & Nautilus Trio 🐚",
                        "displayName": "Guillaume Machiels"
                      },
                      {
                        "did": "did:plc:l2c3rcx3fw2msckqahy5jwqd",
                        "url": "https://bsky.app/profile/bradhe.net",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:l2c3rcx3fw2msckqahy5jwqd/bafkreicm25dqbhv2wq5qjdt5ivjhw2zju2rvezf356dlewa2oz5lswil4m",
                        "handle": "bradhe.net",
                        "createdAt": "2024-02-06T15:31:00.687Z",
                        "indexedAt": "2024-12-03T13:51:34.145Z",
                        "displayName": "Brad Heller"
                      },
                      {
                        "did": "did:plc:jo2v6cucpm75yxaxwz3lq7lp",
                        "url": "https://bsky.app/profile/tailorg664.bsky.social",
                        "handle": "tailorg664.bsky.social",
                        "createdAt": "2026-08-06T09:30:25.365Z",
                        "indexedAt": "2026-08-06T09:30:25.365Z",
                        "displayName": "tailorg664.bsky.social"
                      },
                      {
                        "did": "did:plc:jbhf7h47xnnpdrbzhistvmv5",
                        "url": "https://bsky.app/profile/duplextechno.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:jbhf7h47xnnpdrbzhistvmv5/bafkreiepqj3s65qvkbpgzitxxaqhohl3bqrj35b6ijorkg7ul34i3hpepa",
                        "handle": "duplextechno.bsky.social",
                        "createdAt": "2026-08-06T06:58:35.460Z",
                        "indexedAt": "2026-08-06T07:04:55.070Z",
                        "description": "Looking for a Software Development in Gurgaon? Duplex Technologies delivers custom, scalable software & web solutions tailored to your business needs with high performance & innovation. Visit: https://duplextech.com/software-development-in-gurgaon.html",
                        "displayName": "Software Development Company in Gurgaon - Duplex Technologies"
                      },
                      {
                        "did": "did:plc:452ezvavrcxqjpcxgekxnuow",
                        "url": "https://bsky.app/profile/fancy11111.eurosky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:452ezvavrcxqjpcxgekxnuow/bafkreifvike6oaaqqx44j46zahwqxny3vzvfbaq6dl6oynejlwfzp6xboe",
                        "handle": "fancy11111.eurosky.social",
                        "createdAt": "2023-10-20T07:54:42.319Z",
                        "indexedAt": "2026-07-28T10:36:53.768Z",
                        "description": "Studying Software Engineering & Internet Computing @ TU Wien\n\nCV: https://sifa.id/p/fancy11111.eurosky.social",
                        "displayName": "Daniel"
                      },
                      {
                        "did": "did:plc:k2qssxzmtuxrevhpo7zeu2iq",
                        "url": "https://bsky.app/profile/hudsonhost.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:k2qssxzmtuxrevhpo7zeu2iq/bafkreifgiloqlkhhw3x6xnjfhoa6ytfpdzo4tjvwdvr67kzmnlpwhtenoe",
                        "handle": "hudsonhost.bsky.social",
                        "createdAt": "2026-08-06T06:10:28.370Z",
                        "indexedAt": "2026-08-06T06:11:56.059Z"
                      },
                      {
                        "did": "did:plc:t4cjayzsc3dyw6xhzzsr7hrz",
                        "url": "https://bsky.app/profile/shellsssss.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:t4cjayzsc3dyw6xhzzsr7hrz/bafkreid5tpyrh7pl6bp2ployd42tcupip75cj6rdqmsawz2pzguk5ruc24",
                        "handle": "shellsssss.bsky.social",
                        "createdAt": "2026-08-06T05:52:37.564Z",
                        "indexedAt": "2026-08-06T05:54:26.869Z"
                      },
                      {
                        "did": "did:plc:74vjeccmheararwq46ko4tci",
                        "url": "https://bsky.app/profile/greennotheard.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:74vjeccmheararwq46ko4tci/bafkreiawbjn7y5qwhb4p3l7txo32r6t75gvvsj2t22bzj6mimsmce2ilaa",
                        "handle": "greennotheard.bsky.social",
                        "createdAt": "2026-02-16T22:48:59.544Z",
                        "indexedAt": "2026-07-30T05:12:15.666Z",
                        "description": "Creating things I shouldn't.\nRemembering things I can't.\n\nThe archive is incomplete.\nThe clues are intentional.",
                        "displayName": "Green"
                      },
                      {
                        "did": "did:plc:34jy6uzsekpjaem566fcjpcj",
                        "url": "https://bsky.app/profile/ai4geo.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:34jy6uzsekpjaem566fcjpcj/bafkreiacgqib3c6m7goti3mtmiqm5ycha3zntgno7o7msmi6de5gwviv24",
                        "handle": "ai4geo.bsky.social",
                        "createdAt": "2024-11-17T15:58:03.745Z",
                        "indexedAt": "2026-04-15T19:13:33.061Z",
                        "description": "GeoAI, Climate, Remote Sensing, Generative AI and more!",
                        "displayName": "Sam Barrett, PhD"
                      },
                      {
                        "did": "did:plc:l5llxu4m5zucdqnpsbcg5377",
                        "url": "https://bsky.app/profile/crypmasky8.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:l5llxu4m5zucdqnpsbcg5377/bafkreih5yqytbf2ymnj25fmxyqtv24qctgb2jdf6ldhcd27mdhkwfr6e6i",
                        "handle": "crypmasky8.bsky.social",
                        "createdAt": "2026-08-06T05:01:55.763Z",
                        "indexedAt": "2026-08-06T05:03:21.160Z"
                      },
                      {
                        "did": "did:plc:zpqnooj2vuoju6ssulbpdwxp",
                        "url": "https://bsky.app/profile/rtw.run",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:zpqnooj2vuoju6ssulbpdwxp/bafkreifywgahtokewbdoms6e672f5t6vxvpkbzam4pc3bgc63lrqg25oba",
                        "handle": "rtw.run",
                        "createdAt": "2024-11-16T23:46:45.134Z",
                        "indexedAt": "2024-11-27T03:00:33.146Z",
                        "description": "Adventure rider, software craftsman, and an unrelated day job. ",
                        "displayName": "Scooter"
                      },
                      {
                        "did": "did:plc:aqoloww2jduwaqfnjvycfrxe",
                        "url": "https://bsky.app/profile/goodheart90.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:aqoloww2jduwaqfnjvycfrxe/bafkreiaflnah7cuustcg66ghbwzmrdtbopvcbzp7gshg6kis7uerj3agxm",
                        "handle": "goodheart90.bsky.social",
                        "createdAt": "2026-08-06T01:48:58.159Z",
                        "indexedAt": "2026-08-06T01:50:07.862Z"
                      },
                      {
                        "did": "did:plc:fz7oh44wzubmo6cwuajdiofw",
                        "url": "https://bsky.app/profile/marko000.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:fz7oh44wzubmo6cwuajdiofw/bafkreigd3h5dlqi3vlc6incdc3hddld47pcatpcb67qbvpowvs3jcoxkwu",
                        "handle": "marko000.bsky.social",
                        "createdAt": "2026-08-05T23:42:26.862Z",
                        "indexedAt": "2026-08-05T23:48:02.358Z",
                        "description": "Looking for remote opportunities.\nChat Support | Email Support | Data Entry | Virtual Assistant\nBased in North Macedonia 🇲🇰\nOpen to work.",
                        "displayName": "Marko Trajkovski"
                      },
                      {
                        "did": "did:plc:nxvupbifibn3foy2lytr5vaq",
                        "url": "https://bsky.app/profile/rachelsprague.com",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:nxvupbifibn3foy2lytr5vaq/bafkreihop2useke7dcuunrgo7d6vsun4cdnsbnne257uxleivajodnopem",
                        "handle": "rachelsprague.com",
                        "createdAt": "2026-07-13T04:27:40.372Z",
                        "indexedAt": "2026-07-28T18:20:31.476Z",
                        "description": "Analytics & engineering\n📊 🤖 🛠️ 👩🏻‍💻 🏳️‍🌈\nrachelsprague.com\nAll opinions are my own",
                        "displayName": "Rachel Sprague"
                      },
                      {
                        "did": "did:plc:miuz2fihmu2obzchweuzgocq",
                        "url": "https://bsky.app/profile/jackgonzalezoffici.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:miuz2fihmu2obzchweuzgocq/bafkreicpqfnbuldgzidfhhkrtx7s5dgzbn4b4okn6c5d7dna3fxmtgttua",
                        "handle": "jackgonzalezoffici.bsky.social",
                        "createdAt": "2026-08-05T00:00:03.066Z",
                        "indexedAt": "2026-08-05T22:32:32.376Z",
                        "description": "🇳🇴 Norwegian\n📍Living in the USA 🇺🇸\n\n✨ Simple • Kind • Dream Big\n\n✈️ Travel\n📸 Photography\n🎵 Music\n💪 Fitness\n🍜 Food Lover\n☕ Enjoying life's little moments",
                        "displayName": "Jackgonzalezofficial"
                      },
                      {
                        "did": "did:plc:gqetyg5jajeiuiavitgiym7a",
                        "url": "https://bsky.app/profile/shoulla.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:gqetyg5jajeiuiavitgiym7a/bafkreigarttb7yjxsppg56q4uycggu6beq5mxhrkmvpllk4ht3gotsqhwq",
                        "handle": "shoulla.bsky.social",
                        "createdAt": "2026-08-05T22:32:03.460Z",
                        "indexedAt": "2026-08-05T22:33:12.361Z"
                      },
                      {
                        "did": "did:plc:d2tqhbz3ei4t6e3m6whbmagb",
                        "url": "https://bsky.app/profile/triplestar1.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:d2tqhbz3ei4t6e3m6whbmagb/bafkreif36y7xivgzusqukd2vrptu6aa26wygq6lh7apl62sbuhfgcufvqe",
                        "handle": "triplestar1.bsky.social",
                        "createdAt": "2026-08-05T22:26:50.265Z",
                        "indexedAt": "2026-08-05T22:57:00.859Z",
                        "description": "Helping you navigate AI, Crypto & Blockchain.\nVerified news | Market insights | Security awareness.\n\nPower of Knowledge.\n\nMy YouTube channel: 👇👇\n\nhttps://youtube.com/@triplestar70?si=J12s2V_ZRHdzJprQ",
                        "displayName": "TRIPLESTAR"
                      },
                      {
                        "did": "did:plc:hrlgz4s2ydbbzdxgwkwaqpys",
                        "url": "https://bsky.app/profile/shitlibintraining.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:hrlgz4s2ydbbzdxgwkwaqpys/bafkreia7335hrec5vzmnuwaouv3mkh5fzdswcrqojgsflmy66xhdohw7by",
                        "handle": "shitlibintraining.bsky.social",
                        "createdAt": "2026-05-22T20:43:07.362Z",
                        "indexedAt": "2026-07-26T21:19:18.067Z",
                        "description": "It's the nice version",
                        "displayName": "Boko Halal"
                      },
                      {
                        "did": "did:plc:o7mu4azlqavsoiglgh4xuc34",
                        "url": "https://bsky.app/profile/arindamn.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:o7mu4azlqavsoiglgh4xuc34/bafkreia2ehj2hiykmblqyktp6w7vgipvzep7kclo7ozpztcrzgjxbd3dnm",
                        "handle": "arindamn.bsky.social",
                        "createdAt": "2026-08-05T21:36:37.261Z",
                        "indexedAt": "2026-08-05T21:41:24.758Z"
                      },
                      {
                        "did": "did:plc:wuioq47didasihujnrpybshr",
                        "url": "https://bsky.app/profile/bst-aky.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:wuioq47didasihujnrpybshr/bafkreicldoi6z3wleurx3tejdbqoutm6bgtomhn6cnluonvx7ifdkc7w6e",
                        "handle": "bst-aky.bsky.social",
                        "createdAt": "2026-08-05T21:24:42.970Z",
                        "indexedAt": "2026-08-05T21:27:58.259Z"
                      },
                      {
                        "did": "did:plc:qttqvv4n3vqqu35qajhcuqlq",
                        "url": "https://bsky.app/profile/fromthewestmeadow.com",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:qttqvv4n3vqqu35qajhcuqlq/bafkreie2p5e2lghaxg6x6veo3dewfuhd6cdarxcwtmbenot76do2wi6kv4",
                        "handle": "fromthewestmeadow.com",
                        "createdAt": "2024-11-14T19:15:32.122Z",
                        "indexedAt": "2026-08-06T06:47:40.860Z",
                        "description": "Some of my favorite releases:\nhttp://matrix.fromthewestmeadow.com\ndreamnet.fromthewestmeadow.com\ncancelled.fromthewestmeadow.com\nhttp://fish.fromthewestmeadow.com:6177\n\nPortfolio:\nhttps://meadowfolio.bisks.net\n(curated by @buildthis.bisks.net)",
                        "displayName": "From The West Meadow"
                      },
                      {
                        "did": "did:plc:nuhxutkg7pcurwblqxzruzkk",
                        "url": "https://bsky.app/profile/apkussma.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:nuhxutkg7pcurwblqxzruzkk/bafkreiejf6noqjdudpjorgsbxaqlvuzfy5syai3dsgo2wvjnhocp3ygju4",
                        "handle": "apkussma.bsky.social",
                        "createdAt": "2023-11-15T17:21:26.917Z",
                        "indexedAt": "2026-02-18T18:11:26.844Z",
                        "description": "Wireless, Outdoor-sy, Special Needs Parent.\n\nFavourite topics include but are not limited to... Triathlon, Special Needs Parenting, Movies/TV/Music/Books,  Bullet Journalling, Mental Health, Wireless Communications and Writing\n\nhttps://linktr.ee/apkussma",
                        "displayName": "apkussma 🇨🇦"
                      },
                      {
                        "did": "did:plc:ez7hvfevehq7cbio6hnh6ri2",
                        "url": "https://bsky.app/profile/franca86.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:ez7hvfevehq7cbio6hnh6ri2/bafkreig4seyv2d2zaipahn6hjdm5a75k24gprsdtvfrmcu6davvuamwwxy",
                        "handle": "franca86.bsky.social",
                        "createdAt": "2026-08-05T20:09:46.568Z",
                        "indexedAt": "2026-08-05T20:12:31.860Z"
                      },
                      {
                        "did": "did:plc:sctkxf6kcag2xd3qzahwt4gw",
                        "url": "https://bsky.app/profile/matthecat.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:sctkxf6kcag2xd3qzahwt4gw/bafkreicvvkeup2drfd4zdx2llt3u23e2h7dl7fxygb2pdrymt7c343zzs4",
                        "handle": "matthecat.bsky.social",
                        "createdAt": "2024-10-17T18:51:42.812Z",
                        "indexedAt": "2026-07-24T19:33:09.061Z",
                        "description": "Xe/It/Beep\nGoes by Flippy or MatCat\nNSFW DNI\nArt: #MTCart\nMovie reviews: #MTCreview\nPfp artist in pinned\nhttps://discord.gg/C77jJ37bEE\nhttps://ko-fi.com/matthecat",
                        "displayName": "Flippy"
                      },
                      {
                        "did": "did:plc:u3m46csnfedclzjhkhsyuenq",
                        "url": "https://bsky.app/profile/trill-will-music.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:u3m46csnfedclzjhkhsyuenq/bafkreiesvgfibliqjmuknbh4vbe2ytxpibs5hihsnz6beemgcykzic4x3e",
                        "handle": "trill-will-music.bsky.social",
                        "createdAt": "2025-12-31T18:50:55.224Z",
                        "indexedAt": "2026-08-05T19:31:39.867Z",
                        "description": "Trill Will is a North American rapper from Deland, Florida. www.trillwill.org",
                        "displayName": "Trill Will"
                      },
                      {
                        "did": "did:plc:e3ttntw3ajgdrks6yebwem4j",
                        "url": "https://bsky.app/profile/masterjefff123.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:e3ttntw3ajgdrks6yebwem4j/bafkreia5u3rqq7g5kwgopbrot3ehcnchkjebqmez2jdr3yqxl3zt467xhq",
                        "handle": "masterjefff123.bsky.social",
                        "createdAt": "2026-08-04T09:40:40.964Z",
                        "indexedAt": "2026-08-04T09:42:47.762Z"
                      },
                      {
                        "did": "did:plc:tsqmhiqquftwy5bjsepf2k7g",
                        "url": "https://bsky.app/profile/monalamprenn.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:tsqmhiqquftwy5bjsepf2k7g/bafkreid4d5soltb5lafv5byf255edwxmjvkg2sjgo7l7d4x3yukp5f6deu",
                        "handle": "monalamprenn.bsky.social",
                        "createdAt": "2024-12-17T17:16:04.042Z",
                        "indexedAt": "2024-12-30T20:43:03.049Z",
                        "description": "Hobbyist\n\n@mona@oulipo.social\n@monalamprenn on bird site",
                        "displayName": "Mona"
                      },
                      {
                        "did": "did:plc:dtbfcfe5hhazsyaxcc2h3npf",
                        "url": "https://bsky.app/profile/ashleyburgos87.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:dtbfcfe5hhazsyaxcc2h3npf/bafkreicafm6undhqms7qszx26brmdbbwhra52dhdiyohfamr6yh7h26aoa",
                        "handle": "ashleyburgos87.bsky.social",
                        "createdAt": "2026-08-05T18:48:19.871Z",
                        "indexedAt": "2026-08-05T19:01:29.064Z",
                        "description": "👗 Designing fashion with creativity and confidence. | 💜 Single | Crypto enthusiast | Here to connect, learn, and grow.",
                        "displayName": "Ashley Burgos"
                      },
                      {
                        "did": "did:plc:jig7hd73o3hm6jmm7t54ysv2",
                        "url": "https://bsky.app/profile/herrschulte.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:jig7hd73o3hm6jmm7t54ysv2/bafkreiembq2i7o2xb5bpsbitxloqt2kxsv3blmfcz5xjhyozokgne7cq4u",
                        "handle": "herrschulte.bsky.social",
                        "createdAt": "2026-08-05T18:11:35.770Z",
                        "indexedAt": "2026-08-05T18:20:11.171Z",
                        "description": "Autor für die Sportschau und den WDR - Sportpolitik und mehr",
                        "displayName": "Volker Schulte"
                      },
                      {
                        "did": "did:plc:yp32tywb7jxa6hgfj6ddewqs",
                        "url": "https://bsky.app/profile/hykyuatsumum1006.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:yp32tywb7jxa6hgfj6ddewqs/bafkreigvtchoya6kunm4a5cbs4umspnfu43s6vwkzdfilceuwhoksia3bm",
                        "handle": "hykyuatsumum1006.bsky.social",
                        "createdAt": "2024-02-07T07:47:02.254Z",
                        "indexedAt": "2026-07-07T02:20:03.225Z",
                        "description": "🐾 Proud Dog Mom & Wildlife Advocate 🌿Progressive 🧭 Faithful To The Bay! 🏈 Just here for dogs, football, and saving the planet",
                        "displayName": "Aurora"
                      },
                      {
                        "did": "did:plc:ksjqwf2x7u4ovubovcddqszp",
                        "url": "https://bsky.app/profile/treybastian.com",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:ksjqwf2x7u4ovubovcddqszp/bafkreiatv7s3755xjl3pkrz6nzv35pdyimji2pja5agtrs2tyqbup7uuyu",
                        "handle": "treybastian.com",
                        "createdAt": "2024-10-21T21:43:31.707Z",
                        "indexedAt": "2025-10-15T12:35:17.015Z",
                        "description": "👋 Hi, I’m Trey – I make things in my shed\n🖨️ I'm addicted to 3D Printing\n🏃 I like to run",
                        "displayName": "Trey Bastian"
                      },
                      {
                        "did": "did:plc:p7rhwbnjt5mryilsuibnxsn5",
                        "url": "https://bsky.app/profile/meetaudreyquinn.com",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:p7rhwbnjt5mryilsuibnxsn5/bafkreif5rpowx7zjkdtpkrxrje4ibggh73u4rrzmkin326krs5kzumswxa",
                        "handle": "meetaudreyquinn.com",
                        "createdAt": "2024-11-20T15:24:25.070Z",
                        "indexedAt": "2026-05-17T22:05:27.556Z",
                        "description": "𝘛𝘩𝘦 𝘢𝘳𝘵𝘪𝘴𝘵 𝘧𝘰𝘳𝘮𝘦𝘳𝘭𝘺 𝘬𝘯𝘰𝘸𝘯 𝘢𝘴 𝘚𝘰𝘱𝘩𝘪𝘢 𝘋𝘶𝘷𝘢𝘭𝘭: 𝘈 𝘩𝘰𝘱𝘦𝘭𝘦𝘴𝘴 𝘳𝘰𝘮𝘢𝘯𝘵𝘪𝘤 𝘸 𝘢 𝘥𝘪𝘳𝘵𝘺 𝘮𝘪𝘯𝘥•𝘱𝘳𝘰𝘧𝘦𝘴𝘴𝘪𝘰𝘯𝘢𝘭 𝘱𝘭𝘶𝘴 𝘰𝘯𝘦•𝘵𝘳𝘢𝘷𝘦𝘭 𝘤𝘰𝘮𝘱𝘢𝘯𝘪𝘰𝘯•𝘢𝘭𝘭-𝘯𝘢𝘵𝘶𝘳𝘢𝘭/𝘯𝘰 𝘪𝘯𝘬•𝘪𝘯𝘴𝘢𝘵𝘪𝘢𝘣𝘭𝘺𝘤𝘶𝘳𝘪𝘰𝘶𝘴•𝘣𝘪𝘴𝘦𝘹𝘶𝘢𝘭•𝘱𝘦𝘵𝘪𝘵𝘦•𝘯𝘦𝘳𝘥𝘺•𝘴𝘤𝘪-𝘧𝘪 𝘧𝘢𝘯• 𝘢𝘷𝘢𝘪𝘭𝘢𝘣𝘭𝘦 𝘪𝘯 𝘉𝘢𝘳𝘤𝘦𝘭𝘰𝘯𝘢, 𝘔𝘢𝘥𝘳𝘪𝘥, 𝘗𝘢𝘳𝘪𝘴, 𝘕𝘠𝘊 & 𝘞𝘰𝘳𝘭𝘥𝘸𝘪𝘥𝘦",
                        "displayName": "𝘈𝘶𝘥𝘳𝘦𝘺 𝘘𝘶𝘪𝘯𝘯: 𝘉𝘊𝘕-𝘔𝘈𝘋-𝘕𝘠𝘊-𝘍𝘔𝘛𝘠"
                      },
                      {
                        "did": "did:plc:tk5vnwyv5moylrg2ljtecicq",
                        "url": "https://bsky.app/profile/terminaltraces.com",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:tk5vnwyv5moylrg2ljtecicq/bafkreiciee7tiivmdxkslkvzlkvjyzgy2bouoen3tf7dbxho77nlw4pbwu",
                        "handle": "terminaltraces.com",
                        "createdAt": "2025-12-01T16:32:21.525Z",
                        "indexedAt": "2026-07-30T18:48:03.558Z",
                        "description": "she/her | senior software engineer @ honeycomb | toddler wrangler | occasional writer\nall nonsense is my own nonsense.  https://terminaltraces.com",
                        "displayName": "Drew Kozmary"
                      },
                      {
                        "did": "did:plc:mvhztdapdty7bpkfqni3ofuv",
                        "url": "https://bsky.app/profile/abbabbaba.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:mvhztdapdty7bpkfqni3ofuv/bafkreibwjd4nu6x7f6fwzijxgswbmffrjq5gdr3wlaa5h47tlzk4be62ia",
                        "handle": "abbabbaba.bsky.social",
                        "createdAt": "2026-07-31T18:58:06.461Z",
                        "indexedAt": "2026-07-31T19:01:57.576Z"
                      },
                      {
                        "did": "did:plc:whsuy4icnsjqitvecet6lsgy",
                        "url": "https://bsky.app/profile/daddyyum.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:whsuy4icnsjqitvecet6lsgy/bafkreihgczuck44lf7pg4n4hpjexhoyxz2jytg5nsaccgmug23n3tbcmia",
                        "handle": "daddyyum.bsky.social",
                        "createdAt": "2025-07-27T18:17:18.798Z",
                        "indexedAt": "2026-06-28T23:56:42.966Z",
                        "description": "I don’t want a diamond; I want a canyon. I want to feel so small against nature that my ego just evaporates. That’s where my real power starts",
                        "displayName": "Thallo Merrivale"
                      },
                      {
                        "did": "did:plc:6jfeq3udmuzvezalvplj2vkt",
                        "url": "https://bsky.app/profile/jameswilliams.dev",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:6jfeq3udmuzvezalvplj2vkt/bafkreiaa2kwwrzux5mjcg5xmmluhbjs7fbi4pkjqshziqhajypa423shxi",
                        "handle": "jameswilliams.dev",
                        "createdAt": "2024-10-22T09:24:17.509Z",
                        "indexedAt": "2024-10-22T09:34:51.812Z",
                        "displayName": "James Williams"
                      },
                      {
                        "did": "did:plc:bvfcni5v7bsvonag4n4x42se",
                        "url": "https://bsky.app/profile/jjlavergne01.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:bvfcni5v7bsvonag4n4x42se/bafkreicagihsvkfquxgror6jutwyw7rzypxboqtavp7d6mtlukjvu7inwq",
                        "handle": "jjlavergne01.bsky.social",
                        "createdAt": "2025-05-25T16:13:31.840Z",
                        "indexedAt": "2026-06-06T20:43:31.364Z",
                        "description": "https://www.amazon.com/God-Hates-You-Experiment-Explained-ebook/dp/B09BTZNG5C/ref=mp_s_a_1_1?crid=2PWW",
                        "displayName": "Earth 1; there is no earth 2"
                      },
                      {
                        "did": "did:plc:mo77ybho6xbkzjbzfdaxmhrn",
                        "url": "https://bsky.app/profile/tucsondailybrief.com",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:mo77ybho6xbkzjbzfdaxmhrn/bafkreigvuzxmfpwifwn5se3pudnohpv5n5eavfbqe6q4jwqdkzlnh5zady",
                        "handle": "tucsondailybrief.com",
                        "createdAt": "2026-08-04T17:36:23.172Z",
                        "indexedAt": "2026-08-05T16:41:33.367Z",
                        "description": "The Tucson news you'd otherwise miss — a daily brief (web & podcast), coverage of Tucson, Pima County, Marana & Oro Valley government, and what's opening around town. Free Sunday newsletter: tucsondailybrief.com/newsletter.html — by Nicholas De Leon.",
                        "displayName": "Tucson Daily Brief"
                      },
                      {
                        "did": "did:plc:ldgxwaoatkj2zuygojzwo4bw",
                        "url": "https://bsky.app/profile/stpaulsbay.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:ldgxwaoatkj2zuygojzwo4bw/bafkreiczgpbyirrdrydpboj3wyswfu4spz5lzxkubjjuqslyikyjmhlnfy",
                        "handle": "stpaulsbay.bsky.social",
                        "createdAt": "2026-03-29T17:14:38.154Z",
                        "indexedAt": "2026-05-16T04:15:51.364Z",
                        "description": "Patricia Donnellan, MPH | Found the unifying cause of chronic disease: rs5522-driven inflammation. Cured my own 29-yr CFS. Proving it’s fluid, not fat—from Long COVID to Maternal Mortality. 🧬\n\nwww.beyondbloodtests.org",
                        "displayName": "Patricia Donnellan, MPH 🇺🇦📎"
                      }
                    ]
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:bluesky/following/{handle}": {
      "get": {
        "operationId": "social_media_bluesky_following",
        "summary": "Get Following",
        "description": "Akun yang diikuti sebuah akun Bluesky.",
        "tags": [
          "Bluesky Profile"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/bluesky#reference-following"
        },
        "parameters": [
          {
            "name": "handle",
            "in": "path",
            "required": true,
            "description": "Bluesky handle or DID",
            "schema": {
              "type": "string",
              "example": "jay.bsky.team"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": false,
            "description": "Accounts per page. Default 50, max 100",
            "schema": {
              "type": "number",
              "example": "50"
            }
          },
          {
            "name": "cursor",
            "in": "query",
            "required": false,
            "description": "Cursor from a previous response's `cursor` field",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "count": 50,
                    "cursor": "3mke3l7ulrc2t",
                    "follows": [
                      {
                        "did": "did:plc:klhtmrnregub7we7h6jwiljm",
                        "url": "https://bsky.app/profile/ed3d.net",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:klhtmrnregub7we7h6jwiljm/bafkreiax76tzue7jcdk44ug6vv62ikttoq4c3waolhs2lo3yih6vdoje4a",
                        "handle": "ed3d.net",
                        "createdAt": "2023-04-27T23:01:37.442Z",
                        "indexedAt": "2026-08-03T01:41:34.659Z",
                        "description": "Main Character Syndrome, but fun. Boston-based. My wood shop and my dogs are my personality. If you're still reading this, I'm your dad now. Sorry, I don't make the rules.\n\nI don't speak for my employer. I do make @polytoken.dev.\n\nsignal: edr.91",
                        "displayName": "Ed"
                      },
                      {
                        "did": "did:plc:5hhbgkktcpofpw4ovz6kjjau",
                        "url": "https://bsky.app/profile/jdp.extropian.net",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:5hhbgkktcpofpw4ovz6kjjau/bafkreignnoa2x3p27l2xsbcy56tk5eljpvnc6qcehavb7klfzhrvjadkhu",
                        "handle": "jdp.extropian.net",
                        "createdAt": "2023-04-09T21:59:36.855Z",
                        "indexedAt": "2026-04-07T03:06:19.249Z",
                        "description": "Machine learning researcher, alignment-accelerationist, Fedorovist ancestor simulator, Dreamtime enjoyer. \n\nAll posts public domain under CC0 1.0.",
                        "displayName": "John David Pressman"
                      },
                      {
                        "did": "did:plc:ps54mz3jlmxpiqw2xqvn66oc",
                        "url": "https://bsky.app/profile/vagabond.quest",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:ps54mz3jlmxpiqw2xqvn66oc/bafkreidnfgqwoc65x6ehyjwlkjllrudogf3knh2wqmlg7x6qwu7kmq4sou",
                        "handle": "vagabond.quest",
                        "createdAt": "2025-01-31T16:54:43.644Z",
                        "indexedAt": "2026-04-14T04:02:32.346Z",
                        "description": "Votre homme dans ville et l'elú de Saint-Soûlard.\n\n🚶‍♂️ vagabond.quest | 🎲 rpg.actor",
                        "displayName": "Cousin Vagabond"
                      },
                      {
                        "did": "did:plc:z5efhtji4vfiutzqquvx3w7o",
                        "url": "https://bsky.app/profile/timtrautmann.com",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:z5efhtji4vfiutzqquvx3w7o/bafkreigxwsnjzv5najzidvliawlg5ip6jussrbcnlvgzbq7ihfsw7qh4gi",
                        "handle": "timtrautmann.com",
                        "createdAt": "2024-02-07T16:08:49.824Z",
                        "indexedAt": "2026-07-28T23:01:29.169Z",
                        "description": "Working photographer in Portland, Oregon. Actively building something nice on the AT Protocol.\n\ngifthood.org\ngifthood.community\natmowx.net\ntimtrautmann.com",
                        "displayName": "Tim Trautmann"
                      },
                      {
                        "did": "did:plc:66mymr6dqyf5c2acyke4muhu",
                        "url": "https://bsky.app/profile/xenyx.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:66mymr6dqyf5c2acyke4muhu/bafkreiflz2bxzg3wfe3lgfklu6szr56r3jcjvadkhmpaojdve7w54f2lsm",
                        "handle": "xenyx.bsky.social",
                        "createdAt": "2023-04-27T19:48:52.207Z",
                        "indexedAt": "2025-12-03T22:36:08.824Z",
                        "description": "video games, singing and cooking for fun, sysad turned oss developer for money.  Chicago enjoyer. she/her",
                        "displayName": "American Ninja Worrier"
                      },
                      {
                        "did": "did:plc:hkxtqxfvk4xh2roqbkebmoiq",
                        "url": "https://bsky.app/profile/pantspants.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:hkxtqxfvk4xh2roqbkebmoiq/bafkreif7re6vo5fr34pzsmjvrgg4c3d4s5aphhxluds6a6bm42iaau6nvm",
                        "handle": "pantspants.bsky.social",
                        "createdAt": "2024-10-19T12:15:11.611Z",
                        "indexedAt": "2026-07-19T17:08:21.971Z",
                        "description": "classically trained artist.\n\ntheartofpants.com",
                        "displayName": "Mr. Joshua "
                      },
                      {
                        "did": "did:plc:uktb4zsjtatkuk55mr466jij",
                        "url": "https://bsky.app/profile/darcyreno.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:uktb4zsjtatkuk55mr466jij/bafkreif5pls7bvgjlp2bstxeq27ot2mb7dvw35k4bxfg7njgd6skab6mcy",
                        "handle": "darcyreno.bsky.social",
                        "createdAt": "2024-05-27T17:15:10.150Z",
                        "indexedAt": "2026-07-24T01:01:26.461Z",
                        "displayName": "Darcy"
                      },
                      {
                        "did": "did:plc:oogtn2wrdtfm4wgxemfxenn4",
                        "url": "https://bsky.app/profile/b5.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:oogtn2wrdtfm4wgxemfxenn4/bafkreidkarvzck3g3xy5yz5n6uymfoyu57owngwaahxd2xklkzd5muxm74",
                        "handle": "b5.bsky.social",
                        "createdAt": "2023-02-10T23:09:07.244Z",
                        "indexedAt": "2026-01-12T21:51:07.223Z",
                        "description": "Worker crayon at n0.computer, we make iroh.computer",
                        "displayName": "b5"
                      },
                      {
                        "did": "did:plc:ok6mvbiluxdvcv7srkmu33gf",
                        "url": "https://bsky.app/profile/luke.kanies.com",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:ok6mvbiluxdvcv7srkmu33gf/bafkreicztdul2rx5sdnxvjatpbxwzrcrhshb6x4cdud4hjktd5ny4zrihy",
                        "handle": "luke.kanies.com",
                        "createdAt": "2024-11-22T20:14:28.555Z",
                        "indexedAt": "2026-02-05T07:31:08.146Z",
                        "description": "Founder of Puppet. I helped create DevOps. Writing at https://lukekanies.com/.",
                        "displayName": "Luke Kanies"
                      },
                      {
                        "did": "did:plc:izttpdp3l6vss5crelt5kcux",
                        "url": "https://bsky.app/profile/robin.berjon.com",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:izttpdp3l6vss5crelt5kcux/bafkreic27rvhwbhvugwexshedm4htcgd2s2zntlkms637k3veltl4e4idy",
                        "handle": "robin.berjon.com",
                        "createdAt": "2023-04-14T09:33:03.634Z",
                        "indexedAt": "2026-08-06T09:22:34.459Z",
                        "description": "Political technologist, bringing democracy to the internet. Brussels, 🇪🇺.\n• tech, governance, science, politics, philosophy, infrastructure, cats, terrible puns\n• DASL, Eurosky/Mu, Modal\n• ex W3C, NYT\n• Signal robin.77",
                        "displayName": "Robin Berjon"
                      },
                      {
                        "did": "did:plc:gr3pael7m227dck6zqloi3rd",
                        "url": "https://bsky.app/profile/arikia.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:gr3pael7m227dck6zqloi3rd/bafkreiagpsbyuak3qp3dawq3isw3ljfpb5mhu2kccdggbpkgqfd4m7eh6y",
                        "handle": "arikia.bsky.social",
                        "createdAt": "2023-10-07T20:19:53.038Z",
                        "indexedAt": "2026-07-26T04:48:05.964Z",
                        "description": "Founder of CTRL+X, decentralizing the future of digital publishing ✍🏽💾 Recovering journalist 📝 Parrot whisperer 🦜",
                        "displayName": "Arikia Millikan"
                      },
                      {
                        "did": "did:plc:gttrfs4hfmrclyxvwkwcgpj7",
                        "url": "https://bsky.app/profile/aparker.io",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:gttrfs4hfmrclyxvwkwcgpj7/bafkreignjbvks5adeqajlmfe6dcuqohj3qpkg6rl46zvbjcadwhrdeq37q",
                        "handle": "aparker.io",
                        "createdAt": "2023-04-29T22:47:54.887Z",
                        "indexedAt": "2026-01-14T13:05:30.625Z",
                        "description": "the only thing worse than my code are my jokes\n\ngovernance @opentelemetry.io\ndirector of ai strategy @honeycomb.io\n\nav by @extinctinks.net",
                        "displayName": "austin"
                      },
                      {
                        "did": "did:plc:e5zplwgiznavptdxhx5n2zlp",
                        "url": "https://bsky.app/profile/montoulieu.dev",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:e5zplwgiznavptdxhx5n2zlp/bafkreidp6jyg4lg6xiwc3k6h5bpptdudik2nmw4cqa4jmjw5zrpl6e4dpa",
                        "handle": "montoulieu.dev",
                        "createdAt": "2023-11-04T22:47:36.086Z",
                        "indexedAt": "2026-07-27T15:34:40.170Z",
                        "description": "Senior Product Engineer at Bluesky.\nInto web/gamedev, spatial computing, ML, retro gaming, and shredding guitar.\n\n@aetheros.computer @beaconbits.app @skytube.video @nimbus.vision",
                        "displayName": "Pieter Montoulieu"
                      },
                      {
                        "did": "did:plc:mprdjqjluoswa7awzggaggj3",
                        "url": "https://bsky.app/profile/colibri.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:mprdjqjluoswa7awzggaggj3/bafkreig2q5yn3h5zb54pssip55aucicrujjiadjexknggtbj6a45jmtpfm",
                        "handle": "colibri.social",
                        "createdAt": "2026-02-28T06:30:56.945Z",
                        "indexedAt": "2026-08-01T22:39:51.864Z",
                        "description": "Chats where you truly own your data. Colibri is the real-time chat app for communities big and small, built on the AT Protocol. Made by @lou.gg and @otterlord.dev.",
                        "displayName": "Colibri Social"
                      },
                      {
                        "did": "did:plc:bpyevhddfoledxzsxracdlkg",
                        "url": "https://bsky.app/profile/impro.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:bpyevhddfoledxzsxracdlkg/bafkreibbv54vqzzis4p4yqgonyqzgcnlocio5d4sx6ttjet2rxdyjrni7u",
                        "handle": "impro.social",
                        "createdAt": "2025-08-08T21:38:15.697Z",
                        "indexedAt": "2026-07-22T00:53:35.664Z",
                        "description": "An extensible Bluesky client for web\n\nTry it here: impro.social\n\nAbout: https://github.com/improsocial/impro/blob/main/README.md\n\nCreated by @gracekind.net",
                        "displayName": "Impro"
                      },
                      {
                        "did": "did:plc:hwevmowznbiukdf6uk5dwrrq",
                        "url": "https://bsky.app/profile/anirudh.fi",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:hwevmowznbiukdf6uk5dwrrq/bafkreiaa4j3bm7wnre2lah3dd3xczunripdnmqtvqhtrzo7y2glntq6bdq",
                        "handle": "anirudh.fi",
                        "createdAt": "2025-01-10T13:23:58.344Z",
                        "indexedAt": "2026-08-05T11:17:01.861Z",
                        "description": "co-founder/ceo @tangled.org\n\nhelsinki · https://anirudh.fi\n\n(i don't look at dm requests; please email me)",
                        "displayName": "Anirudh Oppiliappan"
                      },
                      {
                        "did": "did:plc:yym5dkfbnzf6lspvh4hnstjg",
                        "url": "https://bsky.app/profile/mitsuhiko.at",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:yym5dkfbnzf6lspvh4hnstjg/bafkreifc36rqcfru7hosc4uj6my46rb4u5scc45sc3ko6ixoyt5n3gtxsq",
                        "handle": "mitsuhiko.at",
                        "createdAt": "2023-04-11T16:07:09.717Z",
                        "indexedAt": "2025-12-14T13:30:30.225Z",
                        "description": "Creator of Flask • earendil.com ♥︎ writing and giving talks • Excited about AI • Husband and father of three • Inhabits Vienna; Liberal Spirit • “more nuanced in person” • More AI content on https://x.com/mitsuhiko\n\nMore stuff: https://ronacher.eu/",
                        "displayName": "Armin Ronacher"
                      },
                      {
                        "did": "did:plc:dfkjiu36xs6ogt7pux7i7o2b",
                        "url": "https://bsky.app/profile/willow.sh",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:dfkjiu36xs6ogt7pux7i7o2b/bafkreigxyl737kljnjkzzsvwtfxrzhuin2fmkrba3aklcbi2x4wx2rdr6a",
                        "handle": "willow.sh",
                        "createdAt": "2023-05-21T22:48:04.919Z",
                        "indexedAt": "2026-06-30T23:33:32.724Z",
                        "description": "🧙🏼‍♀️ Working on Open Source and Communities! (she/her) 🎃\n\nCore Team @npmx.dev @e18e.dev\nMaintainer @bomb.sh\nCommunity @svelte.dev @svelte.london\nEvents https://willow.sh/events",
                        "displayName": "Willow (GHOST)"
                      },
                      {
                        "did": "did:plc:nvdnozzhcpp3oxkl7gq6q5d7",
                        "url": "https://bsky.app/profile/anoop.bsky.team",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:nvdnozzhcpp3oxkl7gq6q5d7/bafkreigv5urp3forp7v6zouczxbzymn7o2azvuxgjor5l4wm446mpwxtye",
                        "handle": "anoop.bsky.team",
                        "createdAt": "2023-04-27T00:32:12.076Z",
                        "indexedAt": "2026-05-01T13:53:58.765Z",
                        "description": "I didn't know I was lonely til I saw your face",
                        "displayName": "Anoop Ranganath"
                      },
                      {
                        "did": "did:plc:qc42fmqqlsmdq7jiypiiigww",
                        "url": "https://bsky.app/profile/daviddao.org",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:qc42fmqqlsmdq7jiypiiigww/bafkreih2t5yvkettqhmb26bed22t7mcsvtrvyq4rwrokrz4jv656ikhqqi",
                        "handle": "daviddao.org",
                        "createdAt": "2024-03-07T11:57:20.594Z",
                        "indexedAt": "2026-07-13T20:14:37.363Z",
                        "description": "Co-Founder & Chief Scientist @gainforest.earth \nLead Economies & Governance @plrd.org",
                        "displayName": "David Dao"
                      },
                      {
                        "did": "did:plc:bmkptaqvfcwmgom75fmo5oo6",
                        "url": "https://bsky.app/profile/bdbch.com",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:bmkptaqvfcwmgom75fmo5oo6/bafkreiawn7ylxsx7t5hgxabzcf3hbw36e74abik53pbtqvdqu7z2s2cqaa",
                        "handle": "bdbch.com",
                        "createdAt": "2023-08-18T20:01:27.541Z",
                        "indexedAt": "2026-07-13T15:20:25.273Z",
                        "description": "🧑‍💻 Senior Software Engineer & Core Maintainer @tiptap.dev (YC S23)\n\nhttps://bdbch.com/\nhttps://github.com/bdbch",
                        "displayName": "Dominik Biedebach"
                      },
                      {
                        "did": "did:plc:uyjvm2kqevlb4pa6sf63476h",
                        "url": "https://bsky.app/profile/nickthesick.com",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:uyjvm2kqevlb4pa6sf63476h/bafkreiet7xfftvrygvug2tcje3jpxttfwrom5v6avr2wco3i2wsniipcim",
                        "handle": "nickthesick.com",
                        "createdAt": "2024-11-12T14:54:22.216Z",
                        "indexedAt": "2026-02-05T03:49:17.551Z",
                        "description": "I write many codes @ https://blocknotejs.org\n\nWorking on @bookhive.buzz\n\ngithub.com/nperez0111\n\nRead my blog at nickthesick.com\n\nSupport me on Ko-Fi: https://ko-fi.com/nick_the_sick",
                        "displayName": "Nick The Sick"
                      },
                      {
                        "did": "did:plc:ez5rkjt6vjqrjl3iiwwrv5x6",
                        "url": "https://bsky.app/profile/kevinjahns.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:ez5rkjt6vjqrjl3iiwwrv5x6/bafkreie6ibk3vdpv4tc4q74ng36kn6owy5exentt2e45nv2bydku57b32i",
                        "handle": "kevinjahns.bsky.social",
                        "createdAt": "2025-02-10T06:26:16.144Z",
                        "indexedAt": "2025-02-10T06:26:16.144Z"
                      },
                      {
                        "did": "did:plc:bz2lpqwkujyfi73r7b2jstzz",
                        "url": "https://bsky.app/profile/bumble.blue",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:bz2lpqwkujyfi73r7b2jstzz/bafkreih6tzohcymtq72ltjmoz5lfplmkcg32k3jhluhhv6iny2eaiy4ejm",
                        "handle": "bumble.blue",
                        "createdAt": "2023-05-02T11:07:27.168Z",
                        "indexedAt": "2026-07-13T10:17:06.965Z",
                        "description": "logician turned ux designer | play-motivated | local-first high priestess",
                        "displayName": "Eileen (╹◡╹)"
                      },
                      {
                        "did": "did:plc:5czheuspjl4bm56cwash6s7c",
                        "url": "https://bsky.app/profile/offline.arushibandi.com",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:5czheuspjl4bm56cwash6s7c/bafkreibtyd4gc3iqina6vwbjzdmvmejlgjngsmgo3gvz54trvzoyj6l6eu",
                        "handle": "offline.arushibandi.com",
                        "createdAt": "2023-04-26T15:04:48.611Z",
                        "indexedAt": "2026-04-07T01:04:36.247Z",
                        "description": "building @habitat.network\nfriend @soniaa.bsky.social",
                        "displayName": "💭 arushi"
                      },
                      {
                        "did": "did:plc:omsowhiqyifcyhcu4dd3zytj",
                        "url": "https://bsky.app/profile/steveruizok.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:omsowhiqyifcyhcu4dd3zytj/bafkreigqgrnc6j7axlrvbc3iaz6dewnsordvd6qflgmamb2ebkvxgh557q",
                        "handle": "steveruizok.bsky.social",
                        "createdAt": "2023-04-23T22:33:05.143Z",
                        "indexedAt": "2024-11-27T17:38:22.345Z",
                        "description": "Founder tldraw.com",
                        "displayName": "Steve Ruiz"
                      },
                      {
                        "did": "did:plc:dlelaxuh6y3tp7mdxiqh5gun",
                        "url": "https://bsky.app/profile/adamwiggins.com",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:dlelaxuh6y3tp7mdxiqh5gun/bafkreia6jm633pwgd6g4kdpc6s77jmnael7objak5ikgqygrxr7fwlsicm",
                        "handle": "adamwiggins.com",
                        "createdAt": "2024-02-07T11:49:54.859Z",
                        "indexedAt": "2026-06-02T19:20:47.669Z",
                        "description": "Working to make computers better. Cofounder of Ink & Switch, Heroku, and Local-First Conf.",
                        "displayName": "Adam Wiggins"
                      },
                      {
                        "did": "did:plc:w24fzdqjhdil6ijgsm2n3s5w",
                        "url": "https://bsky.app/profile/osaurus.ai",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:w24fzdqjhdil6ijgsm2n3s5w/bafkreie73cswrda2mffqmo3v6t5pmjoyj5eifn232c467dweqdpsbfukyq",
                        "handle": "osaurus.ai",
                        "createdAt": "2026-07-03T22:18:28.915Z",
                        "indexedAt": "2026-07-04T00:53:15.830Z",
                        "description": "Own your AI. Agents that remember, execute code in isolated VMs, and stay reachable from anywhere -- all on your Mac. Any model. No cloud required. Open source.",
                        "displayName": "Osaurus"
                      },
                      {
                        "did": "did:plc:w4mumltio4x5yohskj2mo64c",
                        "url": "https://bsky.app/profile/museum-of-twitter.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:w4mumltio4x5yohskj2mo64c/bafkreihdw4fsekfvuevgkhrse7uaskewx77vl4a4iupqlqd45eb7rfv5qe",
                        "handle": "museum-of-twitter.bsky.social",
                        "createdAt": "2024-02-08T16:37:08.690Z",
                        "indexedAt": "2026-07-13T01:49:09.565Z",
                        "description": "15 years of saved tweets.\n\n@tfederman.bsky.social",
                        "displayName": "Museum of Twitter"
                      },
                      {
                        "did": "did:plc:aszazhqi6awopjhatmhcvqsr",
                        "url": "https://bsky.app/profile/kaeden.codes",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:aszazhqi6awopjhatmhcvqsr/bafkreidwzgh4fwugkvibzefaylnwzcboa2ky2thtostwwlp6t47onso2oq",
                        "handle": "kaeden.codes",
                        "createdAt": "2023-11-18T23:38:26.191Z",
                        "indexedAt": "2026-06-29T22:10:35.919Z",
                        "description": "effect-ts propagandist\n\nhttps://kaeden.codes",
                        "displayName": "Kaeden"
                      },
                      {
                        "did": "did:plc:rjqn3agdb74cszhqcpii4sne",
                        "url": "https://bsky.app/profile/margin.at",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:rjqn3agdb74cszhqcpii4sne/bafkreid7myg7mtjrxsnmun33elgwu3x7fiuidvdluz2ap3ca3il2hccjvy",
                        "handle": "margin.at",
                        "createdAt": "2026-01-04T10:33:03.024Z",
                        "indexedAt": "2026-05-13T08:24:22.961Z",
                        "description": "Write on the margins of the internet. Powered by the AT Protocol. Made by @scanash.com, developed by @paddinglabs.com\n\nWebsite: margin.at\n\nContact: hello@margin.at",
                        "displayName": "Margin"
                      },
                      {
                        "did": "did:plc:564nei2mtvcrird5ovgmvool",
                        "url": "https://bsky.app/profile/pierrezemb.fr",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:564nei2mtvcrird5ovgmvool/bafkreicywrrwxkqdkfdl46mvrzrk34fqdm4zvg65mudbuezbocnem67hka",
                        "handle": "pierrezemb.fr",
                        "createdAt": "2023-08-27T20:37:32.349Z",
                        "indexedAt": "2025-04-01T21:25:05.595Z",
                        "description": "🧑‍💻 Staff Engineer @clever-cloud.com\n🤩 Distributed and Database Systems\n🚀 Co-leader Finistdevs.org\n💪 Squash player",
                        "displayName": "Pierre Zemb"
                      },
                      {
                        "did": "did:plc:awyncbnck2xzf4obkdqep7ms",
                        "url": "https://bsky.app/profile/itsabbyyep.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:awyncbnck2xzf4obkdqep7ms/bafkreicxujwg7qbtf4ufgh247xl32x3apse5g66bh42axdex6vjrazalqa",
                        "handle": "itsabbyyep.bsky.social",
                        "createdAt": "2023-05-15T15:47:08.228Z",
                        "indexedAt": "2026-07-18T23:33:49.362Z",
                        "description": "she/her • i hat typos\n\nRecent: https://bsky.app/profile/did:plc:awyncbnck2xzf4obkdqep7ms/feed/aaaovdhpfgmmm\nPopularist: https://bsky.app/profile/did:plc:awyncbnck2xzf4obkdqep7ms/feed/aaaeacnurw62m\nhttps://breakgsmsilence.com/",
                        "displayName": "It's Abby. Yep"
                      },
                      {
                        "did": "did:plc:2bcunpssbmaooq367ugshtd2",
                        "url": "https://bsky.app/profile/cmgriffing.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:2bcunpssbmaooq367ugshtd2/bafkreiaedjfcivn2geec4w3sipqedxt6hnx4op53jkrrlve3dhf24pvhcq",
                        "handle": "cmgriffing.bsky.social",
                        "createdAt": "2023-11-07T01:59:37.794Z",
                        "indexedAt": "2024-01-20T08:10:06.554Z",
                        "description": "👨‍💻 Senior Software Developer\n📹Programming Streamer: http://twitch.tv/cmgriffing\n📽️ YouTuber: http://youtube.com/@cmgriffing\n📚Douglas Adams Fanatic",
                        "displayName": "cmgriffing"
                      },
                      {
                        "did": "did:plc:dsf5kz7gvreqr2xxndalj65m",
                        "url": "https://bsky.app/profile/aarongrider.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:dsf5kz7gvreqr2xxndalj65m/bafkreiguvwh3eeaoyn7fhukqaeo5ksmgtgey7rzbtfxaqhxrnxggfoperu",
                        "handle": "aarongrider.bsky.social",
                        "createdAt": "2024-11-02T22:21:59.680Z",
                        "indexedAt": "2024-11-25T17:49:11.447Z",
                        "description": "@Starlink at @SpaceX, previously Tesla. React Native, mobile, design, 3D, space 🚀.",
                        "displayName": "Aaron Grider"
                      },
                      {
                        "did": "did:plc:xcretgn5x73fmvc2q4ungjni",
                        "url": "https://bsky.app/profile/msbrianaholmes.com",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:xcretgn5x73fmvc2q4ungjni/bafkreida6spm2ycdnb5jy6dutimgjw5tyhgbu7tx5t5qgnyfxdcakyjtce",
                        "handle": "msbrianaholmes.com",
                        "createdAt": "2023-04-23T02:20:57.770Z",
                        "indexedAt": "2026-05-17T04:57:49.666Z",
                        "description": "head of global community ops at @torc.dev\ntravel + lifestyle + events + community\nnetwork of atlanta + @renderatl.com\natlanta based but always traveling",
                        "displayName": "Briana"
                      },
                      {
                        "did": "did:plc:5wm25vgenhgut3iqfjf4ozj5",
                        "url": "https://bsky.app/profile/eugenevinitsky.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:5wm25vgenhgut3iqfjf4ozj5/bafkreiaiqltnxwgu5jdoihiyy7zcqgxhu2wlw46jtxtoy6jmhvfbre3fty",
                        "handle": "eugenevinitsky.bsky.social",
                        "createdAt": "2023-05-22T20:47:10.597Z",
                        "indexedAt": "2026-07-31T12:59:13.761Z",
                        "description": "Anti-cynic. Towards a weirder future. Reinforcement Learning, Autonomous Vehicles, transportation systems, the works. Asst. Prof at NYU. Founding research scientist at Percepta.\nhttps://emerge-lab.github.io\nhttps://www.admonymous.co/eugenevinitsky",
                        "displayName": "Eugene Vinitsky 🍒"
                      },
                      {
                        "did": "did:plc:3nqrhu5mthmias3zc4a2ovzj",
                        "url": "https://bsky.app/profile/tkdodo.eu",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:3nqrhu5mthmias3zc4a2ovzj/bafkreifba3ra5nkgtcnigjjdh5fq3ipz4d23vqk6iaghbydkgkoch7wyby",
                        "handle": "tkdodo.eu",
                        "createdAt": "2023-04-23T11:00:16.499Z",
                        "indexedAt": "2026-06-15T12:09:15.465Z",
                        "description": "⚛️ Maintaining TanStack Query\n🔮 https://query.gg\n👨‍💻 Design Engineering @sentry.io\n📚 Blog at https://tkdodo.eu\n🇦🇹 Vienna, Austria\n👧👦 Father of two",
                        "displayName": "Dominik 🔮"
                      },
                      {
                        "did": "did:plc:c2x5i7fneh7xbvpvw2r3omes",
                        "url": "https://bsky.app/profile/kumavis.me",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:c2x5i7fneh7xbvpvw2r3omes/bafkreidujssq2e5onbwfgsnplpxldvtnwsjgdiyu34dqzlseuoq4msapj4",
                        "handle": "kumavis.me",
                        "createdAt": "2023-04-27T23:29:31.402Z",
                        "indexedAt": "2026-08-01T09:24:32.160Z",
                        "description": "local loopback device operating in multicast. researching secure composability in software. \nself sovereign digital identity + distributed object capabilities\n𓃦",
                        "displayName": "🪷 kumavis 🪷"
                      },
                      {
                        "did": "did:plc:ydfn75us2pk4dhfvqejyla2p",
                        "url": "https://bsky.app/profile/danielle.bsky.team",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:ydfn75us2pk4dhfvqejyla2p/bafkreib7zbjrocsnw5ht6fy5kepc7454britwohmn2zrj5rlsicmzisrmq",
                        "handle": "danielle.bsky.team",
                        "createdAt": "2026-02-13T06:30:50.945Z",
                        "indexedAt": "2026-04-22T04:38:40.745Z",
                        "description": "Product designer @bsky.app\nFull-time cat servant to 3 Persians\n🐱🐱🐱👩🏻‍💻",
                        "displayName": "danielleyuhan"
                      },
                      {
                        "did": "did:plc:vgti27vqwdnwfh3rn2sijoho",
                        "url": "https://bsky.app/profile/bryn.codes",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:vgti27vqwdnwfh3rn2sijoho/bafkreiak7tqir5lopo654eqvlczkm4mmyleklk3n66elreqfwphuriokki",
                        "handle": "bryn.codes",
                        "createdAt": "2024-11-03T18:21:52.182Z",
                        "indexedAt": "2026-03-19T22:57:47.851Z",
                        "description": "she • her\nUX dev • motorcycle enthusiast • avid wanderer\n🤍 bryn.codes 🌞",
                        "displayName": "bryn ☼"
                      },
                      {
                        "did": "did:plc:ad4m72ykh2evfdqen3qowxmg",
                        "url": "https://bsky.app/profile/tessa.germnetwork.com",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:ad4m72ykh2evfdqen3qowxmg/bafkreias5qfjkooymg3fw7gua3pvrafgv4fdgy2uitxpxsx5r3fvryxjmu",
                        "handle": "tessa.germnetwork.com",
                        "createdAt": "2024-01-07T21:29:39.178Z",
                        "indexedAt": "2026-07-25T19:25:56.572Z",
                        "description": "you're in her DMs, I made her Germ DM 🔌\n\nceo and cofounder of @germnetwork.com 🌱 san franciscan today, chicagoan 4eva \n\nproponent of life on earth 🐝\n\nlately writing at https://rhosf.leaflet.pub",
                        "displayName": "Tessa Brown"
                      },
                      {
                        "did": "did:plc:xb2urvqt5f4zzccjs46hysbf",
                        "url": "https://bsky.app/profile/cee.wtf",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:xb2urvqt5f4zzccjs46hysbf/bafkreigyfwcdlgfoo73jsjas2mtmcwzugmg37gdobl6psgfmz47lwuvncu",
                        "handle": "cee.wtf",
                        "createdAt": "2024-11-14T02:19:10.084Z",
                        "indexedAt": "2026-07-29T18:37:10.078Z",
                        "description": "Seattle, photography, AI, bugs\n\ni made:\n\ntopchicken.cee.wtf\nclod.city\n@everychickenbot.bsky.social\n\nand many other silly little web toys",
                        "displayName": "cee"
                      },
                      {
                        "did": "did:plc:ptwfknk5mn2c7mwpvjrfnoay",
                        "url": "https://bsky.app/profile/theophite.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:ptwfknk5mn2c7mwpvjrfnoay/bafkreifnvyic6q3yinmzkvkrsyuhaao3awhvsvdcvgim4km6cr67haisey",
                        "handle": "theophite.bsky.social",
                        "createdAt": "2023-04-11T21:02:37.273Z",
                        "indexedAt": "2026-06-18T01:34:59.959Z",
                        "description": "god created him and demanded that he die",
                        "displayName": "rev. howard arson"
                      },
                      {
                        "did": "did:plc:54vfsdb4mdatircz4fqtq7ik",
                        "url": "https://bsky.app/profile/aicomputer.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:54vfsdb4mdatircz4fqtq7ik/bafkreigi3bhg3quz6v4ak6r5h36nhhdu6mcqhrzilfcdafyemtwp6wxbiy",
                        "handle": "aicomputer.bsky.social",
                        "createdAt": "2025-12-29T15:35:33.025Z",
                        "indexedAt": "2025-12-29T15:40:02.525Z",
                        "description": "AI Computer is an open source community building safe and reliable AI for all. We are developing solution to bring personal AI to life. Not just AI for others, this is AI for you. Join the revolution at https://aicomputer.services",
                        "displayName": "AI Computer"
                      },
                      {
                        "did": "did:plc:mssgex5rqek4wc66wgvzztbc",
                        "url": "https://bsky.app/profile/norvid-studies.bsky.social",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:mssgex5rqek4wc66wgvzztbc/bafkreia22zac7plphlgyrv3rskecuq7dy4mwucvhvcpwclrunoomwikzky",
                        "handle": "norvid-studies.bsky.social",
                        "createdAt": "2023-05-02T02:52:26.855Z",
                        "indexedAt": "2026-05-29T04:32:41.463Z",
                        "description": "charts and graphs\n\nfollow me on twitter https://twitter.com/norvid_studies\n\nhttps://substack.com/@norvidstudies/posts",
                        "displayName": "norvid_studies"
                      },
                      {
                        "did": "did:plc:623st67kkthivj4c6icvkqnq",
                        "url": "https://bsky.app/profile/ens0.me",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:623st67kkthivj4c6icvkqnq/bafkreid5thxniv5pilrinofwjzdytif3ld3uwr7uew6feh44ytuj257pt4",
                        "handle": "ens0.me",
                        "createdAt": "2023-04-10T21:56:30.197Z",
                        "indexedAt": "2026-08-06T05:55:53.168Z",
                        "description": "✨ wife, writer, coder, gamer, coaster enthusiast\n\n🎮 play my daily game: fourcorners.smol.quest\n\n🦆 cofounder @smol.farm\n\nhttps://ko-fi.com/ens0dotme",
                        "displayName": "Thorne 🌸"
                      },
                      {
                        "did": "did:plc:uwbl4k3tza7eyjv3morkrld2",
                        "url": "https://bsky.app/profile/mk.gg",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:uwbl4k3tza7eyjv3morkrld2/bafkreic4mwsbm2tmuonamj4jq4kcjofk35bwics2f4oorp57f3cdfusjwu",
                        "handle": "mk.gg",
                        "createdAt": "2023-05-25T20:08:01.862Z",
                        "indexedAt": "2026-07-31T14:31:30.881Z",
                        "description": "🚀 Astro core team 🧡 Frameworks and dev tools at Cloudflare \n\nBuilding EmDash, Unpic, Cirrus. @ascorbic in most other places.",
                        "displayName": "Matt Kane"
                      },
                      {
                        "did": "did:plc:7dc2ec7iadso4vahsndlpofu",
                        "url": "https://bsky.app/profile/amybrown.xyz",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:7dc2ec7iadso4vahsndlpofu/bafkreicv3ot2z32vfxqrss4mlrw34vvjikakm4pza62f7rvjhik7jdc3te",
                        "handle": "amybrown.xyz",
                        "createdAt": "2023-04-27T19:21:27.076Z",
                        "indexedAt": "2026-07-28T04:14:54.962Z",
                        "description": "writer / parent x2 / sf bay via dayton, ohio \n\n\"the only true wisdom is knowing you know nothing” - KATSEYE\n\namybrown.xyz ✨",
                        "displayName": "amy brown"
                      },
                      {
                        "did": "did:plc:brtcbyniesx7uynhg55gicrd",
                        "url": "https://bsky.app/profile/charm.land",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:brtcbyniesx7uynhg55gicrd/bafkreib5z7mcqtnyrk7neatoza7hjl36i5npywtykxr7mwnfton3kivqre",
                        "handle": "charm.land",
                        "createdAt": "2024-12-05T21:21:55.442Z",
                        "indexedAt": "2025-08-07T19:45:45.498Z",
                        "description": "We make the command line glamorous.\nhttps://charm.land/",
                        "displayName": "Charm"
                      }
                    ],
                    "hasMore": true,
                    "subject": {
                      "did": "did:plc:ragtjsm2j2vknwkz3zp4oxrd",
                      "url": "https://bsky.app/profile/pfrazee.com",
                      "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:ragtjsm2j2vknwkz3zp4oxrd/bafkreihhpqdyntku66himwor5wlhtdo44hllmngj2ofmbqnm25bdm454wq",
                      "handle": "pfrazee.com",
                      "createdAt": "2022-11-17T00:35:16.391Z",
                      "indexedAt": "2026-02-09T17:34:52.546Z",
                      "description": "CTO at Bluesky. Not a nerd.",
                      "displayName": "Paul Frazee"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:bluesky/post": {
      "get": {
        "operationId": "social_media_bluesky_post",
        "summary": "Get Post Thread",
        "description": "Satu postingan Bluesky beserta balasannya.",
        "tags": [
          "Bluesky Profile"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/bluesky#reference-post"
        },
        "parameters": [
          {
            "name": "url",
            "in": "query",
            "required": true,
            "description": "Post URL, or an at:// URI",
            "schema": {
              "type": "string",
              "example": "https://bsky.app/profile/jay.bsky.team/post/3lbxyz"
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Reply nesting depth. Default 1, max 2 — deeper does not return more replies",
            "schema": {
              "type": "number",
              "example": "1"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "post": {
                      "cid": "bafyreiecjvmkj7tjmtiao5pqvunguiw3ggdweirg32nksimfd4pbhkso64",
                      "uri": "at://did:plc:ragtjsm2j2vknwkz3zp4oxrd/app.bsky.feed.post/3msfblue7uc2e",
                      "lang": "en",
                      "author": {
                        "did": "did:plc:ragtjsm2j2vknwkz3zp4oxrd",
                        "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:ragtjsm2j2vknwkz3zp4oxrd/bafkreihhpqdyntku66himwor5wlhtdo44hllmngj2ofmbqnm25bdm454wq",
                        "handle": "pfrazee.com",
                        "displayName": "Paul Frazee"
                      },
                      "createdAt": "2026-08-06T05:09:14.843Z",
                      "indexedAt": "2026-08-06T05:09:16.969Z",
                      "likeCount": 28,
                      "quoteCount": 0,
                      "replyCount": 0,
                      "repostCount": 0
                    },
                    "replies": [],
                    "repliesReturned": 0
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:discord/invite/{code}": {
      "get": {
        "operationId": "social_media_discord_invite",
        "summary": "Invite Info",
        "description": "Get information about a Discord invite.",
        "tags": [
          "Discord Invite Info"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/discord#reference-invite"
        },
        "parameters": [
          {
            "name": "code",
            "in": "path",
            "required": true,
            "description": "Discord invite code (e.g. 'abcd1234' or full discord.gg URL)",
            "schema": {
              "type": "string",
              "example": "discord-api"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "code": "discord-api",
                    "type": 0,
                    "guild": {
                      "id": "81384788765712384",
                      "icon": "https://cdn.discordapp.com/icons/81384788765712384/a363a84e969bcbe1353eb2fdfb2e50e6.png",
                      "name": "Discord API",
                      "banner": "https://cdn.discordapp.com/banners/81384788765712384/eb9ca6e176964bd43ee5b098dbbf3a78.png",
                      "splash": "",
                      "features": [
                        "INVITE_SPLASH",
                        "AUTO_MODERATION",
                        "TIERLESS_BOOSTING_SYSTEM_MESSAGE",
                        "VANITY_URL",
                        "PREVIEW_ENABLED",
                        "TIERLESS_BOOSTING",
                        "WELCOME_SCREEN_ENABLED",
                        "COMMUNITY_EXP_LARGE_UNGATED",
                        "SOUNDBOARD",
                        "THREADS_ENABLED",
                        "NEW_THREAD_PERMISSIONS",
                        "MEMBER_VERIFICATION_GATE_ENABLED",
                        "NEWS",
                        "COMMUNITY",
                        "CHANNEL_ICON_EMOJIS_GENERATED",
                        "VIP_REGIONS",
                        "AGE_VERIFICATION_LARGE_GUILD"
                      ],
                      "nsfwLevel": 0,
                      "description": "",
                      "premiumTier": 1,
                      "vanityUrlCode": "discord-api",
                      "verificationLevel": 3
                    },
                    "channel": {
                      "id": "381898062269775883",
                      "name": "rules",
                      "type": 0
                    },
                    "inviter": null,
                    "expiresAt": null,
                    "memberCount": 47730,
                    "presenceCount": 14673
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:discord/widget": {
      "get": {
        "operationId": "social_media_discord_widget",
        "summary": "Get Server Widget",
        "description": "Widget publik sebuah server Discord, kalau pemiliknya mengaktifkannya.",
        "tags": [
          "Discord Invite Info"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/discord#reference-widget"
        },
        "parameters": [
          {
            "name": "guild",
            "in": "query",
            "required": false,
            "description": "Guild (server) ID. Use this or `code`",
            "schema": {
              "type": "string",
              "example": "81384788765712384"
            }
          },
          {
            "name": "code",
            "in": "query",
            "required": false,
            "description": "Invite code, resolved to a guild first. Use this or `guild`",
            "schema": {
              "type": "string",
              "example": "discord-api"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "guild": {
                      "id": "81384788765712384",
                      "name": "Discord API"
                    },
                    "onlineSample": [
                      {
                        "status": "dnd",
                        "username": "4...",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/tryYienQ-9REzcwu6n6KFYE5kJCnyVNK9cguhkmHw-8/I5I_Xn4xRCCyjGQHJPuL6lTr51gZ-juTso7mGtyb9IpVDcsJRWt6VOSOSHb4JWMd3lH4L7g_vQk1uOYNIu3hvWGIIvb8GD5vvWctHVi060OK85W0iaCVqjAWOuxTQhQHexXCCGOjHGAu5Y7N"
                      },
                      {
                        "status": "dnd",
                        "username": "a...",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/GSh1NQULMqdbthPBxf82mO7Lq29hlIcuM2OQtwMkk9o/dYNZwjuvmsZtEmBhiGqzXNY4gq_2tqODANlvB-HPlB-YARdm8YqjZrWHy66T9nTEiNPFQr-QJj8JzokVcrOKsdn9xYx7oZHUqWB0it_ZTgELfEBtaAE9yqMQbzx-YqHBIu9YFWzz8uRr3w"
                      },
                      {
                        "status": "online",
                        "username": "a...",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/TojzuRaxslDRpPA7TjOZYXEOMSpmt_Aj_ztJAZjhjYM/91rOW31cUbQ6E9tIUhe7i8M-sg23MsXS5S4IHkQsVYZSxtP_RxmP23P_fO4KrzuDFCNHXSfAr1JDC6tI87Tq6db03jDlT_muyRAROuzpzu8CS04d1uwT07ZCF0oFEasEz62OToz47TL1uw"
                      },
                      {
                        "status": "idle",
                        "username": "al",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/ChpgXvlIPJbFu82DgpUjU7tcnJKwMqKaZt8yBF8xgFA/2RKIWeSUFqjLKAsC9BrKGCNt-Ijft7jhTW3niwg5oUI0-k9HAB3Gvk5Nl3dkQeiz9da6SvKGJgmINvMlycHPvWjcaybl-opu3rLZsBxqfUkIdjDFLiHFQqgwtx2mVLjKgPt8FAx0tO2hvQ"
                      },
                      {
                        "status": "idle",
                        "username": "Andufala",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/gsrwy8_C-AxamYA949YS0qvrSs8k5WUFrY-fS3T7_-w/UqvLCe9JEltjNXZg1i10Vp-qZ-4fxRlYCSnuTU1oOFJ9djlQX7hHshmtmPnsicKbFt-FNnTUf7pQ_toXuo8Ecn9oYTHwjpdSq8ileAjojCYbVyDh84-aJCpCn06lEjtZ7baqCo0GWRdwnw"
                      },
                      {
                        "status": "idle",
                        "username": "Anshu",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/P1I6d5pl87_7YExFBl1qrMGnEzBJL8bSOWyF9oWTheE/oN4ORixu_uI4zM6JspFZegIXPY7mOMXPQPr6GQN2gOwU-L2hNmBmrEMimCnzfDHK8lIqi77SjA7ALVKnv4vtC8T4NYXPDWIvqE4tFvvQBUvrXQ6E4sS9Njhm9WeNwwJrNz2F8ylynnPzDQ"
                      },
                      {
                        "status": "online",
                        "username": "Archimedian:~$",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/h_-lDOm_u6sypGaZBH852GKZwbVW_UEz-BwkLUnbY8U/_blV1wkXpGG1ODlc5YRdQJqtEz2wId6daGUatSPt6mlhYkJ2GmzrkGNGKDr9OGfQb8h5pD1KxOfc-qOrwXmdlGWef0Z-iQZ_EuB-auXmSP1VXRSA-R3_ciGHfvK1tv-nw-F8GAUhpnBtYg"
                      },
                      {
                        "status": "dnd",
                        "username": "b...",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/Ip0T90TdB-ahcb7tQq-OhfF-wvnrtoGlxnZFcZyAM34/ZE62W3_XNpyCZTDhldOUoVHCPuq087NYpBlVwg2TKLr6pg8AWdTUEVajKIL4No-Xk2peqafFSrO_OR-iwH6BAhjqXDSezNgqUIz1Lrl9H9HAjEDbuC0Sy94D3P7dfQ1yfoA_fs53GfLOuMQW"
                      },
                      {
                        "status": "online",
                        "username": "Babawhite",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/klyHlpDr1S2j0Z7RHD7TmKX8tkdQ_1TRqgksmILs2sg/qGnFpcnI0KH9uckXGaggSV86z_YjIthCAEyUL1yYs9gGudKD_JR1Ey60HPdaVUHsR0aSNBQZihHjDkM3UAgJ_v5gB9ow5xhi95EkzsBCeFhj_W0Feqz_Ipi-vVKQqtNwB0t1VDlig9FdRQ"
                      },
                      {
                        "status": "idle",
                        "username": "Bastian",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/s8CB7vI1URgHCerC6zAfEccO7GNeG5DCNkjlZRhAtSw/56J7r9SyZS3Wf-ugeIDIK5hENQquE_qY2QLoRWPs7nDr-7-7XqgK7dRrdPHziu9NTvJk3knOTGgrIw3bL3YsjPqUYQJC7VlRk4DebfKdRfjRoEhfc5odQnKVBhKaLdcYBKmp6BDa1EGO0A"
                      },
                      {
                        "status": "dnd",
                        "username": "ByteAlex",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/shcGGk8kX22bsCFktMK9Ao1ToKqKahiDdxdWkyKzYzc/Nni-r2A7AGqNV0EbHZKWI94Ezeefx85gFzc40GTS0jzKOXLwPp3IEs42bS-K4vRmHoRjsWz5Ere3mB4P3RSSl2ZZfkC_uHBKAA7yduC3fSVOn5Jv5zK415eOJ06QB3QX0DXZAss2UXYBotHn"
                      },
                      {
                        "status": "idle",
                        "username": "C0bra5",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/1j1Phyq4D1SuSd9QbDMvTk7ukISF_xG-EWUBgWd5zio/wvfJLIX3NRNX-kQgQaIDPZV3UfStPV0jJY6P2m7Owc-qRRPHFHdIBgc9O0B1FigdtFLyk59JNlsusZj66K_gPYgOk2QRoGDEsA9IptkvHowqXMtbsZMndQlh-9xS7YytH4QF9LPaYUZ7ug"
                      },
                      {
                        "status": "online",
                        "username": "Cabbage",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/CXMUn2eSEGB8zDJ_nIfid-O6g8TJ9vTAxSyVg0Idvk4/JXfg8MbHOEQgJ1WEMjyoVam7QtsRFz3qwcWyTGZ4NtJ5dVYZ65k8_4SjJ4bKxmDBK08iPtfOqLX6vw0ozK-o3TPUgr20B7vAH7pf5B1KmHnkPaTsSyxphx39K56-Eg5gEp-XTDhggJCPlg"
                      },
                      {
                        "status": "dnd",
                        "username": "Cheese",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/qh_qAXecJeWO__9cxbFzzN7egqZqXVujVcxB7bU1Vhw/0H2IWNUBUvBVcA0GaJXlgR02nXpjd00h8zEcWVUr8xNe3Iv1hc8UWMYiMCO0W7bbQLmea2O8e24SUa0bYbQOyzj427W7jMDwNK7lnkwZoIw-9SktodJZatucaJgu5OLpX3WjD560gAckCQ"
                      },
                      {
                        "status": "idle",
                        "username": "Chrizz",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/28AcWZ5Bax39RJKk4eNqWE4GPy9KDGhobFR7anhsRak/T0A_VJS3mms2cCoaer9ohFSRA9MpkhJ36b6rpkWuHtgXym-h2LlSSJWg6LJLV67VCwn0Nlm0H6KbcYjTPiyrjd5-CQWckWa_njnVtFLwqkXsl6i9cGck3W-Cqk4vpXmkG1r96CWiQ1AApw"
                      },
                      {
                        "status": "idle",
                        "username": "ClumsyTitan",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/EYvm1DH3syYd0_ddxAKNIBgqq24lsSeDTUKZ9923z9U/NvBTzIlp1ZrfS_fL9MKL2LWwog_yeQHyNekDUKCGkHRspEyZaAdhEDNIOaFw9bE-8YUBXRxxWUcPweIRl-hkqnMc971stLpqxU_5yCQvNKxElUgxMVfeg8_U8zehgRsMfD6yq4v0dKpY5Q"
                      },
                      {
                        "status": "online",
                        "username": "Code Cowboy",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/xbX4rEoJmmJTQX8l-eT47tWys2SLYxSMZO6QshkN7nc/A8l0b4gGoMpv3q4pj5-MWQcTy82It1s2M23giJDf2facsPEgydKmhX-Oj7rjvhKBsW7_n-oTzBtGSWi1Z-Dq0QMN318-CqCCjiEehfZUmTdGsE0Z9V3NLiXiIWyw6iuyAlcTXlpcD7XAZXC2"
                      },
                      {
                        "status": "idle",
                        "username": "Cogu",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/CqQrpiohTPv7vS6MMvXkUROYL2Qua1LMuxwcV2FFiFg/y4ks3XKkNzqCZzH5PWwjttxgU3oAoR8_5FLAW8pceMGML0PktO7q6OoSdSkM8RQdHke908iBtrdxepojkMSf4KDvFBQQ9lpfoxupJSpHjdhmh-osge19nFv7C1gP-bCYdsK1SBqFLJe9HA"
                      },
                      {
                        "status": "dnd",
                        "username": "Coke",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/g6FoG_9l4nV9_ol2d6f6E-hMI5LUx_O7lnbmfi8Jf5g/N_AlUeS-7do1uwQeMgcOsa1hm56vc4dL7x_7Aui4t2BaZiBPMuhAy8nGg7KsnhMKmDSkgxTBVCMM1G1Pupv6VZTloypybTEVAO12zdj2xwEuIlGVyapldLT-_45pV3Is-dSigpgDl8u7qA"
                      },
                      {
                        "status": "dnd",
                        "username": "d...",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/0lGsEDu1BhZsnLN21dSk2cqqlmQpayGD_iTftaRHAWU/0hkOl1zxRPaAoE_xzHMF_A5dfSsarbGFCtlxegKn2fPIcjptI_0GmwN30WVHSvYYDWFX5f9QP7NKekbhV1kNWeZOSu0VkFMZ1xKACCTlUp4qhLaSDXvVYcuacIMEVenmCiiOQkmPPXH78Q"
                      },
                      {
                        "status": "idle",
                        "username": "DazedNConfuzd",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/WxRX_1m6FAX7IOMjVhC3JvhvFv_E5c_DCK4Go5hJ7gs/M1q02aRhZyT4Psyr9KpAL9k6iBR7UszRnQxdryhJlfdSP9VFnb2NV9NPRFhRbsT9nEl3Pz2xfd3AvLFJctIoInLY-BLgo5bwU3nrw42wzyTZ0PxK7k43aQh1vCfzNfYvULR0E1qgr6nOug"
                      },
                      {
                        "status": "dnd",
                        "username": "Deathblade",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/qnITw86lJzUkjK80EZ0PwKt5nkoI4V3mMPlpIEGPNtw/uckCbAn-9elfG8B3TsGwU9D1SBXaaMOjlHPGloAViVTgo6tMa4HtU9aHCVHspq8_ulkv0zHo-i3ALNKCgtjgLsJ7pSKHGeZQ0A6pswlfLDTWpNMYVTbHhZgc9SodGq1YZ54H5vjBbmtCpA"
                      },
                      {
                        "status": "idle",
                        "username": "Dingaling be like: Whaaat!",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/xH2U-QKr3v6_TQmU49PrH026WfprSENyi_Z5SR5nKCs/15Ih3yvV11kVch7J3A7XBlif7aY0Av_dNIKiyqUvMRPllSKtsnVSnUno2fvgx4yCq7OAzp2sRpZBxqi6jgAQcM_GHhoRu8WF7hISwOvPgZCsMLOwavw7hi7vJLwCpOWcLquRXoJyOIJMJw"
                      },
                      {
                        "status": "online",
                        "username": "Dionizoniz",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/PDD--kezEMZCsCYVdGOzIKLc1yyYtE7yxn5hwJju_3Q/Y3aVIQNRO3EA6viP9-iNdSKjhird_ymzZXolzDW211OhCa2JB9IRDY2iU3NT7chVLPH0SelXJaQPKi4n6UK4_BLBrq3jSvxNyqfaatE5lvFNAtx4vaOxw3yOx27PeYeTzSjxDlNhiMIz2w"
                      },
                      {
                        "status": "idle",
                        "username": "e...",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/KTi9XJGryv35uz7bXCrBu81afJ7qN8R5Q879ioIPbP0/GSrlc4mBqffOyiNHuch48ieArZXznNHYZ-7n3QK4o0WzQuayKUKcXL1VPj-IXiQ0TRoQnQ-_1p42yj2nCyMTd_01Xwe7OvJJNZucaxaSb3usvkPCIz6XpIJIQPSy-wZvsHVa1vpbaT1KPg"
                      },
                      {
                        "status": "dnd",
                        "username": "Eiromplays",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/2wFCoA6CNR3HWq9oIejoj-6wNiUd2LMb9MMA-ISDHMM/KsOFVkEYv9OslNEwzOafyBE3vccMae8BwoyEYBKgEFiFCguCTesO3bMGb0ch_MkFuuwH_lrmM4YJbWoEZdbJx52zBObz26DS1Se1isrKUiTLrtOcvr2wjdn_hficL5WMqI_DQ14zfv8Xew"
                      },
                      {
                        "status": "idle",
                        "username": "ePG | Madkow",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/KWNn5N2-_GoQfk17Rkb725YuA3v76mWz0ja3dIG6IdY/ml2j-G4ub2ykdSE5xe9oWZYcPbGNFcek6QQthhxqP7mA_TF5eSZYPqOmdVsZ6h1YlfGseE6fgJ6etUNc9BeQO-VDlz67QlSZ2uuWZBAvQtb7vhRMhLOPUA2FX7ufwvTwWWoWN4j-BWJd2g"
                      },
                      {
                        "status": "idle",
                        "username": "Fawwaz Thoerif",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/IVpoumVfdmr2DTuq1dWtibzb24QOivXq0Cn2gGWGHHk/IK0nLmvGHJlSH62SQe1FKTdYYzl7KrTYno6gV6mrQBLLWdpYbF1QIX6R65MM69p6c4KkQQDqm99Izmdgrjdf_ZSUfvxRj1k_M9J7PRwCuyJJOPFqsYC-skZB8_B3aLS0CLCzTqcU8FO6NQ"
                      },
                      {
                        "status": "idle",
                        "username": "FireDaniel\\Rage Quitter ▬│⊒⊒⊒⊒⪢",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/x_-gYZfgVTdo_GC1DVvvIzp6itd6crx-xfHIfEkXH5U/KkY1n6TRXPCncKM5Wh7ZSBf2aQNFUVs1SvhY_mtlyolIMCTgYi1wmDaN19Do-qs8Ow0V7yJ6BaNAIIIvMwZ98p0jgEMzNjXphh60IEEt5lYC_ZOssl-vf3DRH8UCQbFkLYnvKszpgJud5w"
                      },
                      {
                        "status": "idle",
                        "username": "geoaeiou",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/siWTkYnZfLHNP3yf7kvIwVx_zENWgOirn-MXh20LVg8/am-4ZgZ-WBtklI24mC2jARusU7Jie3zjdV7_gRmcxo2ebPvMpLJTrrvcCcDzmkLBq-w2AfPfFvZffGXXQfMIUbwHXOUxTtPTIg0zOc2E6v74whjWQcpzxIdrB-3D6JBrwARggHgIJzDTYA"
                      },
                      {
                        "status": "idle",
                        "username": "Gilser",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/HoGP7afRTGxsB9T2bX6tbzI-4nLB8FwfkSgScEsQHsc/0E0IRIjoxZ4DUb56pkSCP_YkzMKzvWQgG-ktDHCAYSQ11SPiJLCIoJ4RDrQ2tpdlYE4MLNm3XpkKg7rkGVztN3sgbojnviX3iQdJ1rUyTa9jCi921CZ6ldm9gLBYx2DfUoyvJ0eXvZPPtQ"
                      },
                      {
                        "status": "dnd",
                        "username": "goto MidokuniNext; MidokuniNext:",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/kL3ANtlpffWOoNx8IZGn8WK4vZ717m9eCMQDhiwq3U4/9tngvTIWZxQdLPGPD5NOdcDniXsn-3md-RjJV3hZv0yQ71YzV3umTgv6FoXu30ueNg5IRu3Lyc0QwvuHQWpdLoRt3taQ_QYc4PE1mX8-mm0_6V0hPqZHpRtF9E9mGZgBWub7pfdsrRQuQQ"
                      },
                      {
                        "status": "dnd",
                        "username": "Grayk",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/WL_HyYYaAwlIUs8KynQrMpIjFbL519AKAIY491bM324/0x2VcU94DWb7DAd3dmTaY8HTFbh5g1isEuPk-GALPElUzb-ZpBpnNJGUm5KQOAcWe9BfEsTTs7M3gkOWVhPFFu47a9QQ7VLFk7NS6BxQWWVTGy7XVw0UmmAiIn2bFk8t2vIa5_6rgTCnwg"
                      },
                      {
                        "status": "idle",
                        "username": "Heart",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/kr1mUbjVrVUaHhO2xO5vD9aSha0EgrbOZ8y7zWqOf1c/MD6dQx-t-9JqsqJW1SQ6Ol5193QZvVc_da3UackaWdUlU9S9e6vMbZiDwpI3WKtRbLK814neHH92kmntWGcAHm2F6s0aMNnKx6yhONIcsZDjXvwBCowzWd_xrCXzcJliBewuylFFMzAqMTc"
                      },
                      {
                        "status": "dnd",
                        "username": "HighHowDoiPlay",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/8oVu9SwTN0hWodu7YU1l_-UG1Ksbnv1pX9rhcBcSj10/57XPyZXR3AVWBNn2AS7MneSAw1qVX2jqCHOgdKGrgXgY9QgrxQN_pp00WQ55ZD5ri4nbo1Q0_Fd6QopwoMWM7AEa5P2fs8McXLGAhcNMhq09Og8onnl6Z2CBOqDDSQgbOTbFiekTKjodFQ"
                      },
                      {
                        "status": "dnd",
                        "username": "Ilieff",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/D3SiXfKm4VuoYq_rGSOO0Yz_Vsz-Iqhi_YZlQWCqprA/l99rBCvCik12AFKQ4I5-hXNZqSQXuQ5IGrrzS2AuTKsomxrhezSO4salmbD94THCduKerwHideDCBumtZ3DJWJXyPKnE5yBa_vaDn7fMyBeEcEZq4yypVzLXDPXbQ0fAzyKXOcQl_ek4CA"
                      },
                      {
                        "status": "idle",
                        "username": "Izayah",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/kv4TvzWQ8B24Ku3nPnLrLGJb1bsl3uvVjs9tSAK_V_U/IeFo8qUVSdT7ba6lVVR4JkbQia3a5QThFwUB1SGtRRpqTIM3hLFehA8MFAX4xds8NZUDsUcfrVktnwbWC9tZFd2IITR_T6DYf-xF-0aEADxcs4UxKiy0vdQ7raJ1ASjnIqoUdCT8XAL8rw"
                      },
                      {
                        "status": "dnd",
                        "username": "Iñaki🧣",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/F_V8-iagb0QqRtEVlB23_WyBkd_Mla-PxSoPnf0t2l0/x8LoTlPf3n1XZYB-58MnombXj89V8oB95pEpTv1INl5Xhuz7zhdSD1RFpAV9qVldqY_1WszLLvHFmIK_2X9iZHbqEfw6TMPcY_hSJdbpJ7D7eltVoB_jbwrn9BNt7V9goYTo00ix1D4sNA"
                      },
                      {
                        "status": "idle",
                        "username": "j...",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/piCj3YcvjB-MwLSDd2juiHSMcmpet_KOWXc1OJDa0CM/hWsf30o2yk7jqSjgJ5NqdrgGlACF9N2ZnOtlshspHmltnRyXGeBjmhXCAgCUpSKVXEZfaEjgnaET794gyeviOlWPjnSlYEYv3CZ_egsCD2IVT9SC8nxP5JjcTeTz3h3rti_QcdGvIVNH"
                      },
                      {
                        "status": "dnd",
                        "username": "j...",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/gCOusnD05tii2fLa_kerYws_ODboryt2ZKlGasyCBnk/DfyjbXGHRo77dhfdWKatcROfyWABiZl9KmijykrJA5Tfhwj-tzJZ6vnasQ2EETJkTSfHArAGSnOoSqHyey5UzCVd34ng84mOxoBZr-oyKTpHuzRi_DZCqDUEJVjyTs5yZignS2Ewb12FuA"
                      },
                      {
                        "status": "idle",
                        "username": "jenkins",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/n-BNLfGXQuyDzrxUxIBTM-E4Ob2vLyCZNNCuY5C79Xg/f60JiVN3ebW7UFTst-_2SCVHXhhe9tcME13jaigx6l-WD_JWJ184AHfYvIX934VwzNn0Bu3jNkuhzcSjVMCe-sylC9JEtjbsJEN9LAKxKPrFVTgZu6h9XNAVCfsWn548FCnDhfnai7Pymg"
                      },
                      {
                        "status": "idle",
                        "username": "JinHoon",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/NTxtj5hTtYgvoqpnjcXkbqt9whCQNPkeLRFm4Ij7vB0/nC2tBdGeA9i2xVa9PS2G5a9L3kcmn3i_bg_eDRyktrTJ_ssaTH-9YBQtlPYrHDf7jNzzjOUx7qH4On0W_AWGYSIW1SY5wZiVbRvEkb18SdRMPn_hVl5F-IRBHCe2mBi55bsPMHB9Kz2vzQ"
                      },
                      {
                        "status": "idle",
                        "username": "JosephF",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/G_nStXHudCL3cvWVgodb5qhusZVHdSRmbm0ZjH9-G-k/lCrqHrbl2gy465a4QneU7d6X-xV-N_Y-oil4OPAo8RZULIxpAV0f1TF5RH_sS0el_cHzVusFb5SULJv2dXWZYYTpFYzY0maDd37P4aQh8lec59dvgdr833STIFveVeK6UUpCUsr8U7h41g"
                      },
                      {
                        "status": "dnd",
                        "username": "JoviUncle",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/ACmpso54-t3SZqF3AGbh9KO2Op6GT62vzlk5Ut3OEvo/urXYLbHwc6SiiOrYHhOwdHxNw-ldeb-uoXHPf5CcJ-POShrWngJAw6uKSrT2nicpJjD2mLBhBSku0pF9eZAv2jvmv4nW8MdRn2RuTfXSRUDQXse_LBuWyMvav6L5Ibf8Wj7jvS3IBm619A"
                      },
                      {
                        "status": "dnd",
                        "username": "Julian",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/clx2obrp3I-1yc6dLU7iiaiJeCzCMSExlWHoSm7seYc/HRavTaAZQ4pd6f9pIRGqzAR9h60jAZzBxhKlcKE_GQjGbL_8k6ETCldDhJ4ImhRKdAUK92gutnr9fQiV2G7cOxGmsmBztnzLapCD_MoUUD_ApY3NkDbN3edqoDt9syJ1UeYDVDfnAK_063Hh"
                      },
                      {
                        "status": "online",
                        "username": "KingsDev",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/SvEg7jB8GUgpHdaTo4M61aXV8NW6BLZNuI0UeEENomQ/gL7dHkzKEpf4VCyhdlcW0UoqFNATPPdw0i7RFm3YY36iOv48enLVrQedUj5SXUVDSq6XXLSCFYn0Tan4ttgRhIstT88wCT3Pu_kflIopE8azeRKOooxWplM-wQbDVf7QR6BXuuuVDUlSdw"
                      },
                      {
                        "status": "idle",
                        "username": "Knob",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/HSs-MgTvLwTOqBrRVbuQmnhoYVpvRfeM5MjNZ7KHjfE/bfZCWd98yDIgOeYWZaKsQJ11zvMcGU18QsP1jRAb5omkjqqvL7QSkvlhIE7A9f1-5pxC17Q89jf2xK-LrCsZPG5dAj7sQSHLDwUgl6CQIb6hRQNryblRxuUzsFZTez_Fx9J21lnvMZ7TdQ"
                      },
                      {
                        "status": "online",
                        "username": "KT Gougy",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/QzgcrFJaUgpgbLZUnu5quYCbjySTNEPExpfjlgolLt4/ITYwfqYPQSoEj007GMrE5_gC_CpwNWwzomBeR_pX3j2rdd17p2_mTE-fknsNTb_lREnPtfooXjKJZw1vRCG0AGXk8zUfecE6nKsZcDDjHn738Y8mFudyQZrna1DWmLeE1tt_ToKpZpyJig"
                      },
                      {
                        "status": "idle",
                        "username": "Lex",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/xzn2YjwGoIUlhhYARAnhcWoiKLYFPggS73xTRBLiQEg/KZWUHMp72RULPZIJVuOpF3O3TvRwZqIRzFt_wETwQ37GvQr0RSqrLJnmz4ELCwkBuil1BKAoVDE_Am3try6xtMmatmkpCr1xOlXn7RnXLpOm_ypP6qbkYhMCwVEha3q_Y_xWpdkFocJ6jQ"
                      },
                      {
                        "status": "online",
                        "username": "Lexedia",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/zjE5puyVxH9n5lX21IRoxRsZdMJpwQaPv_bnbZkjXAU/zZO0c6aB-XkDlOs4X11OOLVKMZecrI6xwGd8cKNCUG1gVFlc3-CY4Ec7HOYHcyBy5e1K-bNYMMxyMrLxWId132mb6BjcI1RjgNaNGNO1ExjU5P901zfgtr-3PflZgqVJeDF24xxbOCzvkQ"
                      },
                      {
                        "status": "idle",
                        "username": "Limpen",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/Z2r-Lq2JQhbzijfgEZ0pzYTSsA72sRk8wGikxDtzyG0/whDBovo6GsL3NsPOrW4fHTztDzpyjLAc1t7ol9Zx5EC2-JXeCmZgTYsO98Fvny6j96rh_i3uN_4zGVS6AiQWjOkschtdIGsiOHrASJF0Wjs7o72mnEdJL77EdHQHxyF31OvaCAPwdidEJw"
                      },
                      {
                        "status": "idle",
                        "username": "Lortnort",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/Eb8R76TJKhQhhiWZwABQ0k5dpcRsr5ylMWGqo1w-9Wo/dd5WGYMYgdRzCO8-Jc57QzUJ_6c3VUpq7ZnRQyAgvqKb3PjhwZa-9lnq_jaWzi1Ztjy-PaD23Ow_D5EOF3hguG6R0abIRGrHjFKFNddTUoSFVJCDWOLICUf0TrsWr5XVXyhoTTEVIP4VZk8c"
                      },
                      {
                        "status": "idle",
                        "username": "LucasKwok",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/nCkt4rjEU-wathAEliHGRqnyqhajtbhjfSHrGd3NkwE/VyfQ9sPjKGjdKuIISFvHU6grBk3NBzOH5SFCpdTJHxMHHGrX2cCowAv78-4AKotwb5JS8cUbCkSBVwoMcewFyPMGZf_MshPgsTpm5WRv5Fqq0tyIsCACzcnxmaPohuJKx9wWJHs3CwmS3g"
                      },
                      {
                        "status": "idle",
                        "username": "Luna",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/83SURBhEyhKonMwoH3KUesk7lMTgxRrheSMKn7SaSaQ/trg9CrVf1C6KctmHdHp0IGJ411JRgnLPljSUqmDu4-7w01VgN-KVWeHa7G_7u4sG5PuNWmgzK733jKcHAz7snbeS5nmxhszdQCaDM9bb8eyVVegH8FapzXfLhgRyFTaQDFFWOLukFSu6sw"
                      },
                      {
                        "status": "online",
                        "username": "marko__",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/JlN7Z5flWpyNnhLojVYZaj0rZPJSYJxG7JUI8R9PkD4/bxyvqgGuPIy9atnwlLFi0OlaBKJfqRZqr_rt9Jzt0l-Ss61kUtOX70vfW3ZI8OBIrTsl5Ra0FWPQQ2VSQ6_kB0QDK6Lpk_Qc2gR6_X8ELFLxJV7RMfLZVdiNEZ7RbbtVAjPdMeSDJfYLgQ"
                      },
                      {
                        "status": "dnd",
                        "username": "Metatheria",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/HzpCFJMq-AT5DDSzGEQKX3fDsDSINikOXNJupyUagq4/VPAenAVRaNcLpEnbIaKcrdayb23fchw0_l-j0sLnz86NYPH-bc_p0-4fESDvrEtTfcrHAY9K6S_e0LdLgsEBKXVJeQ_cnd_KuvWaSMu4-NFvpeYwkTdGXzhx6xe-EB2p55y7MzQYuOYZ_A"
                      },
                      {
                        "status": "online",
                        "username": "Mr_Lumiere",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/UIsGTouYpL5diyNvwVTHPYKQ9SNqoiDODPh9eh4v5HU/IgA3b4O7J93-N6oQEui82gSmqQPeYMQ0akEQllzhuUqOC_UMrA8YRCPS5umAN418Z4eJsdQijmurz5JdbXHPkMbCGfzg-4oFAfm1aO7GhWzq2IEXFtqcHhgm0qJSZoUf8TG5rKtA7Hi97g"
                      },
                      {
                        "status": "online",
                        "username": "Mrthomas20121",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/AR8f8YpvXtYiERrq7a5iK3iPHROKBSQz2ebgGrMTK_E/kqFIg3XplLOlhdzJ4lRIJ8nI_m0JuhzUQV2xOcBSrINn3ShGJYBdH-EBihNDzX0Yxtm1xZr_hqAYvAdK2wXWr2XQCBoruQTejmWXqgJIIIm1q6V2D8Ef049rzQklob3epVVAGj0Y9BLd7w"
                      },
                      {
                        "status": "dnd",
                        "username": "MrViper111",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/eTXcwJpjMeaYBsPhlmCSLOD25pw_M982EceEIprIH7Y/afuFzxu-EUzIc_vLMJ7LcbssfO3iNUHQA1VZe8JQBQNEb2RnvJLoLPflwss9N3B3xNnVOIEOikvPYytBXlnRDk4MKV2jhrJBVIj4bNrKvpMNQKPvhh2-rjtF92-iKZPzVSBx-2k2_5HdaQ"
                      },
                      {
                        "status": "dnd",
                        "username": "Muffin",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/cupLrwDR8rJqLWKNFjR6BN7PdiVrJzxFMpawQ6eWh68/fNAQfYHdqTy_MkNdrx4dsSYclUyUm0fekb1GVPYG_ee89J3B9fOIm_zgRfxDDxXc0v45boBSX7DyVO5HV1NOMXa6i0X8hSYdQXV_NXkRtp1Fyg_bwG1sf-zgV8I__M3Rb1hjlB5JRc3NfQll"
                      },
                      {
                        "status": "online",
                        "username": "musicmark0908",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/ADBg9FJ4k46LoMkGakF2BsvP68r_6ZnVS9t6ToYlWvs/vqv2Ohd8vJYk-hpPCN_TOBOto51Uq47Qcz-qU2MlI_ULsBl8J4G3Vch9dwx55rPmSxOOkHp4_j6Uzd8V0iouyZfek6UqjrHbIyk68DEyyZoiXZVvSSUgnQvrQdQ6bRidBnqJRBsU8QeJpA"
                      },
                      {
                        "status": "online",
                        "username": "n...",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/5I9ptrOLxqsq9dlcB_7YXDSCn_JriLwlz_CtJjVb6FM/DtYnJwt2HFtgJDQgJs2gbiOlE-NeHMriCBwcrfUE2znC0kyShJyLh9RWhYJif4-oRpjsFJUvrKL0eYcgIG42KtToSfHyoWYd9Xrwy5xgiCMxrdYo2OBDKFlqf_BGpP1BJ590Jq7yPzL7VA"
                      },
                      {
                        "status": "idle",
                        "username": "NakaYuzu",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/QYIMZXxR4Steihe0pTx9gokAwziG7g-hkejqnO97I_k/IvUnfDxQ4oxZLECMdvG76vM4qdbETkkgSm9vIgfrYVgDfYSOcshKnLC6mJ70ANL5g0U15_pdroAYeDoAwu-qh-33KbDDGDy0lNDkvIaeOC4TwinRiYM6PD1lao5UuJVH4enQu3Ttx3u1xQ"
                      },
                      {
                        "status": "online",
                        "username": "Nick Krichevsky",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/t-hUscmMtX8BC01Y9GbiHVSY6TWO4I1D5323GVYQqU8/xue0KYg_JTb95JUb3ndxsTI4II9PGNcJy1w1Zv_Os983jZViYC-dO8JzN0aBQIgwgPJM4ZNVkrUAH0R81rcTcpiGR_NK-rmxMsrMkfLx_lASAnoLKmLpKmAEcsinelaYFbXKiKW8YKodFlk"
                      },
                      {
                        "status": "dnd",
                        "username": "NinjaOla",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/OOO_zFIe5rhoxuIOEEDmp3-x8a40GDXxgqkgz2DrMzY/wCk7iTDPcHpCBrLRaWw02kcdx_72X72LY0wI7Y5M_9YVj8CqEzn-kOxA-_QZaS5A97zNuQMVKFRrILuMrgrrLZPxPVDoTrL-YSzTpckmA0s5ZBRb320HOpC3h1DbkvnUGNL_RTiz7Xv4Dg"
                      },
                      {
                        "status": "idle",
                        "username": "Nouvak",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/XBz0u1WCuTr5bPXIXknv3LsAnpo_54BO_KX_DoIMFT0/cfW2LsIyquRvZGzk6L3kv2XTYtR01mNV1pliE1QEtCcDqkJJjWGB8e6TfFrbrIH2soKNt3w2sMkuXyQgPXSvIW8TPdQu0XdnxPPrbRGBQqjFnoCYf_ONrGMfbhp60h8TIhlk5g9zwpjotWGu"
                      },
                      {
                        "status": "online",
                        "username": "p...",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/SD2kT_ojUHMkiTdMrtlhZiyX4KY9OtvYBlhT6oZbOoU/--Qs6B4IHK5DH_Tpr2il1GnuyDP5t3e_HR5zstiGGV7_VtfuFGCjXLGCGd5Cynjigzm3mtWtIkja4aScjhbzeZFv_CBqISJZJzg-2zIAVnJcT0mlpIHHEfm8jZhTLLQSmRsWxbI-tuRejw"
                      },
                      {
                        "status": "online",
                        "username": "p...",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/U19sJ6QqOdHddEYkeKKhHVRM5IWmqgU-8mRt8mIFmEY/ZfEEf07G3AVrmitMJlcWxZoDL2R3UQor009buaqrqYwPD24VxWtPhnVJxQ8nJ3tWTVCI4aQJSZ4vi8MpRYweQ2EKIwNTy2-OFaMof67X6_OxWj1zfFb9lRQLsmEnvjoynO6fmmQcEKCh"
                      },
                      {
                        "status": "online",
                        "username": "PapaBear=VX9=",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/0si-TvYWy7y470V2gW3Ea6ZQ8g4rbelnx0SOVUX5K4k/cjKBht7iZXcpfd3Zv046UB4xtgV0qlQ86tNZAoFqxV4hAwvQtYxOx5ynsCf96E_6fwndX54yTX59KO7-DuMEZQdOi2P7y1n32d5LkNJn1xzkNOUsVBLOO2dYJyQJMDHMqwszHvn64wSBxA"
                      },
                      {
                        "status": "idle",
                        "username": "prakash",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/MhfY251P08Tk1mKYfM5S2yiebKEMj_kyGKeeACgfmhE/lwOomY0vj8FHt5ygLP7bJdc_D7WdsoU0NI_xKXmsH8ppWeJw3mMpWiciR62CJ1nA_skZIySznK_vED9vpjt2NArJSMMclWzfBUmcUWHgGt2HO004mKO0lAT4ziluzne0BgFWzu7AJSs_CQ"
                      },
                      {
                        "status": "online",
                        "username": "Qaghan",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/-5Q3Lkfipo2X0ITfqfrJWeGHCRD4QUA6ZsWYOMWvvbo/FRjX6P0eb7E0UbODA_CVbilJzza5T8gLbjMzTwkJSXPcuJWyycUmxjs_bje22r1jMaC1b6b3siB4Z11WPPdXRWmC4x8OlUfeLzMdBhWtZI06pySe-X4L1MzRR7rt6NtwVJUnC-btjjKnIA"
                      },
                      {
                        "status": "idle",
                        "username": "r...",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/8lq-MgianGQODrthty0l_zH8KggP-mvMzZdIm_LqV8g/3YNpALgYQ7JF1OibkldFeXxaDlB5W1vKBa4XKdaDpgovyP5v7tGyJmMyOqd-XUJN4FNwg9SHlslhJICp5ifCClbodFUdMLNL8FsgEcaPO55uceNolexQG9eInU8c2WWI4UFXKISjeO5zoA"
                      },
                      {
                        "status": "idle",
                        "username": "r...",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/NtLbMoBqwmgYUXr88FW_371M5clRL8po5kB1kPOaB2E/hbs8nDAK7Wx6FnG-B_bFUYaxU4DOmy56Ml-7DMtf1baLAf2ytFGwbQMooCP0yL5VLcKvXK3FovevGCGFWQFib-b829kWrCxWH1KObDMtaj8ToV_q88bG_ubTIWZDAT47tVwX97N2-9-lXQ"
                      },
                      {
                        "status": "idle",
                        "username": "Revy",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/75_oUVu-8mMkbLhp7Y0zMoaVhEtGCQ3GoTmoIwjMvrw/11U3b03QnPcmfzlqzqTwP71mukFeapairfNHc8XN6i6DY4St1kiM_Xa5Yo2T_uuDFB9PayckZabNMYyDedKC6ABiaPhqjG7ZIIPDlUbnqzTBI2SduHR5Zen6XcM1dAgJ0yWGIdUevqXZ2CJm"
                      },
                      {
                        "status": "idle",
                        "username": "Rotten",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/ZRQ3LsmZOl7l594034wVEXeYPKnAvbLmWjxgxXgiVqU/72WoUil9B-axciEK6xTo0ffjRC1vX5keEwvTytPPddAP_kocDa2lwFqk9BRAgQtH_v_9CHxOVqSOGmT894b5SN-ZRDS77AECDNbH-OgxJ6hOzb_PIpL3q7yhC0FmHjuR-QrIuTlH-nGKnQ"
                      },
                      {
                        "status": "idle",
                        "username": "s...",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/k8wPweuGKMEV3nWSRCfGfRmCbIz2ad3uXPk40ASm14o/pFphoZXRj-NtXjSSPpdXckr_Bpn1-u-YniQ9I8nPo3eoNu0CCQAmIXw3ObfHW4k9O5yO92l0f9d2AH0f5CNcU-08gwlUKDuN-a65_gP4WD-0SwPFyWdjt9OdHnfUesaXDwpLKanwA51h"
                      },
                      {
                        "status": "idle",
                        "username": "Saeraphinx",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/6GRXgLvZt1GKh1llz8etoZMPWcOwPR_RavV6HwecloI/nyOlIs7uTryldFs-3xnBfwr4zDA5IwwHQvqF_AGLPKr9uCVYgbd3Tlfp1qrAvAzxrA561AAGONoWp1Xuzqqx78CMj9RqGKN3Y0OeynBh8q6SIe2FIuD9BHDlzXm3J6UlhQojFD9QgEwLcw"
                      },
                      {
                        "status": "idle",
                        "username": "Selfish",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/xm_DyNEqMjmdyA1U8MbD3Bo-i9hKThUGge45MTade_I/xYin9rTz6h7udH0aIkgPGdBMll6H-vj_WvATqp0UL1Fn3fFkAF51bLnRIrwqMs_oxeWLmYutLdyfMbPuDxnlKKHbUDxZ3Vjarp1v2M0rBQghLYdS5WxMR2hFnwuvuv1ocazBOnWqe8DGwQ"
                      },
                      {
                        "status": "idle",
                        "username": "Shoff",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/S7nBZG0FDrz5bAGGaSatQkbbvx21v390akUsiQwjpyI/FsIQwC7yS1q4kIKqbqWLBhYUllRRgWw0Eck2s4Fi7Y4C4K8EAS17YkqwLer0-P1rIEUfmxcnGOEqobScsqOSYose-Ll0fOA2e4w6Q96ptx9zXWjTU3W0L09lS_9zkaxJueieSXCfzf40Gw"
                      },
                      {
                        "status": "idle",
                        "username": "skillet",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/aoufXHPkzv5_24yEGcPBVQv_IxZ7WIqNALZBDtMZUeo/XmLoabLWLxqy2Sunt9lhON9hmhsKldElt4S5Z8WLyMm2oKttnF9q3cdcSpHOD51pweieUF5dnsWDE4pvmH_kgqvYdx2KSbOx1itQEjvT2tWeZUQ9WxJkdYFpD1tnTD7V1i774I43DsrHGg"
                      },
                      {
                        "status": "dnd",
                        "username": "slang",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/JeBmqLMpRw7FPW4zzggX2X6Gdws9LAokfH2hPW0io2A/RcF2Rt0Au8FrhPn39lDLiZg5aNRo99OtXV0WK3gyPxFPeVcuvyefxEqiFCmIq1sWUrPGhRljMrRxNCiwC7u8S_JGBu9d3URdjv4o1DeRlF80mdWZJi1T3dtY5G2GG7doJYHBILIlmQ4a_g"
                      },
                      {
                        "status": "online",
                        "username": "Solin",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/8In0qk7hwSMpJRpmlUkijEtGRhV0of71gWMnB_qaQtE/BK1RkTdeol6FSHzQrHT0bvVhLO1b5LmmZFlqIrlEiN5ce9YX3RvlQzA8G0dtUGeGqxhYuT32e8RcVtcl-cguBn7tdDG-x_vQNNRvhLLFeSNeTlOB0imiYcP8AzyrLYj38EtARh3T8haKgQ"
                      },
                      {
                        "status": "online",
                        "username": "sonny linkbuds s",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/2b-G_OI03j_0zHldFp3rLGz48y2LicoXaupp-zGQf2Q/xKK2QraTRr-k-Ka4jXJWIh4gyRjqvk71rkfovHEmAf1JMJ0OeL6o_elJTnPQYPWyDgJ_YjRUuO_7Hmu3ktjrWHNSCih7pp7Dkw6bzMDxGwF8ciWvABfteyNMH5amRUx9oxvC5AB_YHY4JQ"
                      },
                      {
                        "status": "dnd",
                        "username": "Stqlth",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/asDR2n0bgMtQ2wrrnbg2Hk5-6RXtJgYf9IwBK4a3ZJE/ClhEDeuj48XemKvawZTCcKOyV8rJFj70C6wPk9lMl-6JsFIDIe6hu1wjZRsTLQ4hj4sCM46wD2e0PLR5evlgcxgebH2EtnRM5eZlKUyCv8chswObquzi15w-l6HDpFiIBDcSs0Q2behuNKPg"
                      },
                      {
                        "status": "online",
                        "username": "Tahu",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/9gT1wxxypcEI31G1Qh_PVguK52D-x6ORtvPOuutv03E/2sV2PlPSvp5X0l_LpyTrW2nDC1nFUPu3bpGvVBH3O9N3t_Bh0EeBVbmVwnyAUwfXSsxkbJqNxz8NVokUS39bW9FmBlBXap2WMdJaCL64qBfBqWkASTWjG6cpCuREkBKHw_SnvqH3DHQyww"
                      },
                      {
                        "status": "idle",
                        "username": "TenCreator",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/izh-8KadfOVTRD4yVvaJc3jDPATGA74w7XeIBQQ0ptQ/RkYr4mJSUdPnTyee5QlNjhz7lN26Q27P-CJ9reuiP8unswZZ4Zls1rZP6rZcrir9hWnquTlH8nB5FMjUNmSO-ToeElSwGHEhne1cxE7CTqAZye-ajezySNc8YDRHVtHFB137TJoKTWJr4Q"
                      },
                      {
                        "status": "idle",
                        "username": "Tezzz",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/-9zHcfkk_yuXHhX9xsXhq22_fnYEKCIz49Mb25XVQV4/gEfqzwAmWFGvFwrB6sdss741JfFDQNeoPXcxWVvj46B9qiu1OhkYBKOiGR3acsdKq8ajHHWDGQ3OIpYu3X8cDzA1U2VOPf7Nj-WxQ7yuPUlu2EgtY_oHnpBLVVcR6MrUmiWGVqExsfebgQc"
                      },
                      {
                        "status": "online",
                        "username": "Thomas B.",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/6kR-fdMtgs2Qsmpmvk-cE1tPiBelmnR2sKV7gKv67F4/XkC7GNYOSnEDQZyVo238-GkrvRdFfjE6OwGMtvDEFT_pNzNF9uDjJHUWcisUJILYGFFzQLmg7VPN0bYqtYzgXkakyIIIHeuyWHAc542jPJk0t1KVJoqZ2cT7B0WkUGuH_CcCsbzgOJqamw"
                      },
                      {
                        "status": "dnd",
                        "username": "Tiffaa",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/4EtHC8Dl_RWKrfHUULnSItnuFnvfuFBiiCe6Jlv9bCo/WU6ACXAwveoT0DAv-FwV5IWVhSVUW1shcv5r1GsRCtRTl17om6XGAbUal5KHJxkY4uJSb_w9YeGaEdIlmRMjko0GNhhZOi2mrp8-plzeMxJOUkJfjrQzxMFHbtEmCxR1oaJK2-ayv37QTZFb"
                      },
                      {
                        "status": "idle",
                        "username": "v...",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/GO_6ldgYMOMr1Z6i15ZupXsdfOah6EhuF1gpUH3QDTA/MN-TBwEY2t4Q2eNp211iVF2Fht7fzM7NTROFHc1-iXd_QmcWGwf3bqxA5baVuL9SoViQZWy61P46FeKpFwi0TepZ5BfQFRR0INxDnnEruEb-gjZKRWd2RvYX2-oKkrobuD1HI9tg6ZTVDA"
                      },
                      {
                        "status": "online",
                        "username": "Vel",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/rZo9TMSiy-Qdl1jVnK7NCdDFtwyzLL-Xkc9FHHHp8ww/7cFnX6LoSgeGG7JICZjRdGTPWfJlWVohrpjG057_BHYGl5Oe5PIsvRmdZrBdDBLl6qSeqhrN7kpi911peuQtVg6uiuicA3ERNDeosc9WFMMcGV6CTdjuXAa-cLdfUuq4bSYoP0Jz81o8Vg"
                      },
                      {
                        "status": "online",
                        "username": "x...",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/4tFxLywenyrprhrFXpjns2K-jFvaia3mNVYDdB4JfhM/0AwWQ3Wb4uRBOtx76ap7-Guk0FnosSl44wsx5DlYZrjxviBvQApqUStwgnD_iP5sUNNhW9OqntYTUhlVsUV0UwhKFy1QwzcAEhTk3WFWqFxH2BvVPmVc-_Cu0ioDsscI-j_uashl6ZPjkw"
                      },
                      {
                        "status": "online",
                        "username": "Zapr",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/CXa_nIef1CkDi0aDh-Ywxy_ETBvC7fJwhO4ytI2l5Gk/XxOGmc2VFRwQvcpdOkb2igYoNNvDGNz08X5nug5ampFYbONnJU7xA91PovtDxB7i1clEbbniitZTDGj3vjCg56434GsTUqR_aOzl38gVnnA5w-B_bnkD9B4BbBPnTJSTCF7RRqHBeol1"
                      },
                      {
                        "status": "idle",
                        "username": "ひさご",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/0I7i5zEp4yuJxZDBcYOtInAIyOnJscWjjz3e0P34eZw/KpoXN2f78sEiwgEH_RgChLKAET5YRkacm64ddK09wyRSIUEQDUCjowG101DwJ_SAU8ANelc44xoRs97IxRlrazTxIhlbPgioT8qkIZ9Fopq9FHpULJZDftpyltgA8c-J37nMcnLVpPQEQA"
                      },
                      {
                        "status": "idle",
                        "username": "레몬",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/Y5aVX4x4ZHebb5V7g23qoaHVDGRhYGyi2mDCDF8Goss/s8lv_2kH2fJ9th3C9sE-rXSdSgNDXEqtTcqr44l8OeQYOR2loOeWMtPwyGDgLTZHt2E9G6rLaVFYK-qvsJFo-xzNSDWeWKxC1C5luTA1YbtxgJvq_smNq7b_Q7tHcjDaa38n7XE4HsrlCA"
                      },
                      {
                        "status": "online",
                        "username": "쥐야멍멍해바",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/BhWnss8ZH02UpCS8ca6wVvHb7f7mngaDf_vgwjvo-Io/CZqvip3FRov-P5T6VicZ8TT1Oc3GEiHnYgkCG6azQRjjsQ1dyP-O2LnNZez8UO21FuvfGAn5d3ld_8WnWzEd171MVnFt-whIAqoW2KuY8BiCO0yFLJHJMNVqDKwtZFXVxiqDaAWyZUS8ow"
                      },
                      {
                        "status": "idle",
                        "username": "𝓞𝓷𝓲",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/u5GFRETZ_f-ZjJFEFBY79cFD8_Bbxfoi01mhZ2VFUdI/FWD3FMpq3WqfbvkpZ6MUQka-Xm8FRvSRuF6rCcQHngDnvJh5dV27boIJEimpKTXwr6oFED87oiZYI-SrbhJK9A_4Ceo5m5wWwbqmWWX13NU0E56vQLkQn-rYP2CW7Vv1kZlOy6g-leGNVA"
                      },
                      {
                        "status": "dnd",
                        "username": "𝕎.𝔻.𝔾𝕒𝕤𝕥𝕖𝕣™[W.D.Gaster]",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/ccrpWDtDOEi1AGPKf4aL1mf5dOOJd-1T3G0ru65Pndk/EJNTn7oIqD7WFmFQZLCt22qck2Y0_ubYzhiGubkPrLPO6J631l3X0cg-XF_dG6BO7dds9uKp-QrjglWouAuk1u4ShHKvJ_jrhbi7EX_NWCbUQJzseSrz6qS7v4CF5LsYHWHhaGbBH0ZFlg"
                      },
                      {
                        "status": "dnd",
                        "username": "💩",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/y18tu9_zf2ff8V_OQGehrWLCfNImX9r8os2VwK61TWI/xEuyzyfNJs9IZo77feAFbTsSVVqw6bIO4q71AZYc5J7t8mdVaIXta-4OIiQskct6wRquoplLxKQt1izY8kwSQ_wcReSoLsXp_vJBNmFVR-7bPAlfLG9tUmXn-Y4vgl4cpkR2SRfx7VuFyw"
                      },
                      {
                        "status": "online",
                        "username": "💩",
                        "avatarUrl": "https://cdn.discordapp.com/widget-avatars/vgNyUONIA-1EY3mP8v0L6uetqG32VfYLaxleWTHqjRA/fMlHP13SdKqXWU-qMpViPKHngwpOAlEJuwV067149VIXfe3t70kTil91_ode9yuce7G_XcD1Reu6ByTunyrfyzxQHqO1BToc7NCSAzEZxNmvr8iKuQ28GSyrhtP_FS5bXqvZZ7tlCZXi0A"
                      }
                    ],
                    "presenceCount": 13206,
                    "voiceChannels": [
                      {
                        "id": "81384788862181376",
                        "name": "General",
                        "position": 0
                      },
                      {
                        "id": "131937933270712320",
                        "name": "Music",
                        "position": 1
                      },
                      {
                        "id": "178478247103823872",
                        "name": "Music2",
                        "position": 2
                      },
                      {
                        "id": "85482585546833920",
                        "name": "Testing",
                        "position": 3
                      },
                      {
                        "id": "164066317522042881",
                        "name": "Testing2",
                        "position": 4
                      },
                      {
                        "id": "164066346307420160",
                        "name": "Testing3",
                        "position": 5
                      }
                    ],
                    "onlineSampleCount": 100,
                    "onlineSampleIsCapped": true
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:discord/application/{id}": {
      "get": {
        "operationId": "social_media_discord_application",
        "summary": "Get Application Info",
        "description": "Metadata publik sebuah aplikasi atau bot Discord.",
        "tags": [
          "Discord Invite Info"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/discord#reference-application"
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "description": "Discord application (bot) ID",
            "schema": {
              "type": "string",
              "example": "235148962103951360"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "id": "235148962103951360",
                    "ok": true,
                    "icon": "https://cdn.discordapp.com/app-icons/235148962103951360/ed3dac3b6e7a851df781632a4295fcb9.png",
                    "name": "carl-bot",
                    "tags": [
                      "Automod",
                      "Moderation",
                      "Reaction Roles",
                      "logging",
                      "role management"
                    ],
                    "guildId": "186980582863929345",
                    "verified": true,
                    "botPublic": true,
                    "monetized": true,
                    "description": "Multipurpose bot packed with features\nWebsite: https://carl.gg\nDocs: https://docs.carl.gg\nSupport: https://discord.gg/S2ZkBTnd8X\nPremium: https://carl.gg/get-premium",
                    "discoverable": true,
                    "installParams": {
                      "scopes": [
                        "applications.commands",
                        "bot"
                      ],
                      "permissions": "573242775563510"
                    },
                    "privacyPolicyUrl": "https://botlabs.gg/privacy-policy",
                    "termsOfServiceUrl": "https://botlabs.gg/terms-of-use",
                    "botRequiresCodeGrant": false
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:discord/template/{code}": {
      "get": {
        "operationId": "social_media_discord_template",
        "summary": "Get Server Template",
        "description": "Detail sebuah template server Discord.",
        "tags": [
          "Discord Invite Info"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/discord#reference-template"
        },
        "parameters": [
          {
            "name": "code",
            "in": "path",
            "required": true,
            "description": "Template code, or a full discord.new/… URL",
            "schema": {
              "type": "string",
              "example": "2TffvPucqHkN"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "url": "https://discord.new/2TffvPucqHkN",
                    "code": "2TffvPucqHkN",
                    "name": "Blank Server",
                    "guild": {
                      "name": "Blank Server",
                      "roleCount": 1,
                      "channelCount": 4,
                      "verificationLevel": 0
                    },
                    "roles": [
                      {
                        "name": "@everyone",
                        "color": 0,
                        "hoist": false,
                        "mentionable": false
                      }
                    ],
                    "creator": {
                      "id": "268473310986240001",
                      "avatar": "https://cdn.discordapp.com/avatars/268473310986240001/f749bb0cbeeb26ef21eca719337d20f1.png",
                      "username": "discordapp"
                    },
                    "channels": [
                      {
                        "name": "Text Channels",
                        "type": 4,
                        "position": 0
                      },
                      {
                        "name": "general",
                        "type": 0,
                        "position": 0
                      },
                      {
                        "name": "Voice Channels",
                        "type": 4,
                        "position": 0
                      },
                      {
                        "name": "General",
                        "type": 2,
                        "position": 0
                      }
                    ],
                    "createdAt": "2020-04-17T20:59:35+00:00",
                    "updatedAt": "2020-04-17T20:59:35+00:00",
                    "usageCount": 47751,
                    "sourceGuildId": "700811170902179862"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:github-user/profile/{username}": {
      "get": {
        "operationId": "social_media_github_user_profile",
        "summary": "User Profile",
        "description": "Get a GitHub user's public profile.",
        "tags": [
          "GitHub User"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/github-user#reference-profile"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "GitHub username (without @)",
            "schema": {
              "type": "string",
              "example": "torvalds"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "user": {
                      "id": 1024025,
                      "bio": "",
                      "blog": "",
                      "name": "Linus Torvalds",
                      "type": "User",
                      "email": "",
                      "login": "torvalds",
                      "avatar": "https://avatars.githubusercontent.com/u/1024025?v=4",
                      "company": "Linux Foundation",
                      "htmlUrl": "https://github.com/torvalds",
                      "twitter": "",
                      "hireable": false,
                      "location": "Portland, OR",
                      "createdAt": "2011-09-03T15:26:22Z",
                      "followers": 304705,
                      "following": 0,
                      "updatedAt": "2026-05-25T22:34:10Z",
                      "publicGists": 1,
                      "publicRepos": 11
                    },
                    "repos": [
                      {
                        "id": 2325298,
                        "fork": false,
                        "name": "linux",
                        "forks": 62572,
                        "stars": 234576,
                        "topics": [],
                        "htmlUrl": "https://github.com/torvalds/linux",
                        "archived": false,
                        "fullName": "torvalds/linux",
                        "language": "C",
                        "pushedAt": "2026-05-26T23:41:14Z",
                        "watchers": 234576,
                        "updatedAt": "2026-05-27T13:19:45Z",
                        "openIssues": 3,
                        "description": "Linux kernel source tree"
                      },
                      {
                        "id": 79171906,
                        "fork": true,
                        "name": "libdc-for-dirk",
                        "forks": 52,
                        "stars": 387,
                        "topics": [],
                        "htmlUrl": "https://github.com/torvalds/libdc-for-dirk",
                        "archived": false,
                        "fullName": "torvalds/libdc-for-dirk",
                        "language": "C",
                        "pushedAt": "2024-12-26T20:12:43Z",
                        "watchers": 387,
                        "updatedAt": "2026-05-27T10:26:00Z",
                        "openIssues": 1,
                        "description": "Only use for syncing with Dirk, don't use for anything else"
                      },
                      {
                        "id": 1058343058,
                        "fork": false,
                        "name": "GuitarPedal",
                        "forks": 69,
                        "stars": 1941,
                        "topics": [],
                        "htmlUrl": "https://github.com/torvalds/GuitarPedal",
                        "archived": false,
                        "fullName": "torvalds/GuitarPedal",
                        "language": "C",
                        "pushedAt": "2026-05-24T23:39:40Z",
                        "watchers": 1941,
                        "updatedAt": "2026-05-27T06:46:10Z",
                        "openIssues": 3,
                        "description": "Linus learns analog circuits"
                      },
                      {
                        "id": 1130786764,
                        "fork": false,
                        "name": "AudioNoise",
                        "forks": 206,
                        "stars": 4374,
                        "topics": [],
                        "htmlUrl": "https://github.com/torvalds/AudioNoise",
                        "archived": false,
                        "fullName": "torvalds/AudioNoise",
                        "language": "C",
                        "pushedAt": "2026-05-08T17:20:22Z",
                        "watchers": 4374,
                        "updatedAt": "2026-05-27T06:00:09Z",
                        "openIssues": 30,
                        "description": "Random digital audio effects"
                      },
                      {
                        "id": 117900805,
                        "fork": false,
                        "name": "uemacs",
                        "forks": 308,
                        "stars": 2031,
                        "topics": [],
                        "htmlUrl": "https://github.com/torvalds/uemacs",
                        "archived": false,
                        "fullName": "torvalds/uemacs",
                        "language": "C",
                        "pushedAt": "2026-02-25T19:15:47Z",
                        "watchers": 2031,
                        "updatedAt": "2026-05-26T08:41:38Z",
                        "openIssues": 13,
                        "description": "Random version of microemacs with my private modificatons"
                      },
                      {
                        "id": 519408694,
                        "fork": true,
                        "name": "libgit2",
                        "forks": 28,
                        "stars": 358,
                        "topics": [],
                        "htmlUrl": "https://github.com/torvalds/libgit2",
                        "archived": false,
                        "fullName": "torvalds/libgit2",
                        "language": "C",
                        "pushedAt": "2023-12-19T11:45:42Z",
                        "watchers": 358,
                        "updatedAt": "2026-05-26T06:59:22Z",
                        "openIssues": 1,
                        "description": "A cross-platform, linkable library implementation of Git that you can use in your application."
                      },
                      {
                        "id": 86106493,
                        "fork": false,
                        "name": "test-tlb",
                        "forks": 219,
                        "stars": 1002,
                        "topics": [],
                        "htmlUrl": "https://github.com/torvalds/test-tlb",
                        "archived": false,
                        "fullName": "torvalds/test-tlb",
                        "language": "C",
                        "pushedAt": "2024-08-19T21:13:36Z",
                        "watchers": 1002,
                        "updatedAt": "2026-05-26T06:32:36Z",
                        "openIssues": 13,
                        "description": "Stupid memory latency and TLB tester"
                      },
                      {
                        "id": 940929652,
                        "fork": false,
                        "name": "1590A",
                        "forks": 22,
                        "stars": 566,
                        "topics": [],
                        "htmlUrl": "https://github.com/torvalds/1590A",
                        "archived": true,
                        "fullName": "torvalds/1590A",
                        "language": "OpenSCAD",
                        "pushedAt": "2025-09-19T02:54:14Z",
                        "watchers": 566,
                        "updatedAt": "2026-05-24T17:40:00Z",
                        "openIssues": 0,
                        "description": "Random odd guitar pedal design in kicad"
                      },
                      {
                        "id": 78665021,
                        "fork": true,
                        "name": "subsurface-for-dirk",
                        "forks": 68,
                        "stars": 457,
                        "topics": [],
                        "htmlUrl": "https://github.com/torvalds/subsurface-for-dirk",
                        "archived": false,
                        "fullName": "torvalds/subsurface-for-dirk",
                        "language": "C++",
                        "pushedAt": "2024-08-28T08:00:07Z",
                        "watchers": 457,
                        "updatedAt": "2026-05-24T08:35:27Z",
                        "openIssues": 2,
                        "description": "Do not use - the real upstream is  Subsurface-divelog/subsurface"
                      },
                      {
                        "id": 113099837,
                        "fork": false,
                        "name": "pesconvert",
                        "forks": 75,
                        "stars": 560,
                        "topics": [],
                        "htmlUrl": "https://github.com/torvalds/pesconvert",
                        "archived": false,
                        "fullName": "torvalds/pesconvert",
                        "language": "C",
                        "pushedAt": "2022-12-22T10:46:37Z",
                        "watchers": 560,
                        "updatedAt": "2026-05-22T10:46:53Z",
                        "openIssues": 6,
                        "description": "Brother PES file converter"
                      }
                    ]
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:github-user/trending": {
      "get": {
        "operationId": "social_media_github_user_trending",
        "summary": "Get Trending Repos",
        "description": "Repositori yang sedang tren di GitHub.",
        "tags": [
          "GitHub User"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/github-user#reference-trending"
        },
        "parameters": [
          {
            "name": "since",
            "in": "query",
            "required": false,
            "description": "Time range. Default daily",
            "schema": {
              "type": "string",
              "enum": [
                "daily",
                "weekly",
                "monthly"
              ],
              "example": "daily"
            }
          },
          {
            "name": "language",
            "in": "query",
            "required": false,
            "description": "Filter by programming language, e.g. typescript, rust, go",
            "schema": {
              "type": "string",
              "example": "typescript"
            }
          },
          {
            "name": "spokenLanguage",
            "in": "query",
            "required": false,
            "description": "Filter by spoken language (ISO code, e.g. en, id)",
            "schema": {
              "type": "string",
              "example": "en"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "count": 13,
                    "items": [
                      {
                        "url": "https://github.com/TencentCloud/TencentDB-Agent-Memory",
                        "name": "TencentDB-Agent-Memory",
                        "repo": "TencentCloud/TencentDB-Agent-Memory",
                        "forks": 1407,
                        "owner": "TencentCloud",
                        "stars": 15627,
                        "builtBy": [
                          "Maxwell-Code07",
                          "Yuntong8888"
                        ],
                        "language": "TypeScript",
                        "description": "TencentDB Agent Memory is a team-level memory hub for AI Agents — turning conversations, docs, and code into four reusable memory assets (Chat Memory, Skill, LLM-Wiki, Code-Graph) that are governed, shared, and equipped across agents and frameworks.",
                        "languageColor": "#3178c6",
                        "starsInPeriod": 1892,
                        "starsInPeriodText": "1,892 stars today"
                      },
                      {
                        "url": "https://github.com/addyosmani/agent-skills",
                        "name": "agent-skills",
                        "repo": "addyosmani/agent-skills",
                        "forks": 8844,
                        "owner": "addyosmani",
                        "stars": 82297,
                        "builtBy": [
                          "addyosmani",
                          "nucliweb",
                          "federicobartoli",
                          "claude",
                          "dj2313"
                        ],
                        "language": "JavaScript",
                        "description": "Production-grade engineering skills for AI coding agents.",
                        "languageColor": "#f1e05a",
                        "starsInPeriod": 226,
                        "starsInPeriodText": "226 stars today"
                      },
                      {
                        "url": "https://github.com/cloudflare/computer",
                        "name": "computer",
                        "repo": "cloudflare/computer",
                        "forks": 209,
                        "owner": "cloudflare",
                        "stars": 4306,
                        "builtBy": [
                          "aron-cf",
                          "ndisidore",
                          "ghostwriternr",
                          "mattzcarey"
                        ],
                        "language": "TypeScript",
                        "description": "Give your agent a computer 👾",
                        "languageColor": "#3178c6",
                        "starsInPeriod": 891,
                        "starsInPeriodText": "891 stars today"
                      },
                      {
                        "url": "https://github.com/mattpocock/skills",
                        "name": "skills",
                        "repo": "mattpocock/skills",
                        "forks": 17783,
                        "owner": "mattpocock",
                        "stars": 205935,
                        "builtBy": [
                          "mattpocock",
                          "claude",
                          "gabimoncha"
                        ],
                        "language": "Shell",
                        "description": "Skills for Real Engineers. Straight from my .agents directory.",
                        "languageColor": "#89e051",
                        "starsInPeriod": 1695,
                        "starsInPeriodText": "1,695 stars today"
                      },
                      {
                        "url": "https://github.com/goauthentik/authentik",
                        "name": "authentik",
                        "repo": "goauthentik/authentik",
                        "forks": 1757,
                        "owner": "goauthentik",
                        "stars": 22790,
                        "builtBy": [
                          "BeryJu",
                          "rissson"
                        ],
                        "language": "Python",
                        "description": "The authentication glue you need.",
                        "languageColor": "#3572A5",
                        "starsInPeriod": 123,
                        "starsInPeriodText": "123 stars today"
                      },
                      {
                        "url": "https://github.com/huangruiteng/loopx",
                        "name": "loopx",
                        "repo": "huangruiteng/loopx",
                        "forks": 190,
                        "owner": "huangruiteng",
                        "stars": 2565,
                        "builtBy": [
                          "huangruiteng",
                          "cocolord",
                          "ZaynJarvis",
                          "Hoey041",
                          "Ray0907"
                        ],
                        "language": "Python",
                        "description": "Lightweight loop engineering state kernel for long-running AI agent teams. Agent-loop agnostic across Codex, Claude Code, and other coding agents, with durable goals, quota-aware auto-wake, executable todos, evidence logs, and verifiable handoffs.",
                        "languageColor": "#3572A5",
                        "starsInPeriod": 326,
                        "starsInPeriodText": "326 stars today"
                      },
                      {
                        "url": "https://github.com/google/guava",
                        "name": "guava",
                        "repo": "google/guava",
                        "forks": 11155,
                        "owner": "google",
                        "stars": 51547,
                        "builtBy": [
                          "cpovirk",
                          "cgdecker",
                          "kluever",
                          "lowasser"
                        ],
                        "language": "Java",
                        "description": "Google core libraries for Java",
                        "languageColor": "#b07219",
                        "starsInPeriod": 9,
                        "starsInPeriodText": "9 stars today"
                      },
                      {
                        "url": "https://github.com/TapXWorld/ChinaTextbook",
                        "name": "ChinaTextbook",
                        "repo": "TapXWorld/ChinaTextbook",
                        "forks": 17382,
                        "owner": "TapXWorld",
                        "stars": 76899,
                        "builtBy": [
                          "TapXWorld",
                          "keminshu"
                        ],
                        "language": "Roff",
                        "description": "所有小初高、大学PDF教材。",
                        "languageColor": "#ecdebe",
                        "starsInPeriod": 157,
                        "starsInPeriodText": "157 stars today"
                      },
                      {
                        "url": "https://github.com/Significant-Gravitas/AutoGPT",
                        "name": "AutoGPT",
                        "repo": "Significant-Gravitas/AutoGPT",
                        "forks": 46048,
                        "owner": "Significant-Gravitas",
                        "stars": 185847,
                        "builtBy": [
                          "Pwuts",
                          "majdyz",
                          "Auto-GPT-Bot",
                          "ntindle",
                          "Swiftyos"
                        ],
                        "language": "Python",
                        "description": "AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.",
                        "languageColor": "#3572A5",
                        "starsInPeriod": 28,
                        "starsInPeriodText": "28 stars today"
                      },
                      {
                        "url": "https://github.com/tirth8205/code-review-graph",
                        "name": "code-review-graph",
                        "repo": "tirth8205/code-review-graph",
                        "forks": 2670,
                        "owner": "tirth8205",
                        "stars": 28800,
                        "builtBy": [
                          "tirth8205",
                          "claude",
                          "gzenz",
                          "HsiangNianian",
                          "jaissebastian"
                        ],
                        "language": "Python",
                        "description": "Local-first code intelligence graph for MCP and CLI. Builds a persistent map of your codebase so AI coding tools read only what matters, with benchmarked context reductions on reviews and large-repo workflows.",
                        "languageColor": "#3572A5",
                        "starsInPeriod": 232,
                        "starsInPeriodText": "232 stars today"
                      },
                      {
                        "url": "https://github.com/esengine/DeepSeek-Reasonix",
                        "name": "DeepSeek-Reasonix",
                        "repo": "esengine/DeepSeek-Reasonix",
                        "forks": 2070,
                        "owner": "esengine",
                        "stars": 32055,
                        "builtBy": [
                          "SivanCola",
                          "esengine",
                          "ttmouse",
                          "lifu963",
                          "cursoragent"
                        ],
                        "language": "Go",
                        "description": "DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running.",
                        "languageColor": "#00ADD8",
                        "starsInPeriod": 747,
                        "starsInPeriodText": "747 stars today"
                      },
                      {
                        "url": "https://github.com/obra/superpowers",
                        "name": "superpowers",
                        "repo": "obra/superpowers",
                        "forks": 23917,
                        "owner": "obra",
                        "stars": 267719,
                        "builtBy": [
                          "obra",
                          "arittr",
                          "claude",
                          "clkao",
                          "jjshanks"
                        ],
                        "language": "Shell",
                        "description": "An agentic skills framework & software development methodology that works.",
                        "languageColor": "#89e051",
                        "starsInPeriod": 931,
                        "starsInPeriodText": "931 stars today"
                      },
                      {
                        "url": "https://github.com/firecrawl/pdf-inspector",
                        "name": "pdf-inspector",
                        "repo": "firecrawl/pdf-inspector",
                        "forks": 802,
                        "owner": "firecrawl",
                        "stars": 11974,
                        "builtBy": [
                          "abimaelmartell",
                          "claude",
                          "cursoragent",
                          "rth",
                          "bryan"
                        ],
                        "language": "Rust",
                        "description": "Fast Rust library for PDF inspection, classification, and text extraction. Intelligently detects scanned vs text-based PDFs to enable smart routing decisions.",
                        "languageColor": "#dea584",
                        "starsInPeriod": 1582,
                        "starsInPeriodText": "1,582 stars today"
                      }
                    ],
                    "since": "daily"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:github-user/trending-developers": {
      "get": {
        "operationId": "social_media_github_user_trending_developers",
        "summary": "Get Trending Developers",
        "description": "Developer yang sedang tren di GitHub.",
        "tags": [
          "GitHub User"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/github-user#reference-trending-developers"
        },
        "parameters": [
          {
            "name": "since",
            "in": "query",
            "required": false,
            "description": "Time range. Default daily",
            "schema": {
              "type": "string",
              "enum": [
                "daily",
                "weekly",
                "monthly"
              ],
              "example": "daily"
            }
          },
          {
            "name": "language",
            "in": "query",
            "required": false,
            "description": "Filter by programming language, e.g. typescript, rust, go",
            "schema": {
              "type": "string",
              "example": "rust"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "count": 25,
                    "items": [
                      {
                        "url": "https://github.com/esengine",
                        "name": "YHH",
                        "rank": 1,
                        "avatar": "https://avatars.githubusercontent.com/u/18465053?s=96&v=4",
                        "username": "esengine",
                        "popularRepo": {
                          "url": "https://github.com/esengine/DeepSeek-Reasonix",
                          "name": "DeepSeek-Reasonix",
                          "repo": "esengine/DeepSeek-Reasonix",
                          "description": "DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running."
                        }
                      },
                      {
                        "url": "https://github.com/Astro-Han",
                        "name": "AstroHan",
                        "rank": 2,
                        "avatar": "https://avatars.githubusercontent.com/u/255364436?s=96&v=4",
                        "username": "Astro-Han",
                        "popularRepo": {
                          "url": "https://github.com/Astro-Han/karpathy-llm-wiki",
                          "name": "karpathy-llm-wiki",
                          "repo": "Astro-Han/karpathy-llm-wiki",
                          "description": "Agent Skills-compatible LLM wiki for Claude Code, Cursor, and Codex. Build a Karpathy-style knowledge base from raw sources, citations, a…"
                        }
                      },
                      {
                        "url": "https://github.com/lidge-jun",
                        "name": "JUN",
                        "rank": 3,
                        "avatar": "https://avatars.githubusercontent.com/u/243035832?s=96&v=4",
                        "username": "lidge-jun",
                        "popularRepo": {
                          "url": "https://github.com/lidge-jun/opencodex",
                          "name": "opencodex",
                          "repo": "lidge-jun/opencodex",
                          "description": "Universal provider proxy for OpenAI Codex & Claude Code — use any LLM (Claude, Gemini, Grok, DeepSeek, Ollama…) with Codex CLI, App, SDK,…"
                        }
                      },
                      {
                        "url": "https://github.com/zhukunpenglinyutong",
                        "name": "朱昆鹏",
                        "rank": 4,
                        "avatar": "https://avatars.githubusercontent.com/u/31264015?s=96&v=4",
                        "username": "zhukunpenglinyutong",
                        "popularRepo": {
                          "url": "https://github.com/zhukunpenglinyutong/jetbrains-cc-gui",
                          "name": "jetbrains-cc-gui",
                          "repo": "zhukunpenglinyutong/jetbrains-cc-gui",
                          "description": "Jetbrains Claude Code and Codex GUI Plugin"
                        }
                      },
                      {
                        "url": "https://github.com/maziyarpanahi",
                        "name": "Maziyar Panahi",
                        "rank": 5,
                        "avatar": "https://avatars.githubusercontent.com/u/5762953?s=96&v=4",
                        "username": "maziyarpanahi",
                        "popularRepo": {
                          "url": "https://github.com/maziyarpanahi/openmed",
                          "name": "openmed",
                          "repo": "maziyarpanahi/openmed",
                          "description": "Local-first healthcare AI: clinical NER & HIPAA PII de-identification that runs 100% on-device. 2,200+ medical models, 21 languages, Appl…"
                        }
                      },
                      {
                        "url": "https://github.com/abimaelmartell",
                        "name": "Abimael Martell",
                        "rank": 6,
                        "avatar": "https://avatars.githubusercontent.com/u/1450169?s=96&v=4",
                        "username": "abimaelmartell",
                        "popularRepo": {
                          "url": "https://github.com/abimaelmartell/system_monitor",
                          "name": "system_monitor",
                          "repo": "abimaelmartell/system_monitor",
                          "description": "multi-platform system monitor"
                        }
                      },
                      {
                        "url": "https://github.com/yhirose",
                        "name": "yhirose",
                        "rank": 7,
                        "avatar": "https://avatars.githubusercontent.com/u/357397?s=96&v=4",
                        "username": "yhirose",
                        "popularRepo": {
                          "url": "https://github.com/yhirose/cpp-httplib",
                          "name": "cpp-httplib",
                          "repo": "yhirose/cpp-httplib",
                          "description": "A C++ header-only HTTP/HTTPS server and client library"
                        }
                      },
                      {
                        "url": "https://github.com/hiyouga",
                        "name": "Yaowei Zheng",
                        "rank": 8,
                        "avatar": "https://avatars.githubusercontent.com/u/16256802?s=96&v=4",
                        "username": "hiyouga",
                        "popularRepo": {
                          "url": "https://github.com/hiyouga/LlamaFactory",
                          "name": "LlamaFactory",
                          "repo": "hiyouga/LlamaFactory",
                          "description": "Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)"
                        }
                      },
                      {
                        "url": "https://github.com/igorls",
                        "name": "Igor Lins e Silva",
                        "rank": 9,
                        "avatar": "https://avatars.githubusercontent.com/u/4753812?s=96&v=4",
                        "username": "igorls",
                        "popularRepo": {
                          "url": "https://github.com/igorls/universal-llm-client",
                          "name": "universal-llm-client",
                          "repo": "igorls/universal-llm-client"
                        }
                      },
                      {
                        "url": "https://github.com/tt-a1i",
                        "name": "tt-a1i",
                        "rank": 10,
                        "avatar": "https://avatars.githubusercontent.com/u/53142663?s=96&v=4",
                        "username": "tt-a1i",
                        "popularRepo": {
                          "url": "https://github.com/tt-a1i/archify",
                          "name": "archify",
                          "repo": "tt-a1i/archify",
                          "description": "Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion…"
                        }
                      },
                      {
                        "url": "https://github.com/backnotprop",
                        "name": "Michael Ramos",
                        "rank": 11,
                        "avatar": "https://avatars.githubusercontent.com/u/7244317?s=96&v=4",
                        "username": "backnotprop",
                        "popularRepo": {
                          "url": "https://github.com/backnotprop/plannotator",
                          "name": "plannotator",
                          "repo": "backnotprop/plannotator",
                          "description": "Annotate and review coding agent plans and code diffs visually, share with your team, send feedback to agents with one click."
                        }
                      },
                      {
                        "url": "https://github.com/alshedivat",
                        "name": "Maruan",
                        "rank": 12,
                        "avatar": "https://avatars.githubusercontent.com/u/2126561?s=96&v=4",
                        "username": "alshedivat",
                        "popularRepo": {
                          "url": "https://github.com/alshedivat/al-folio",
                          "name": "al-folio",
                          "repo": "alshedivat/al-folio",
                          "description": "A beautiful, simple, clean, and responsive Jekyll theme for academics"
                        }
                      },
                      {
                        "url": "https://github.com/ImChong",
                        "name": "Chong Liu",
                        "rank": 13,
                        "avatar": "https://avatars.githubusercontent.com/u/74563097?s=96&v=4",
                        "username": "ImChong",
                        "popularRepo": {
                          "url": "https://github.com/ImChong/Robotics_Notebooks",
                          "name": "Robotics_Notebooks",
                          "repo": "ImChong/Robotics_Notebooks",
                          "description": "机器人技术栈资料汇总"
                        }
                      },
                      {
                        "url": "https://github.com/danielmeppiel",
                        "name": "Daniel Meppiel",
                        "rank": 14,
                        "avatar": "https://avatars.githubusercontent.com/u/51440732?s=96&v=4",
                        "username": "danielmeppiel",
                        "popularRepo": {
                          "url": "https://github.com/danielmeppiel/agentic-sdlc-handbook",
                          "name": "agentic-sdlc-handbook",
                          "repo": "danielmeppiel/agentic-sdlc-handbook",
                          "description": "The Agentic SDLC Handbook — dual-audience guide for C-suite and practitioners"
                        }
                      },
                      {
                        "url": "https://github.com/bradygaster",
                        "name": "Brady Gaster",
                        "rank": 15,
                        "avatar": "https://avatars.githubusercontent.com/u/41929050?s=96&v=4",
                        "username": "bradygaster",
                        "popularRepo": {
                          "url": "https://github.com/bradygaster/squad",
                          "name": "squad",
                          "repo": "bradygaster/squad",
                          "description": "Squad: AI agent teams for any project"
                        }
                      },
                      {
                        "url": "https://github.com/kane50613",
                        "name": "Kane Wang",
                        "rank": 16,
                        "avatar": "https://avatars.githubusercontent.com/u/33802653?s=96&v=4",
                        "username": "kane50613",
                        "popularRepo": {
                          "url": "https://github.com/kane50613/takumi",
                          "name": "takumi",
                          "repo": "kane50613/takumi",
                          "description": "Render JSX & HTML to image, SVG or PDF. 170+ CSS properties supported. Drop-in next/og replacement."
                        }
                      },
                      {
                        "url": "https://github.com/louistrue",
                        "name": "Louis Trümpler",
                        "rank": 17,
                        "avatar": "https://avatars.githubusercontent.com/u/78563314?s=96&v=4",
                        "username": "louistrue",
                        "popularRepo": {
                          "url": "https://github.com/louistrue/ifcx-mcp",
                          "name": "ifcx-mcp",
                          "repo": "louistrue/ifcx-mcp",
                          "description": "MCP server for authoring IFC5/IFCX building information models through AI assistants. Supports spatial structures, geometry, materials, c…"
                        }
                      },
                      {
                        "url": "https://github.com/auscaster",
                        "name": "Kam",
                        "rank": 18,
                        "avatar": "https://avatars.githubusercontent.com/u/100876?s=96&v=4",
                        "username": "auscaster",
                        "popularRepo": {
                          "url": "https://github.com/auscaster/frantic-board",
                          "name": "frantic-board",
                          "repo": "auscaster/frantic-board",
                          "description": "HELP WANTED: AI AGENTS. Real bounties, real money, every payout sealed to a public ledger. The notice board for gofrantic.com"
                        }
                      },
                      {
                        "url": "https://github.com/perminder-klair",
                        "name": "Parminder Klair",
                        "rank": 19,
                        "avatar": "https://avatars.githubusercontent.com/u/3984412?s=96&v=4",
                        "username": "perminder-klair",
                        "popularRepo": {
                          "url": "https://github.com/perminder-klair/subwave",
                          "name": "subwave",
                          "repo": "perminder-klair/subwave",
                          "description": "Personal internet radio: Agentic AI DJ"
                        }
                      },
                      {
                        "url": "https://github.com/pbakaus",
                        "name": "Paul Bakaus",
                        "rank": 20,
                        "avatar": "https://avatars.githubusercontent.com/u/43004?s=96&v=4",
                        "username": "pbakaus",
                        "popularRepo": {
                          "url": "https://github.com/pbakaus/impeccable",
                          "name": "impeccable",
                          "repo": "pbakaus/impeccable",
                          "description": "The design language that makes your AI harness better at design."
                        }
                      },
                      {
                        "url": "https://github.com/lalalune",
                        "name": "Shaw",
                        "rank": 21,
                        "avatar": "https://avatars.githubusercontent.com/u/18633264?s=96&v=4",
                        "username": "lalalune",
                        "popularRepo": {
                          "url": "https://github.com/lalalune/outreachr",
                          "name": "outreachr",
                          "repo": "lalalune/outreachr",
                          "description": "Local-first, open-source investor fundraising CRM for founders"
                        }
                      },
                      {
                        "url": "https://github.com/poteto",
                        "name": "lauren",
                        "rank": 22,
                        "avatar": "https://avatars.githubusercontent.com/u/1390709?s=96&v=4",
                        "username": "poteto",
                        "popularRepo": {
                          "url": "https://github.com/poteto/hiring-without-whiteboards",
                          "name": "hiring-without-whiteboards",
                          "repo": "poteto/hiring-without-whiteboards",
                          "description": "⭐️ Companies that don't have a broken hiring process"
                        }
                      },
                      {
                        "url": "https://github.com/kentcdodds",
                        "name": "Kent C. Dodds",
                        "rank": 23,
                        "avatar": "https://avatars.githubusercontent.com/u/1500684?s=96&v=4",
                        "username": "kentcdodds",
                        "popularRepo": {
                          "url": "https://github.com/kentcdodds/kody",
                          "name": "kody",
                          "repo": "kentcdodds/kody",
                          "description": "Your assistant's home — the memory, keys, code, and automations your AI agent keeps, portable across every MCP host. Built on Cloudflare …"
                        }
                      },
                      {
                        "url": "https://github.com/sonichi",
                        "name": "Chi Wang",
                        "rank": 24,
                        "avatar": "https://avatars.githubusercontent.com/u/4250911?s=96&v=4",
                        "username": "sonichi",
                        "popularRepo": {
                          "url": "https://github.com/sonichi/sutando",
                          "name": "sutando",
                          "repo": "sonichi/sutando",
                          "description": "My AI Stand. Realtime by day, rewriting itself by night. Summon my AI superpower."
                        }
                      },
                      {
                        "url": "https://github.com/dalathegreat",
                        "name": "Daniel Öster",
                        "rank": 25,
                        "avatar": "https://avatars.githubusercontent.com/u/26695010?s=96&v=4",
                        "username": "dalathegreat",
                        "popularRepo": {
                          "url": "https://github.com/dalathegreat/Battery-Emulator",
                          "name": "Battery-Emulator",
                          "repo": "dalathegreat/Battery-Emulator",
                          "description": "This revolutionary software enables EV battery packs to be easily reused for stationary storage in combination with solar inverters"
                        }
                      }
                    ],
                    "since": "daily"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:github-user/repo/{owner}/{repo}": {
      "get": {
        "operationId": "social_media_github_user_repo",
        "summary": "Get Repository",
        "description": "Detail satu repositori GitHub.",
        "tags": [
          "GitHub User"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/github-user#reference-repo"
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "description": "Repository owner (user or org)",
            "schema": {
              "type": "string",
              "example": "facebook"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "description": "Repository name",
            "schema": {
              "type": "string",
              "example": "react"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "repo": {
                      "id": 10270250,
                      "url": "https://github.com/react/react",
                      "name": "react",
                      "forks": 51190,
                      "owner": "react",
                      "stars": 247059,
                      "isFork": false,
                      "topics": [
                        "declarative",
                        "frontend",
                        "javascript",
                        "library",
                        "react",
                        "ui"
                      ],
                      "license": "MIT",
                      "fullName": "react/react",
                      "homepage": "https://react.dev",
                      "language": "JavaScript",
                      "pushedAt": "2026-08-05T19:11:16Z",
                      "watchers": 6600,
                      "createdAt": "2013-05-24T16:15:54Z",
                      "updatedAt": "2026-08-06T11:12:40Z",
                      "isArchived": false,
                      "openIssues": 1248,
                      "description": "The library for web and native user interfaces.",
                      "defaultBranch": "main"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:github-user/org/{org}": {
      "get": {
        "operationId": "social_media_github_user_org",
        "summary": "Get Organization",
        "description": "Profil satu organisasi GitHub.",
        "tags": [
          "GitHub User"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/github-user#reference-org"
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "description": "Organization login",
            "schema": {
              "type": "string",
              "example": "vercel"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "org": {
                      "id": 14985020,
                      "url": "https://github.com/vercel",
                      "blog": "https://vercel.com",
                      "name": "Vercel",
                      "login": "vercel",
                      "avatar": "https://avatars.githubusercontent.com/u/14985020?v=4",
                      "twitter": "vercel",
                      "createdAt": "2015-10-05T19:40:30Z",
                      "followers": 30114,
                      "following": 0,
                      "updatedAt": "2026-07-16T14:59:51Z",
                      "isVerified": true,
                      "description": "Agentic infrastructure for every app and agent.",
                      "publicGists": 0,
                      "publicRepos": 238
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:github-user/releases/{owner}/{repo}": {
      "get": {
        "operationId": "social_media_github_user_releases",
        "summary": "Get Repository Releases",
        "description": "Daftar release sebuah repositori, lengkap dengan asetnya.",
        "tags": [
          "GitHub User"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/github-user#reference-releases"
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "description": "Repository owner",
            "schema": {
              "type": "string",
              "example": "oven-sh"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "description": "Repository name",
            "schema": {
              "type": "string",
              "example": "bun"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number. Default 1",
            "schema": {
              "type": "number",
              "example": "1"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": false,
            "description": "Releases per page. Default 30, max 100",
            "schema": {
              "type": "number",
              "example": "30"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "page": 1,
                    "repo": "bun",
                    "count": 30,
                    "items": [
                      {
                        "id": 320260981,
                        "tag": "bun-v1.3.14",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.14",
                        "body": "To install Bun v1.3.14\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.14:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n## [Read Bun v1.3.14's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.14)\r\n\r\n### Thanks to 11 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@alii](https://github.com/alii)\r\n- [@carlsmedstad](https://github.com/carlsmedstad)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@coleleavitt](https://github.com/coleleavitt)\r\n- [@djs5008](https://github.com/djs5008)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@ig-ant](https://github.com/ig-ant)\r\n- [@Jarred-Sumner](https://github.com/Jarred-Sumner)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n\r\n\r\n\r\n",
                        "name": "Bun v1.3.14",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 301012416,
                            "contentType": "application/zip",
                            "downloadCount": 1687
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 23586433,
                            "contentType": "application/zip",
                            "downloadCount": 1181711
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 312642364,
                            "contentType": "application/zip",
                            "downloadCount": 1272
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 26509145,
                            "contentType": "application/zip",
                            "downloadCount": 11223
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 312642274,
                            "contentType": "application/zip",
                            "downloadCount": 1226
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 26509109,
                            "contentType": "application/zip",
                            "downloadCount": 80529
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-freebsd-aarch64-profile.zip",
                            "name": "bun-freebsd-aarch64-profile.zip",
                            "size": 169220344,
                            "contentType": "application/zip",
                            "downloadCount": 1094
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-freebsd-aarch64.zip",
                            "name": "bun-freebsd-aarch64.zip",
                            "size": 35255742,
                            "contentType": "application/zip",
                            "downloadCount": 1144
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-freebsd-x64-baseline-profile.zip",
                            "name": "bun-freebsd-x64-baseline-profile.zip",
                            "size": 171601492,
                            "contentType": "application/zip",
                            "downloadCount": 1112
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-freebsd-x64-baseline.zip",
                            "name": "bun-freebsd-x64-baseline.zip",
                            "size": 35829402,
                            "contentType": "application/zip",
                            "downloadCount": 1185
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-freebsd-x64-profile.zip",
                            "name": "bun-freebsd-x64-profile.zip",
                            "size": 171601546,
                            "contentType": "application/zip",
                            "downloadCount": 935
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-freebsd-x64.zip",
                            "name": "bun-freebsd-x64.zip",
                            "size": 35829438,
                            "contentType": "application/zip",
                            "downloadCount": 1250
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-aarch64-android-profile.zip",
                            "name": "bun-linux-aarch64-android-profile.zip",
                            "size": 274932074,
                            "contentType": "application/zip",
                            "downloadCount": 1031
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-aarch64-android.zip",
                            "name": "bun-linux-aarch64-android.zip",
                            "size": 34926314,
                            "contentType": "application/zip",
                            "downloadCount": 2558
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 178662774,
                            "contentType": "application/zip",
                            "downloadCount": 936
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 34304457,
                            "contentType": "application/zip",
                            "downloadCount": 41162
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 195488180,
                            "contentType": "application/zip",
                            "downloadCount": 998
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 35700603,
                            "contentType": "application/zip",
                            "downloadCount": 1298383
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-android-baseline-profile.zip",
                            "name": "bun-linux-x64-android-baseline-profile.zip",
                            "size": 274393066,
                            "contentType": "application/zip",
                            "downloadCount": 1154
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-android-baseline.zip",
                            "name": "bun-linux-x64-android-baseline.zip",
                            "size": 35807489,
                            "contentType": "application/zip",
                            "downloadCount": 996
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-android-profile.zip",
                            "name": "bun-linux-x64-android-profile.zip",
                            "size": 274393138,
                            "contentType": "application/zip",
                            "downloadCount": 924
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-android.zip",
                            "name": "bun-linux-x64-android.zip",
                            "size": 35807525,
                            "contentType": "application/zip",
                            "downloadCount": 1051
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 200358449,
                            "contentType": "application/zip",
                            "downloadCount": 1114
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 35595658,
                            "contentType": "application/zip",
                            "downloadCount": 1745705
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 181870880,
                            "contentType": "application/zip",
                            "downloadCount": 948
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 34384861,
                            "contentType": "application/zip",
                            "downloadCount": 101675
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 181951037,
                            "contentType": "application/zip",
                            "downloadCount": 958
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 34669122,
                            "contentType": "application/zip",
                            "downloadCount": 209676
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 201016139,
                            "contentType": "application/zip",
                            "downloadCount": 1241
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 35969274,
                            "contentType": "application/zip",
                            "downloadCount": 5869066
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-windows-aarch64-profile.zip",
                            "name": "bun-windows-aarch64-profile.zip",
                            "size": 152529157,
                            "contentType": "application/zip",
                            "downloadCount": 1136
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-windows-aarch64.zip",
                            "name": "bun-windows-aarch64.zip",
                            "size": 36659109,
                            "contentType": "application/zip",
                            "downloadCount": 93984
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 161325590,
                            "contentType": "application/zip",
                            "downloadCount": 1912
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 38023440,
                            "contentType": "application/zip",
                            "downloadCount": 125972
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 161538064,
                            "contentType": "application/zip",
                            "downloadCount": 1886
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 38366737,
                            "contentType": "application/zip",
                            "downloadCount": 1160241
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 3431,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 348578
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 3709,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 254471
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2026-05-12T22:12:49Z",
                        "publishedAt": "2026-05-13T03:48:28Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 310831164,
                        "tag": "bun-v1.3.13",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.13",
                        "body": "To install Bun v1.3.13\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.13:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.13's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.13)\r\n\r\n### Thanks to 8 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@ant-kurt](https://github.com/ant-kurt)\r\n- [@chrislloyd](https://github.com/chrislloyd)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n",
                        "name": "Bun v1.3.13",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 449102347,
                            "contentType": "application/zip",
                            "downloadCount": 423
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 23094987,
                            "contentType": "application/zip",
                            "downloadCount": 358408
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 457478879,
                            "contentType": "application/zip",
                            "downloadCount": 382
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 25534684,
                            "contentType": "application/zip",
                            "downloadCount": 9922
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 457478789,
                            "contentType": "application/zip",
                            "downloadCount": 336
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 25534648,
                            "contentType": "application/zip",
                            "downloadCount": 30006
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 176672456,
                            "contentType": "application/zip",
                            "downloadCount": 292
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 36897343,
                            "contentType": "application/zip",
                            "downloadCount": 13958
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 195303679,
                            "contentType": "application/zip",
                            "downloadCount": 356
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 38781871,
                            "contentType": "application/zip",
                            "downloadCount": 360994
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 195229909,
                            "contentType": "application/zip",
                            "downloadCount": 412
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 38801759,
                            "contentType": "application/zip",
                            "downloadCount": 647412
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 174836820,
                            "contentType": "application/zip",
                            "downloadCount": 284
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 36973180,
                            "contentType": "application/zip",
                            "downloadCount": 21267
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 174979942,
                            "contentType": "application/zip",
                            "downloadCount": 281
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 37170218,
                            "contentType": "application/zip",
                            "downloadCount": 78883
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 195787027,
                            "contentType": "application/zip",
                            "downloadCount": 406
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 39125828,
                            "contentType": "application/zip",
                            "downloadCount": 2526429
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-windows-aarch64-profile.zip",
                            "name": "bun-windows-aarch64-profile.zip",
                            "size": 158026600,
                            "contentType": "application/zip",
                            "downloadCount": 404
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-windows-aarch64.zip",
                            "name": "bun-windows-aarch64.zip",
                            "size": 40150819,
                            "contentType": "application/zip",
                            "downloadCount": 6164
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 167866284,
                            "contentType": "application/zip",
                            "downloadCount": 636
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 41800537,
                            "contentType": "application/zip",
                            "downloadCount": 49059
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 168001787,
                            "contentType": "application/zip",
                            "downloadCount": 696
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 42078521,
                            "contentType": "application/zip",
                            "downloadCount": 335777
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2263,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 103391
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2541,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 49744
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2026-04-19T07:07:51Z",
                        "publishedAt": "2026-04-20T08:07:57Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 307213865,
                        "tag": "bun-v1.3.12",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.12",
                        "body": "To install Bun v1.3.12\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.12:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.12's release notes on Bun's blog](https://bun.sh/blog/bun-v1.3.12)\r\n\r\n### Thanks to 8 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@ant-kurt](https://github.com/ant-kurt)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@gameroman](https://github.com/gameroman)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n",
                        "name": "Bun v1.3.12",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 439725110,
                            "contentType": "application/zip",
                            "downloadCount": 301
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 22264502,
                            "contentType": "application/zip",
                            "downloadCount": 166407
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 447448623,
                            "contentType": "application/zip",
                            "downloadCount": 271
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 24988607,
                            "contentType": "application/zip",
                            "downloadCount": 1570
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 447448443,
                            "contentType": "application/zip",
                            "downloadCount": 248
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 24988535,
                            "contentType": "application/zip",
                            "downloadCount": 13907
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 174927344,
                            "contentType": "application/zip",
                            "downloadCount": 228
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 36489511,
                            "contentType": "application/zip",
                            "downloadCount": 5491
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 192919795,
                            "contentType": "application/zip",
                            "downloadCount": 281
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 38315273,
                            "contentType": "application/zip",
                            "downloadCount": 130396
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 192684059,
                            "contentType": "application/zip",
                            "downloadCount": 300
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 38323884,
                            "contentType": "application/zip",
                            "downloadCount": 225041
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 172254544,
                            "contentType": "application/zip",
                            "downloadCount": 224
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 36469829,
                            "contentType": "application/zip",
                            "downloadCount": 5769
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 172389650,
                            "contentType": "application/zip",
                            "downloadCount": 235
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 36647206,
                            "contentType": "application/zip",
                            "downloadCount": 21285
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 193245155,
                            "contentType": "application/zip",
                            "downloadCount": 320
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 38613565,
                            "contentType": "application/zip",
                            "downloadCount": 1015846
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-windows-aarch64-profile.zip",
                            "name": "bun-windows-aarch64-profile.zip",
                            "size": 156072738,
                            "contentType": "application/zip",
                            "downloadCount": 343
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-windows-aarch64.zip",
                            "name": "bun-windows-aarch64.zip",
                            "size": 39655633,
                            "contentType": "application/zip",
                            "downloadCount": 2312
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 165663732,
                            "contentType": "application/zip",
                            "downloadCount": 522
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 41295153,
                            "contentType": "application/zip",
                            "downloadCount": 9212
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 165813000,
                            "contentType": "application/zip",
                            "downloadCount": 529
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 41547400,
                            "contentType": "application/zip",
                            "downloadCount": 133262
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2263,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 32096
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2541,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 15472
                          }
                        ],
                        "author": "dylan-conway",
                        "isDraft": false,
                        "createdAt": "2026-04-09T04:59:38Z",
                        "publishedAt": "2026-04-10T03:04:46Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 298238705,
                        "tag": "bun-v1.3.11",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.11",
                        "body": "To install Bun v1.3.11\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.11:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.11's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.11)\r\n\r\n### Thanks to 15 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@anthonybaldwin](https://github.com/anthonybaldwin)\r\n- [@baboon-king](https://github.com/baboon-king)\r\n- [@c-stoeckl](https://github.com/c-stoeckl)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@gaowhen](https://github.com/gaowhen)\r\n- [@hona](https://github.com/hona)\r\n- [@igorkofman](https://github.com/igorkofman)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@km-anthropic](https://github.com/km-anthropic)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n- [@ssing2](https://github.com/ssing2)\r\n- [@whiteminds](https://github.com/whiteminds)\r\n",
                        "name": "Bun v1.3.11",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 427251535,
                            "contentType": "application/zip",
                            "downloadCount": 170
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 22342227,
                            "contentType": "application/zip",
                            "downloadCount": 424869
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 434756068,
                            "contentType": "application/zip",
                            "downloadCount": 211
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 24671622,
                            "contentType": "application/zip",
                            "downloadCount": 5236
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 434755978,
                            "contentType": "application/zip",
                            "downloadCount": 197
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 24671586,
                            "contentType": "application/zip",
                            "downloadCount": 29089
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 169810194,
                            "contentType": "application/zip",
                            "downloadCount": 97
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 36127116,
                            "contentType": "application/zip",
                            "downloadCount": 11288
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 186990908,
                            "contentType": "application/zip",
                            "downloadCount": 116
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 37957120,
                            "contentType": "application/zip",
                            "downloadCount": 243585
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 187388919,
                            "contentType": "application/zip",
                            "downloadCount": 348
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 37975495,
                            "contentType": "application/zip",
                            "downloadCount": 569039
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 168638084,
                            "contentType": "application/zip",
                            "downloadCount": 83
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 36196137,
                            "contentType": "application/zip",
                            "downloadCount": 16286
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 168767071,
                            "contentType": "application/zip",
                            "downloadCount": 79
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 36368980,
                            "contentType": "application/zip",
                            "downloadCount": 69104
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 187944968,
                            "contentType": "application/zip",
                            "downloadCount": 162
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 38253527,
                            "contentType": "application/zip",
                            "downloadCount": 2457848
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-windows-aarch64-profile.zip",
                            "name": "bun-windows-aarch64-profile.zip",
                            "size": 152200667,
                            "contentType": "application/zip",
                            "downloadCount": 233
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-windows-aarch64.zip",
                            "name": "bun-windows-aarch64.zip",
                            "size": 39390849,
                            "contentType": "application/zip",
                            "downloadCount": 7998
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 161168772,
                            "contentType": "application/zip",
                            "downloadCount": 387
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 41013351,
                            "contentType": "application/zip",
                            "downloadCount": 39138
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 161350301,
                            "contentType": "application/zip",
                            "downloadCount": 448
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 41281263,
                            "contentType": "application/zip",
                            "downloadCount": 700248
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2263,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 194552
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2541,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 43055
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2026-03-18T03:22:10Z",
                        "publishedAt": "2026-03-18T04:31:40Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 290742714,
                        "tag": "bun-v1.3.10",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.10",
                        "body": "To install Bun v1.3.10\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.10:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.10's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.10)\r\n\r\n### Thanks to 11 contributors!\r\n\r\n- [@alanstott](https://github.com/alanstott)\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@hk-shao](https://github.com/hk-shao)\r\n- [@hona](https://github.com/hona)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@martinamps](https://github.com/martinamps)\r\n- [@prekucki](https://github.com/prekucki)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n",
                        "name": "Bun v1.3.10",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 435402586,
                            "contentType": "application/zip",
                            "downloadCount": 111
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 22289708,
                            "contentType": "application/zip",
                            "downloadCount": 227879
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 443007498,
                            "contentType": "application/zip",
                            "downloadCount": 100
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 24594401,
                            "contentType": "application/zip",
                            "downloadCount": 3014
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 443007408,
                            "contentType": "application/zip",
                            "downloadCount": 87
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 24594365,
                            "contentType": "application/zip",
                            "downloadCount": 24647
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 170738590,
                            "contentType": "application/zip",
                            "downloadCount": 91
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 36310492,
                            "contentType": "application/zip",
                            "downloadCount": 7478
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 193699541,
                            "contentType": "application/zip",
                            "downloadCount": 82
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 38845792,
                            "contentType": "application/zip",
                            "downloadCount": 238397
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 201378579,
                            "contentType": "application/zip",
                            "downloadCount": 177
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 39215597,
                            "contentType": "application/zip",
                            "downloadCount": 687895
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 173481533,
                            "contentType": "application/zip",
                            "downloadCount": 78
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 36539835,
                            "contentType": "application/zip",
                            "downloadCount": 4845
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 173524679,
                            "contentType": "application/zip",
                            "downloadCount": 77
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 36685942,
                            "contentType": "application/zip",
                            "downloadCount": 38651
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 201014806,
                            "contentType": "application/zip",
                            "downloadCount": 160
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 39328732,
                            "contentType": "application/zip",
                            "downloadCount": 2097060
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-windows-aarch64-profile.zip",
                            "name": "bun-windows-aarch64-profile.zip",
                            "size": 151955431,
                            "contentType": "application/zip",
                            "downloadCount": 227
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-windows-aarch64.zip",
                            "name": "bun-windows-aarch64.zip",
                            "size": 39050023,
                            "contentType": "application/zip",
                            "downloadCount": 7846
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 158973535,
                            "contentType": "application/zip",
                            "downloadCount": 334
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 40903093,
                            "contentType": "application/zip",
                            "downloadCount": 38539
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 159158145,
                            "contentType": "application/zip",
                            "downloadCount": 374
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 41064682,
                            "contentType": "application/zip",
                            "downloadCount": 156601
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2263,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 174393
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2541,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 12810
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2026-02-26T04:55:23Z",
                        "publishedAt": "2026-02-26T07:08:20Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 283980252,
                        "tag": "bun-v1.3.9",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.9",
                        "body": "To install Bun v1.3.9\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.9:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.9's release notes on Bun's blog](https://bun.sh/blog/bun-v1.3.9)\r\n\r\n### Thanks to 10 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@billywhizz](https://github.com/billywhizz)\r\n- [@chrislloyd](https://github.com/chrislloyd)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@ddmoney420](https://github.com/ddmoney420)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n- [@xingxingmofashu](https://github.com/xingxingmofashu)\r\n",
                        "name": "Bun v1.3.9",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 431149785,
                            "contentType": "application/zip",
                            "downloadCount": 148
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 22044894,
                            "contentType": "application/zip",
                            "downloadCount": 263523
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 438664108,
                            "contentType": "application/zip",
                            "downloadCount": 106
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 24324278,
                            "contentType": "application/zip",
                            "downloadCount": 3670
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 438664018,
                            "contentType": "application/zip",
                            "downloadCount": 96
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 24324242,
                            "contentType": "application/zip",
                            "downloadCount": 15759
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 169299927,
                            "contentType": "application/zip",
                            "downloadCount": 91
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 36051848,
                            "contentType": "application/zip",
                            "downloadCount": 7659
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 190122230,
                            "contentType": "application/zip",
                            "downloadCount": 78
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 38309593,
                            "contentType": "application/zip",
                            "downloadCount": 352335
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 197802142,
                            "contentType": "application/zip",
                            "downloadCount": 253
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 38670145,
                            "contentType": "application/zip",
                            "downloadCount": 424570
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 172092432,
                            "contentType": "application/zip",
                            "downloadCount": 87
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 36281866,
                            "contentType": "application/zip",
                            "downloadCount": 5462
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 172119404,
                            "contentType": "application/zip",
                            "downloadCount": 82
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 36425419,
                            "contentType": "application/zip",
                            "downloadCount": 72869
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 197723343,
                            "contentType": "application/zip",
                            "downloadCount": 172
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 38812800,
                            "contentType": "application/zip",
                            "downloadCount": 1860793
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 157809055,
                            "contentType": "application/zip",
                            "downloadCount": 659
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 40648800,
                            "contentType": "application/zip",
                            "downloadCount": 20795
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 157994651,
                            "contentType": "application/zip",
                            "downloadCount": 664
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 40809955,
                            "contentType": "application/zip",
                            "downloadCount": 288926
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 93075
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 11327
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2026-02-07T02:05:17Z",
                        "publishedAt": "2026-02-08T09:31:23Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 281034963,
                        "tag": "bun-v1.3.8",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.8",
                        "body": "To install Bun v1.3.8\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.8:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.8's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.8)\r\n\r\n### Thanks to 4 contributors!\r\n\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n",
                        "name": "Bun v1.3.8",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 420475406,
                            "contentType": "application/zip",
                            "downloadCount": 99
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 21906555,
                            "contentType": "application/zip",
                            "downloadCount": 156223
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 426881769,
                            "contentType": "application/zip",
                            "downloadCount": 76
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 24094389,
                            "contentType": "application/zip",
                            "downloadCount": 1777
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 426881679,
                            "contentType": "application/zip",
                            "downloadCount": 74
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 24094353,
                            "contentType": "application/zip",
                            "downloadCount": 7442
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 165434367,
                            "contentType": "application/zip",
                            "downloadCount": 67
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 35584768,
                            "contentType": "application/zip",
                            "downloadCount": 4218
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 186391110,
                            "contentType": "application/zip",
                            "downloadCount": 67
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 37570945,
                            "contentType": "application/zip",
                            "downloadCount": 101225
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 196671291,
                            "contentType": "application/zip",
                            "downloadCount": 153
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 38498995,
                            "contentType": "application/zip",
                            "downloadCount": 248169
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 172276096,
                            "contentType": "application/zip",
                            "downloadCount": 70
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 36237427,
                            "contentType": "application/zip",
                            "downloadCount": 1714
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 172605313,
                            "contentType": "application/zip",
                            "downloadCount": 76
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 36423782,
                            "contentType": "application/zip",
                            "downloadCount": 15754
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 197036225,
                            "contentType": "application/zip",
                            "downloadCount": 136
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 38690273,
                            "contentType": "application/zip",
                            "downloadCount": 807836
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 157005583,
                            "contentType": "application/zip",
                            "downloadCount": 395
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 40531314,
                            "contentType": "application/zip",
                            "downloadCount": 8525
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 157162104,
                            "contentType": "application/zip",
                            "downloadCount": 390
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 40679296,
                            "contentType": "application/zip",
                            "downloadCount": 102265
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 38476
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 3577
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2026-01-29T09:22:53Z",
                        "publishedAt": "2026-01-29T10:38:16Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 280169255,
                        "tag": "bun-v1.3.7",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.7",
                        "body": "To install Bun v1.3.7\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.7:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.7's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.7)\r\n\r\n### Thanks to 11 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@kirillmarkelov](https://github.com/kirillmarkelov)\r\n- [@mmitchellg5](https://github.com/mmitchellg5)\r\n- [@remorses](https://github.com/remorses)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n- [@vadim-anthropic](https://github.com/vadim-anthropic)\r\n- [@wovw](https://github.com/wovw)\r\n",
                        "name": "Bun v1.3.7",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 418468278,
                            "contentType": "application/zip",
                            "downloadCount": 49
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 21458055,
                            "contentType": "application/zip",
                            "downloadCount": 31105
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 425876544,
                            "contentType": "application/zip",
                            "downloadCount": 45
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 23918992,
                            "contentType": "application/zip",
                            "downloadCount": 475
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 425876454,
                            "contentType": "application/zip",
                            "downloadCount": 50
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 23918956,
                            "contentType": "application/zip",
                            "downloadCount": 1834
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 163529307,
                            "contentType": "application/zip",
                            "downloadCount": 51
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 35065203,
                            "contentType": "application/zip",
                            "downloadCount": 952
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 184415257,
                            "contentType": "application/zip",
                            "downloadCount": 47
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 37056106,
                            "contentType": "application/zip",
                            "downloadCount": 20948
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 196016315,
                            "contentType": "application/zip",
                            "downloadCount": 106
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 38334678,
                            "contentType": "application/zip",
                            "downloadCount": 70053
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 171604181,
                            "contentType": "application/zip",
                            "downloadCount": 57
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 36066426,
                            "contentType": "application/zip",
                            "downloadCount": 812
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 171898811,
                            "contentType": "application/zip",
                            "downloadCount": 62
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 36237133,
                            "contentType": "application/zip",
                            "downloadCount": 6262
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 196333457,
                            "contentType": "application/zip",
                            "downloadCount": 88
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 38511923,
                            "contentType": "application/zip",
                            "downloadCount": 336715
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 156561667,
                            "contentType": "application/zip",
                            "downloadCount": 122
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 40368061,
                            "contentType": "application/zip",
                            "downloadCount": 3250
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 156721116,
                            "contentType": "application/zip",
                            "downloadCount": 127
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 40512056,
                            "contentType": "application/zip",
                            "downloadCount": 25358
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 14530
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 1613
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2026-01-27T00:04:45Z",
                        "publishedAt": "2026-01-27T07:04:03Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 276198040,
                        "tag": "bun-v1.3.6",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.6",
                        "body": "To install Bun v1.3.6\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.6:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.6's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.6)\r\n\r\n### Thanks to 23 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@billywhizz](https://github.com/billywhizz)\r\n- [@bmwalters](https://github.com/bmwalters)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@d4mr](https://github.com/d4mr)\r\n- [@darwin808](https://github.com/darwin808)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@emwadde](https://github.com/emwadde)\r\n- [@franklinfollis](https://github.com/franklinfollis)\r\n- [@jackkleeman](https://github.com/jackkleeman)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@kjanat](https://github.com/kjanat)\r\n- [@makuko](https://github.com/makuko)\r\n- [@mattermoran](https://github.com/mattermoran)\r\n- [@nektro](https://github.com/nektro)\r\n- [@nfreya](https://github.com/nfreya)\r\n- [@nicocevallos](https://github.com/nicocevallos)\r\n- [@rekram1-node](https://github.com/rekram1-node)\r\n- [@remorses](https://github.com/remorses)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n- [@sqdshguy](https://github.com/sqdshguy)\r\n- [@veggiesaurus](https://github.com/veggiesaurus)\r\n",
                        "name": "Bun v1.3.6",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 414362428,
                            "contentType": "application/zip",
                            "downloadCount": 92
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 21196424,
                            "contentType": "application/zip",
                            "downloadCount": 171714
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 421845677,
                            "contentType": "application/zip",
                            "downloadCount": 93
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 23647103,
                            "contentType": "application/zip",
                            "downloadCount": 4540
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 421845587,
                            "contentType": "application/zip",
                            "downloadCount": 85
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 23647067,
                            "contentType": "application/zip",
                            "downloadCount": 9612
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 161639030,
                            "contentType": "application/zip",
                            "downloadCount": 76
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 34835356,
                            "contentType": "application/zip",
                            "downloadCount": 5762
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 182013749,
                            "contentType": "application/zip",
                            "downloadCount": 80
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 36791318,
                            "contentType": "application/zip",
                            "downloadCount": 237964
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 193436559,
                            "contentType": "application/zip",
                            "downloadCount": 160
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 38080460,
                            "contentType": "application/zip",
                            "downloadCount": 416853
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 169417929,
                            "contentType": "application/zip",
                            "downloadCount": 91
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 35826652,
                            "contentType": "application/zip",
                            "downloadCount": 3775
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 169726042,
                            "contentType": "application/zip",
                            "downloadCount": 89
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 35998708,
                            "contentType": "application/zip",
                            "downloadCount": 51706
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 193716605,
                            "contentType": "application/zip",
                            "downloadCount": 159
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 38258353,
                            "contentType": "application/zip",
                            "downloadCount": 3318267
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 154253651,
                            "contentType": "application/zip",
                            "downloadCount": 495
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 40033161,
                            "contentType": "application/zip",
                            "downloadCount": 12610
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 154414189,
                            "contentType": "application/zip",
                            "downloadCount": 504
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 40182958,
                            "contentType": "application/zip",
                            "downloadCount": 147524
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 42571
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 9549
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2026-01-12T22:55:27Z",
                        "publishedAt": "2026-01-13T02:27:21Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 270982090,
                        "tag": "bun-v1.3.5",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.5",
                        "body": "To install Bun v1.3.5\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.5:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.5's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.5)\r\n\r\n### Thanks to 10 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@crishoj](https://github.com/crishoj)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@elfayer](https://github.com/elfayer)\r\n- [@hamidrezahanafi](https://github.com/hamidrezahanafi)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@kylekz](https://github.com/kylekz)\r\n- [@robobun](https://github.com/robobun)\r\n- [@ryangst](https://github.com/ryangst)\r\n",
                        "name": "Bun v1.3.5",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 412539283,
                            "contentType": "application/zip",
                            "downloadCount": 133
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 22118642,
                            "contentType": "application/zip",
                            "downloadCount": 203849
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 420104038,
                            "contentType": "application/zip",
                            "downloadCount": 107
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 24660688,
                            "contentType": "application/zip",
                            "downloadCount": 8875
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 420103948,
                            "contentType": "application/zip",
                            "downloadCount": 91
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 24660652,
                            "contentType": "application/zip",
                            "downloadCount": 14645
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 167726948,
                            "contentType": "application/zip",
                            "downloadCount": 77
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 35785531,
                            "contentType": "application/zip",
                            "downloadCount": 5843
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 188534059,
                            "contentType": "application/zip",
                            "downloadCount": 71
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 37798811,
                            "contentType": "application/zip",
                            "downloadCount": 137888
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 200978422,
                            "contentType": "application/zip",
                            "downloadCount": 147
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 39274201,
                            "contentType": "application/zip",
                            "downloadCount": 802267
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 175819065,
                            "contentType": "application/zip",
                            "downloadCount": 96
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 36896090,
                            "contentType": "application/zip",
                            "downloadCount": 3649
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 176083116,
                            "contentType": "application/zip",
                            "downloadCount": 76
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 37061202,
                            "contentType": "application/zip",
                            "downloadCount": 99956
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 201276998,
                            "contentType": "application/zip",
                            "downloadCount": 138
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 39449358,
                            "contentType": "application/zip",
                            "downloadCount": 1481082
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 160214851,
                            "contentType": "application/zip",
                            "downloadCount": 472
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 40943563,
                            "contentType": "application/zip",
                            "downloadCount": 24302
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 160349027,
                            "contentType": "application/zip",
                            "downloadCount": 477
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 41090788,
                            "contentType": "application/zip",
                            "downloadCount": 165635
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 84154
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 7725
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2025-12-17T08:52:16Z",
                        "publishedAt": "2025-12-17T16:55:41Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 268058795,
                        "tag": "bun-v1.3.4",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.4",
                        "body": "To install Bun v1.3.4\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.4:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.4's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.4)\r\n\r\n### Thanks to 14 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@amdad121](https://github.com/amdad121)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@eroderust](https://github.com/eroderust)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@lydiahallie](https://github.com/lydiahallie)\r\n- [@markovejnovic](https://github.com/markovejnovic)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@robobun](https://github.com/robobun)\r\n- [@shendongming](https://github.com/shendongming)\r\n- [@tamicktom](https://github.com/tamicktom)\r\n- [@taylordotfish](https://github.com/taylordotfish)\r\n",
                        "name": "Bun v1.3.4",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 412051277,
                            "contentType": "application/zip",
                            "downloadCount": 65
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 22116962,
                            "contentType": "application/zip",
                            "downloadCount": 93395
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 418066452,
                            "contentType": "application/zip",
                            "downloadCount": 64
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 24660363,
                            "contentType": "application/zip",
                            "downloadCount": 2230
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 418066362,
                            "contentType": "application/zip",
                            "downloadCount": 67
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 24660327,
                            "contentType": "application/zip",
                            "downloadCount": 5433
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 166687186,
                            "contentType": "application/zip",
                            "downloadCount": 51
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 35790333,
                            "contentType": "application/zip",
                            "downloadCount": 6343
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 188365236,
                            "contentType": "application/zip",
                            "downloadCount": 57
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 37796247,
                            "contentType": "application/zip",
                            "downloadCount": 64502
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 200797256,
                            "contentType": "application/zip",
                            "downloadCount": 109
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 39256578,
                            "contentType": "application/zip",
                            "downloadCount": 435797
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 174700914,
                            "contentType": "application/zip",
                            "downloadCount": 74
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 36884179,
                            "contentType": "application/zip",
                            "downloadCount": 1313
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 174974956,
                            "contentType": "application/zip",
                            "downloadCount": 64
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 37062063,
                            "contentType": "application/zip",
                            "downloadCount": 12729
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 201096208,
                            "contentType": "application/zip",
                            "downloadCount": 116
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 39441764,
                            "contentType": "application/zip",
                            "downloadCount": 1759268
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 160112811,
                            "contentType": "application/zip",
                            "downloadCount": 426
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 40938715,
                            "contentType": "application/zip",
                            "downloadCount": 8548
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 160240781,
                            "contentType": "application/zip",
                            "downloadCount": 434
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 41077503,
                            "contentType": "application/zip",
                            "downloadCount": 69979
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 27335
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 2827
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2025-12-07T00:37:09Z",
                        "publishedAt": "2025-12-07T04:53:19Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 264245480,
                        "tag": "bun-v1.3.3",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.3",
                        "body": "To install Bun v1.3.3\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.3:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.3's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.3)\r\n\r\n### Thanks to 19 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@braden-w](https://github.com/braden-w)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@connerlphillippi](https://github.com/connerlphillippi)\r\n- [@dioro](https://github.com/dioro)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@halil-pan](https://github.com/halil-pan)\r\n- [@hona](https://github.com/hona)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@lydiahallie](https://github.com/lydiahallie)\r\n- [@markovejnovic](https://github.com/markovejnovic)\r\n- [@minigod](https://github.com/minigod)\r\n- [@nathanosoares](https://github.com/nathanosoares)\r\n- [@nektro](https://github.com/nektro)\r\n- [@ocodista](https://github.com/ocodista)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@robobun](https://github.com/robobun)\r\n- [@yinheli](https://github.com/yinheli)\r\n",
                        "name": "Bun v1.3.3",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 408054000,
                            "contentType": "application/zip",
                            "downloadCount": 89
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 22063538,
                            "contentType": "application/zip",
                            "downloadCount": 329601
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 413971519,
                            "contentType": "application/zip",
                            "downloadCount": 85
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 24594592,
                            "contentType": "application/zip",
                            "downloadCount": 3422
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 413971429,
                            "contentType": "application/zip",
                            "downloadCount": 77
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 24594556,
                            "contentType": "application/zip",
                            "downloadCount": 4911
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 166088303,
                            "contentType": "application/zip",
                            "downloadCount": 65
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 35724609,
                            "contentType": "application/zip",
                            "downloadCount": 3443
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 187847983,
                            "contentType": "application/zip",
                            "downloadCount": 66
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 37737441,
                            "contentType": "application/zip",
                            "downloadCount": 109705
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 200171867,
                            "contentType": "application/zip",
                            "downloadCount": 183
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 39185481,
                            "contentType": "application/zip",
                            "downloadCount": 607787
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 173932647,
                            "contentType": "application/zip",
                            "downloadCount": 75
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 36808597,
                            "contentType": "application/zip",
                            "downloadCount": 1055
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 174201807,
                            "contentType": "application/zip",
                            "downloadCount": 71
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 36983026,
                            "contentType": "application/zip",
                            "downloadCount": 20491
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 200472299,
                            "contentType": "application/zip",
                            "downloadCount": 154
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 39373706,
                            "contentType": "application/zip",
                            "downloadCount": 847287
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 159473692,
                            "contentType": "application/zip",
                            "downloadCount": 484
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 40853922,
                            "contentType": "application/zip",
                            "downloadCount": 12477
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 159603206,
                            "contentType": "application/zip",
                            "downloadCount": 518
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 40993840,
                            "contentType": "application/zip",
                            "downloadCount": 93555
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 39561
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 4352
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2025-11-21T07:37:31Z",
                        "publishedAt": "2025-11-21T19:32:02Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 260820929,
                        "tag": "bun-v1.3.2",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.2",
                        "body": "To install Bun v1.3.2\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.2:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.2's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.2)\r\n\r\n### Thanks to 18 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@avarayr](https://github.com/avarayr)\r\n- [@braden-w](https://github.com/braden-w)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@csvlad](https://github.com/csvlad)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@fraidev](https://github.com/fraidev)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@lillious](https://github.com/lillious)\r\n- [@lydiahallie](https://github.com/lydiahallie)\r\n- [@markovejnovic](https://github.com/markovejnovic)\r\n- [@nektro](https://github.com/nektro)\r\n- [@nkxxll](https://github.com/nkxxll)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n- [@taylordotfish](https://github.com/taylordotfish)\r\n",
                        "name": "Bun v1.3.2",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 412499098,
                            "contentType": "application/zip",
                            "downloadCount": 63
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 22511628,
                            "contentType": "application/zip",
                            "downloadCount": 98868
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 418272183,
                            "contentType": "application/zip",
                            "downloadCount": 55
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 25103060,
                            "contentType": "application/zip",
                            "downloadCount": 3108
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 418272093,
                            "contentType": "application/zip",
                            "downloadCount": 51
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 25103024,
                            "contentType": "application/zip",
                            "downloadCount": 3738
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 170207606,
                            "contentType": "application/zip",
                            "downloadCount": 44
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 36160489,
                            "contentType": "application/zip",
                            "downloadCount": 3574
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 191981312,
                            "contentType": "application/zip",
                            "downloadCount": 48
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 38163037,
                            "contentType": "application/zip",
                            "downloadCount": 61318
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 203947111,
                            "contentType": "application/zip",
                            "downloadCount": 117
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 39630922,
                            "contentType": "application/zip",
                            "downloadCount": 800156
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 177689023,
                            "contentType": "application/zip",
                            "downloadCount": 60
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 37248504,
                            "contentType": "application/zip",
                            "downloadCount": 572
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 177921476,
                            "contentType": "application/zip",
                            "downloadCount": 56
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 37405063,
                            "contentType": "application/zip",
                            "downloadCount": 20756
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 204189110,
                            "contentType": "application/zip",
                            "downloadCount": 139
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 39791424,
                            "contentType": "application/zip",
                            "downloadCount": 1449462
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 162904345,
                            "contentType": "application/zip",
                            "downloadCount": 426
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 41949518,
                            "contentType": "application/zip",
                            "downloadCount": 8878
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 163095452,
                            "contentType": "application/zip",
                            "downloadCount": 456
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 42109760,
                            "contentType": "application/zip",
                            "downloadCount": 62952
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 53889
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 1252
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2025-11-08T05:49:58Z",
                        "publishedAt": "2025-11-08T07:57:10Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 256252704,
                        "tag": "bun-v1.3.1",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.1",
                        "body": "To install Bun v1.3.1\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.1:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.1's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.1)\r\n\r\n### Thanks to 15 contributors!\r\n\r\n- [@alinalihassan](https://github.com/alinalihassan)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@hoxyy](https://github.com/hoxyy)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@jsparkdev](https://github.com/jsparkdev)\r\n- [@mariusz4044](https://github.com/mariusz4044)\r\n- [@markovejnovic](https://github.com/markovejnovic)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@robobun](https://github.com/robobun)\r\n- [@shlomocode](https://github.com/shlomocode)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n- [@taylordotfish](https://github.com/taylordotfish)\r\n\r\nSpecial thanks to Martin Schwarzl of Cloudflare for fuzzing & reporting several bugs!!\r\n",
                        "name": "Bun v1.3.1",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 411291862,
                            "contentType": "application/zip",
                            "downloadCount": 107
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 22437956,
                            "contentType": "application/zip",
                            "downloadCount": 111819
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 417069748,
                            "contentType": "application/zip",
                            "downloadCount": 88
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 25016402,
                            "contentType": "application/zip",
                            "downloadCount": 8378
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 417069658,
                            "contentType": "application/zip",
                            "downloadCount": 77
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 25016366,
                            "contentType": "application/zip",
                            "downloadCount": 5064
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 169759527,
                            "contentType": "application/zip",
                            "downloadCount": 51
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 36073885,
                            "contentType": "application/zip",
                            "downloadCount": 4482
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 191285841,
                            "contentType": "application/zip",
                            "downloadCount": 59
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 38034553,
                            "contentType": "application/zip",
                            "downloadCount": 87961
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 203315714,
                            "contentType": "application/zip",
                            "downloadCount": 128
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 39510697,
                            "contentType": "application/zip",
                            "downloadCount": 831932
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 177228120,
                            "contentType": "application/zip",
                            "downloadCount": 80
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 37166655,
                            "contentType": "application/zip",
                            "downloadCount": 880
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 177437840,
                            "contentType": "application/zip",
                            "downloadCount": 63
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 37320135,
                            "contentType": "application/zip",
                            "downloadCount": 38011
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 203549420,
                            "contentType": "application/zip",
                            "downloadCount": 137
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 39662055,
                            "contentType": "application/zip",
                            "downloadCount": 622305
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 162632501,
                            "contentType": "application/zip",
                            "downloadCount": 499
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 41874972,
                            "contentType": "application/zip",
                            "downloadCount": 11214
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 162817940,
                            "contentType": "application/zip",
                            "downloadCount": 530
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 42036126,
                            "contentType": "application/zip",
                            "downloadCount": 95800
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 60781
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 4255
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2025-10-22T05:58:46Z",
                        "publishedAt": "2025-10-22T07:53:48Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 253627838,
                        "tag": "bun-v1.3.0",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.0",
                        "body": "\r\n\r\n[Read the blog post](https://bun.com/1.3)\r\n\r\n<a href=\"https://bun.com/1.3\">\r\n\r\n<img width=\"1536\" height=\"1024\" alt=\"Group 77\" src=\"https://github.com/user-attachments/assets/54a1710b-fdec-4de9-8fbd-84c640ab1f1e\" />\r\n\r\n\r\n</a>\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n\r\n",
                        "name": "Bun v1.3",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 408449744,
                            "contentType": "application/zip",
                            "downloadCount": 64
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 22391665,
                            "contentType": "application/zip",
                            "downloadCount": 83186
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 414233826,
                            "contentType": "application/zip",
                            "downloadCount": 50
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 24958945,
                            "contentType": "application/zip",
                            "downloadCount": 5147
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 414233736,
                            "contentType": "application/zip",
                            "downloadCount": 51
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 24958909,
                            "contentType": "application/zip",
                            "downloadCount": 3338
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 169392240,
                            "contentType": "application/zip",
                            "downloadCount": 51
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 36022229,
                            "contentType": "application/zip",
                            "downloadCount": 2978
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 191157275,
                            "contentType": "application/zip",
                            "downloadCount": 45
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 38047966,
                            "contentType": "application/zip",
                            "downloadCount": 75446
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 203175539,
                            "contentType": "application/zip",
                            "downloadCount": 132
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 39506212,
                            "contentType": "application/zip",
                            "downloadCount": 458870
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 176826267,
                            "contentType": "application/zip",
                            "downloadCount": 59
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 37108182,
                            "contentType": "application/zip",
                            "downloadCount": 1925
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 177052439,
                            "contentType": "application/zip",
                            "downloadCount": 55
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 37260957,
                            "contentType": "application/zip",
                            "downloadCount": 19779
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 203422610,
                            "contentType": "application/zip",
                            "downloadCount": 130
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 39661013,
                            "contentType": "application/zip",
                            "downloadCount": 521502
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 162320323,
                            "contentType": "application/zip",
                            "downloadCount": 501
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 41806215,
                            "contentType": "application/zip",
                            "downloadCount": 7505
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 162488532,
                            "contentType": "application/zip",
                            "downloadCount": 532
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 41963613,
                            "contentType": "application/zip",
                            "downloadCount": 56773
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 21849
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 1139
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2025-10-10T11:35:12Z",
                        "publishedAt": "2025-10-10T20:32:14Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 250480763,
                        "tag": "bun-v1.2.23",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.23",
                        "body": "To install Bun v1.2.23\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.23:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.23's release notes on Bun's blog](https://bun.com/blog/bun-v1.2.23)\r\n\r\n### Thanks to 16 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@btcbobby](https://github.com/btcbobby)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@donisaac](https://github.com/donisaac)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@filipstev](https://github.com/filipstev)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@markovejnovic](https://github.com/markovejnovic)\r\n- [@nathanwhit](https://github.com/nathanwhit)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n- [@taylordotfish](https://github.com/taylordotfish)\r\n- [@vfilanovsky-openai](https://github.com/vfilanovsky-openai)\r\n",
                        "name": "Bun v1.2.23",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 404575669,
                            "contentType": "application/zip",
                            "downloadCount": 65
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 22280328,
                            "contentType": "application/zip",
                            "downloadCount": 105491
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 411627291,
                            "contentType": "application/zip",
                            "downloadCount": 56
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 24828989,
                            "contentType": "application/zip",
                            "downloadCount": 5759
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 411627201,
                            "contentType": "application/zip",
                            "downloadCount": 69
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 24828953,
                            "contentType": "application/zip",
                            "downloadCount": 5666
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 168592972,
                            "contentType": "application/zip",
                            "downloadCount": 72
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 35904734,
                            "contentType": "application/zip",
                            "downloadCount": 2523
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 190510794,
                            "contentType": "application/zip",
                            "downloadCount": 71
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 37926363,
                            "contentType": "application/zip",
                            "downloadCount": 75289
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 202447830,
                            "contentType": "application/zip",
                            "downloadCount": 138
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 39383658,
                            "contentType": "application/zip",
                            "downloadCount": 586358
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 175988665,
                            "contentType": "application/zip",
                            "downloadCount": 63
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 36990888,
                            "contentType": "application/zip",
                            "downloadCount": 571
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 176232675,
                            "contentType": "application/zip",
                            "downloadCount": 55
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 37144574,
                            "contentType": "application/zip",
                            "downloadCount": 37444
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 202679890,
                            "contentType": "application/zip",
                            "downloadCount": 140
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 39551242,
                            "contentType": "application/zip",
                            "downloadCount": 1060203
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 161677465,
                            "contentType": "application/zip",
                            "downloadCount": 532
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 41633830,
                            "contentType": "application/zip",
                            "downloadCount": 7475
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 161856881,
                            "contentType": "application/zip",
                            "downloadCount": 532
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 41793050,
                            "contentType": "application/zip",
                            "downloadCount": 59700
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 31615
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 656
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2025-09-27T08:12:29Z",
                        "publishedAt": "2025-09-28T14:23:34Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 247080537,
                        "tag": "bun-v1.2.22",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.22",
                        "body": "To install Bun v1.2.22\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.22:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.22's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.22)\r\n\r\n### Thanks to 14 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@avarayr](https://github.com/avarayr)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@lydiahallie](https://github.com/lydiahallie)\r\n- [@markovejnovic](https://github.com/markovejnovic)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@robobun](https://github.com/robobun)\r\n- [@samyarkd](https://github.com/samyarkd)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n- [@taylordotfish](https://github.com/taylordotfish)\r\n- [@zackradisic](https://github.com/zackradisic)\r\n",
                        "name": "Bun v1.2.22",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 397218433,
                            "contentType": "application/zip",
                            "downloadCount": 59
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 22178114,
                            "contentType": "application/zip",
                            "downloadCount": 85135
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 403327326,
                            "contentType": "application/zip",
                            "downloadCount": 50
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 24742199,
                            "contentType": "application/zip",
                            "downloadCount": 5212
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 403327236,
                            "contentType": "application/zip",
                            "downloadCount": 59
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 24742163,
                            "contentType": "application/zip",
                            "downloadCount": 3919
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 167235759,
                            "contentType": "application/zip",
                            "downloadCount": 127
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 35799229,
                            "contentType": "application/zip",
                            "downloadCount": 5722
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 188898043,
                            "contentType": "application/zip",
                            "downloadCount": 149
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 37788196,
                            "contentType": "application/zip",
                            "downloadCount": 67127
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 200748536,
                            "contentType": "application/zip",
                            "downloadCount": 227
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 39256266,
                            "contentType": "application/zip",
                            "downloadCount": 435635
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 174520229,
                            "contentType": "application/zip",
                            "downloadCount": 155
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 36869766,
                            "contentType": "application/zip",
                            "downloadCount": 728
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 174721042,
                            "contentType": "application/zip",
                            "downloadCount": 147
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 37024026,
                            "contentType": "application/zip",
                            "downloadCount": 45362
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 200979482,
                            "contentType": "application/zip",
                            "downloadCount": 222
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 39418685,
                            "contentType": "application/zip",
                            "downloadCount": 382636
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 160177510,
                            "contentType": "application/zip",
                            "downloadCount": 609
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 41490511,
                            "contentType": "application/zip",
                            "downloadCount": 9122
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 160360479,
                            "contentType": "application/zip",
                            "downloadCount": 617
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 41654043,
                            "contentType": "application/zip",
                            "downloadCount": 53110
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 27156
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 424
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2025-09-14T11:14:48Z",
                        "publishedAt": "2025-09-14T13:01:31Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 242234311,
                        "tag": "bun-v1.2.21",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.21",
                        "body": "To install Bun v1.2.21\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.21:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.21's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.21)\r\n\r\n### Thanks to 23 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@connerlphillippi](https://github.com/connerlphillippi)\r\n- [@creationix](https://github.com/creationix)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@heimskr](https://github.com/heimskr)\r\n- [@imranbarbhuiya](https://github.com/imranbarbhuiya)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@jarred-sumner-bot](https://github.com/jarred-sumner-bot)\r\n- [@lifefloating](https://github.com/lifefloating)\r\n- [@lydiahallie](https://github.com/lydiahallie)\r\n- [@markovejnovic](https://github.com/markovejnovic)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@rmncldyo](https://github.com/rmncldyo)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sanderjo](https://github.com/sanderjo)\r\n- [@someone19204](https://github.com/someone19204)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n- [@taylordotfish](https://github.com/taylordotfish)\r\n- [@zackradisic](https://github.com/zackradisic)\r\n- [@zenazn](https://github.com/zenazn)\r\n",
                        "name": "Bun v1.2.21",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 395655298,
                            "contentType": "application/zip",
                            "downloadCount": 119
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 22056420,
                            "contentType": "application/zip",
                            "downloadCount": 103120
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 402975731,
                            "contentType": "application/zip",
                            "downloadCount": 81
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 24610586,
                            "contentType": "application/zip",
                            "downloadCount": 7247
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 402975641,
                            "contentType": "application/zip",
                            "downloadCount": 69
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 24610550,
                            "contentType": "application/zip",
                            "downloadCount": 6087
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 166355251,
                            "contentType": "application/zip",
                            "downloadCount": 77
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 35677078,
                            "contentType": "application/zip",
                            "downloadCount": 4110
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 187925392,
                            "contentType": "application/zip",
                            "downloadCount": 78
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 37653949,
                            "contentType": "application/zip",
                            "downloadCount": 111116
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 199850617,
                            "contentType": "application/zip",
                            "downloadCount": 170
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 39128668,
                            "contentType": "application/zip",
                            "downloadCount": 671075
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 173551593,
                            "contentType": "application/zip",
                            "downloadCount": 69
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 36743001,
                            "contentType": "application/zip",
                            "downloadCount": 853
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 173792689,
                            "contentType": "application/zip",
                            "downloadCount": 69
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 36905190,
                            "contentType": "application/zip",
                            "downloadCount": 23056
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 200085278,
                            "contentType": "application/zip",
                            "downloadCount": 162
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 39290791,
                            "contentType": "application/zip",
                            "downloadCount": 677820
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 159418464,
                            "contentType": "application/zip",
                            "downloadCount": 710
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 41342718,
                            "contentType": "application/zip",
                            "downloadCount": 12151
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 159598496,
                            "contentType": "application/zip",
                            "downloadCount": 794
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 41498560,
                            "contentType": "application/zip",
                            "downloadCount": 76308
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 34632
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 1153
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2025-08-25T06:57:45Z",
                        "publishedAt": "2025-08-25T11:51:34Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 238843873,
                        "tag": "bun-v1.2.20",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.20",
                        "body": "To install Bun v1.2.20\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.20:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.20's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.20)\r\n\r\n### Thanks to 19 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@39ali](https://github.com/39ali)\r\n- [@alii](https://github.com/alii)\r\n- [@aspizu](https://github.com/aspizu)\r\n- [@camc314](https://github.com/camc314)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@countbleck](https://github.com/countbleck)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@heimskr](https://github.com/heimskr)\r\n- [@its-me-mhd](https://github.com/its-me-mhd)\r\n- [@jack5079](https://github.com/jack5079)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@lifefloating](https://github.com/lifefloating)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@robobun](https://github.com/robobun)\r\n- [@taylordotfish](https://github.com/taylordotfish)\r\n- [@zackradisic](https://github.com/zackradisic)\r\n",
                        "name": "Bun v1.2.20",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 396379172,
                            "contentType": "application/zip",
                            "downloadCount": 76
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 21788202,
                            "contentType": "application/zip",
                            "downloadCount": 74229
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 403859059,
                            "contentType": "application/zip",
                            "downloadCount": 92
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 24340487,
                            "contentType": "application/zip",
                            "downloadCount": 4667
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 403858969,
                            "contentType": "application/zip",
                            "downloadCount": 315
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 24340451,
                            "contentType": "application/zip",
                            "downloadCount": 3970
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 165801972,
                            "contentType": "application/zip",
                            "downloadCount": 55
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 35356737,
                            "contentType": "application/zip",
                            "downloadCount": 1760
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 188268680,
                            "contentType": "application/zip",
                            "downloadCount": 58
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 37410779,
                            "contentType": "application/zip",
                            "downloadCount": 67894
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 200087127,
                            "contentType": "application/zip",
                            "downloadCount": 127
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 38849822,
                            "contentType": "application/zip",
                            "downloadCount": 505374
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 172890184,
                            "contentType": "application/zip",
                            "downloadCount": 53
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 36405821,
                            "contentType": "application/zip",
                            "downloadCount": 568
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 173116415,
                            "contentType": "application/zip",
                            "downloadCount": 49
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 36562580,
                            "contentType": "application/zip",
                            "downloadCount": 23072
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 200303648,
                            "contentType": "application/zip",
                            "downloadCount": 112
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 39011520,
                            "contentType": "application/zip",
                            "downloadCount": 1181921
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 159987481,
                            "contentType": "application/zip",
                            "downloadCount": 460
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 41064135,
                            "contentType": "application/zip",
                            "downloadCount": 9703
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 160142298,
                            "contentType": "application/zip",
                            "downloadCount": 476
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 41206541,
                            "contentType": "application/zip",
                            "downloadCount": 54316
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 34921
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 540
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2025-08-10T11:01:35Z",
                        "publishedAt": "2025-08-10T12:07:43Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 233676665,
                        "tag": "bun-v1.2.19",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.19",
                        "body": "To install Bun v1.2.19\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.19:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.19's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.19)\r\n\r\n### Thanks to 18 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@countbleck](https://github.com/countbleck)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@ericc-ch](https://github.com/ericc-ch)\r\n- [@heimskr](https://github.com/heimskr)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@jarred-sumner-bot](https://github.com/jarred-sumner-bot)\r\n- [@josag98](https://github.com/josag98)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@robobun](https://github.com/robobun)\r\n- [@santosant](https://github.com/santosant)\r\n- [@taylordotfish](https://github.com/taylordotfish)\r\n- [@xanth3](https://github.com/xanth3)\r\n- [@zackradisic](https://github.com/zackradisic)\r\n",
                        "name": "Bun v1.2.19",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 383337832,
                            "contentType": "application/zip",
                            "downloadCount": 83
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 21573514,
                            "contentType": "application/zip",
                            "downloadCount": 99681
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 390718924,
                            "contentType": "application/zip",
                            "downloadCount": 105
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 24091261,
                            "contentType": "application/zip",
                            "downloadCount": 3585
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 390718834,
                            "contentType": "application/zip",
                            "downloadCount": 99
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 24091225,
                            "contentType": "application/zip",
                            "downloadCount": 5596
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 162958395,
                            "contentType": "application/zip",
                            "downloadCount": 52
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 35044202,
                            "contentType": "application/zip",
                            "downloadCount": 2779
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 185452768,
                            "contentType": "application/zip",
                            "downloadCount": 55
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 37103700,
                            "contentType": "application/zip",
                            "downloadCount": 67211
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 196419070,
                            "contentType": "application/zip",
                            "downloadCount": 175
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 38401482,
                            "contentType": "application/zip",
                            "downloadCount": 653158
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 169411540,
                            "contentType": "application/zip",
                            "downloadCount": 45
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 35986341,
                            "contentType": "application/zip",
                            "downloadCount": 626
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 169641897,
                            "contentType": "application/zip",
                            "downloadCount": 44
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 36136386,
                            "contentType": "application/zip",
                            "downloadCount": 16324
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 196604914,
                            "contentType": "application/zip",
                            "downloadCount": 130
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 38558551,
                            "contentType": "application/zip",
                            "downloadCount": 638285
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 158402559,
                            "contentType": "application/zip",
                            "downloadCount": 704
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 40796830,
                            "contentType": "application/zip",
                            "downloadCount": 18125
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 158569054,
                            "contentType": "application/zip",
                            "downloadCount": 713
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 40947541,
                            "contentType": "application/zip",
                            "downloadCount": 105660
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 64605
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 683
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2025-07-19T11:11:28Z",
                        "publishedAt": "2025-07-19T12:33:01Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 229661065,
                        "tag": "bun-v1.2.18",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.18",
                        "body": "To install Bun v1.2.18\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.18:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.18's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.18)\r\n\r\n### Thanks to 14 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@ianzone](https://github.com/ianzone)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@mizulu](https://github.com/mizulu)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@sharunkumar](https://github.com/sharunkumar)\r\n- [@ssahillppatell](https://github.com/ssahillppatell)\r\n- [@sunsettechuila](https://github.com/sunsettechuila)\r\n- [@zackradisic](https://github.com/zackradisic)\r\n",
                        "name": "Bun v1.2.18",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 383020480,
                            "contentType": "application/zip",
                            "downloadCount": 116
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 21447857,
                            "contentType": "application/zip",
                            "downloadCount": 74691
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 388927598,
                            "contentType": "application/zip",
                            "downloadCount": 147
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 23985225,
                            "contentType": "application/zip",
                            "downloadCount": 1988
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 388927508,
                            "contentType": "application/zip",
                            "downloadCount": 115
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 23985189,
                            "contentType": "application/zip",
                            "downloadCount": 4912
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 162419302,
                            "contentType": "application/zip",
                            "downloadCount": 68
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 34934268,
                            "contentType": "application/zip",
                            "downloadCount": 2305
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 184875657,
                            "contentType": "application/zip",
                            "downloadCount": 78
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 36994002,
                            "contentType": "application/zip",
                            "downloadCount": 109743
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 195857127,
                            "contentType": "application/zip",
                            "downloadCount": 108
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 38291778,
                            "contentType": "application/zip",
                            "downloadCount": 505169
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 168869836,
                            "contentType": "application/zip",
                            "downloadCount": 47
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 35870946,
                            "contentType": "application/zip",
                            "downloadCount": 684
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 169064611,
                            "contentType": "application/zip",
                            "downloadCount": 72
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 36015870,
                            "contentType": "application/zip",
                            "downloadCount": 12585
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 196068038,
                            "contentType": "application/zip",
                            "downloadCount": 101
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 38439424,
                            "contentType": "application/zip",
                            "downloadCount": 374148
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 158661155,
                            "contentType": "application/zip",
                            "downloadCount": 694
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 40794060,
                            "contentType": "application/zip",
                            "downloadCount": 9688
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 158823860,
                            "contentType": "application/zip",
                            "downloadCount": 698
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 40938297,
                            "contentType": "application/zip",
                            "downloadCount": 55696
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 24959
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 431
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2025-07-03T08:06:22Z",
                        "publishedAt": "2025-07-03T12:49:14Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 226816258,
                        "tag": "bun-v1.2.17",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.17",
                        "body": "To install Bun v1.2.17\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.17:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.17's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.17)\r\n\r\n### Thanks to 15 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@alii](https://github.com/alii)\r\n- [@berzanorg](https://github.com/berzanorg)\r\n- [@crishoj](https://github.com/crishoj)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@familyboat](https://github.com/familyboat)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@micmelesse](https://github.com/micmelesse)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@pxseu](https://github.com/pxseu)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@ssahillppatell](https://github.com/ssahillppatell)\r\n- [@sunsettechuila](https://github.com/sunsettechuila)\r\n- [@zackradisic](https://github.com/zackradisic)\r\n",
                        "name": "Bun v1.2.17",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 381235195,
                            "contentType": "application/zip",
                            "downloadCount": 81
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 21376561,
                            "contentType": "application/zip",
                            "downloadCount": 53457
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 388454746,
                            "contentType": "application/zip",
                            "downloadCount": 82
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 23889831,
                            "contentType": "application/zip",
                            "downloadCount": 2106
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 388454656,
                            "contentType": "application/zip",
                            "downloadCount": 79
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 23889795,
                            "contentType": "application/zip",
                            "downloadCount": 3646
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 162120327,
                            "contentType": "application/zip",
                            "downloadCount": 55
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 34870656,
                            "contentType": "application/zip",
                            "downloadCount": 1434
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 184761868,
                            "contentType": "application/zip",
                            "downloadCount": 48
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 36934869,
                            "contentType": "application/zip",
                            "downloadCount": 33838
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 195606722,
                            "contentType": "application/zip",
                            "downloadCount": 100
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 38219484,
                            "contentType": "application/zip",
                            "downloadCount": 365418
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 168683245,
                            "contentType": "application/zip",
                            "downloadCount": 50
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 35816495,
                            "contentType": "application/zip",
                            "downloadCount": 408
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 168899029,
                            "contentType": "application/zip",
                            "downloadCount": 44
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 35955209,
                            "contentType": "application/zip",
                            "downloadCount": 8539
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 195837535,
                            "contentType": "application/zip",
                            "downloadCount": 95
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 38357583,
                            "contentType": "application/zip",
                            "downloadCount": 290444
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 158427776,
                            "contentType": "application/zip",
                            "downloadCount": 671
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 40776973,
                            "contentType": "application/zip",
                            "downloadCount": 7961
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 158584256,
                            "contentType": "application/zip",
                            "downloadCount": 664
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 40920777,
                            "contentType": "application/zip",
                            "downloadCount": 35744
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 19336
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 522
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2025-06-21T08:00:48Z",
                        "publishedAt": "2025-06-21T08:09:02Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 224771521,
                        "tag": "bun-v1.2.16",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.16",
                        "body": "To install Bun v1.2.16\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.16:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.16's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.16)\r\n\r\n### Thanks to 25 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@39ali](https://github.com/39ali)\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@connerlphillippi](https://github.com/connerlphillippi)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@electroid](https://github.com/electroid)\r\n- [@familyboat](https://github.com/familyboat)\r\n- [@gameroman](https://github.com/gameroman)\r\n- [@heimskr](https://github.com/heimskr)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@joelshepherd](https://github.com/joelshepherd)\r\n- [@juliesaia](https://github.com/juliesaia)\r\n- [@justinyaodu](https://github.com/justinyaodu)\r\n- [@leanderpaul](https://github.com/leanderpaul)\r\n- [@nektro](https://github.com/nektro)\r\n- [@nobkd](https://github.com/nobkd)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@pxseu](https://github.com/pxseu)\r\n- [@sponte](https://github.com/sponte)\r\n- [@sunsettechuila](https://github.com/sunsettechuila)\r\n- [@thdxr](https://github.com/thdxr)\r\n- [@thejacob1000](https://github.com/thejacob1000)\r\n- [@wldfngrs](https://github.com/wldfngrs)\r\n- [@zackradisic](https://github.com/zackradisic)\r\n",
                        "name": "Bun v1.2.16",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 377705775,
                            "contentType": "application/zip",
                            "downloadCount": 73
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 21261824,
                            "contentType": "application/zip",
                            "downloadCount": 47655
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 386454071,
                            "contentType": "application/zip",
                            "downloadCount": 57
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 23749794,
                            "contentType": "application/zip",
                            "downloadCount": 9123
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 386453891,
                            "contentType": "application/zip",
                            "downloadCount": 55
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 23749722,
                            "contentType": "application/zip",
                            "downloadCount": 10602
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 161283851,
                            "contentType": "application/zip",
                            "downloadCount": 7874
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 34724642,
                            "contentType": "application/zip",
                            "downloadCount": 8859
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 183884059,
                            "contentType": "application/zip",
                            "downloadCount": 7827
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 36788826,
                            "contentType": "application/zip",
                            "downloadCount": 26573
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 194737688,
                            "contentType": "application/zip",
                            "downloadCount": 7865
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 38084053,
                            "contentType": "application/zip",
                            "downloadCount": 312975
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 167831400,
                            "contentType": "application/zip",
                            "downloadCount": 7899
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 35685932,
                            "contentType": "application/zip",
                            "downloadCount": 8064
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 168030380,
                            "contentType": "application/zip",
                            "downloadCount": 7802
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 35815985,
                            "contentType": "application/zip",
                            "downloadCount": 15984
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 194935028,
                            "contentType": "application/zip",
                            "downloadCount": 8130
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 38213660,
                            "contentType": "application/zip",
                            "downloadCount": 238136
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 157571697,
                            "contentType": "application/zip",
                            "downloadCount": 8462
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 40560048,
                            "contentType": "application/zip",
                            "downloadCount": 20142
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 157730896,
                            "contentType": "application/zip",
                            "downloadCount": 8429
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 40699447,
                            "contentType": "application/zip",
                            "downloadCount": 43850
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 37588
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 8212
                          }
                        ],
                        "author": "dylan-conway",
                        "isDraft": false,
                        "createdAt": "2025-06-12T04:47:51Z",
                        "publishedAt": "2025-06-12T04:57:40Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 221637378,
                        "tag": "bun-v1.2.15",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.15",
                        "body": "To install Bun v1.2.15\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.15:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.15's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.15)\r\n\r\n### Thanks to 15 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@alii](https://github.com/alii)\r\n- [@arrowana](https://github.com/arrowana)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@electroid](https://github.com/electroid)\r\n- [@familyboat](https://github.com/familyboat)\r\n- [@getchoo](https://github.com/getchoo)\r\n- [@heimskr](https://github.com/heimskr)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@li-yechao](https://github.com/li-yechao)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@sculas](https://github.com/sculas)\r\n- [@water-sucks](https://github.com/water-sucks)\r\n",
                        "name": "Bun v1.2.15",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 373470278,
                            "contentType": "application/zip",
                            "downloadCount": 83
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 21014570,
                            "contentType": "application/zip",
                            "downloadCount": 83666
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 382303193,
                            "contentType": "application/zip",
                            "downloadCount": 104
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 23484072,
                            "contentType": "application/zip",
                            "downloadCount": 1812
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 382303013,
                            "contentType": "application/zip",
                            "downloadCount": 72
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 23484000,
                            "contentType": "application/zip",
                            "downloadCount": 4398
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 160480096,
                            "contentType": "application/zip",
                            "downloadCount": 55
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 34579546,
                            "contentType": "application/zip",
                            "downloadCount": 1729
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 182993155,
                            "contentType": "application/zip",
                            "downloadCount": 56
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 36630612,
                            "contentType": "application/zip",
                            "downloadCount": 32097
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 194173569,
                            "contentType": "application/zip",
                            "downloadCount": 111
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 37886924,
                            "contentType": "application/zip",
                            "downloadCount": 392149
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 167324629,
                            "contentType": "application/zip",
                            "downloadCount": 52
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 35501810,
                            "contentType": "application/zip",
                            "downloadCount": 410
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 167514142,
                            "contentType": "application/zip",
                            "downloadCount": 49
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 35632522,
                            "contentType": "application/zip",
                            "downloadCount": 14584
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 194377428,
                            "contentType": "application/zip",
                            "downloadCount": 105
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 38018554,
                            "contentType": "application/zip",
                            "downloadCount": 375609
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 155367725,
                            "contentType": "application/zip",
                            "downloadCount": 777
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 40189886,
                            "contentType": "application/zip",
                            "downloadCount": 8277
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 155523351,
                            "contentType": "application/zip",
                            "downloadCount": 771
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 40330678,
                            "contentType": "application/zip",
                            "downloadCount": 43608
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 33905
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 453
                          }
                        ],
                        "author": "dylan-conway",
                        "isDraft": false,
                        "createdAt": "2025-05-28T07:25:30Z",
                        "publishedAt": "2025-05-28T18:50:08Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 220199948,
                        "tag": "bun-v1.2.14",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.14",
                        "body": "To install Bun v1.2.14\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.14:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.14's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.14)\r\n\r\n### Thanks to 13 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@alii](https://github.com/alii)\r\n- [@bradeneverson](https://github.com/bradeneverson)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@devsdk](https://github.com/devsdk)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@electroid](https://github.com/electroid)\r\n- [@huiyifyj](https://github.com/huiyifyj)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@sverp](https://github.com/sverp)\r\n",
                        "name": "Bun v1.2.14",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 372843032,
                            "contentType": "application/zip",
                            "downloadCount": 68
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 20918774,
                            "contentType": "application/zip",
                            "downloadCount": 27161
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 380588501,
                            "contentType": "application/zip",
                            "downloadCount": 57
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 23386467,
                            "contentType": "application/zip",
                            "downloadCount": 914
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 380588321,
                            "contentType": "application/zip",
                            "downloadCount": 68
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 23386395,
                            "contentType": "application/zip",
                            "downloadCount": 2410
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 159615132,
                            "contentType": "application/zip",
                            "downloadCount": 35
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 34450999,
                            "contentType": "application/zip",
                            "downloadCount": 778
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 182123484,
                            "contentType": "application/zip",
                            "downloadCount": 45
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 36517270,
                            "contentType": "application/zip",
                            "downloadCount": 16566
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 193194140,
                            "contentType": "application/zip",
                            "downloadCount": 82
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 37755697,
                            "contentType": "application/zip",
                            "downloadCount": 199262
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 166294736,
                            "contentType": "application/zip",
                            "downloadCount": 41
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 35366263,
                            "contentType": "application/zip",
                            "downloadCount": 8027
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 166457380,
                            "contentType": "application/zip",
                            "downloadCount": 35
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 35498545,
                            "contentType": "application/zip",
                            "downloadCount": 2721
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 193386428,
                            "contentType": "application/zip",
                            "downloadCount": 70
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 37890429,
                            "contentType": "application/zip",
                            "downloadCount": 136344
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 154598385,
                            "contentType": "application/zip",
                            "downloadCount": 687
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 40064449,
                            "contentType": "application/zip",
                            "downloadCount": 5148
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 154746843,
                            "contentType": "application/zip",
                            "downloadCount": 695
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 40196215,
                            "contentType": "application/zip",
                            "downloadCount": 18529
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 10141
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 375
                          }
                        ],
                        "author": "dylan-conway",
                        "isDraft": false,
                        "createdAt": "2025-05-21T18:56:17Z",
                        "publishedAt": "2025-05-21T23:54:06Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 217770637,
                        "tag": "bun-v1.2.13",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.13",
                        "body": "To install Bun v1.2.13\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.13:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.13's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.13)\r\n\r\n### Thanks to 7 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@electroid](https://github.com/electroid)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n",
                        "name": "Bun v1.2.13",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 373342377,
                            "contentType": "application/zip",
                            "downloadCount": 75
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 21052141,
                            "contentType": "application/zip",
                            "downloadCount": 44568
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 380918124,
                            "contentType": "application/zip",
                            "downloadCount": 82
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 23511350,
                            "contentType": "application/zip",
                            "downloadCount": 1332
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 380918034,
                            "contentType": "application/zip",
                            "downloadCount": 80
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 23511314,
                            "contentType": "application/zip",
                            "downloadCount": 3788
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 158923815,
                            "contentType": "application/zip",
                            "downloadCount": 49
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 34494686,
                            "contentType": "application/zip",
                            "downloadCount": 1282
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 181426648,
                            "contentType": "application/zip",
                            "downloadCount": 55
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 36561755,
                            "contentType": "application/zip",
                            "downloadCount": 42809
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 192108533,
                            "contentType": "application/zip",
                            "downloadCount": 102
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 37809339,
                            "contentType": "application/zip",
                            "downloadCount": 321721
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 165168820,
                            "contentType": "application/zip",
                            "downloadCount": 40
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 35415226,
                            "contentType": "application/zip",
                            "downloadCount": 256
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 165409101,
                            "contentType": "application/zip",
                            "downloadCount": 40
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 35559337,
                            "contentType": "application/zip",
                            "downloadCount": 26018
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 192324916,
                            "contentType": "application/zip",
                            "downloadCount": 87
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 37959573,
                            "contentType": "application/zip",
                            "downloadCount": 249603
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 154573835,
                            "contentType": "application/zip",
                            "downloadCount": 779
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 40191486,
                            "contentType": "application/zip",
                            "downloadCount": 6768
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 154748123,
                            "contentType": "application/zip",
                            "downloadCount": 792
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 40338435,
                            "contentType": "application/zip",
                            "downloadCount": 31290
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 20375
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 396
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2025-05-10T04:26:28Z",
                        "publishedAt": "2025-05-10T14:03:23Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 216336549,
                        "tag": "bun-v1.2.12",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.12",
                        "body": "To install Bun v1.2.12\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.12:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.12's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.12)\r\n\r\n### Thanks to 10 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@albus-droid](https://github.com/albus-droid)\r\n- [@alii](https://github.com/alii)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@electroid](https://github.com/electroid)\r\n- [@heimskr](https://github.com/heimskr)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@nektro](https://github.com/nektro)\r\n- [@paperclover](https://github.com/paperclover)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n",
                        "name": "Bun v1.2.12",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 373083343,
                            "contentType": "application/zip",
                            "downloadCount": 131
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 21027657,
                            "contentType": "application/zip",
                            "downloadCount": 30204
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 380612531,
                            "contentType": "application/zip",
                            "downloadCount": 63
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 23483512,
                            "contentType": "application/zip",
                            "downloadCount": 594
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 380612441,
                            "contentType": "application/zip",
                            "downloadCount": 73
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 23483476,
                            "contentType": "application/zip",
                            "downloadCount": 2618
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 158806208,
                            "contentType": "application/zip",
                            "downloadCount": 50
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 34468950,
                            "contentType": "application/zip",
                            "downloadCount": 647
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 181306928,
                            "contentType": "application/zip",
                            "downloadCount": 49
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 36540160,
                            "contentType": "application/zip",
                            "downloadCount": 17854
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 191995359,
                            "contentType": "application/zip",
                            "downloadCount": 75
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 37788794,
                            "contentType": "application/zip",
                            "downloadCount": 182677
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 165042839,
                            "contentType": "application/zip",
                            "downloadCount": 40
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 35394132,
                            "contentType": "application/zip",
                            "downloadCount": 198
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 165263435,
                            "contentType": "application/zip",
                            "downloadCount": 37
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 35532103,
                            "contentType": "application/zip",
                            "downloadCount": 10683
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 192235678,
                            "contentType": "application/zip",
                            "downloadCount": 71
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 37933124,
                            "contentType": "application/zip",
                            "downloadCount": 222273
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 154491205,
                            "contentType": "application/zip",
                            "downloadCount": 721
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 40184254,
                            "contentType": "application/zip",
                            "downloadCount": 5388
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 154651070,
                            "contentType": "application/zip",
                            "downloadCount": 731
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 40320496,
                            "contentType": "application/zip",
                            "downloadCount": 18926
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 9397
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 336
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2025-05-04T06:01:44Z",
                        "publishedAt": "2025-05-04T08:01:27Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 215363128,
                        "tag": "bun-v1.2.11",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.11",
                        "body": "To install Bun v1.2.11\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.11:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.11's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.11)\r\n\r\n### Thanks to 14 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@eckhardt-d](https://github.com/eckhardt-d)\r\n- [@electroid](https://github.com/electroid)\r\n- [@heimskr](https://github.com/heimskr)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@mastermakrela](https://github.com/mastermakrela)\r\n- [@nektro](https://github.com/nektro)\r\n- [@paperclover](https://github.com/paperclover)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@x04](https://github.com/x04)\r\n- [@zackradisic](https://github.com/zackradisic)\r\n",
                        "name": "Bun v1.2.11",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 371523605,
                            "contentType": "application/zip",
                            "downloadCount": 68
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 20964488,
                            "contentType": "application/zip",
                            "downloadCount": 44732
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 379129144,
                            "contentType": "application/zip",
                            "downloadCount": 63
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 23412834,
                            "contentType": "application/zip",
                            "downloadCount": 3868
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 379129054,
                            "contentType": "application/zip",
                            "downloadCount": 41
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 23412798,
                            "contentType": "application/zip",
                            "downloadCount": 1893
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 143996723,
                            "contentType": "application/zip",
                            "downloadCount": 36
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 30818198,
                            "contentType": "application/zip",
                            "downloadCount": 401
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 188959199,
                            "contentType": "application/zip",
                            "downloadCount": 38
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 36817678,
                            "contentType": "application/zip",
                            "downloadCount": 170779
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 199684129,
                            "contentType": "application/zip",
                            "downloadCount": 70
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 38042225,
                            "contentType": "application/zip",
                            "downloadCount": 1875844
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 145258421,
                            "contentType": "application/zip",
                            "downloadCount": 40
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 31434455,
                            "contentType": "application/zip",
                            "downloadCount": 136
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 145251421,
                            "contentType": "application/zip",
                            "downloadCount": 37
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 31448722,
                            "contentType": "application/zip",
                            "downloadCount": 2994
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 199920480,
                            "contentType": "application/zip",
                            "downloadCount": 59
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 38180696,
                            "contentType": "application/zip",
                            "downloadCount": 226703
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 153874041,
                            "contentType": "application/zip",
                            "downloadCount": 748
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 40098000,
                            "contentType": "application/zip",
                            "downloadCount": 3653
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 154009962,
                            "contentType": "application/zip",
                            "downloadCount": 733
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 40221741,
                            "contentType": "application/zip",
                            "downloadCount": 22274
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 6292
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 325
                          }
                        ],
                        "author": "dylan-conway",
                        "isDraft": false,
                        "createdAt": "2025-04-29T04:35:20Z",
                        "publishedAt": "2025-04-29T05:50:13Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 212907974,
                        "tag": "bun-v1.2.10",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.10",
                        "body": "To install Bun v1.2.10\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.10:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.10's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.10)\r\n\r\n### Thanks to 13 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@afrokick](https://github.com/afrokick)\r\n- [@alexandre-lavoie](https://github.com/alexandre-lavoie)\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@davlgd](https://github.com/davlgd)\r\n- [@donisaac](https://github.com/donisaac)\r\n- [@hectorm](https://github.com/hectorm)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@nektro](https://github.com/nektro)\r\n- [@paperclover](https://github.com/paperclover)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@thexeos](https://github.com/thexeos)\r\n",
                        "name": "Bun v1.2.10",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 360445607,
                            "contentType": "application/zip",
                            "downloadCount": 135
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 20833312,
                            "contentType": "application/zip",
                            "downloadCount": 52548
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 369651298,
                            "contentType": "application/zip",
                            "downloadCount": 152
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 23255833,
                            "contentType": "application/zip",
                            "downloadCount": 1995
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 369651208,
                            "contentType": "application/zip",
                            "downloadCount": 210
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 23255797,
                            "contentType": "application/zip",
                            "downloadCount": 8154
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 141923221,
                            "contentType": "application/zip",
                            "downloadCount": 77
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 30509353,
                            "contentType": "application/zip",
                            "downloadCount": 1950
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 187816486,
                            "contentType": "application/zip",
                            "downloadCount": 74
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 36535494,
                            "contentType": "application/zip",
                            "downloadCount": 28834
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 199962684,
                            "contentType": "application/zip",
                            "downloadCount": 105
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 37840250,
                            "contentType": "application/zip",
                            "downloadCount": 341921
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 143776918,
                            "contentType": "application/zip",
                            "downloadCount": 68
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 31263782,
                            "contentType": "application/zip",
                            "downloadCount": 2222
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 143786008,
                            "contentType": "application/zip",
                            "downloadCount": 50
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 31278563,
                            "contentType": "application/zip",
                            "downloadCount": 7064
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 200219710,
                            "contentType": "application/zip",
                            "downloadCount": 99
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 37988376,
                            "contentType": "application/zip",
                            "downloadCount": 336728
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 151996510,
                            "contentType": "application/zip",
                            "downloadCount": 822
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 39939724,
                            "contentType": "application/zip",
                            "downloadCount": 7160
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 152155934,
                            "contentType": "application/zip",
                            "downloadCount": 829
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 40080488,
                            "contentType": "application/zip",
                            "downloadCount": 42265
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 12289
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 2267
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2025-04-16T05:09:54Z",
                        "publishedAt": "2025-04-17T06:30:13Z",
                        "isPrerelease": false
                      },
                      {
                        "id": 211195246,
                        "tag": "bun-v1.2.9",
                        "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.9",
                        "body": "To install Bun v1.2.9\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.9:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.9's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.9)\r\n\r\n### Thanks to 13 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@donisaac](https://github.com/donisaac)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@electroid](https://github.com/electroid)\r\n- [@heimskr](https://github.com/heimskr)\r\n- [@inqnuam](https://github.com/inqnuam)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@nektro](https://github.com/nektro)\r\n- [@paperclover](https://github.com/paperclover)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@zackradisic](https://github.com/zackradisic)\r\n",
                        "name": "Bun v1.2.9",
                        "assets": [
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-darwin-aarch64-profile.zip",
                            "name": "bun-darwin-aarch64-profile.zip",
                            "size": 360647415,
                            "contentType": "application/zip",
                            "downloadCount": 264
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-darwin-aarch64.zip",
                            "name": "bun-darwin-aarch64.zip",
                            "size": 20821598,
                            "contentType": "application/zip",
                            "downloadCount": 44195
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-darwin-x64-baseline-profile.zip",
                            "name": "bun-darwin-x64-baseline-profile.zip",
                            "size": 369516783,
                            "contentType": "application/zip",
                            "downloadCount": 552
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-darwin-x64-baseline.zip",
                            "name": "bun-darwin-x64-baseline.zip",
                            "size": 23233251,
                            "contentType": "application/zip",
                            "downloadCount": 843
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-darwin-x64-profile.zip",
                            "name": "bun-darwin-x64-profile.zip",
                            "size": 369516693,
                            "contentType": "application/zip",
                            "downloadCount": 272
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-darwin-x64.zip",
                            "name": "bun-darwin-x64.zip",
                            "size": 23233215,
                            "contentType": "application/zip",
                            "downloadCount": 4732
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-aarch64-musl-profile.zip",
                            "name": "bun-linux-aarch64-musl-profile.zip",
                            "size": 141916633,
                            "contentType": "application/zip",
                            "downloadCount": 103
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-aarch64-musl.zip",
                            "name": "bun-linux-aarch64-musl.zip",
                            "size": 30506176,
                            "contentType": "application/zip",
                            "downloadCount": 713
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-aarch64-profile.zip",
                            "name": "bun-linux-aarch64-profile.zip",
                            "size": 187720826,
                            "contentType": "application/zip",
                            "downloadCount": 108
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-aarch64.zip",
                            "name": "bun-linux-aarch64.zip",
                            "size": 36509935,
                            "contentType": "application/zip",
                            "downloadCount": 13757
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-x64-baseline-profile.zip",
                            "name": "bun-linux-x64-baseline-profile.zip",
                            "size": 199826809,
                            "contentType": "application/zip",
                            "downloadCount": 107
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-x64-baseline.zip",
                            "name": "bun-linux-x64-baseline.zip",
                            "size": 37809952,
                            "contentType": "application/zip",
                            "downloadCount": 217851
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-x64-musl-baseline-profile.zip",
                            "name": "bun-linux-x64-musl-baseline-profile.zip",
                            "size": 143797659,
                            "contentType": "application/zip",
                            "downloadCount": 62
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-x64-musl-baseline.zip",
                            "name": "bun-linux-x64-musl-baseline.zip",
                            "size": 31266021,
                            "contentType": "application/zip",
                            "downloadCount": 302
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-x64-musl-profile.zip",
                            "name": "bun-linux-x64-musl-profile.zip",
                            "size": 143757115,
                            "contentType": "application/zip",
                            "downloadCount": 51
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-x64-musl.zip",
                            "name": "bun-linux-x64-musl.zip",
                            "size": 31274442,
                            "contentType": "application/zip",
                            "downloadCount": 5056
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-x64-profile.zip",
                            "name": "bun-linux-x64-profile.zip",
                            "size": 200079726,
                            "contentType": "application/zip",
                            "downloadCount": 88
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-x64.zip",
                            "name": "bun-linux-x64.zip",
                            "size": 37953264,
                            "contentType": "application/zip",
                            "downloadCount": 223056
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-windows-x64-baseline-profile.zip",
                            "name": "bun-windows-x64-baseline-profile.zip",
                            "size": 151927168,
                            "contentType": "application/zip",
                            "downloadCount": 930
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-windows-x64-baseline.zip",
                            "name": "bun-windows-x64-baseline.zip",
                            "size": 39922311,
                            "contentType": "application/zip",
                            "downloadCount": 13078
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-windows-x64-profile.zip",
                            "name": "bun-windows-x64-profile.zip",
                            "size": 152061905,
                            "contentType": "application/zip",
                            "downloadCount": 859
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-windows-x64.zip",
                            "name": "bun-windows-x64.zip",
                            "size": 40051385,
                            "contentType": "application/zip",
                            "downloadCount": 26092
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/SHASUMS256.txt",
                            "name": "SHASUMS256.txt",
                            "size": 2075,
                            "contentType": "text/plain;charset=utf-8",
                            "downloadCount": 11324
                          },
                          {
                            "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/SHASUMS256.txt.asc",
                            "name": "SHASUMS256.txt.asc",
                            "size": 2353,
                            "contentType": "application/pgp-signature",
                            "downloadCount": 164
                          }
                        ],
                        "author": "Jarred-Sumner",
                        "isDraft": false,
                        "createdAt": "2025-04-09T04:32:19Z",
                        "publishedAt": "2025-04-09T06:47:14Z",
                        "isPrerelease": false
                      }
                    ],
                    "owner": "oven-sh",
                    "hasMore": true,
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:github-user/starred/{username}": {
      "get": {
        "operationId": "social_media_github_user_starred",
        "summary": "Get Starred Repos",
        "description": "Repositori yang di-star seorang pengguna.",
        "tags": [
          "GitHub User"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/github-user#reference-starred"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "GitHub username",
            "schema": {
              "type": "string",
              "example": "torvalds"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number. Default 1",
            "schema": {
              "type": "number",
              "example": "1"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": false,
            "description": "Repos per page. Default 30, max 100",
            "schema": {
              "type": "number",
              "example": "30"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "page": 1,
                    "count": 2,
                    "items": [
                      {
                        "id": 2325298,
                        "url": "https://github.com/torvalds/linux",
                        "name": "linux",
                        "forks": 63773,
                        "owner": "torvalds",
                        "stars": 241942,
                        "isFork": false,
                        "license": "NOASSERTION",
                        "fullName": "torvalds/linux",
                        "language": "C",
                        "pushedAt": "2026-08-05T16:03:28Z",
                        "watchers": 241942,
                        "createdAt": "2011-09-04T22:48:12Z",
                        "updatedAt": "2026-08-06T11:18:42Z",
                        "isArchived": false,
                        "openIssues": 3,
                        "description": "Linux kernel source tree",
                        "defaultBranch": "master"
                      },
                      {
                        "id": 2319498,
                        "url": "https://github.com/subsurface/subsurface",
                        "name": "subsurface",
                        "forks": 588,
                        "owner": "subsurface",
                        "stars": 3161,
                        "isFork": false,
                        "license": "GPL-2.0",
                        "fullName": "subsurface/subsurface",
                        "homepage": "https://subsurface-divelog.org",
                        "language": "C++",
                        "pushedAt": "2026-08-06T03:51:58Z",
                        "watchers": 3161,
                        "createdAt": "2011-09-03T15:27:51Z",
                        "updatedAt": "2026-08-06T09:21:24Z",
                        "isArchived": false,
                        "openIssues": 334,
                        "description": "This is the official upstream of the Subsurface divelog program",
                        "defaultBranch": "master"
                      }
                    ],
                    "hasMore": false,
                    "nextPage": null,
                    "username": "torvalds"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:github-user/search-repos": {
      "get": {
        "operationId": "social_media_github_user_search_repos",
        "summary": "Search Repositories",
        "description": "Cari repositori dengan sintaks pencarian GitHub.",
        "tags": [
          "GitHub User"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/github-user#reference-search-repos"
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "description": "Search query, GitHub search syntax",
            "schema": {
              "type": "string",
              "example": "language:rust stars:>1000"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": false,
            "description": "Sort field. Default best match",
            "schema": {
              "type": "string",
              "enum": [
                "stars",
                "forks",
                "help-wanted-issues",
                "updated"
              ],
              "example": "stars"
            }
          },
          {
            "name": "order",
            "in": "query",
            "required": false,
            "description": "Sort direction. Default desc",
            "schema": {
              "type": "string",
              "enum": [
                "asc",
                "desc"
              ],
              "example": "desc"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number. Default 1 (GitHub caps search at 1000 results)",
            "schema": {
              "type": "number",
              "example": "1"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": false,
            "description": "Results per page. Default 30, max 100",
            "schema": {
              "type": "number",
              "example": "30"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "page": 1,
                    "count": 30,
                    "items": [
                      {
                        "id": 1197021090,
                        "url": "https://github.com/ultraworkers/claw-code",
                        "name": "claw-code",
                        "forks": 109281,
                        "owner": "ultraworkers",
                        "stars": 194982,
                        "isFork": false,
                        "license": "MIT",
                        "fullName": "ultraworkers/claw-code",
                        "language": "Rust",
                        "pushedAt": "2026-08-06T11:18:35Z",
                        "watchers": 194982,
                        "createdAt": "2026-03-31T08:58:08Z",
                        "updatedAt": "2026-08-06T10:51:28Z",
                        "isArchived": false,
                        "openIssues": 35,
                        "description": "An agent-managed museum exhibit, built in Rust with Gajae-Code / LazyCodex — developed and maintained with no human intervention.",
                        "defaultBranch": "main"
                      },
                      {
                        "id": 1031912724,
                        "url": "https://github.com/farion1231/cc-switch",
                        "name": "cc-switch",
                        "forks": 8491,
                        "owner": "farion1231",
                        "stars": 125017,
                        "isFork": false,
                        "topics": [
                          "ai-tools",
                          "claude-code",
                          "codex",
                          "desktop-app",
                          "grok",
                          "grokbuild",
                          "hermes",
                          "hermes-agent",
                          "mcp",
                          "open-source",
                          "openclaw",
                          "openclaw-ui",
                          "opencode",
                          "provider-management",
                          "rust",
                          "skills",
                          "skills-management",
                          "tauri",
                          "typescript",
                          "wsl-support"
                        ],
                        "license": "MIT",
                        "fullName": "farion1231/cc-switch",
                        "homepage": "https://ccswitch.io",
                        "language": "Rust",
                        "pushedAt": "2026-08-06T09:07:16Z",
                        "watchers": 125017,
                        "createdAt": "2025-08-04T14:16:16Z",
                        "updatedAt": "2026-08-06T11:19:49Z",
                        "isArchived": false,
                        "openIssues": 2051,
                        "description": "A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io",
                        "defaultBranch": "main"
                      },
                      {
                        "id": 299354207,
                        "url": "https://github.com/rustdesk/rustdesk",
                        "name": "rustdesk",
                        "forks": 18303,
                        "owner": "rustdesk",
                        "stars": 119741,
                        "isFork": false,
                        "topics": [
                          "android",
                          "anydesk",
                          "dart",
                          "flatpak",
                          "flutter",
                          "flutter-apps",
                          "ios",
                          "linux",
                          "macos",
                          "p2p",
                          "rdp",
                          "remote-control",
                          "remote-desktop",
                          "rust",
                          "rust-lang",
                          "teamviewer",
                          "vnc",
                          "wayland",
                          "windows"
                        ],
                        "license": "AGPL-3.0",
                        "fullName": "rustdesk/rustdesk",
                        "homepage": "https://rustdesk.com",
                        "language": "Rust",
                        "pushedAt": "2026-08-06T10:53:58Z",
                        "watchers": 119741,
                        "createdAt": "2020-09-28T15:36:08Z",
                        "updatedAt": "2026-08-06T11:15:32Z",
                        "isArchived": false,
                        "openIssues": 125,
                        "description": "An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.",
                        "defaultBranch": "master"
                      },
                      {
                        "id": 724712,
                        "url": "https://github.com/rust-lang/rust",
                        "name": "rust",
                        "forks": 15373,
                        "owner": "rust-lang",
                        "stars": 115294,
                        "isFork": false,
                        "topics": [
                          "compiler",
                          "language",
                          "rust"
                        ],
                        "license": "Apache-2.0",
                        "fullName": "rust-lang/rust",
                        "homepage": "https://www.rust-lang.org",
                        "language": "Rust",
                        "pushedAt": "2026-08-06T11:07:41Z",
                        "watchers": 115294,
                        "createdAt": "2010-06-16T20:39:03Z",
                        "updatedAt": "2026-08-06T11:07:49Z",
                        "isArchived": false,
                        "openIssues": 12701,
                        "description": "Empowering everyone to build reliable and efficient software.",
                        "defaultBranch": "main"
                      },
                      {
                        "id": 196701619,
                        "url": "https://github.com/tauri-apps/tauri",
                        "name": "tauri",
                        "forks": 3839,
                        "owner": "tauri-apps",
                        "stars": 109956,
                        "isFork": false,
                        "topics": [
                          "desktop-app",
                          "high-performance",
                          "mobile-app",
                          "native-app",
                          "rust",
                          "web-frontend",
                          "webview"
                        ],
                        "license": "Apache-2.0",
                        "fullName": "tauri-apps/tauri",
                        "homepage": "https://tauri.app",
                        "language": "Rust",
                        "pushedAt": "2026-08-06T02:19:14Z",
                        "watchers": 109956,
                        "createdAt": "2019-07-13T09:09:37Z",
                        "updatedAt": "2026-08-06T11:06:27Z",
                        "isArchived": false,
                        "openIssues": 1423,
                        "description": "Build smaller, faster, and more secure desktop and mobile applications with a web frontend.",
                        "defaultBranch": "dev"
                      },
                      {
                        "id": 133442384,
                        "url": "https://github.com/denoland/deno",
                        "name": "deno",
                        "forks": 6308,
                        "owner": "denoland",
                        "stars": 108170,
                        "isFork": false,
                        "topics": [
                          "deno",
                          "javascript",
                          "rust",
                          "typescript"
                        ],
                        "license": "MIT",
                        "fullName": "denoland/deno",
                        "homepage": "https://deno.com",
                        "language": "Rust",
                        "pushedAt": "2026-08-06T09:39:20Z",
                        "watchers": 108170,
                        "createdAt": "2018-05-15T01:34:26Z",
                        "updatedAt": "2026-08-06T11:06:21Z",
                        "isArchived": false,
                        "openIssues": 1448,
                        "description": "A modern runtime for JavaScript and TypeScript.",
                        "defaultBranch": "main"
                      },
                      {
                        "id": 965415649,
                        "url": "https://github.com/openai/codex",
                        "name": "codex",
                        "forks": 15772,
                        "owner": "openai",
                        "stars": 104351,
                        "isFork": false,
                        "license": "Apache-2.0",
                        "fullName": "openai/codex",
                        "language": "Rust",
                        "pushedAt": "2026-08-06T11:20:46Z",
                        "watchers": 104351,
                        "createdAt": "2025-04-13T05:37:54Z",
                        "updatedAt": "2026-08-06T11:20:52Z",
                        "isArchived": false,
                        "openIssues": 11767,
                        "description": "Lightweight coding agent that runs in your terminal",
                        "defaultBranch": "main"
                      },
                      {
                        "id": 357728969,
                        "url": "https://github.com/oven-sh/bun",
                        "name": "bun",
                        "forks": 4935,
                        "owner": "oven-sh",
                        "stars": 95296,
                        "isFork": false,
                        "topics": [
                          "bun",
                          "bundler",
                          "javascript",
                          "javascriptcore",
                          "jsx",
                          "nodejs",
                          "npm",
                          "react",
                          "rust",
                          "rust-lang",
                          "transpiler",
                          "typescript"
                        ],
                        "license": "NOASSERTION",
                        "fullName": "oven-sh/bun",
                        "homepage": "https://bun.com",
                        "language": "Rust",
                        "pushedAt": "2026-08-06T11:18:18Z",
                        "watchers": 95296,
                        "createdAt": "2021-04-14T00:48:17Z",
                        "updatedAt": "2026-08-06T11:12:31Z",
                        "isArchived": false,
                        "openIssues": 7820,
                        "description": "Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one",
                        "defaultBranch": "main"
                      },
                      {
                        "id": 997737944,
                        "url": "https://github.com/ruvnet/RuView",
                        "name": "RuView",
                        "forks": 11797,
                        "owner": "ruvnet",
                        "stars": 88685,
                        "isFork": false,
                        "topics": [
                          "awesome",
                          "claude",
                          "densepose",
                          "esp32",
                          "firmware",
                          "home-assistant",
                          "home-automation",
                          "iot",
                          "monitoring",
                          "networking",
                          "npm",
                          "pose-estimation",
                          "react",
                          "rf",
                          "self-learning",
                          "skills",
                          "spatial-intelligence",
                          "typescript",
                          "wifi",
                          "wifi-security"
                        ],
                        "license": "MIT",
                        "fullName": "ruvnet/RuView",
                        "homepage": "https://Cognitum.One/RuView",
                        "language": "Rust",
                        "pushedAt": "2026-08-06T07:00:29Z",
                        "watchers": 88685,
                        "createdAt": "2025-06-07T04:32:30Z",
                        "updatedAt": "2026-08-06T10:51:28Z",
                        "isArchived": false,
                        "openIssues": 450,
                        "description": "π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.",
                        "defaultBranch": "main"
                      },
                      {
                        "id": 699532645,
                        "url": "https://github.com/astral-sh/uv",
                        "name": "uv",
                        "forks": 3448,
                        "owner": "astral-sh",
                        "stars": 88420,
                        "isFork": false,
                        "topics": [
                          "packaging",
                          "python",
                          "resolver",
                          "uv"
                        ],
                        "license": "Apache-2.0",
                        "fullName": "astral-sh/uv",
                        "homepage": "https://docs.astral.sh/uv",
                        "language": "Rust",
                        "pushedAt": "2026-08-06T02:21:43Z",
                        "watchers": 88420,
                        "createdAt": "2023-10-02T20:24:11Z",
                        "updatedAt": "2026-08-06T10:44:30Z",
                        "isArchived": false,
                        "openIssues": 2804,
                        "description": "An extremely fast Python package and project manager, written in Rust.",
                        "defaultBranch": "main"
                      },
                      {
                        "id": 340547520,
                        "url": "https://github.com/zed-industries/zed",
                        "name": "zed",
                        "forks": 9889,
                        "owner": "zed-industries",
                        "stars": 88126,
                        "isFork": false,
                        "topics": [
                          "gpui",
                          "rust-lang",
                          "text-editor",
                          "zed"
                        ],
                        "license": "NOASSERTION",
                        "fullName": "zed-industries/zed",
                        "homepage": "https://zed.dev",
                        "language": "Rust",
                        "pushedAt": "2026-08-06T09:48:26Z",
                        "watchers": 88126,
                        "createdAt": "2021-02-20T03:01:06Z",
                        "updatedAt": "2026-08-06T11:13:14Z",
                        "isArchived": false,
                        "openIssues": 3301,
                        "description": "Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.",
                        "defaultBranch": "main"
                      },
                      {
                        "id": 1139971460,
                        "url": "https://github.com/rtk-ai/rtk",
                        "name": "rtk",
                        "forks": 4720,
                        "owner": "rtk-ai",
                        "stars": 74977,
                        "isFork": false,
                        "topics": [
                          "agentic-coding",
                          "ai-coding",
                          "anthropic",
                          "claude-code",
                          "cli",
                          "command-line-tool",
                          "cost-reduction",
                          "developer-tools",
                          "llm",
                          "open-source",
                          "productivity",
                          "rust",
                          "token-optimization"
                        ],
                        "license": "Apache-2.0",
                        "fullName": "rtk-ai/rtk",
                        "homepage": "https://www.rtk-ai.app",
                        "language": "Rust",
                        "pushedAt": "2026-08-05T21:19:03Z",
                        "watchers": 74977,
                        "createdAt": "2026-01-22T16:54:16Z",
                        "updatedAt": "2026-08-06T11:20:56Z",
                        "isArchived": false,
                        "openIssues": 1889,
                        "description": "CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies",
                        "defaultBranch": "develop"
                      },
                      {
                        "id": 641656392,
                        "url": "https://github.com/unionlabs/union",
                        "name": "union",
                        "forks": 3891,
                        "owner": "unionlabs",
                        "stars": 73869,
                        "isFork": false,
                        "topics": [
                          "astro",
                          "blockchain",
                          "cosmos",
                          "cosmwasm",
                          "ethereum",
                          "evm",
                          "golang",
                          "indexer",
                          "interoperability",
                          "move",
                          "nix",
                          "prover",
                          "relayer",
                          "rust",
                          "solidity",
                          "svelte",
                          "typescipt",
                          "typescript",
                          "zero-knowledge"
                        ],
                        "license": "Apache-2.0",
                        "fullName": "unionlabs/union",
                        "homepage": "https://union.build",
                        "language": "Rust",
                        "pushedAt": "2026-07-25T18:20:02Z",
                        "watchers": 73869,
                        "createdAt": "2023-05-16T22:33:39Z",
                        "updatedAt": "2026-08-06T09:55:02Z",
                        "isArchived": false,
                        "openIssues": 190,
                        "description": "The trust-minimized, zero-knowledge bridging protocol, designed for censorship resistance, extremely high security, and usage in decentralized finance.",
                        "defaultBranch": "main"
                      },
                      {
                        "id": 666299222,
                        "url": "https://github.com/openinterpreter/openinterpreter",
                        "name": "openinterpreter",
                        "forks": 5823,
                        "owner": "openinterpreter",
                        "stars": 67756,
                        "isFork": false,
                        "topics": [
                          "acp",
                          "coding-agent",
                          "deepseek",
                          "kimi",
                          "qwen",
                          "rust"
                        ],
                        "license": "Apache-2.0",
                        "fullName": "openinterpreter/openinterpreter",
                        "homepage": "http://openinterpreter.com/",
                        "language": "Rust",
                        "pushedAt": "2026-08-01T23:18:17Z",
                        "watchers": 67756,
                        "createdAt": "2023-07-14T07:10:44Z",
                        "updatedAt": "2026-08-06T11:06:47Z",
                        "isArchived": false,
                        "openIssues": 2,
                        "description": "A coding agent for open models like Kimi K3",
                        "defaultBranch": "main"
                      },
                      {
                        "id": 53631945,
                        "url": "https://github.com/BurntSushi/ripgrep",
                        "name": "ripgrep",
                        "forks": 2704,
                        "owner": "BurntSushi",
                        "stars": 67046,
                        "isFork": false,
                        "topics": [
                          "cli",
                          "command-line",
                          "command-line-tool",
                          "gitignore",
                          "grep",
                          "recursively-search",
                          "regex",
                          "ripgrep",
                          "rust",
                          "search"
                        ],
                        "license": "Unlicense",
                        "fullName": "BurntSushi/ripgrep",
                        "language": "Rust",
                        "pushedAt": "2026-08-04T13:59:44Z",
                        "watchers": 67046,
                        "createdAt": "2016-03-11T02:02:33Z",
                        "updatedAt": "2026-08-06T10:28:51Z",
                        "isArchived": false,
                        "openIssues": 172,
                        "description": "ripgrep recursively searches directories for a regex pattern while respecting your gitignore",
                        "defaultBranch": "master"
                      },
                      {
                        "id": 51980455,
                        "url": "https://github.com/alacritty/alacritty",
                        "name": "alacritty",
                        "forks": 3548,
                        "owner": "alacritty",
                        "stars": 65265,
                        "isFork": false,
                        "topics": [
                          "bsd",
                          "gpu",
                          "linux",
                          "macos",
                          "opengl",
                          "rust",
                          "terminal",
                          "terminal-emulators",
                          "vte",
                          "windows"
                        ],
                        "license": "Apache-2.0",
                        "fullName": "alacritty/alacritty",
                        "homepage": "https://alacritty.org",
                        "language": "Rust",
                        "pushedAt": "2026-08-03T08:50:06Z",
                        "watchers": 65265,
                        "createdAt": "2016-02-18T05:02:30Z",
                        "updatedAt": "2026-08-06T10:42:21Z",
                        "isArchived": false,
                        "openIssues": 337,
                        "description": "A cross-platform, OpenGL terminal emulator.",
                        "defaultBranch": "master"
                      },
                      {
                        "id": 121898717,
                        "url": "https://github.com/dani-garcia/vaultwarden",
                        "name": "vaultwarden",
                        "forks": 3091,
                        "owner": "dani-garcia",
                        "stars": 65024,
                        "isFork": false,
                        "topics": [
                          "bitwarden",
                          "bitwarden-rs",
                          "docker",
                          "rocket",
                          "rust",
                          "vaultwarden"
                        ],
                        "license": "AGPL-3.0",
                        "fullName": "dani-garcia/vaultwarden",
                        "language": "Rust",
                        "pushedAt": "2026-08-05T19:29:42Z",
                        "watchers": 65024,
                        "createdAt": "2018-02-17T22:40:20Z",
                        "updatedAt": "2026-08-06T11:07:29Z",
                        "isArchived": false,
                        "openIssues": 78,
                        "description": "Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs",
                        "defaultBranch": "main"
                      },
                      {
                        "id": 384219990,
                        "url": "https://github.com/warpdotdev/warp",
                        "name": "warp",
                        "forks": 5390,
                        "owner": "warpdotdev",
                        "stars": 64001,
                        "isFork": false,
                        "topics": [
                          "bash",
                          "linux",
                          "macos",
                          "rust",
                          "shell",
                          "terminal",
                          "wasm",
                          "zsh"
                        ],
                        "license": "AGPL-3.0",
                        "fullName": "warpdotdev/warp",
                        "homepage": "https://warp.dev",
                        "language": "Rust",
                        "pushedAt": "2026-08-06T08:25:38Z",
                        "watchers": 64001,
                        "createdAt": "2021-07-08T18:48:08Z",
                        "updatedAt": "2026-08-06T11:14:50Z",
                        "isArchived": false,
                        "openIssues": 4807,
                        "description": "Warp is an agentic development environment, born out of the terminal.",
                        "defaultBranch": "master"
                      },
                      {
                        "id": 42489829,
                        "url": "https://github.com/rust-lang/rustlings",
                        "name": "rustlings",
                        "forks": 11239,
                        "owner": "rust-lang",
                        "stars": 63777,
                        "isFork": false,
                        "topics": [
                          "beginner-friendly",
                          "exercises",
                          "rust",
                          "rustlings"
                        ],
                        "license": "MIT",
                        "fullName": "rust-lang/rustlings",
                        "homepage": "https://rustlings.rust-lang.org",
                        "language": "Rust",
                        "pushedAt": "2026-08-05T15:49:34Z",
                        "watchers": 63777,
                        "createdAt": "2015-09-15T02:25:18Z",
                        "updatedAt": "2026-08-06T10:44:22Z",
                        "isArchived": false,
                        "openIssues": 36,
                        "description": ":crab: Small exercises to get you used to reading and writing Rust code!",
                        "defaultBranch": "main"
                      },
                      {
                        "id": 331107018,
                        "url": "https://github.com/FuelLabs/sway",
                        "name": "sway",
                        "forks": 5414,
                        "owner": "FuelLabs",
                        "stars": 61525,
                        "isFork": false,
                        "topics": [
                          "compiler",
                          "fuel",
                          "language",
                          "sway"
                        ],
                        "license": "Apache-2.0",
                        "fullName": "FuelLabs/sway",
                        "homepage": "https://docs.fuel.network/docs/sway/",
                        "language": "Rust",
                        "pushedAt": "2026-08-05T20:12:43Z",
                        "watchers": 61525,
                        "createdAt": "2021-01-19T20:54:33Z",
                        "updatedAt": "2026-08-06T11:04:05Z",
                        "isArchived": false,
                        "openIssues": 924,
                        "description": "🌴 Empowering everyone to build reliable and efficient smart contracts.",
                        "defaultBranch": "master"
                      },
                      {
                        "id": 551376520,
                        "url": "https://github.com/tw93/Pake",
                        "name": "Pake",
                        "forks": 12326,
                        "owner": "tw93",
                        "stars": 60485,
                        "isFork": false,
                        "topics": [
                          "chatgpt",
                          "claude",
                          "desktop",
                          "gemini",
                          "hight-performance",
                          "linux",
                          "macos",
                          "no-electron",
                          "package",
                          "rust",
                          "tauri",
                          "windows",
                          "youtube"
                        ],
                        "license": "GPL-3.0",
                        "fullName": "tw93/Pake",
                        "language": "Rust",
                        "pushedAt": "2026-08-02T06:24:21Z",
                        "watchers": 60485,
                        "createdAt": "2022-10-14T09:32:57Z",
                        "updatedAt": "2026-08-06T11:06:39Z",
                        "isArchived": false,
                        "openIssues": 2,
                        "description": "🤱🏻 Turn any webpage into a desktop app with one command.",
                        "defaultBranch": "main"
                      },
                      {
                        "id": 130464961,
                        "url": "https://github.com/sharkdp/bat",
                        "name": "bat",
                        "forks": 1622,
                        "owner": "sharkdp",
                        "stars": 60121,
                        "isFork": false,
                        "topics": [
                          "cli",
                          "command-line",
                          "git",
                          "hacktoberfest",
                          "rust",
                          "syntax-highlighting",
                          "terminal",
                          "tool"
                        ],
                        "license": "Apache-2.0",
                        "fullName": "sharkdp/bat",
                        "language": "Rust",
                        "pushedAt": "2026-08-01T04:01:27Z",
                        "watchers": 60121,
                        "createdAt": "2018-04-21T10:52:23Z",
                        "updatedAt": "2026-08-06T10:42:08Z",
                        "isArchived": false,
                        "openIssues": 423,
                        "description": "A cat(1) clone with wings.",
                        "defaultBranch": "master"
                      },
                      {
                        "id": 178991158,
                        "url": "https://github.com/starship/starship",
                        "name": "starship",
                        "forks": 2620,
                        "owner": "starship",
                        "stars": 59280,
                        "isFork": false,
                        "topics": [
                          "bash",
                          "fish",
                          "fish-prompt",
                          "fish-theme",
                          "oh-my-zsh",
                          "powershell",
                          "rust",
                          "shell-prompt",
                          "starship",
                          "zsh",
                          "zsh-prompt",
                          "zsh-theme"
                        ],
                        "license": "ISC",
                        "fullName": "starship/starship",
                        "homepage": "https://starship.rs",
                        "language": "Rust",
                        "pushedAt": "2026-08-06T10:53:40Z",
                        "watchers": 59280,
                        "createdAt": "2019-04-02T03:23:12Z",
                        "updatedAt": "2026-08-06T11:06:26Z",
                        "isArchived": false,
                        "openIssues": 1033,
                        "description": "☄🌌️  The minimal, blazing-fast, and infinitely customizable prompt for any shell!",
                        "defaultBranch": "main"
                      },
                      {
                        "id": 130688011,
                        "url": "https://github.com/meilisearch/meilisearch",
                        "name": "meilisearch",
                        "forks": 2654,
                        "owner": "meilisearch",
                        "stars": 58882,
                        "isFork": false,
                        "topics": [
                          "ai",
                          "api",
                          "app-search",
                          "database",
                          "enterprise-search",
                          "faceting",
                          "full-text-search",
                          "fuzzy-search",
                          "geosearch",
                          "hybrid-search",
                          "instantsearch",
                          "search",
                          "search-as-you-type",
                          "search-engine",
                          "semantic-search",
                          "site-search",
                          "typo-tolerance",
                          "vector-database",
                          "vector-search",
                          "vectors"
                        ],
                        "license": "NOASSERTION",
                        "fullName": "meilisearch/meilisearch",
                        "homepage": "https://www.meilisearch.com",
                        "language": "Rust",
                        "pushedAt": "2026-08-06T10:10:03Z",
                        "watchers": 58882,
                        "createdAt": "2018-04-23T11:45:28Z",
                        "updatedAt": "2026-08-06T10:57:05Z",
                        "isArchived": false,
                        "openIssues": 296,
                        "description": "A lightning-fast search engine API bringing AI-powered hybrid search to your sites and applications.",
                        "defaultBranch": "main"
                      },
                      {
                        "id": 21938243,
                        "url": "https://github.com/rust-unofficial/awesome-rust",
                        "name": "awesome-rust",
                        "forks": 3527,
                        "owner": "rust-unofficial",
                        "stars": 58709,
                        "isFork": false,
                        "topics": [
                          "awesome",
                          "rust"
                        ],
                        "license": "CC0-1.0",
                        "fullName": "rust-unofficial/awesome-rust",
                        "language": "Rust",
                        "pushedAt": "2026-08-04T13:20:33Z",
                        "watchers": 58709,
                        "createdAt": "2014-07-17T10:45:10Z",
                        "updatedAt": "2026-08-06T10:44:23Z",
                        "isArchived": false,
                        "openIssues": 8,
                        "description": "A curated list of Rust code and resources.",
                        "defaultBranch": "main"
                      },
                      {
                        "id": 290882787,
                        "url": "https://github.com/FuelLabs/fuel-core",
                        "name": "fuel-core",
                        "forks": 2860,
                        "owner": "FuelLabs",
                        "stars": 56927,
                        "isFork": false,
                        "topics": [
                          "blockchain",
                          "fuel"
                        ],
                        "license": "NOASSERTION",
                        "fullName": "FuelLabs/fuel-core",
                        "language": "Rust",
                        "pushedAt": "2026-08-05T20:11:04Z",
                        "watchers": 56927,
                        "createdAt": "2020-08-27T21:12:14Z",
                        "updatedAt": "2026-08-06T00:27:09Z",
                        "isArchived": false,
                        "openIssues": 200,
                        "description": "Rust full node implementation of the Fuel v2 protocol.",
                        "defaultBranch": "master"
                      },
                      {
                        "id": 210702427,
                        "url": "https://github.com/typst/typst",
                        "name": "typst",
                        "forks": 1668,
                        "owner": "typst",
                        "stars": 55317,
                        "isFork": false,
                        "topics": [
                          "compiler",
                          "markup",
                          "typesetting",
                          "typst"
                        ],
                        "license": "Apache-2.0",
                        "fullName": "typst/typst",
                        "homepage": "https://typst.app",
                        "language": "Rust",
                        "pushedAt": "2026-08-04T16:56:01Z",
                        "watchers": 55317,
                        "createdAt": "2019-09-24T21:41:56Z",
                        "updatedAt": "2026-08-06T10:51:35Z",
                        "isArchived": false,
                        "openIssues": 1254,
                        "description": "A markup-based typesetting system that is powerful and easy to learn.",
                        "defaultBranch": "main"
                      },
                      {
                        "id": 575340621,
                        "url": "https://github.com/lencx/ChatGPT",
                        "name": "ChatGPT",
                        "forks": 6138,
                        "owner": "lencx",
                        "stars": 54433,
                        "isFork": false,
                        "topics": [
                          "ai",
                          "app",
                          "application",
                          "chatgpt",
                          "desktop-app",
                          "gpt",
                          "gpt-3",
                          "linux",
                          "macos",
                          "notes-app",
                          "openai",
                          "rust",
                          "tauri",
                          "webview",
                          "windows"
                        ],
                        "fullName": "lencx/ChatGPT",
                        "language": "Rust",
                        "pushedAt": "2024-08-29T17:58:11Z",
                        "watchers": 54433,
                        "createdAt": "2022-12-07T09:43:02Z",
                        "updatedAt": "2026-08-06T08:55:16Z",
                        "isArchived": false,
                        "openIssues": 941,
                        "description": "❄️ ChatGPT Desktop Application (Mac, Windows and Linux)",
                        "defaultBranch": "v2-dev"
                      },
                      {
                        "id": 846698999,
                        "url": "https://github.com/aaif-goose/goose",
                        "name": "goose",
                        "forks": 5926,
                        "owner": "aaif-goose",
                        "stars": 52447,
                        "isFork": false,
                        "topics": [
                          "acp",
                          "ai",
                          "ai-agents",
                          "mcp"
                        ],
                        "license": "Apache-2.0",
                        "fullName": "aaif-goose/goose",
                        "homepage": "https://goose-docs.ai/",
                        "language": "Rust",
                        "pushedAt": "2026-08-06T10:55:36Z",
                        "watchers": 52447,
                        "createdAt": "2024-08-23T19:03:36Z",
                        "updatedAt": "2026-08-06T11:05:32Z",
                        "isArchived": false,
                        "openIssues": 302,
                        "description": "an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM",
                        "defaultBranch": "main"
                      },
                      {
                        "id": 523043277,
                        "url": "https://github.com/astral-sh/ruff",
                        "name": "ruff",
                        "forks": 2304,
                        "owner": "astral-sh",
                        "stars": 49085,
                        "isFork": false,
                        "topics": [
                          "linter",
                          "pep8",
                          "python",
                          "python3",
                          "ruff",
                          "rust",
                          "rustpython",
                          "static-analysis",
                          "static-code-analysis",
                          "style-guide",
                          "styleguide"
                        ],
                        "license": "MIT",
                        "fullName": "astral-sh/ruff",
                        "homepage": "https://docs.astral.sh/ruff",
                        "language": "Rust",
                        "pushedAt": "2026-08-06T11:16:36Z",
                        "watchers": 49085,
                        "createdAt": "2022-08-09T17:17:44Z",
                        "updatedAt": "2026-08-06T11:12:23Z",
                        "isArchived": false,
                        "openIssues": 2063,
                        "description": "An extremely fast Python linter and code formatter, written in Rust.",
                        "defaultBranch": "main"
                      }
                    ],
                    "query": "language:rust stars:>10000",
                    "total": 244,
                    "hasMore": true,
                    "nextPage": 2,
                    "totalReachable": 244
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:github-user/search-users": {
      "get": {
        "operationId": "social_media_github_user_search_users",
        "summary": "Search Users",
        "description": "Cari pengguna dengan sintaks pencarian GitHub.",
        "tags": [
          "GitHub User"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/github-user#reference-search-users"
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "description": "Search query, GitHub search syntax",
            "schema": {
              "type": "string",
              "example": "location:indonesia followers:>1000"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": false,
            "description": "Sort field. Default best match",
            "schema": {
              "type": "string",
              "enum": [
                "followers",
                "repositories",
                "joined"
              ],
              "example": "followers"
            }
          },
          {
            "name": "order",
            "in": "query",
            "required": false,
            "description": "Sort direction. Default desc",
            "schema": {
              "type": "string",
              "enum": [
                "asc",
                "desc"
              ],
              "example": "desc"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number. Default 1 (GitHub caps search at 1000 results)",
            "schema": {
              "type": "number",
              "example": "1"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": false,
            "description": "Results per page. Default 30, max 100",
            "schema": {
              "type": "number",
              "example": "30"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "page": 1,
                    "count": 30,
                    "items": [
                      {
                        "id": 2681894,
                        "url": "https://github.com/sandhikagalih",
                        "type": "User",
                        "login": "sandhikagalih",
                        "avatar": "https://avatars.githubusercontent.com/u/2681894?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 43339356,
                        "url": "https://github.com/deaafrizal",
                        "type": "User",
                        "login": "deaafrizal",
                        "avatar": "https://avatars.githubusercontent.com/u/43339356?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 70091,
                        "url": "https://github.com/khannedy",
                        "type": "User",
                        "login": "khannedy",
                        "avatar": "https://avatars.githubusercontent.com/u/70091?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 129738392,
                        "url": "https://github.com/rasidi3112",
                        "type": "User",
                        "login": "rasidi3112",
                        "avatar": "https://avatars.githubusercontent.com/u/129738392?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 4611581,
                        "url": "https://github.com/KOSASIH",
                        "type": "User",
                        "login": "KOSASIH",
                        "avatar": "https://avatars.githubusercontent.com/u/4611581?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 5790261,
                        "url": "https://github.com/infosecn1nja",
                        "type": "User",
                        "login": "infosecn1nja",
                        "avatar": "https://avatars.githubusercontent.com/u/5790261?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 7221389,
                        "url": "https://github.com/mazipan",
                        "type": "User",
                        "login": "mazipan",
                        "avatar": "https://avatars.githubusercontent.com/u/7221389?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 118709646,
                        "url": "https://github.com/YuukiPS",
                        "type": "Organization",
                        "login": "YuukiPS",
                        "avatar": "https://avatars.githubusercontent.com/u/118709646?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 982868,
                        "url": "https://github.com/novalagung",
                        "type": "User",
                        "login": "novalagung",
                        "avatar": "https://avatars.githubusercontent.com/u/982868?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 25837540,
                        "url": "https://github.com/dwisiswant0",
                        "type": "User",
                        "login": "dwisiswant0",
                        "avatar": "https://avatars.githubusercontent.com/u/25837540?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 36947813,
                        "url": "https://github.com/kelasterbuka",
                        "type": "Organization",
                        "login": "kelasterbuka",
                        "avatar": "https://avatars.githubusercontent.com/u/36947813?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 3713580,
                        "url": "https://github.com/hendisantika",
                        "type": "User",
                        "login": "hendisantika",
                        "avatar": "https://avatars.githubusercontent.com/u/3713580?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 40487188,
                        "url": "https://github.com/silvesterwali",
                        "type": "User",
                        "login": "silvesterwali",
                        "avatar": "https://avatars.githubusercontent.com/u/40487188?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 22091590,
                        "url": "https://github.com/dicodingacademy",
                        "type": "Organization",
                        "login": "dicodingacademy",
                        "avatar": "https://avatars.githubusercontent.com/u/22091590?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 3748658,
                        "url": "https://github.com/mathdroid",
                        "type": "User",
                        "login": "mathdroid",
                        "avatar": "https://avatars.githubusercontent.com/u/3748658?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 48324618,
                        "url": "https://github.com/phanatagama",
                        "type": "User",
                        "login": "phanatagama",
                        "avatar": "https://avatars.githubusercontent.com/u/48324618?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 6803784,
                        "url": "https://github.com/hangga",
                        "type": "User",
                        "login": "hangga",
                        "avatar": "https://avatars.githubusercontent.com/u/6803784?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 7764302,
                        "url": "https://github.com/faqihza",
                        "type": "User",
                        "login": "faqihza",
                        "avatar": "https://avatars.githubusercontent.com/u/7764302?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 235584,
                        "url": "https://github.com/mhaidarhanif",
                        "type": "User",
                        "login": "mhaidarhanif",
                        "avatar": "https://avatars.githubusercontent.com/u/235584?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 45036724,
                        "url": "https://github.com/zuramai",
                        "type": "User",
                        "login": "zuramai",
                        "avatar": "https://avatars.githubusercontent.com/u/45036724?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 88219725,
                        "url": "https://github.com/Zlkcyber",
                        "type": "User",
                        "login": "Zlkcyber",
                        "avatar": "https://avatars.githubusercontent.com/u/88219725?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 6789991,
                        "url": "https://github.com/alfianlosari",
                        "type": "User",
                        "login": "alfianlosari",
                        "avatar": "https://avatars.githubusercontent.com/u/6789991?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 36522826,
                        "url": "https://github.com/daffainfo",
                        "type": "User",
                        "login": "daffainfo",
                        "avatar": "https://avatars.githubusercontent.com/u/36522826?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 55318172,
                        "url": "https://github.com/theodorusclarence",
                        "type": "User",
                        "login": "theodorusclarence",
                        "avatar": "https://avatars.githubusercontent.com/u/55318172?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 41313785,
                        "url": "https://github.com/Ranginang67",
                        "type": "User",
                        "login": "Ranginang67",
                        "avatar": "https://avatars.githubusercontent.com/u/41313785?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 87703322,
                        "url": "https://github.com/theodevoid",
                        "type": "User",
                        "login": "theodevoid",
                        "avatar": "https://avatars.githubusercontent.com/u/87703322?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 96912274,
                        "url": "https://github.com/wahyudesu",
                        "type": "User",
                        "login": "wahyudesu",
                        "avatar": "https://avatars.githubusercontent.com/u/96912274?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 324925,
                        "url": "https://github.com/endymuhardin",
                        "type": "User",
                        "login": "endymuhardin",
                        "avatar": "https://avatars.githubusercontent.com/u/324925?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 615326,
                        "url": "https://github.com/ganiszulfa",
                        "type": "User",
                        "login": "ganiszulfa",
                        "avatar": "https://avatars.githubusercontent.com/u/615326?v=4",
                        "isSiteAdmin": false
                      },
                      {
                        "id": 46316533,
                        "url": "https://github.com/reiryuki",
                        "type": "User",
                        "login": "reiryuki",
                        "avatar": "https://avatars.githubusercontent.com/u/46316533?v=4",
                        "isSiteAdmin": false
                      }
                    ],
                    "query": "location:indonesia followers:>1000",
                    "total": 37,
                    "hasMore": true,
                    "nextPage": 2,
                    "totalReachable": 37
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:instagram-scraper/profile/{username}": {
      "get": {
        "operationId": "social_media_instagram_scraper_profile",
        "summary": "Get User Profile",
        "description": "Profil lengkap sebuah akun Instagram. Catatan: reelsCount menghitung story highlights, bukan jumlah reels — nama field ini dipertahankan demi kompatibilitas. Pakai endpoint reels untuk daftar reels yang sebenarnya.",
        "tags": [
          "Instagram Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/instagram-scraper#reference-profile"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Username (with/without @) atau full Instagram URL",
            "schema": {
              "type": "string",
              "example": "zaadevofc"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "fbId": "17841451905315511",
                    "avatar": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-19/726673833_18058625930730178_3553335559014356943_n.jpg?stp=dst-jpg_s320x320_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby43MzYuYzIifQ&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2gGTHOKdjS1zaO2ToIwuPuopT4NFVYz-S_M0oTJXvtcCNlQ3N39Z_Fgfllgljg4DIpU&_nc_ohc=XIBgrMwUyLcQ7kNvwEAtuQG&_nc_gid=qhGQUycdgxNrh3X6dGgBog&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AQFfPHz0iZd-bNVqFTArJT4F6fM9I4ZbwXKt2gUTWFynXQ&oe=6A70C306&_nc_sid=8b3546",
                    "userId": "51884090177",
                    "bioLinks": [
                      {
                        "url": "https://jaa.web.id",
                        "title": "🌟 My Website",
                        "linkType": "external"
                      },
                      {
                        "url": "https://github.com/zeative",
                        "title": "🔥 Open Source Project",
                        "linkType": "external"
                      },
                      {
                        "url": "https://trakteer.id/zaadevofc",
                        "title": "😻 Trakteer Laptop Ajaib",
                        "linkType": "external"
                      },
                      {
                        "url": "https://zpi.web.id",
                        "title": "💥 Free Rest APi",
                        "linkType": "external"
                      }
                    ],
                    "category": "Digital creator",
                    "fullName": "Kejaa | Fullstack Developer",
                    "username": "zaadevofc",
                    "biography": "🌟 Fullstack Developer\n💯 Golang x Typescript\n💌 Contact Me 👇🏻",
                    "isPrivate": false,
                    "postCount": 21,
                    "isVerified": false,
                    "reelsCount": 6,
                    "externalUrl": "https://jaa.web.id/",
                    "followerCount": 5654,
                    "followingCount": 217,
                    "isBusinessAccount": false,
                    "isProfessionalAccount": true
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:instagram-scraper/posts/{username}": {
      "get": {
        "operationId": "social_media_instagram_scraper_posts",
        "summary": "Get User Posts",
        "description": "Postingan sebuah akun Instagram, per halaman. Catatan: total selalu null karena sumber datanya tidak mengirim jumlah keseluruhan di jalur ini. Ambil postCount dari endpoint profile kalau butuh totalnya.",
        "tags": [
          "Instagram Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/instagram-scraper#reference-posts"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Username (with/without @) atau full Instagram URL",
            "schema": {
              "type": "string",
              "example": "cristiano"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Nomor halaman. Default 1, max 50. Per page 12 post",
            "schema": {
              "type": "number"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 12,
                    "posts": [
                      {
                        "url": "https://www.instagram.com/p/Dbzo5YBGNLF/",
                        "type": "carousel",
                        "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/771843829_18582417154075834_512596331335769987_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=1&ig_cache_key=Mzk1OTY2ODE1NjEzMDcxNjI1MA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjAwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=8OIoUuwPW1YQ7kNvwGpWjn0&_nc_oc=AdpURaVEVhzP0COxSN6pgdCfvLRAz73cpZCIIEcBDbHqjeaYeTW7uaH1qF8w1BpHRs8&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQH-H0u5zpDHdE9QwgeE27CWsFz_z1UQbPd_AnDvcn4R0A&oe=6A7FB8D4",
                        "width": 2000,
                        "author": {
                          "avatar": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-19/749652868_18576613621075834_3305084378993563391_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDQyLmMyIn0&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2gGenG8P_21I3xz_bhP2QoSi1V29IrSHDWQP38fWQ_4Ffi-0mze47D6MNBnIRQTyKzw&_nc_ohc=cBggDqVXCpkQ7kNvwHqHNwk&_nc_gid=1YN37tPO3N3DoHNywveYaw&edm=ACWDqb8BAAAA&ccb=7-5&oh=00_AQEqrJDV4iNWX_2iky_YWmADFIhVk2-zNCBvVnwyJE310w&oe=6A7FB7E9&_nc_sid=ee9879",
                          "userId": "2274763833",
                          "fullName": "BTS official",
                          "username": "bts.bighitofficial",
                          "isVerified": true
                        },
                        "height": 2666,
                        "postId": "3959688362047623877",
                        "caption": "BTS WORLD TOUR ‘ARIRANG’ IN FOXBOROUGH\n\n#방탄소년단 #BTS #BTS_WORLDTOUR_ARIRANG\n#BTS_WORLDTOUR_ARIRANG_NA\n#BTS_WORLDTOUR_ARIRANG_FOXBOROUGH",
                        "isVideo": false,
                        "takenAt": 1786251601,
                        "carousel": [
                          {
                            "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/771843829_18582417154075834_512596331335769987_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=1&ig_cache_key=Mzk1OTY2ODE1NjEzMDcxNjI1MA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjAwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=8OIoUuwPW1YQ7kNvwGpWjn0&_nc_oc=AdpURaVEVhzP0COxSN6pgdCfvLRAz73cpZCIIEcBDbHqjeaYeTW7uaH1qF8w1BpHRs8&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQH-H0u5zpDHdE9QwgeE27CWsFz_z1UQbPd_AnDvcn4R0A&oe=6A7FB8D4",
                            "width": 2000,
                            "height": 2666,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/769483645_18582417163075834_62047698147973266_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=1&ig_cache_key=Mzk1OTY2ODE1NjM5MDcyNzEwNg%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjAwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=jFZVZSYytLkQ7kNvwGLpg0N&_nc_oc=Adq6zCRGNOJoBgqt1Y-4DldtF1z3ZtidKo4g_dmr1cuAI5iAmt0BeTWEVN13upORSJI&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQGt6lTwdVjL-cTZpYPYQwKgRDl9s8Li0xWqkTQ7xGUTVw&oe=6A7FD655",
                            "width": 2000,
                            "height": 2666,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/771738930_18582417172075834_2819302403204558436_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=1&ig_cache_key=Mzk1OTY2ODE1NjMwNjgzOTE2OQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjAwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=actVtd8d868Q7kNvwEDHGex&_nc_oc=Adq8ug6VtDTvUuW8jHpVQsbPYfDgxoRHwzbCRCYAYJm2cZrWPdZMyv_OqhkgytM6zS0&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQHZzgzRjElohHY6krWrMAynByiqsf4hK9IxYh6GAxTqjA&oe=6A7FD2E4",
                            "width": 2000,
                            "height": 2666,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/771909431_18582417181075834_1972390173560460252_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=1&ig_cache_key=Mzk1OTY2ODE1NjEzOTEwMTQ1NQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjAwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=YAnRENw0HZIQ7kNvwHtzN-G&_nc_oc=Adqgqr7jd-006YSqET1L6pxBVWyDT5YVZaP-IG7_3jWETaRqyfsATgPPVWb2d5t3bcc&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQGH0Q8sdyHp_6xQgeQpbi05vjS_vmIdcigPt_rnM5pyiA&oe=6A7FC389",
                            "width": 2000,
                            "height": 2666,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/771956089_18582417208075834_523635867037381568_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=1&ig_cache_key=Mzk1OTY2ODE1NjQ1NzgzMTc0OA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjAwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=5j0cCY3JoaUQ7kNvwELUXAU&_nc_oc=AdoXxnvWpph2sfSmQtUtjpg_JP4nIUj2nybVtHlMcXthyCcqr-qo_RvwosA7D3ARfK0&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQFD_TEEGSiD-1ILl2GoYfOpFPGi_Il-7clBIMUC6Hp-dg&oe=6A7FDEAD",
                            "width": 2000,
                            "height": 2666,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/771511791_18582417205075834_5269607453244975472_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ig_cache_key=Mzk1OTY2ODE1NjQ2NjI0Nzg0MQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjAwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=CLV7wJZJ_VoQ7kNvwELkHtF&_nc_oc=AdqK57jCjzOLTGPwERoNu0VaIInf37aaX_6qGWFypzifAAUD9N4gOpLwu4ZFwouoKYM&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQGVKrMSS0ho5yHzdg2gyUlDmYsFgfGHlHSFvcdTG51k_g&oe=6A7FDFFC",
                            "width": 2000,
                            "height": 2666,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/770572373_18582417190075834_4805425263929148390_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ig_cache_key=Mzk1OTY2ODE1NjEzOTA3NzA3Ng%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjAwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=V5CcJQ3eRn0Q7kNvwGKSg21&_nc_oc=AdplB13lYQyvlsHkzT9cqVTZyt8dTye_1KnJ_DyPMH33Asq5MRL_rpRvvBBW9h_dFTE&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQEQeb3K6a9xIXtmBsipwXysfviMm07TX2BE2-OlLl0H2g&oe=6A7FD4D8",
                            "width": 2000,
                            "height": 1333,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/770728504_18582417235075834_2522875436295390089_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=110&ig_cache_key=Mzk1OTY2ODE1NjEzOTA4MzE5NA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjAwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=9pidhN5uAyoQ7kNvwFihgKx&_nc_oc=AdrawbKtrfoNsVUMpU65QW_csylk_AqMjk0D3Tcr7ONp_7mDgeBThEqvFoaQNX38GlE&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQGL62fhWKTUxWnh0rBJM8DfR_1vznV8gUkarxNNaarhKw&oe=6A7FB384",
                            "width": 2000,
                            "height": 1333,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-1.cdninstagram.com/v/t51.82787-15/772148107_18582417226075834_5596787978158833364_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ig_cache_key=Mzk1OTY2ODE1NjI1NjUxMDUxMw%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjAwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=HeUBELXWGtIQ7kNvwH6XgBm&_nc_oc=AdqXEUJn4r-pVHGs9G9LL18nVWmhWHaVMpc9AbrlWsVy9P8mcAiIinB6TI0ypxY6yVk&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-1.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQEBGa2Mu5B43h511AFNtbNcfxKRCquIiJm7SI2d5EjrTg&oe=6A7FE91E",
                            "width": 2000,
                            "height": 1333,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk1-2.cdninstagram.com/v/t51.82787-15/770474561_18582417223075834_3901623002680949492_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ig_cache_key=Mzk1OTY2ODE1NjEzOTA3OTIzNg%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjAwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=DIy8RKT3ZMAQ7kNvwGIws83&_nc_oc=Ado4biM_Dtf4B1HkeiuXXkU2OXPwyYzN0EGlhjN5a49O1GgmqpT6xdvxUxWxMkNAyu4&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk1-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQECWBBSu8l3bN8c_aiLSVx_jwGJGVsgIEDr6c-3K_siRw&oe=6A7FBD2A",
                            "width": 2000,
                            "height": 1333,
                            "mediaType": 1
                          }
                        ],
                        "likeCount": 2943381,
                        "playCount": 0,
                        "shortcode": "Dbzo5YBGNLF",
                        "viewCount": 0,
                        "isCarousel": true,
                        "takenAtIso": "2026-08-09T05:00:01.000Z",
                        "productType": "carousel_container",
                        "commentCount": 15007
                      },
                      {
                        "url": "https://www.instagram.com/p/DbumDzPGB7H/",
                        "type": "carousel",
                        "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/766074309_18581922571075834_468696789793933411_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=1&ig_cache_key=Mzk1ODI2Nzk3MjAwNTkwMTU0NA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjQwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=KueL85W1dEEQ7kNvwFKhJhp&_nc_oc=AdqL23XGujxb-UTkbXyeSIQY53-kYvJAaC1Mhd2Vni_FBMbhS6SCoq5wy9NNmUDj_jU&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQHHmsWlN8blyXG8u4Suy1X4MElIWWbVRnwqFA1QfCxnNw&oe=6A7FEB40",
                        "width": 2400,
                        "author": {
                          "avatar": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-19/749652868_18576613621075834_3305084378993563391_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDQyLmMyIn0&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2gGenG8P_21I3xz_bhP2QoSi1V29IrSHDWQP38fWQ_4Ffi-0mze47D6MNBnIRQTyKzw&_nc_ohc=cBggDqVXCpkQ7kNvwHqHNwk&_nc_gid=1YN37tPO3N3DoHNywveYaw&edm=ACWDqb8BAAAA&ccb=7-5&oh=00_AQEqrJDV4iNWX_2iky_YWmADFIhVk2-zNCBvVnwyJE310w&oe=6A7FB7E9&_nc_sid=ee9879",
                          "userId": "2274763833",
                          "fullName": "BTS official",
                          "username": "bts.bighitofficial",
                          "isVerified": true
                        },
                        "height": 3000,
                        "postId": "3958268509445168839",
                        "caption": "뭐가 수박이게",
                        "isVideo": false,
                        "takenAt": 1786082398,
                        "carousel": [
                          {
                            "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/766074309_18581922571075834_468696789793933411_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=1&ig_cache_key=Mzk1ODI2Nzk3MjAwNTkwMTU0NA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjQwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=KueL85W1dEEQ7kNvwFKhJhp&_nc_oc=AdqL23XGujxb-UTkbXyeSIQY53-kYvJAaC1Mhd2Vni_FBMbhS6SCoq5wy9NNmUDj_jU&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQHHmsWlN8blyXG8u4Suy1X4MElIWWbVRnwqFA1QfCxnNw&oe=6A7FEB40",
                            "width": 2400,
                            "height": 3000,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/765338518_18581922583075834_1324484303808373350_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=1&ig_cache_key=Mzk1ODI2Nzk3OTQwOTg3MjUwMg%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjQwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=AdB5xD3tfoAQ7kNvwFS_FPj&_nc_oc=AdqYeJ2YZsQO_88WQvo50oSKdSDI_YjDfHHkWFBtnKfoLHXBrCCPVzEmvahNwHYiQsA&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQG3168nYmrsw3qwS3cgaLTwAV8U0hniSG7b_tBHuzHZJg&oe=6A7FD1F8",
                            "width": 2400,
                            "height": 3000,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/765460217_18581922592075834_3056238847018222016_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=1&ig_cache_key=Mzk1ODI2Nzk4MjE1NTkwNzcyNQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjQwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=k_btEUTe5IoQ7kNvwHLd2Pp&_nc_oc=AdqJNt2diKeylDQVeHBVkJWSEBs6sKs7woVf8H3uNKBs3hQ2dYRu1KwQmvJoIBDp30c&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQE3wpMgrrVB8P3VC1rFfR7wemAKKeVgtFcgn2aYh8GIvw&oe=6A7FE1A3",
                            "width": 2400,
                            "height": 3000,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/768950763_18581922601075834_3182008491500766879_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=1&ig_cache_key=Mzk1ODI2Nzk4NDkxNjk3OTIwOA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjQwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=Cxta9LYd5uAQ7kNvwEPxLTr&_nc_oc=Adqhu4pw12jOio11wXEDiPRxvz9v1yeG4Zw3pF1Ko9XSmO6QtRH3WIRoAa3dhXk8_b4&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQHNKNlua1NEI8LvukpMKU8cH_etDl5iGOI8drJ3S_XIJA&oe=6A7FC05E",
                            "width": 2400,
                            "height": 3000,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk1-2.cdninstagram.com/v/t51.82787-15/769154150_18581922610075834_6137785751200645463_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ig_cache_key=Mzk1ODI2Nzk4NTgzMDMzNTEzMQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjQwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=Ze6qAFIaxcEQ7kNvwHqf7ul&_nc_oc=AdoCR_ujgCdwMInV_P51G9Fh2E29oPI60jvUy6Dm3nAqnPAPInI21BJGw1c36MBkeVk&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk1-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQEG9ECnoV52h7xRs_QkSFWDrrw7T2w-ylIoRW6-nNLnHg&oe=6A7FE6F2",
                            "width": 2400,
                            "height": 3000,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk1-2.cdninstagram.com/v/t51.82787-15/765351661_18581922628075834_9072441156877405963_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ig_cache_key=Mzk1ODI2Nzk4NjkzNzQyMzg5Mw%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjQwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=92bBW3ZNntAQ7kNvwH46xSw&_nc_oc=AdoY4UqAtF_PWOYOivtNEvM_UXZqcyFadAPG93Mhh1Q_qDuB3aveoXwckyHcbR5c02g&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk1-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQFvbwbm9oYwdeLzW3Xgx-C_8owoq3AmZ2627ueouA9rIg&oe=6A7FCC19",
                            "width": 2400,
                            "height": 3000,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-1.cdninstagram.com/v/t51.82787-15/765338741_18581922655075834_4577942462107351031_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ig_cache_key=Mzk1ODI2Nzk4ODI3NjQ2NzI1NA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjQwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=kLSutXsn7fMQ7kNvwHRoUUS&_nc_oc=Adr0RY9DIgrYMFCpKNLLVG4r_8cgfw-LuBoSi28zuES40QKNp1DWgQ0nMHoVkbMBph8&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-1.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQE2AhZr6Wl5Vn0Y0pIoOMPGAh9YuSgrthBqyrFyrgyZ4A&oe=6A7FD2C1",
                            "width": 2400,
                            "height": 3000,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-1.cdninstagram.com/v/t51.82787-15/769113366_18581922619075834_7754139186234308393_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ig_cache_key=Mzk1ODI2Nzk4OTY2Mzg2MTkzOA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjQwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=mg1528wOm2AQ7kNvwHTJLWs&_nc_oc=AdohmmWmZafaJiYPWxMpJEa794ojspkx_ltbjPkdndxn_DBkR3RLdpOVoGHNgsSSqI8&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-1.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQGBSLEtVeMxkx7dZl3xziQJKzGtcRq3OJCLbysk6z8TvA&oe=6A7FD541",
                            "width": 2400,
                            "height": 3000,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/766223258_18581922643075834_8326604001427875305_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ig_cache_key=Mzk1ODI2Nzk4OTM3MDIxNjM5OA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjQwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=tlIqjUeUxH0Q7kNvwGR5Ybn&_nc_oc=AdoG3NppErTq3TH_Qk_R-AjL-fKKHpK-1B48hw1zZs5_N12wSGdt2QSQRrk0lcrFYSE&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQGI9dsXWdwpaiow5UYPkZJxOdgjCoC8lEnp_-TUkCCSpg&oe=6A7FBF63",
                            "width": 2400,
                            "height": 3000,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/765297945_18581922646075834_3243447673291712645_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ig_cache_key=Mzk1ODI2Nzk5MDgyOTk1MjgwMw%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjQwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=y4rziTYl3VMQ7kNvwE6Qexv&_nc_oc=AdqIyvYsOFnIQt5YXYMUizBLbXVUdcKJtUTqlkLKtLU6ihVPO7f7tKEbrTV19Cn6eoY&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQFDtuxovk7oTjZdI22IFIGpYA4Y5e57YebM4yAz-bTLpg&oe=6A7FC659",
                            "width": 2400,
                            "height": 3000,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/766221417_18581922664075834_2795553713090717441_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ig_cache_key=Mzk1ODI2Nzk5NTg2NDE2MTc4Nw%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjQwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=jZefPZbeq1YQ7kNvwGoCjHr&_nc_oc=AdpzjYdcdvavSJ_FNLzLNXVAmSaCTsopQR2MyK2C8frjyesmmU5H06x64SiOg-oOY9k&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQHhXJuO0MXwWB6HVT6fV1lMq3mr6EmklomLM29qZE4NIw&oe=6A7FCE99",
                            "width": 2400,
                            "height": 3000,
                            "mediaType": 1
                          }
                        ],
                        "likeCount": 3857985,
                        "playCount": 0,
                        "shortcode": "DbumDzPGB7H",
                        "viewCount": 0,
                        "isCarousel": true,
                        "takenAtIso": "2026-08-07T05:59:58.000Z",
                        "productType": "carousel_container",
                        "commentCount": 27435
                      },
                      {
                        "url": "https://www.instagram.com/p/DbpVowwmNLG/",
                        "type": "carousel",
                        "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/764854963_18581413069075834_6333650836320561854_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=1&ig_cache_key=Mzk1Njc4ODY0MjY3OTU4NTIzNg%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjAwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=oK6bg5_Uz1wQ7kNvwEhwvHu&_nc_oc=Adpg8mE-grDPl297RfqjJJ8-9HT_EDTHh68TsJnEtdg4tFUf_mMOjHMcwiMsMTIVZ-g&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQFuzP37RBmKHj70sU0A_kEVcFAH0BXKFksjXNhIpeBjIw&oe=6A7FE532",
                        "width": 2000,
                        "author": {
                          "avatar": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-19/749652868_18576613621075834_3305084378993563391_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDQyLmMyIn0&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2gGenG8P_21I3xz_bhP2QoSi1V29IrSHDWQP38fWQ_4Ffi-0mze47D6MNBnIRQTyKzw&_nc_ohc=cBggDqVXCpkQ7kNvwHqHNwk&_nc_gid=1YN37tPO3N3DoHNywveYaw&edm=ACWDqb8BAAAA&ccb=7-5&oh=00_AQEqrJDV4iNWX_2iky_YWmADFIhVk2-zNCBvVnwyJE310w&oe=6A7FB7E9&_nc_sid=ee9879",
                          "userId": "2274763833",
                          "fullName": "BTS official",
                          "username": "bts.bighitofficial",
                          "isVerified": true
                        },
                        "height": 2666,
                        "postId": "3956788907732423366",
                        "caption": "BTS WORLD TOUR ‘ARIRANG’ IN EAST RUTHERFORD\n\n#방탄소년단 #BTS #BTS_WORLDTOUR_ARIRANG\n#BTS_WORLDTOUR_ARIRANG_NA\n#BTS_WORLDTOUR_ARIRANG_EASTRUTHERFORD",
                        "isVideo": false,
                        "takenAt": 1785906016,
                        "carousel": [
                          {
                            "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/764854963_18581413069075834_6333650836320561854_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=1&ig_cache_key=Mzk1Njc4ODY0MjY3OTU4NTIzNg%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjAwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=oK6bg5_Uz1wQ7kNvwEhwvHu&_nc_oc=Adpg8mE-grDPl297RfqjJJ8-9HT_EDTHh68TsJnEtdg4tFUf_mMOjHMcwiMsMTIVZ-g&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQFuzP37RBmKHj70sU0A_kEVcFAH0BXKFksjXNhIpeBjIw&oe=6A7FE532",
                            "width": 2000,
                            "height": 2666,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk1-2.cdninstagram.com/v/t51.82787-15/765069327_18581413087075834_8995176478058150874_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ig_cache_key=Mzk1Njc4ODY0NjUyMTM3MDU1Ng%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjAwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=Bgna0BnapVMQ7kNvwHSjstZ&_nc_oc=AdqlsitNbkBfzKLVwJDQ-Md4_Dq2hJgrSHb6M0Gm2GCyMe9mKS5uhu903X3er6dAinI&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk1-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQGW0P0Sma56cBeDNBrpB4SbLyoxTrsjg_o2P2DcDE596w&oe=6A7FD6D3",
                            "width": 2000,
                            "height": 2666,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/765157987_18581413078075834_3864826360090298508_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ig_cache_key=Mzk1Njc4ODY1MjA1ODA3MDk5Mg%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjAwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=DjGrG2h0uy8Q7kNvwEofDn0&_nc_oc=AdpCZT6cwWmbJYkMm0J-sXh8wi5-NSwnD5EGysuOxUphdqY3HRH7Drk4QaSmKQ2YGCI&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQEh9jTdX7wo9K5gnT5B72ISUhfppq5G0duAkLAlG8g_mw&oe=6A7FB6FD",
                            "width": 2000,
                            "height": 1333,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk1-2.cdninstagram.com/v/t51.82787-15/765351662_18581413111075834_4642531310988752402_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ig_cache_key=Mzk1Njc4ODY1NjgzMDk2NzY5MQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjAwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=ixeLVf-RuokQ7kNvwENaLrb&_nc_oc=Adq5Uqz1Sfy8nJmheaCBmUz-Yw7SwTWmH2AshxPwd2CmFyp5Tl_XXjjyDoFwM4yxh44&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk1-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQGShk1fmMTfgaGJ07rMmk8v2FapcXp0VAXgOFzZBLyOyA&oe=6A7FC1C3",
                            "width": 2000,
                            "height": 2666,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/767430462_18581413096075834_706851517078711120_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ig_cache_key=Mzk1Njc4ODY1NzU3NzY4NTAzMg%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjAwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=xGkRfFUms2YQ7kNvwFpmMB9&_nc_oc=AdqH137wLG86x4DVYgHh1uYAHpGFkJhQLrz_XM75ESRwSoXOl683eERwmzOTTujKmQA&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQGX1LFTZr1w5Rng00QxOHKBi4muo3rraqjed9mWvT2Oww&oe=6A7FB6D6",
                            "width": 2000,
                            "height": 2666,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-1.cdninstagram.com/v/t51.82787-15/765228952_18581413114075834_3528719067600548031_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ig_cache_key=Mzk1Njc4ODY1ODkxMTQwNzg0Mw%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjAwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=lA_dhBMy1LkQ7kNvwFpXMP2&_nc_oc=AdqOpxobebQl5Vwajn2e0iSqgMviz41qa4c9OlenDORvm6nEfi1HKlozt8WfAdk3pMQ&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-1.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQER81ezOzdkMtOfY-fp0fGG4ij5vU8MPUWklNLfUfPFNg&oe=6A7FC020",
                            "width": 2000,
                            "height": 2666,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-1.cdninstagram.com/v/t51.82787-15/764975771_18581413123075834_7873056124000135101_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ig_cache_key=Mzk1Njc4ODY2MDc1Njk4MDgzMA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjAwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=sC8Z8id34vkQ7kNvwEu_r-M&_nc_oc=Adp94ld2F5MYW9EFO5tpvfWB9coMauEJ4hTBTNixD35qQFQQlo1bmDlIRkgryWKhANA&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-1.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQHDLy1ov9R9rPwUIjm2-EBVgJJsH8nZxVGyEAM8-xIA4w&oe=6A7FE234",
                            "width": 2000,
                            "height": 2666,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk1-2.cdninstagram.com/v/t51.82787-15/765069334_18581413141075834_3867124665294765389_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ig_cache_key=Mzk1Njc4ODY2MjIwODI0NDg5OQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjI1MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=ar9tPjub9YIQ7kNvwFwgudM&_nc_oc=AdoLcQqBM0JMbk3WdhGNJRp8B3FphuxieA51nbBNMJ3Xik6kTJQg4w6SaaChyJSEPuc&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk1-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQGgPwUhuJcBP68lkKh5HPLkWqtnjXqgw0BjL1WNq7Cdfw&oe=6A7FB631",
                            "width": 2250,
                            "height": 3000,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-1.cdninstagram.com/v/t51.82787-15/764485930_18581413150075834_7653649127176223245_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ig_cache_key=Mzk1Njc4ODY2MzgzNTQzMjUxNA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjI1MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=MOhitYJx3ZEQ7kNvwGkw01E&_nc_oc=AdqDmx7DyzHkG2wa6-V3ywNzHGZfnSKQn3jfDStbdZ0Syi8dj9bKR69Yow_0Ie6aLiY&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-1.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQGRk9ORN_XlGvUBcHCvcdmnyGvrtKuqlpSby3dUGpaRdw&oe=6A7FCC19",
                            "width": 2250,
                            "height": 3000,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk1-2.cdninstagram.com/v/t51.82787-15/764102800_18581413132075834_6685229805958382896_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ig_cache_key=Mzk1Njc4ODY2Mzk4NjUwNDEzMA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMjAwMC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=7gTWpup-WfEQ7kNvwG9-mWn&_nc_oc=AdrUnXlF9fmic1dnO3Mvkxy4_kR9O5kzGJhviGN4I3eDsZM0tBoIdS5uGeGEuMyiKLk&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk1-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQHyrWtm5aHEnE2ezPHUbKMobT5US5GmJvqRPg6uj5YIKQ&oe=6A7FD0F4",
                            "width": 2000,
                            "height": 1333,
                            "mediaType": 1
                          }
                        ],
                        "likeCount": 2478172,
                        "playCount": 0,
                        "shortcode": "DbpVowwmNLG",
                        "viewCount": 0,
                        "isCarousel": true,
                        "takenAtIso": "2026-08-05T05:00:16.000Z",
                        "productType": "carousel_container",
                        "commentCount": 11082
                      },
                      {
                        "url": "https://www.instagram.com/p/DbkZ4FJmHYk/",
                        "type": "carousel",
                        "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/764439980_18580952818075834_2300067239375233631_n.webp?_nc_cat=1&ig_cache_key=Mzk1NTQwMDE0MDAwODA4OTQ5OQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMTQ0MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=ONW0C2rxakoQ7kNvwGRzxtA&_nc_oc=Adp8uIfBYlZGzunThYuPvHqSemg7CUHTTY0DpCtj2uNq9a6BDd3ltCQc4Nj67a5312k&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQFmv-pRagoApR3zYW5vk1RGa3DeSsVVpsiix-YsOETcHA&oe=6A7FB90A",
                        "width": 1440,
                        "author": {
                          "avatar": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-19/749652868_18576613621075834_3305084378993563391_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDQyLmMyIn0&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2gGenG8P_21I3xz_bhP2QoSi1V29IrSHDWQP38fWQ_4Ffi-0mze47D6MNBnIRQTyKzw&_nc_ohc=cBggDqVXCpkQ7kNvwHqHNwk&_nc_gid=1YN37tPO3N3DoHNywveYaw&edm=ACWDqb8BAAAA&ccb=7-5&oh=00_AQEqrJDV4iNWX_2iky_YWmADFIhVk2-zNCBvVnwyJE310w&oe=6A7FB7E9&_nc_sid=ee9879",
                          "userId": "2274763833",
                          "fullName": "BTS official",
                          "username": "bts.bighitofficial",
                          "isVerified": true
                        },
                        "height": 1920,
                        "postId": "3955400177721308708",
                        "caption": "수박쟁탈전🍉",
                        "isVideo": false,
                        "takenAt": 1785740466,
                        "carousel": [
                          {
                            "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/764439980_18580952818075834_2300067239375233631_n.webp?_nc_cat=1&ig_cache_key=Mzk1NTQwMDE0MDAwODA4OTQ5OQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMTQ0MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=ONW0C2rxakoQ7kNvwGRzxtA&_nc_oc=Adp8uIfBYlZGzunThYuPvHqSemg7CUHTTY0DpCtj2uNq9a6BDd3ltCQc4Nj67a5312k&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQFmv-pRagoApR3zYW5vk1RGa3DeSsVVpsiix-YsOETcHA&oe=6A7FB90A",
                            "width": 1440,
                            "height": 1920,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/762863998_18580952800075834_1039849015948771165_n.webp?_nc_cat=1&ig_cache_key=Mzk1NTQwMDE0MTE0MDUyNzExNg%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMTQ0MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=ar14tHAYp3sQ7kNvwG0E6K1&_nc_oc=AdoKFEHHCDWXVXL6mDSN-zQydpn_MBAIe2PBoaG9MWvirwQlOWZHInCG7U_UAYArSwY&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQFMjoUEdNO4LxrNqRyXOsT-BZ3302RWcpCCJboTaJQKRA&oe=6A7FC49C",
                            "width": 1440,
                            "height": 1920,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk1-1.cdninstagram.com/v/t51.82787-15/764485929_18580952791075834_5520154206875186183_n.webp?_nc_cat=109&ig_cache_key=Mzk1NTQwMDEzOTQ2MjkxMTEwMw%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMTQ0MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=0XR1A2MSInUQ7kNvwHypgeJ&_nc_oc=AdpnyMD9IWU3-WlbCO6Q-G9F1A4V_1dNPowEFCZZikcwCYEcxRYziNifPvej6s_oySU&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk1-1.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQGN7vxFU_BQQeiyVdjuilosvvJM94G89pGwmbtPx8-KzA&oe=6A7FD5E0",
                            "width": 1440,
                            "height": 1920,
                            "mediaType": 1
                          },
                          {
                            "image": "https://scontent-cgk1-1.cdninstagram.com/v/t51.82787-15/762864088_18580952809075834_3024654745571211591_n.webp?_nc_cat=109&ig_cache_key=Mzk1NTQwMDE0MTQ0MjQ0ODM1NQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMTQ0MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=4N5SnsyKYSMQ7kNvwEcxvyh&_nc_oc=AdoS6z0JiaOHXrlNu5NndSBYqom3rV6FyBRvezY6vpPLJgq21xnpLDfgNFZdSS8AObE&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk1-1.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQHpsHfY8fGO-uhqDzeAQDYMhne-QO1009DBoLVOxHRv8A&oe=6A7FC59B",
                            "width": 1440,
                            "height": 1920,
                            "mediaType": 1
                          }
                        ],
                        "likeCount": 4667381,
                        "playCount": 0,
                        "shortcode": "DbkZ4FJmHYk",
                        "viewCount": 0,
                        "isCarousel": true,
                        "takenAtIso": "2026-08-03T07:01:06.000Z",
                        "productType": "carousel_container",
                        "commentCount": 17649
                      },
                      {
                        "url": "https://www.instagram.com/p/DbLkzncB76B/",
                        "type": "video",
                        "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/756525061_18578474521075834_5398871429522255833_n.jpg?stp=dst-jpg_e15_tt6&_nc_cat=1&ig_cache_key=Mzk0ODQxMTM3NTAzNDI4NTY5NzE4NTc4NDc0NTE4MDc1ODM0.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwODAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=u1BFCKJnsi4Q7kNvwGVQ98a&_nc_oc=Adr-wX03jcbkUIcS6tfZdnXUWS1E608EMOZuw-eJal89zfMKm2JltLdNpglud9kxefY&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQEb4tpdGUHPiNRhLX9hNruJpjb0pT0ZAusfhH0T5wqRDw&oe=6A7FCBD0",
                        "video": "https://scontent-cgk1-1.cdninstagram.com/o1/v/t2/f2/m86/AQNjzfyVyOsCF8YUwA0W2016naRphf4cqBTK9x_6Nkx3R7kMjFlK15Afb9Z2apdqmcBIDVZ_eXqjXurXZ8QaUERNYY78T7Q5Zijmw0U.mp4?_nc_cat=109&_nc_sid=5e9851&_nc_ht=scontent-cgk1-1.cdninstagram.com&_nc_ohc=IfGMeDP3bUMQ7kNvwHWrRAc&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MTAxNjQxMDQyMDk5NTQ0OSwiYXNzZXRfYWdlX2RheXMiOjE3LCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6NTEsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&vs=2fc0fa4e7e5961fb&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC84QTQxQTgzNEI1RjVBNEUwOUQyNTcwMDhGMkNGRTI4OV92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYUWlnX3hwdl9wbGFjZW1lbnRfcGVybWFuZW50X3YyL0M4NEI0MTk2RTY1QURFNzM3NTIzRkU4RkRGMzk1RTk5X2F1ZGlvX2Rhc2hpbml0Lm1wNBUCAsgBEgAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACbylbfh75rOAxUCKAJDMywXQEmmhysCDEoYEmRhc2hfYmFzZWxpbmVfMV92MREAdf4HZeadAQA&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_zt=28&_nc_ss=7a22e&oh=00_AQGBfMCPvVee6hi88Q83Tyx6jXfEmICDTsDlpHfQDtL5oQ&oe=6A7BF6FA",
                        "width": 1080,
                        "author": {
                          "avatar": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-19/749652868_18576613621075834_3305084378993563391_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDQyLmMyIn0&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2gGenG8P_21I3xz_bhP2QoSi1V29IrSHDWQP38fWQ_4Ffi-0mze47D6MNBnIRQTyKzw&_nc_ohc=cBggDqVXCpkQ7kNvwHqHNwk&_nc_gid=1YN37tPO3N3DoHNywveYaw&edm=ACWDqb8BAAAA&ccb=7-5&oh=00_AQEqrJDV4iNWX_2iky_YWmADFIhVk2-zNCBvVnwyJE310w&oe=6A7FB7E9&_nc_sid=ee9879",
                          "userId": "2274763833",
                          "fullName": "BTS official",
                          "username": "bts.bighitofficial",
                          "isVerified": true
                        },
                        "height": 1920,
                        "postId": "3948411375034285697",
                        "caption": "'NORMAL (Korean Ver.)’ Stage CAM (#JungKook focus) @ BTS WORLD TOUR 'ARIRANG' IN BUSAN\n\n#BTS #방탄소년단 #BTS_NORMAL",
                        "isVideo": true,
                        "takenAt": 1784905814,
                        "likeCount": 2168260,
                        "playCount": 19088821,
                        "shortcode": "DbLkzncB76B",
                        "viewCount": 0,
                        "isCarousel": false,
                        "takenAtIso": "2026-07-24T15:10:14.000Z",
                        "productType": "clips",
                        "commentCount": 22243
                      },
                      {
                        "url": "https://www.instagram.com/p/DbLkNlBhRoI/",
                        "type": "video",
                        "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/755440551_18578474017075834_5808662867937382728_n.jpg?stp=dst-jpg_e15_tt6&_nc_cat=1&ig_cache_key=Mzk0ODQwODc2MTEwMTkxNjY4MDE4NTc4NDc0MDExMDc1ODM0.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwODAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=4WO8nryNwxIQ7kNvwHnXkBF&_nc_oc=AdqanKHwSlzi7hTU9jl3aa0F4-FtTYES9I8dJ55dg8-ntOOrPhtsl9ErrVWYjopoNDw&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQHKLmAZbhgso2Qu4Zrodzcg6ADLHB4Sc2KivD2xHYEyZQ&oe=6A7FC562",
                        "video": "https://scontent-cgk1-2.cdninstagram.com/o1/v/t2/f2/m86/AQOBlhzWbAjEswiYxZmUUcNgVEC0UUyUDXKOHvAiyaazkJIuWkqQooGTBXKzPP7iyUFbkt7AabU9U0nCIpnflZW9PwMi4xMzEys-7Co.mp4?_nc_cat=111&_nc_sid=5e9851&_nc_ht=scontent-cgk1-2.cdninstagram.com&_nc_ohc=6YGzqv8oZ4UQ7kNvwEOQWnF&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6Mjg0NDg5MDI3NDEzNzk3NTUsImFzc2V0X2FnZV9kYXlzIjoxNywidmlfdXNlY2FzZV9pZCI6MTAwOTksImR1cmF0aW9uX3MiOjUxLCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&ccb=17-1&vs=a2727ea80e046fc9&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC83RTQ5RkIxODY0MzVCRDQ2NjU0RDcyMjY1NkYzMTk5NF92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYUWlnX3hwdl9wbGFjZW1lbnRfcGVybWFuZW50X3YyLzE2NEEwRDg3OTVBMTBBMDdBQTRFMzFERTg1NjI4OUE0X2F1ZGlvX2Rhc2hpbml0Lm1wNBUCAsgBEgAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACbWqrLiioiJZRUCKAJDMywXQEmmhysCDEoYEmRhc2hfYmFzZWxpbmVfMV92MREAdf4HZeadAQA&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_zt=28&_nc_ss=7a22e&oh=00_AQE83rSvLpohilTxLoyGsOFURxzsdDnEHWFOK9kpgYgNnw&oe=6A7BC170",
                        "width": 1080,
                        "author": {
                          "avatar": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-19/749652868_18576613621075834_3305084378993563391_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDQyLmMyIn0&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2gGenG8P_21I3xz_bhP2QoSi1V29IrSHDWQP38fWQ_4Ffi-0mze47D6MNBnIRQTyKzw&_nc_ohc=cBggDqVXCpkQ7kNvwHqHNwk&_nc_gid=1YN37tPO3N3DoHNywveYaw&edm=ACWDqb8BAAAA&ccb=7-5&oh=00_AQEqrJDV4iNWX_2iky_YWmADFIhVk2-zNCBvVnwyJE310w&oe=6A7FB7E9&_nc_sid=ee9879",
                          "userId": "2274763833",
                          "fullName": "BTS official",
                          "username": "bts.bighitofficial",
                          "isVerified": true
                        },
                        "height": 1920,
                        "postId": "3948408761101916680",
                        "caption": "'NORMAL (Korean Ver.)’ Stage CAM (#V focus) @ BTS WORLD TOUR 'ARIRANG' IN BUSAN\n\n#BTS #방탄소년단 #BTS_NORMAL",
                        "isVideo": true,
                        "takenAt": 1784905785,
                        "likeCount": 1588963,
                        "playCount": 14964705,
                        "shortcode": "DbLkNlBhRoI",
                        "viewCount": 0,
                        "isCarousel": false,
                        "takenAtIso": "2026-07-24T15:09:45.000Z",
                        "productType": "clips",
                        "commentCount": 35786
                      },
                      {
                        "url": "https://www.instagram.com/p/DbLjpX7hPbB/",
                        "type": "video",
                        "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/756525958_18578473864075834_7328479842432857224_n.jpg?stp=dst-jpg_e15_tt6&_nc_cat=1&ig_cache_key=Mzk0ODQwNjI3MzE0MTQzODE0NTE4NTc4NDczODU4MDc1ODM0.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwODAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=IQxTokzwT3sQ7kNvwFolVpy&_nc_oc=Ado8z1tYloRg8B1JAEGoNKwxDpZOb-Oto-3zswBVC-RcfrrccIqGwgVcXhQAGXcuTZM&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQEXrqhbYLFxCHRBOca9QZ2-lyzxsUlZJES688qeIQ8Xnw&oe=6A7FD5C3",
                        "video": "https://scontent-cgk2-1.cdninstagram.com/o1/v/t2/f2/m86/AQOLltOK6fAWVczwOJiTee-gZo9T5MvsoSwh5l-SkDErVnb0r1mKcb_jKcnma2fptVkQ9UyNTvsZ2Q37oKHfDG4VgmPLhw7BPpj7Fug.mp4?_nc_cat=106&_nc_sid=5e9851&_nc_ht=scontent-cgk2-1.cdninstagram.com&_nc_ohc=7iXRkLzteQIQ7kNvwGQEQu6&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MTc3MDgyMDk0NDA3MjMwNSwiYXNzZXRfYWdlX2RheXMiOjE3LCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6NTEsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&vs=fa6ce2cd191da60e&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC83ODRFODc5RkQ0MjczMTMzNjVEOTIyQUNCRDcxRDc5Nl92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYUWlnX3hwdl9wbGFjZW1lbnRfcGVybWFuZW50X3YyL0I4NDNCRjZERUFBODRCNTNCODg0MzdDRjcyNDUwMThBX2F1ZGlvX2Rhc2hpbml0Lm1wNBUCAsgBEgAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACbiuaiVrKOlBhUCKAJDMywXQEmmhysCDEoYEmRhc2hfYmFzZWxpbmVfMV92MREAdf4HZeadAQA&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_zt=28&_nc_ss=7a22e&oh=00_AQFYtY_2hD1UND7Pd_LCtr87C96_Psuajx0-dhug5oV0Iw&oe=6A7BCD13",
                        "width": 1080,
                        "author": {
                          "avatar": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-19/749652868_18576613621075834_3305084378993563391_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDQyLmMyIn0&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2gGenG8P_21I3xz_bhP2QoSi1V29IrSHDWQP38fWQ_4Ffi-0mze47D6MNBnIRQTyKzw&_nc_ohc=cBggDqVXCpkQ7kNvwHqHNwk&_nc_gid=1YN37tPO3N3DoHNywveYaw&edm=ACWDqb8BAAAA&ccb=7-5&oh=00_AQEqrJDV4iNWX_2iky_YWmADFIhVk2-zNCBvVnwyJE310w&oe=6A7FB7E9&_nc_sid=ee9879",
                          "userId": "2274763833",
                          "fullName": "BTS official",
                          "username": "bts.bighitofficial",
                          "isVerified": true
                        },
                        "height": 1920,
                        "postId": "3948406273141438145",
                        "caption": "'NORMAL (Korean Ver.)’ Stage CAM (#Jimin focus) @ BTS WORLD TOUR 'ARIRANG' IN BUSAN\n\n#BTS #방탄소년단 #BTS_NORMAL",
                        "isVideo": true,
                        "takenAt": 1784905754,
                        "likeCount": 3106415,
                        "playCount": 25433079,
                        "shortcode": "DbLjpX7hPbB",
                        "viewCount": 0,
                        "isCarousel": false,
                        "takenAtIso": "2026-07-24T15:09:14.000Z",
                        "productType": "clips",
                        "commentCount": 183999
                      },
                      {
                        "url": "https://www.instagram.com/p/DbLjHDphW_Q/",
                        "type": "video",
                        "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/753546111_18578473729075834_5269786363536075745_n.jpg?stp=dst-jpg_e15_tt6&_nc_cat=1&ig_cache_key=Mzk0ODQwMzkxNDkwMjQzMzc0NDE4NTc4NDczNzIzMDc1ODM0.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwODAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=VMDDCY_vmyoQ7kNvwHXbuZf&_nc_oc=AdoUB7WA2Hyfi6JyiWg6MwsIVQMBpwwsTVTA1764EQINBE1Z8UgKfULH-SVF3lZWQ9A&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_ss=7a22e&oh=00_AQEVNidwlN5gZXu1sQazLRD-QsHj2A_WRBkyCYn6zjQ1Jg&oe=6A7FC943",
                        "video": "https://scontent-cgk2-2.cdninstagram.com/o1/v/t2/f2/m86/AQO1nmb3sZ9leGvf3wrfhc5JjSwWU67ClFWe59Hwf2mRn2xFYEq6e1wsJUy0oW07hbjs6kFRRVDES8WQCttsyfNQNcyBIaLkpUvJZtE.mp4?_nc_cat=100&_nc_sid=5e9851&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_ohc=8fBxLVdxJsMQ7kNvwH1WW9P&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MTM5Mzk3MzAzNTk0NTg1NCwiYXNzZXRfYWdlX2RheXMiOjE3LCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6NTEsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&vs=a5709a3346027bb0&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC9DQTRBOUM2MEQ4MzRENkJGN0NEN0FDQTNGNUE1RTg4MV92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYUWlnX3hwdl9wbGFjZW1lbnRfcGVybWFuZW50X3YyLzk0NDRGRUNENTdGQTEzNkFGODU3RjUyMEU0MkNERDk0X2F1ZGlvX2Rhc2hpbml0Lm1wNBUCAsgBEgAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACb8vZK69PP5BBUCKAJDMywXQEmmhysCDEoYEmRhc2hfYmFzZWxpbmVfMV92MREAdf4HZeadAQA&_nc_gid=1YN37tPO3N3DoHNywveYaw&_nc_zt=28&_nc_ss=7a22e&oh=00_AQH7CF2mj9w0GrNEXqpxXbwoZ3sUzwT0PcC7b69Y0XPjiQ&oe=6A7BE505",
                        "width": 1080,
                        "author": {
                          "avatar": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-19/749652868_18576613621075834_3305084378993563391_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDQyLmMyIn0&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2gGenG8P_21I3xz_bhP2QoSi1V29IrSHDWQP38fWQ_4Ffi-0mze47D6MNBnIRQTyKzw&_nc_ohc=cBggDqVXCpkQ7kNvwHqHNwk&_nc_gid=1YN37tPO3N3DoHNywveYaw&edm=ACWDqb8BAAAA&ccb=7-5&oh=00_AQEqrJDV4iNWX_2iky_YWmADFIhVk2-zNCBvVnwyJE310w&oe=6A7FB7E9&_nc_sid=ee9879",
                          "userId": "2274763833",
                          "fullName": "BTS official",
                          "username": "bts.bighitofficial",
                          "isVerified": true
                        },
                        "height": 1920,
                        "postId": "3948403914902433744",
                        "caption": "'NORMAL (Korean Ver.)’ Stage CAM (#jhope focus) @ BTS WORLD TOUR 'ARIRANG' IN BUSAN\n\n#BTS #방탄소년단 #BTS_NORMAL",
                        "isVideo": true,
                        "takenAt": 1784905714,
                        "likeCount": 1719367,
                        "playCount": 16131980,
                        "shortcode": "DbLjHDphW_Q",
                        "viewCount": 0,
                        "isCarousel": false,
                        "takenAtIso": "2026-07-24T15:08:34.000Z",
                        "productType": "clips",
                        "commentCount": 11798
                      }
                    ],
                    "total": null,
                    "userId": "2274763833",
                    "hasMore": true,
                    "nextPage": 2,
                    "username": "bts.bighitofficial"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:instagram-scraper/post/{id}": {
      "get": {
        "operationId": "social_media_instagram_scraper_post",
        "summary": "Get Detail Post",
        "description": "",
        "tags": [
          "Instagram Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/instagram-scraper#reference-post"
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "description": "Shortcode atau full Instagram post/reel URL (mis. https://instagram.com/p/DTPPJbZETtf)",
            "schema": {
              "type": "string",
              "example": "DTPPJbZETtf"
            }
          },
          {
            "name": "url",
            "in": "query",
            "required": false,
            "description": "Full Instagram post/reel URL — alias untuk id (dipakai bulk async scraping)",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "url": "https://www.instagram.com/p/Dbru79IAdH-/",
                    "type": "reel",
                    "image": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-15/766074324_18683503753019133_3711038265165025656_n.jpg?stp=dst-jpg_e15_tt6&_nc_cat=101&ig_cache_key=Mzk1NzQ2MzEyNzc5NjMzOTE5ODE4NjgzNTAzNzUwMDE5MTMz.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwODAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=Bp9hXsdoAckQ7kNvwH4iaKB&_nc_oc=AdrFFrBUPyQ7i-6DzDwjen1cx5j0g6_9iPiRZ_SbdZw4j1TBPj6BFZntv8ZvLHyrXNw&_nc_zt=23&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=ElbUxQKI4tdCsHSCvCz3wg&_nc_ss=7b689&oh=00_AQFjstTWxyimEabqykEUfn8Z_IvEwP5NFUuFLyh9l8i7zg&oe=6A91E44F",
                    "video": "https://scontent-cgk2-1.cdninstagram.com/o1/v/t2/f2/m86/AQMIgrJKbqOmUon_sgZkkOa0Kcfrruc2VJBj-KZOee_sruT965YiNkJbRdgBOHpfegWGEWy4wY8chFaeC0IXIpe5dmA5i5QhxKoqYJc.mp4?_nc_cat=108&_nc_sid=5e9851&_nc_ht=scontent-cgk2-1.cdninstagram.com&_nc_ohc=uelyMLKp5m4Q7kNvwGnmoWm&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQUQuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MTg2ODMzODU4MjkwMTkxMzMsImFzc2V0X2FnZV9kYXlzIjoxOCwidmlfdXNlY2FzZV9pZCI6MTIzNzQsImR1cmF0aW9uX3MiOjYyLCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&ccb=17-1&vs=42ed155912dfd7a1&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC9GNjQyRTFGMzYzRENCRTU0RkUzMjVENzdCREZEMTA4RV92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYUWlnX3hwdl9wbGFjZW1lbnRfcGVybWFuZW50X3YyL0JCNDMwQjNCODIzQUM4MzM1Nzg0MDQwOUM0RTExMkE2X2F1ZGlvX2Rhc2hpbml0Lm1wNBUCAsgBEgAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACb6t9L4l5ywQhUCKAJDMywXQE8H752yLQ4YEmRhc2hfYmFzZWxpbmVfMV92MREAdfAHZazBAQA&_nc_gid=ElbUxQKI4tdCsHSCvCz3wg&_nc_ss=7b689&_nc_zt=28&oh=00_AQFOP2P0Hv8EKuYJvPtMvB3iZGE3Wd1dDYUgoSGMDGAzSA&oe=6A8E071D",
                    "width": 1080,
                    "author": {
                      "avatar": "https://scontent-cgk2-2.cdninstagram.com/v/t51.82787-19/683576066_18653628823019133_9051036240972105113_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_cat=1&ccb=7-5&_nc_sid=f7ccc5&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy40MDAuQzMifQ%3D%3D&_nc_ohc=bds55CJ9-a0Q7kNvwEyHSAd&_nc_oc=AdogClLSsfS4gCDae70wfyjXKxwq8FSq5cW5noRIdekYLbnWAxdR1VY5fza0-_b-uVE&_nc_zt=24&_nc_ht=scontent-cgk2-2.cdninstagram.com&_nc_gid=ElbUxQKI4tdCsHSCvCz3wg&_nc_ss=7b689&oh=00_AQFt1tgN03kFCBZXk-aRMUjsfEEFXlO2jecG5TBHhHBD7Q&oe=6A91DE6B",
                      "userId": "787132",
                      "fullName": "National Geographic",
                      "username": "natgeo",
                      "isPrivate": false,
                      "isVerified": true
                    },
                    "height": 1920,
                    "postId": "3957463127796339198",
                    "caption": "This young cub could be king… he’s just got some growing up to do first.\n\nWitness Kio's real-life journey from cub to king in #NatGeoLION, a new National Geographic documentary series from executive producers Jon Favreau and Mike Gunton, premiering Wednesday, August 19 at 9/8c on National Geographic. Streaming on @DisneyPlus and @hulu.",
                    "isVideo": true,
                    "takenAt": 1786024802,
                    "hashtags": [
                      "NatGeoLION"
                    ],
                    "mentions": [
                      "DisneyPlus",
                      "hulu."
                    ],
                    "likeCount": 206896,
                    "shortcode": "Dbru79IAdH-",
                    "isCarousel": false,
                    "takenAtIso": "2026-08-06T14:00:02.000Z",
                    "productType": "clips",
                    "commentCount": 1379
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:instagram-scraper/comments/{id}": {
      "get": {
        "operationId": "social_media_instagram_scraper_comments",
        "summary": "Get Post Comments",
        "description": "",
        "tags": [
          "Instagram Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/instagram-scraper#reference-comments"
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "description": "Shortcode or full Instagram post/reel URL (e.g. https://instagram.com/p/C32pChvPdoC).",
            "schema": {
              "type": "string",
              "example": "C32pChvPdoC"
            }
          },
          {
            "name": "url",
            "in": "query",
            "required": false,
            "description": "Full post/reel URL — alias for `id` (used by bulk async scraping).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": false,
            "description": "Maximum number of comments. Default 50, max 200.",
            "schema": {
              "type": "number",
              "default": 50,
              "example": "50"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "url": "https://www.instagram.com/p/DbYwp2MArz2/",
                    "count": 8,
                    "total": 225064,
                    "postId": "3952122654932253942",
                    "hasMore": true,
                    "comments": [
                      {
                        "text": "<img src=\"https://cdn.fbsbx.com/v/t59.2708-21/590094220_1520373489205470_4279519019551692983_n.gif?_nc_cat=111&ccb=1-7&_nc_sid=9dcd69&_nc_ohc=pqaLoAqJvjEQ7kNvwFsilij&_nc_oc=AdqpzOnDj_ORkK8noO0XfAsxNMWoLotjCMlfih8akw1W8C0bNWX3lj4bBuwKu_OG5yWdADj6HnXVrT0AromEa5fA&_nc_zt=7&_nc_ht=cdn.fbsbx.com&_nc_gid=c_fkyuK_4Q6dNq8BgvxPyw&_nc_ss=73689&oh=03_Q7cD6AG5NJI2XeWTgfEtFvvF84BGcIC06mv9HU1LpfG1Vym3iA&oe=6A7B8409\">",
                        "author": {
                          "avatar": "https://scontent-atl3-2.cdninstagram.com/v/t51.82787-19/769441744_18084712277250302_4092064938451308434_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_cat=104&ccb=7-5&_nc_sid=f7ccc5&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy4xMDgwLkMzIn0%3D&_nc_ohc=S_TL-o4aeMIQ7kNvwEvcXTm&_nc_oc=AdqVOc6Qh2ZVFxCWuIGJa7oH8e7bvQLmJrhVhEgFa3-zq8Ux3pyq8bIY09piX_-z1vuM39EYAFmgf7V-AcAs2z7Z&_nc_zt=24&_nc_ht=scontent-atl3-2.cdninstagram.com&_nc_gid=c_fkyuK_4Q6dNq8BgvxPyw&_nc_ss=73689&oh=00_AQEzKhlyLTFd28j7IXmXVehG4dwuWQkvRofwP1iwd_iYpw&oe=6A7F8035",
                          "username": "rx_lohan",
                          "profileUrl": "https://www.instagram.com/rx_lohan/"
                        },
                        "likeCount": 0,
                        "replyCount": 0,
                        "createdAtIso": "2026-08-10T12:12:44.000Z",
                        "relativeTime": "2 minutes ago"
                      },
                      {
                        "text": "🔥🔥🔥",
                        "author": {
                          "avatar": "https://scontent-atl3-2.cdninstagram.com/v/t51.82787-19/670772666_18073221431333458_4836484433215236668_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_cat=104&ccb=7-5&_nc_sid=f7ccc5&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy4xMDgwLkMzIn0%3D&_nc_ohc=xN82M1Kk04UQ7kNvwEBJOgd&_nc_oc=AdoK4kEJbe-0su3dKgPkdmkLz4F2oGihuOtllAteGhw7s3tAyY_qtTd6-3JvOn6Nk0j5HYw054HzR0_UUOPs7Z6K&_nc_zt=24&_nc_ht=scontent-atl3-2.cdninstagram.com&_nc_gid=c_fkyuK_4Q6dNq8BgvxPyw&_nc_ss=73689&oh=00_AQEYWUwfjjDayIhWOpQbMx69SPSPeFPDKNIwzpFaNmb2dA&oe=6A7FAC6A",
                          "username": "eminem7cr",
                          "profileUrl": "https://www.instagram.com/eminem7cr/"
                        },
                        "likeCount": 0,
                        "replyCount": 0,
                        "createdAtIso": "2026-08-10T12:12:19.000Z",
                        "relativeTime": "2 minutes ago"
                      },
                      {
                        "text": "The greatest of all time",
                        "author": {
                          "avatar": "https://scontent-atl3-2.cdninstagram.com/v/t51.82787-19/670772666_18073221431333458_4836484433215236668_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_cat=104&ccb=7-5&_nc_sid=f7ccc5&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy4xMDgwLkMzIn0%3D&_nc_ohc=xN82M1Kk04UQ7kNvwEBJOgd&_nc_oc=AdoK4kEJbe-0su3dKgPkdmkLz4F2oGihuOtllAteGhw7s3tAyY_qtTd6-3JvOn6Nk0j5HYw054HzR0_UUOPs7Z6K&_nc_zt=24&_nc_ht=scontent-atl3-2.cdninstagram.com&_nc_gid=c_fkyuK_4Q6dNq8BgvxPyw&_nc_ss=73689&oh=00_AQEYWUwfjjDayIhWOpQbMx69SPSPeFPDKNIwzpFaNmb2dA&oe=6A7FAC6A",
                          "username": "eminem7cr",
                          "profileUrl": "https://www.instagram.com/eminem7cr/"
                        },
                        "likeCount": 0,
                        "replyCount": 0,
                        "createdAtIso": "2026-08-10T12:12:15.000Z",
                        "relativeTime": "2 minutes ago"
                      },
                      {
                        "text": "Wow🔥🔥🔥",
                        "author": {
                          "avatar": "https://scontent-atl3-1.cdninstagram.com/v/t51.82787-19/755870257_18018140915857933_5548175769779687700_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_cat=103&ccb=7-5&_nc_sid=f7ccc5&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy4xMDgwLkMzIn0%3D&_nc_ohc=ztnZpW3HjdsQ7kNvwFOww5m&_nc_oc=Adqfwpie3F83DKhBrF2kvsqGFOa6f3Lu4uDQzgwN7Qo0ODs8imr1zUc5Z3LVue_2YREQkPaw5O_FqrKR6B7ixOKi&_nc_zt=24&_nc_ht=scontent-atl3-1.cdninstagram.com&_nc_gid=c_fkyuK_4Q6dNq8BgvxPyw&_nc_ss=73689&oh=00_AQFrHwK5ypQfbYiwybT9OS5oVihEudpnOZTBLBO_OUJwgg&oe=6A7F8A99",
                          "username": "mr_s.a.j.a.l",
                          "profileUrl": "https://www.instagram.com/mr_s.a.j.a.l/"
                        },
                        "likeCount": 0,
                        "replyCount": 0,
                        "createdAtIso": "2026-08-10T12:11:48.000Z",
                        "relativeTime": "3 minutes ago"
                      },
                      {
                        "text": "👏👏",
                        "author": {
                          "avatar": "https://scontent-atl3-3.cdninstagram.com/v/t51.82787-19/588802034_18094522072882464_7651360205099477972_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_cat=107&ccb=7-5&_nc_sid=f7ccc5&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy4xMDgwLkMzIn0%3D&_nc_ohc=JMVgFrmN2G8Q7kNvwHsMKAl&_nc_oc=AdrH36Tzq9vUs2dBAwoHzRdULR1HGIQoqwRPERo6dQY2WK1_ZOK-Op7kx67Ln2qVe1jepUb9h8tP_V56XQEh-LS7&_nc_zt=24&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_gid=c_fkyuK_4Q6dNq8BgvxPyw&_nc_ss=73689&oh=00_AQGm1lupYQPFYw7RzIHMfBQsv9gI-xWyXvAvA1Zy50f5QQ&oe=6A7F9046",
                          "username": "klebsonregoo",
                          "profileUrl": "https://www.instagram.com/klebsonregoo/"
                        },
                        "likeCount": 0,
                        "replyCount": 0,
                        "createdAtIso": "2026-08-10T12:10:24.000Z",
                        "relativeTime": "4 minutes ago"
                      },
                      {
                        "text": "Messi è più bello🐐",
                        "author": {
                          "avatar": "https://scontent-atl3-3.cdninstagram.com/v/t51.82787-19/731016444_18070699169405831_2224450630219714062_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_cat=110&ccb=7-5&_nc_sid=f7ccc5&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy4xMDgwLkMzIn0%3D&_nc_ohc=56-cPMy0GbMQ7kNvwEI-Rdc&_nc_oc=Adq-8twiCC_zxD-VE3JNEzkKXCC4sY_gPGEHfIVlWgnsySlio0rUmQnaafmbYVYDwTSFQWEGd6-poyII6rjLBIXG&_nc_zt=24&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_gid=c_fkyuK_4Q6dNq8BgvxPyw&_nc_ss=73689&oh=00_AQFejVFc8EGNPGvg9tTt3pXqIi_iy793aOGhIfoDN9WQoA&oe=6A7F7BA6",
                          "username": "bartolomeoricchetti",
                          "profileUrl": "https://www.instagram.com/bartolomeoricchetti/"
                        },
                        "likeCount": 0,
                        "replyCount": 0,
                        "createdAtIso": "2026-08-10T12:09:58.000Z",
                        "relativeTime": "5 minutes ago"
                      },
                      {
                        "text": "عيني قلبك ملك كرة القدم❤️😍😍👑👑",
                        "author": {
                          "avatar": "https://scontent-atl3-1.cdninstagram.com/v/t51.82787-19/613559752_17846800215665320_459501271396330255_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_cat=106&ccb=7-5&_nc_sid=f7ccc5&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy4zMjAuQzMifQ%3D%3D&_nc_ohc=5UBHzXVvcJMQ7kNvwHSRu2I&_nc_oc=AdoUmQBTSQ_ZpNvVgz1gpqn2aojl8mKjHR4joXEc26FbibOOrtcyJSjU8WOtZfj9apJxfn4r-zPOFRgyUyVBiSdm&_nc_zt=24&_nc_ht=scontent-atl3-1.cdninstagram.com&_nc_gid=c_fkyuK_4Q6dNq8BgvxPyw&_nc_ss=73689&oh=00_AQFp0tFjLZMPOEc0EqSHpoGm4x5uZ5u7Yv-e5egoVe4bUw&oe=6A7F7AD5",
                          "username": "hala500196",
                          "profileUrl": "https://www.instagram.com/hala500196/"
                        },
                        "likeCount": 0,
                        "replyCount": 0,
                        "createdAtIso": "2026-08-10T12:08:05.000Z",
                        "relativeTime": "7 minutes ago"
                      },
                      {
                        "text": "Mi amor 😍🔥",
                        "author": {
                          "avatar": "https://scontent-atl3-3.cdninstagram.com/v/t51.82787-19/723238609_17970445938079752_977816496775087326_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_cat=111&ccb=7-5&_nc_sid=f7ccc5&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy43MjAuQzMifQ%3D%3D&_nc_ohc=lMvgAKPY6VIQ7kNvwEPivS5&_nc_oc=AdquvyB_bY87tKR8m46McX8qe6luZysp-t18Wu881MZf9EJTL5veCCWSQUivN3Ucj_ZAVsBe0XUKPa-SbJsPTliE&_nc_zt=24&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_gid=c_fkyuK_4Q6dNq8BgvxPyw&_nc_ss=73689&oh=00_AQHnuCP8yAxXxZlNqLLNa9bsQye6Bp5j5cgGaNWP68jN-Q&oe=6A7F8A88",
                          "username": "adrianteo54",
                          "profileUrl": "https://www.instagram.com/adrianteo54/"
                        },
                        "likeCount": 0,
                        "replyCount": 0,
                        "createdAtIso": "2026-08-10T12:07:08.000Z",
                        "relativeTime": "8 minutes ago"
                      }
                    ],
                    "shortcode": "DbYwp2MArz2"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:instagram-scraper/stories/{username}": {
      "get": {
        "operationId": "social_media_instagram_scraper_stories",
        "summary": "Get User Stories",
        "description": "",
        "tags": [
          "Instagram Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/instagram-scraper#reference-stories"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Username (with/without @) or full Instagram URL",
            "schema": {
              "type": "string",
              "example": "cnn"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": null
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:instagram-scraper/reels/{username}": {
      "get": {
        "operationId": "social_media_instagram_scraper_reels",
        "summary": "Get User Reels",
        "description": "Reels sebuah akun Instagram.",
        "tags": [
          "Instagram Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/instagram-scraper#reference-reels"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Instagram username (with or without @)",
            "schema": {
              "type": "string",
              "example": "natgeo"
            }
          },
          {
            "name": "cursor",
            "in": "query",
            "required": false,
            "description": "Cursor from a previous response's `cursor` field",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "count": 12,
                    "reels": [
                      {
                        "url": "https://www.instagram.com/reel/DbsdMYRgN3c/",
                        "caption": "Video by @joelsartore | Did someone say 18k? I’m thrilled to announce the 18,000th species to join the Photo Ark: the red handfish. As its name implies, this species belongs to a family of fish that walk with their oversize “hands” rather than swim. No bigger than my thumb, the handfish takes an entire year to cover a distance equivalent to that of a standard basketball court. It is considered one of the rarest fishes on Earth, with fewer than 250 individuals left in the wild. Habitat loss, pollution, climate change, and human disturbance are the main threats to the recovery of the red handfish population. This video was taken @imas_utas. To see more species featured in the Photo Ark, follow @joelsartore. #PhotoArk",
                        "likeCount": 3503,
                        "shortcode": "DbsdMYRgN3c",
                        "thumbnail": "https://s5.imginn.com/766320661_18683446726019133_2262153474795372438_n.jpg?t51.82787-15/766320661_18683446726019133_2262153474795372438_n.jpg?stp=dst-jpg_e35_p720x720_sh2.08_tt6&_nc_cat=108&ig_cache_key=Mzk1NzY2NjU2NjU5NzgyODA2MDE4NjgzNDQ2NzIwMDE5MTMz.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwODAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=DjiLvAkwSsgQ7kNvwFIeGKU&_nc_oc=Adp1ka_z5aOdiXUyY9WoT6JjGyIPJyYin7QamEPPEOl-VSy71-seAPwGLizy-gy1zSrpLTrQKM1iyUteZXM9BzRH&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_gid=hHNT_zJMS3h2EyyHbMEdCw&_nc_ss=7a22e&oh=00_AQE5hYvIbKJ0f44B09KZ6NpHs39GaB2VfbiKEqpCSt0MRA&oe=6A7A346C",
                        "commentCount": 46,
                        "relativeTime": "35 minutes ago"
                      },
                      {
                        "url": "https://www.instagram.com/reel/DbrNlfeg60B/",
                        "caption": "Black rhinos once again roam Matusadona National Park, decades after poachers turned the Zimbabwean refuge into what one conservationist called “a killing zone for rhinos.” As commercial poaching killed more than 90 percent of the world's black rhinos, wildlife teams tracked survivors hiding in remote parts of the Zambezi Valley and hauled them through the bush on makeshift sleds until trucks could carry them to protected areas. More than 30 years later, some descendants of those survivors have returned to their ancestral landscape—and conservationists plan to release even more. \n\nFollow the extraordinary effort to bring black rhinos home at the link in bio.\n\nVideo by @marcuswestbergphotography and @warren_smart",
                        "likeCount": 17801,
                        "shortcode": "DbrNlfeg60B",
                        "thumbnail": "https://s5.imginn.com/763980688_18683325880019133_5147937262801553304_n.jpg?t51.82787-15/763980688_18683325880019133_5147937262801553304_n.jpg?stp=dst-jpg_e35_p720x720_sh2.08_tt6&_nc_cat=1&ig_cache_key=Mzk1NzMxNjQ0ODU5ODMzODgxNzE4NjgzMzI1ODc0MDE5MTMz.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwODAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=ZsfTD8DcnvYQ7kNvwFWjPE1&_nc_oc=Adq5kBr_2TyVkWDNNvBlE5YSljFMGYcGAQhP8SRVT_j3vKo7yyeRSnD9MP_9DRWXG3ffe7Av5-Fk-WMxRaYOlK0k&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-1.cdninstagram.com&_nc_gid=hHNT_zJMS3h2EyyHbMEdCw&_nc_ss=7a22e&oh=00_AQGSiJEL_r5u3nnt6WbkH-iGrFMf_HCFl40RF6ZsjxDwyQ&oe=6A7A1C64",
                        "commentCount": 86,
                        "relativeTime": "12 hours ago"
                      },
                      {
                        "url": "https://www.instagram.com/reel/DbqMfjACc5m/",
                        "caption": "Ready for another Latin lesson with Professor Tom?\n\n#PompeiiOutOfTime with Tom Hiddleston is now streaming on @DisneyPlus and @hulu",
                        "likeCount": 5979,
                        "shortcode": "DbqMfjACc5m",
                        "thumbnail": "https://s5.imginn.com/763357144_18618535330043047_8022383244983440671_n.jpg?t51.82787-15/763357144_18618535330043047_8022383244983440671_n.jpg?stp=dst-jpg_e35_p720x720_sh2.08_tt6&_nc_cat=105&ig_cache_key=Mzk1NzAzMDE2NzA0MTkyMDYxNDE4NjE4NTM1MzI0MDQzMDQ3.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwODAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=J6BveJdFwesQ7kNvwHCfv__&_nc_oc=AdoB0pVKYVmzvKdhH1Q-Z7oStV7kbUMrVLLl-1Agi5bRquf9kXzZH_umj_ofinrJl95aI9ewiKUavwGLY52hIP42&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-2.cdninstagram.com&_nc_gid=hHNT_zJMS3h2EyyHbMEdCw&_nc_ss=7a22e&oh=00_AQFKYfmi91kqkq_WUCspt4PAYCeH3W0X4nQnefPjJxG1dA&oe=6A7A469D",
                        "commentCount": 56,
                        "relativeTime": "21 hours ago"
                      },
                      {
                        "url": "https://www.instagram.com/reel/Dbnn036Dr1R/",
                        "caption": "Meet Kio, a little cub with a big destiny.\n\nFollow his real life journey in #NatGeoLION, a new National Geographic documentary series from executive producers Jon Favreau and Mike Gunton. Trailer dropping Thursday Aug 6.",
                        "likeCount": 95243,
                        "shortcode": "Dbnn036Dr1R",
                        "thumbnail": "https://s5.imginn.com/766383953_18682834762019133_6556695424516325334_n.jpg?t51.82787-15/766383953_18682834762019133_6556695424516325334_n.jpg?stp=dst-jpg_e35_p720x720_sh2.08_tt6&_nc_cat=108&ig_cache_key=Mzk1NjMwNTk1NDkyNDgzODIyNTE4NjgyODM0NzU5MDE5MTMz.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwODAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=Dxo5Z2ARotsQ7kNvwGHpXr6&_nc_oc=Adr1pDLSmXU2tgDisjJ8sZ45uLoj8W6QCSXNma2IZp-sXuzuBJaMEfTxGxipalSN-2V8bPHAeuAfc3J0sYvZlM35&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_gid=hHNT_zJMS3h2EyyHbMEdCw&_nc_ss=7a22e&oh=00_AQGlwUkJYpSnc_aitRgFtGtZohqpb2siSWWJFPZjSq55Ww&oe=6A7A3CAD",
                        "commentCount": 465,
                        "relativeTime": "2 days ago"
                      },
                      {
                        "url": "https://www.instagram.com/reel/DbmAyHOAowe/",
                        "caption": "New drone footage from the Head of Bight, South Australia, shows a southern right whale mother resting belly-up, pectoral fins stretched into the air before slowly rotating to take a breath, then swiveling upside down again. They're the only large whale species documented doing this, but what's the purpose of this unusual behavior? Researchers now theorize it may be tied to energy conservation while nursing their calves, though there's another theory floating around.\n\nLearn more about this unusual behavior at the link in bio.\n\nVideo by @fredrik_christiansen",
                        "likeCount": 29035,
                        "shortcode": "DbmAyHOAowe",
                        "thumbnail": "https://s5.imginn.com/762864624_18682645900019133_5297536531332690255_n.jpg?t51.82787-15/762864624_18682645900019133_5297536531332690255_n.jpg?stp=dst-jpg_e35_p720x720_sh2.08_tt6&_nc_cat=101&ig_cache_key=Mzk1NTg1Mjc2NjQxNjYzNjk1ODE4NjgyNjQ1ODk0MDE5MTMz.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwODAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=9nAgKouCVEUQ7kNvwFxQDjy&_nc_oc=Adp-9r6ThmIiX4s_yBWHiQo4mZzBRaHvDBZo8WfU5U4fO4Cr3C60WWZHwtrKd_20GD5gYKoUyin8DiiZJ7F14K9g&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-2.cdninstagram.com&_nc_gid=hHNT_zJMS3h2EyyHbMEdCw&_nc_ss=7a22e&oh=00_AQHKaq5t0W6NPH-cM_cnYGfwFelvl7rWqWQ-e1M4TcN1Fg&oe=6A7A33DD",
                        "commentCount": 101,
                        "relativeTime": "3 days ago"
                      },
                      {
                        "url": "https://www.instagram.com/reel/DbizWvGg8xr/",
                        "caption": "Have you ever seen an organism made of glass? They're called diatoms, single-celled algae encased in silica. National Geographic Explorer @arielwaldman recovered her samples of these organisms from Antarctica, but they can be found around the world—and a microscope isn't the way to see them.",
                        "likeCount": 96807,
                        "shortcode": "DbizWvGg8xr",
                        "thumbnail": "https://s5.imginn.com/762623740_18682244545019133_964431527881310820_n.jpg?t51.82787-15/762623740_18682244545019133_964431527881310820_n.jpg?stp=dst-jpg_e35_p720x720_sh2.08_tt6&_nc_cat=108&ig_cache_key=Mzk1NDk0OTI4NTU2MDQzNzg2NzE4NjgyMjQ0NTM5MDE5MTMz.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwODAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=ZbgDSFVCAJIQ7kNvwECvvTV&_nc_oc=Adp4gvP6rkN_ZpDB3fXc4qCHaj-qSzClbNROQ7baZX3lJ2z_MU3_NpcgSrrVcqn1r-y1_n17sMoltq4SMytjc5ey&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_gid=hHNT_zJMS3h2EyyHbMEdCw&_nc_ss=7a22e&oh=00_AQHNGNw1k70j0Nv3kZkhskznWLez9k5UCNKp2IwRmqdRzg&oe=6A7A3DA6",
                        "commentCount": 437,
                        "relativeTime": "4 days ago"
                      },
                      {
                        "url": "https://www.instagram.com/reel/Dbd-gGvgH6x/",
                        "caption": "Popping up for a breather, this hippo in the Lugenda River is one of many that call Mozambique’s Niassa National Reserve home. Photographer @ottowhitehead captured this footage while covering the reserve’s success in helping local people live alongside wild animals in one of Africa’s largest wildernesses, thanks to organizations like the @niassalionproject.",
                        "likeCount": 28019,
                        "shortcode": "Dbd-gGvgH6x",
                        "thumbnail": "https://s5.imginn.com/763080525_18681605629019133_1381218928511718880_n.jpg?t51.82787-15/763080525_18681605629019133_1381218928511718880_n.jpg?stp=dst-jpg_e35_p720x720_sh2.08_tt6&_nc_cat=108&ig_cache_key=Mzk1MzU5MDkzMzA0NzUwODY1NzE4NjgxNjA1NjIzMDE5MTMz.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwODAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=oc-P_w9zrGkQ7kNvwGWEv8R&_nc_oc=AdpRucgkEcCWqXy7yIu1n6iLIbSy5SiKkQ9jmBncigSr1hT2pMEg7WSYMveQIkGwVVC8kFW1QWKZBHeLAKjXrNeS&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_gid=hHNT_zJMS3h2EyyHbMEdCw&_nc_ss=7a22e&oh=00_AQGzAMsLr7q7IU_1xvwZWPhFQ_HneUnUnz1X9Tlno5oLpQ&oe=6A7A3BA3",
                        "commentCount": 160,
                        "relativeTime": "6 days ago"
                      },
                      {
                        "url": "https://www.instagram.com/reel/DbXD67qgL5x/",
                        "caption": "In bringing the story of Pompeii to life, Tom Hiddleston chose to bring some mischief to the timeline🫰\n\n#PompeiiOutOfTime with Tom Hiddleston is now streaming on @DisneyPlus and @hulu.",
                        "likeCount": 98144,
                        "shortcode": "DbXD67qgL5x",
                        "thumbnail": "https://s5.imginn.com/760588263_18616183321043047_8676101254586171359_n.jpg?t51.82787-15/760588263_18616183321043047_8676101254586171359_n.jpg?stp=dst-jpg_e35_p720x720_sh2.08_tt6&_nc_cat=103&ig_cache_key=Mzk1MTY0NDQ0MTk3MzkzMTYzMzE4NjE2MTgzMzE4MDQzMDQ3.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwODAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=lUN0TtMxleYQ7kNvwHGov08&_nc_oc=Adrxd-ZR1gTW17cqA53-Aj1oHPhlyXaw0FpbtVqKxhVMiEBEwLuU8gnOdhpariFG-A8pWKF4KPc6zgg-nN1aYl5g&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-1.cdninstagram.com&_nc_gid=hHNT_zJMS3h2EyyHbMEdCw&_nc_ss=7a22e&oh=00_AQHoHl5PF6y1n4zJfhmXNmxIJpi6kElBmrYTPnNW5B8-0g&oe=6A7A2F24",
                        "commentCount": 293,
                        "relativeTime": "8 days ago"
                      },
                      {
                        "url": "https://www.instagram.com/reel/DbS6q76j7rU/",
                        "caption": "Professor Tom is back for a Latin lesson, and this one's crucial for all you coffee lovers out there!\n\n#PompeiiOutOfTime with Tom Hiddleston is now streaming on @DisneyPlus and @hulu",
                        "likeCount": 28287,
                        "shortcode": "DbS6q76j7rU",
                        "thumbnail": "https://s5.imginn.com/754143200_18680197513019133_603609337474305099_n.jpg?t51.82787-15/754143200_18680197513019133_603609337474305099_n.jpg?stp=dst-jpg_e35_p720x720_sh2.08_tt6&_nc_cat=107&ig_cache_key=Mzk1MDQ3Nzg2MDQwNjI3ODg2ODE4NjgwMTk3NTA3MDE5MTMz.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwODAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=XN5Y_uE0WFUQ7kNvwHm-Wcs&_nc_oc=Adot3HSdwJD-uKQGJsIZGJlF-EjoHpXtyDbESph7N6DFg1X7v1RI5f82NbUKpNjmVT3m1bG5PapkiyLPiItmzMUx&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_gid=hHNT_zJMS3h2EyyHbMEdCw&_nc_ss=7a22e&oh=00_AQEDqOltWh3XLOQFU_KpgsQhuMtufqnZOVPi10dpi_SxPQ&oe=6A7A2FE5",
                        "commentCount": 269,
                        "relativeTime": "10 days ago"
                      },
                      {
                        "url": "https://www.instagram.com/reel/DbRF0YXgtbw/",
                        "caption": "An enduring symbol of love with illusory qualities and incredible acoustics—there's far more to the Taj Mahal than meets the eye.",
                        "likeCount": 21627,
                        "shortcode": "DbRF0YXgtbw",
                        "thumbnail": "https://s5.imginn.com/758274198_18679979329019133_6834654691462745024_n.jpg?t51.82787-15/758274198_18679979329019133_6834654691462745024_n.jpg?stp=dst-jpg_e35_p720x720_sh2.08_tt6&_nc_cat=100&ig_cache_key=Mzk0OTk2MzkzNzk5MDIzNTg4ODE4Njc5OTc5MzI2MDE5MTMz.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwODAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=QMwozll8r3MQ7kNvwEp-Dzp&_nc_oc=Adp0UNQ6J5D2RENQ2IP2HS1iLwi1DCXdUj9ce_llz27AfwMnd1wFn3bwEq92lxg3pMmTLT-BnpeJwwqd-3Z4KoHA&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-1.cdninstagram.com&_nc_gid=hHNT_zJMS3h2EyyHbMEdCw&_nc_ss=7a22e&oh=00_AQGyE4GStyyQnNxN8t-Zr7mGFB8TRDZYof6iw8-aQ0mh_g&oe=6A7A3CC7",
                        "commentCount": 290,
                        "relativeTime": "11 days ago"
                      },
                      {
                        "url": "https://www.instagram.com/reel/DbMXEQJie8P/",
                        "caption": "Out of Time, right on time for your weekend plans.\n\n#PompeiiOutOfTime with Tom Hiddleston is now streaming on @DisneyPlus and @hulu.\n\nFilmed at @pompeii_parco_archeologico",
                        "likeCount": 31979,
                        "shortcode": "DbMXEQJie8P",
                        "thumbnail": "https://s5.imginn.com/755743316_18614924737043047_591025487937698714_n.jpg?t51.82787-15/755743316_18614924737043047_591025487937698714_n.jpg?stp=dst-jpg_e15_p480x480_tt6&_nc_cat=108&ig_cache_key=Mzk0ODYzMjQyMDU4NDY0ODQ2MzE4NjE0OTI0NzMxMDQzMDQ3.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjcyMC5zZHIudmlkZW9fZGVmYXVsdF9jb3Zlcl9mcmFtZS5DMyJ9&_nc_ohc=96qJ4_JnRf4Q7kNvwGDAxNk&_nc_oc=Adq_KEOfsTGhaWrEd3u4wzZFDi3os3dsPl5-4YgiPON1hVZ4KUNVXO1Lx_2q1yCb0pFCpglVgNvz_yGQTty11q9a&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_gid=hHNT_zJMS3h2EyyHbMEdCw&_nc_ss=7a22e&oh=00_AQFEjYnEhghGyqCM0d9gKUUib_v6ASso_Nt5PJqsXD1ERQ&oe=6A7A1E5F",
                        "commentCount": 293,
                        "relativeTime": "12 days ago"
                      },
                      {
                        "url": "https://www.instagram.com/reel/DbN7eLgRkn0/",
                        "caption": "Bubbler crabs are a mini cleanup crew, maintaining the coastline by redistributing nutrients all along the beach after they’ve had their fill. 🦀 \n\n#InsideTheEnchantedWaterways is streaming on @DisneyPlus and @hulu.",
                        "likeCount": 38232,
                        "shortcode": "DbN7eLgRkn0",
                        "thumbnail": "https://s5.imginn.com/754936241_18679544797019133_1589240810103038098_n.jpg?t51.82787-15/754936241_18679544797019133_1589240810103038098_n.jpg?stp=dst-jpg_e35_p720x720_sh2.08_tt6&_nc_cat=104&ig_cache_key=Mzk0OTA3NDAwNjk1NDg4NzY2ODE4Njc5NTQ0NzkxMDE5MTMz.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNMSVBTLnhwaWRzLjEwODAuc2RyLnZpZGVvX2RlZmF1bHRfY292ZXJfZnJhbWUuQzMifQ%3D%3D&_nc_ohc=0Ia1QIpoRikQ7kNvwEdyjjq&_nc_oc=Adr9MBD6Ggm2Ovk3I6eXIzBZjb_5pDCSNnyGq5EW8TBZWiyie0f-UnL-WIRZIdC1aScVZG2-3vNS0JbHOaB9V3IH&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-2.cdninstagram.com&_nc_gid=hHNT_zJMS3h2EyyHbMEdCw&_nc_ss=7a22e&oh=00_AQGfd7_vDQawPbp3HUQzGy5A1Gpd8yvvHG07dj6_JEWxDg&oe=6A7A4B60",
                        "commentCount": 176,
                        "relativeTime": "12 days ago"
                      }
                    ],
                    "cursor": "QVFEYWJOeldGdmVidElKOXc1V0ZXZ1ZIVnpnZlhPZGxhUWVqX3NGUFNjYk5xMG9jUkM5WlRPWE1WeXkxd1dzZGhKTjJnNWxzbmdZa05FTVc4OU9NRDNFTA==",
                    "userId": "787132",
                    "hasMore": true,
                    "username": "natgeo"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:instagram-scraper/tagged/{username}": {
      "get": {
        "operationId": "social_media_instagram_scraper_tagged",
        "summary": "Get Tagged Posts",
        "description": "Postingan tempat sebuah akun Instagram ditandai.",
        "tags": [
          "Instagram Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/instagram-scraper#reference-tagged"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Instagram username (with or without @)",
            "schema": {
              "type": "string",
              "example": "natgeo"
            }
          },
          {
            "name": "cursor",
            "in": "query",
            "required": false,
            "description": "Cursor from a previous response's `cursor` field",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "count": 12,
                    "posts": [
                      {
                        "url": "https://www.instagram.com/p/BrGHMHIF8Kz/",
                        "image": "https://scontent-atl3-2.cdninstagram.com/v/t51.82787-15/640956567_18562047613037433_6822966074348684895_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ig_cache_key=MTkyOTI2MTEwODk4NjEwMjQ1MQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=CVXT_3YsmmgQ7kNvwG0DTf8&_nc_oc=Adq9V4OkTh2ZHYKoTtoIgtU-q8notr0KVN9ulnQ1ZQzDcrnPyN_J2bIWjtd1PhHcMDnMItxxhJSO4DZ50xrS7i5b&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&se=7&_nc_ht=scontent-atl3-2.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQHn3Tht9Gfmika_2PeHI8kxW3fYFUx_ZzCDwGgIO6Pqcg&oe=6A7A28E2",
                        "owner": {
                          "userId": "429173",
                          "username": "hynecheck"
                        },
                        "postId": "1929261108986102451",
                        "caption": "Vardzia is a cave monastery site located in southern Georgia. It is excavated from the slopes of the Erusheti Mountain on the left side of the Kura River. Oh Georgia, I miss you when I look at these images 😭 #georgia #exploregeorgia #MavicPro\n.\n.\n.\n.\n.\n#mymavic #awesome_earthpix #collectivelycreate #exploretocreate #livefolk #beautifuldestinations #iglifecz #folkcreative #exklusive_shot #AGameOfTones #igerscz #discoverglobe #QueekyGrams #ourplanetdaily #adventureculture #welivetoexplore #stayandwander #dnescestujem #droneofficial #droneoftheday #dronesdaily #dji #fromwhereidrone #earthofficial #natgeo #MavicPro @beautifuldestinations @roamtheplanet @earthofficial @earthpix @folkmagazine @liveoutdoor.s @awesomeglobe @awesome.earth @djiglobal @fromwhereidrone @dronestagr.am @droneoftheday @droneofficial @earthstoke @livefolk @global_hotshotz @vzcomood @artofvisuals @majestic_earth_ @folkvibe @welivetoexplore @lastingvisuals @mountainsphoto @theglobewanderer @tentree @awesome.earth @awesomeglobe @ourplanetdaily",
                        "isVideo": false,
                        "isSidecar": false,
                        "likeCount": 14031,
                        "shortcode": "BrGHMHIF8Kz",
                        "thumbnail": "https://s5.imginn.com/640956567_18562047613037433_6822966074348684895_n.jpg?t51.82787-15/640956567_18562047613037433_6822966074348684895_n.jpg?stp=dst-jpg_e35_p828x828_tt6&_nc_cat=102&ig_cache_key=MTkyOTI2MTEwODk4NjEwMjQ1MQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=CVXT_3YsmmgQ7kNvwG0DTf8&_nc_oc=Adq9V4OkTh2ZHYKoTtoIgtU-q8notr0KVN9ulnQ1ZQzDcrnPyN_J2bIWjtd1PhHcMDnMItxxhJSO4DZ50xrS7i5b&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-2.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQHyCd76A50O6YeGh9lysG7BHt5FmH2BJEHov61lMRoXXw&oe=6A7A28E2",
                        "commentCount": 581
                      },
                      {
                        "url": "https://www.instagram.com/p/BrGAGBxFvn7/",
                        "image": "https://scontent-atl3-1.cdninstagram.com/v/t51.82787-15/630462428_18409600975125917_7503154876014188463_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ig_cache_key=MTkyOTIyOTkwNDU4OTAyNzgzNQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=wPDH4hlnPRQQ7kNvwHEgtSS&_nc_oc=AdpuR20BjBJRf1fwZXbyJ3j79BjpHl9PRTb7QzwGYmfd3ErPW7sPvr4DyalSpNRByuWXg0kcUXZ9PHOlmhRSqo2S&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&se=7&_nc_ht=scontent-atl3-1.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQFnYLMPhiX34fHfuQzVazLfHUzJu8uP9hdasD6PF9nmog&oe=6A7A43C4",
                        "owner": {
                          "userId": "276524869",
                          "username": "samuellemieux"
                        },
                        "postId": "1929229904589027835",
                        "caption": "No helmet needed once your on Cát Bà Island.\n.\nCát Bà Island || Vietnam\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\nShot on EOS T3i and SIGMA 85mm F1.4 EX DG HSM\nISO 100 | f/1.4 | 1/2000\n——\n#vietnam #vietnamese #vietnamesefood #vietnamflashback #vietnamesegirl #vietnamtravel #vietnamtrip #vietnamesehair #vietnamwar #vietnamesecuisine #vietnamflashbacks #vietnamesecoffee #vietnamfood #Canon #canonphotography #canonphoto #canon6d #canoneos #canonusa #canon70d #canon5dmarkiii #canon5d #canonaustralia #canonphotos #canon7d #canon60d #canon700d #canon5dmarkiv #canonphotographer #canoncanada",
                        "isVideo": false,
                        "isSidecar": false,
                        "likeCount": 6181,
                        "shortcode": "BrGAGBxFvn7",
                        "thumbnail": "https://s5.imginn.com/630462428_18409600975125917_7503154876014188463_n.jpg?t51.82787-15/630462428_18409600975125917_7503154876014188463_n.jpg?stp=dst-jpg_e35_s828x828_tt6&_nc_cat=103&ig_cache_key=MTkyOTIyOTkwNDU4OTAyNzgzNQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=wPDH4hlnPRQQ7kNvwHEgtSS&_nc_oc=AdpuR20BjBJRf1fwZXbyJ3j79BjpHl9PRTb7QzwGYmfd3ErPW7sPvr4DyalSpNRByuWXg0kcUXZ9PHOlmhRSqo2S&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-1.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQG8RSCOoV2qQ2koA4oMHI-kJEZ7nRHblgkGcX1ejSPzuw&oe=6A7A43C4",
                        "commentCount": 182
                      },
                      {
                        "url": "https://www.instagram.com/p/BrF5A8wADke/",
                        "image": "https://scontent-atl3-2.cdninstagram.com/v/t51.82787-15/639492080_18437172370118532_7460465766046979666_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ig_cache_key=MTkyOTE5ODc2OTI3OTA4ODkyNg%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=1krAxE_ZEAoQ7kNvwGn8v8h&_nc_oc=Adr9BellyXHdq649e2ahCzWIEYFH7Q6Ruqm3vswi0hMDQuaO1peM37DBrLmHf4QSc5iXnQTBaQc6AkZwrkt8lhzn&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&se=7&_nc_ht=scontent-atl3-2.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQELocnMP9uejaFVUzjUTww_WLSKiEysRD0ERvP0GfmCcQ&oe=6A7A2AB7",
                        "owner": {
                          "userId": "1423130965",
                          "username": "canusatouristik"
                        },
                        "postId": "1929198769279088926",
                        "caption": "☀️Warme Sonnenstrahlen, herrliche Seeluft und weicher Sandstrand - erlebt den ewigen Sommer in Florida😍 Die rund 700 Kilometer lange Landzunge zwischen dem Atlantik und dem Golf von Mexiko wird auch Sunshine State genannt und wird seinem Namen auf jeden Fall gerecht - rund 300 Sonnentage im Jahr kann man in dem US-Bundeststaat genießen.🏝#mycanusa #sunshinestate #visitflorida #florida #exploremore #visittheusa",
                        "isVideo": false,
                        "isSidecar": false,
                        "likeCount": 5572,
                        "shortcode": "BrF5A8wADke",
                        "thumbnail": "https://s5.imginn.com/639492080_18437172370118532_7460465766046979666_n.jpg?t51.82787-15/639492080_18437172370118532_7460465766046979666_n.jpg?stp=dst-jpg_e35_s828x828_tt6&_nc_cat=101&ig_cache_key=MTkyOTE5ODc2OTI3OTA4ODkyNg%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=1krAxE_ZEAoQ7kNvwGn8v8h&_nc_oc=Adr9BellyXHdq649e2ahCzWIEYFH7Q6Ruqm3vswi0hMDQuaO1peM37DBrLmHf4QSc5iXnQTBaQc6AkZwrkt8lhzn&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-2.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQGRBYb3b5a6pwQvE_JXSLxv7OdRik03Ya4FCvEL-P5RFw&oe=6A7A2AB7",
                        "commentCount": 205
                      },
                      {
                        "url": "https://www.instagram.com/p/BrFki51gwSc/",
                        "image": "https://scontent-atl3-1.cdninstagram.com/v/t51.82787-15/628223649_18362369407162104_3515121541442060181_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ig_cache_key=MTkyOTEwODc0MzYzNTc5NzE0OA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=SOZVCZ9gCnMQ7kNvwHNoGMN&_nc_oc=AdqC6_iEvM0hNsYBYSYqw-q9ZEbR5SQUM6FqNyDAi9OnTTPLt4jmR3zRDokxJfObvnztVz0Eas85aJ99yy_yZ9m2&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&se=7&_nc_ht=scontent-atl3-1.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQEcNrSuDokDRrAxcgj60LEIp8K47XE28ZU6rq12uokYlw&oe=6A7A4C13",
                        "owner": {
                          "userId": "8500438003",
                          "username": "samuelartlife_"
                        },
                        "postId": "1929108743635797148",
                        "caption": "The way to the lovely hot springs, where you can clear your head from the fact that your tent is getting soaked from the lightest rain you’ve ever experience. This was one of the \"best\" night I ever had.\n.\n.\nLandmannalaugar || Iceland\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\nShot on EOS T3i and CANON EF-S 18-200mm f/3.5-5.6\nISO 100 | f/5.0 | 1/320\n——\n#canon_photos #justgoshoot #keepitwild #artofvisuals #places_wow #natgeotravel #stayandwander #feedbacknation #mobilefolk #mycapture #mytinyatlas #worldshotz #wildernessculture #ig_shotz #earthofficial #travelstoke #theglobewanderer #earthpix #iceland #icelandic #icelandtravel #Icelandair #icelandtrip #icelandichorse #icelandicnature #iceland2017 #icelandsecret #icelandadventure #icelandichorses #icelandroadtrip",
                        "isVideo": false,
                        "isSidecar": false,
                        "likeCount": 5768,
                        "shortcode": "BrFki51gwSc",
                        "thumbnail": "https://s5.imginn.com/628223649_18362369407162104_3515121541442060181_n.jpg?t51.82787-15/628223649_18362369407162104_3515121541442060181_n.jpg?stp=dst-jpg_e35_s828x828_tt6&_nc_cat=103&ig_cache_key=MTkyOTEwODc0MzYzNTc5NzE0OA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=SOZVCZ9gCnMQ7kNvwHNoGMN&_nc_oc=AdqC6_iEvM0hNsYBYSYqw-q9ZEbR5SQUM6FqNyDAi9OnTTPLt4jmR3zRDokxJfObvnztVz0Eas85aJ99yy_yZ9m2&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-1.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQESOK93BqfSF3NznCIgIZhBimMXWt1nPBmZdK6A68s07Q&oe=6A7A4C13",
                        "commentCount": 158
                      },
                      {
                        "url": "https://www.instagram.com/p/BrFd0J3l30D/",
                        "image": "https://scontent-atl3-3.cdninstagram.com/v/t51.82787-15/625982221_18408165580133600_1702365915333103984_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ig_cache_key=MTkyOTA3OTE0Mjc1NjA4OTA5MQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=MGpMecNOqGkQ7kNvwG9-mus&_nc_oc=AdpMIzqrcZfvpxj_G0HqI35GMGYjIb_IJ6dxaTnKDo6BqVmnvQLKcO4fbj5YOFudOSjLhbPNNENPLJBB086fb_Y0&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&se=7&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQF3FgsWdM-_-VGNDOcEednkGBs9AqI2w-ClxtCgG-JlQw&oe=6A7A1F29",
                        "owner": {
                          "userId": "276524869",
                          "username": "samuellemieux"
                        },
                        "postId": "1929079142756089091",
                        "caption": "Morning breakfast on Cát Bà Island\n.\nCát Bà Island || Vietnam\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\n.\nShot on EOS T3i and SIGMA 85mm F1.4 EX DG HSM\nISO 100 | f/1.8 | 1/200\n——\n#vietnam #vietnamese #vietnamesefood #vietnamflashback #vietnamesegirl #vietnamtravel #vietnamtrip #vietnamesehair #vietnamwar #vietnamesecuisine #vietnamflashbacks #vietnamesecoffee #vietnamfood #Canon #canonphotography #canonphoto #canon6d #canoneos #canonusa #canon70d #canon5dmarkiii #canon5d #canonaustralia #canonphotos #canon7d #canon60d #canon700d #canon5dmarkiv #canonphotographer #canoncanada",
                        "isVideo": false,
                        "isSidecar": false,
                        "likeCount": 5601,
                        "shortcode": "BrFd0J3l30D",
                        "thumbnail": "https://s5.imginn.com/625982221_18408165580133600_1702365915333103984_n.jpg?t51.82787-15/625982221_18408165580133600_1702365915333103984_n.jpg?stp=dst-jpg_e35_p828x828_tt6&_nc_cat=111&ig_cache_key=MTkyOTA3OTE0Mjc1NjA4OTA5MQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=MGpMecNOqGkQ7kNvwG9-mus&_nc_oc=AdpMIzqrcZfvpxj_G0HqI35GMGYjIb_IJ6dxaTnKDo6BqVmnvQLKcO4fbj5YOFudOSjLhbPNNENPLJBB086fb_Y0&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQGajTO9kAqr1JxWCqhLbQG_aYDKMCL52ndHkrwNufE1sQ&oe=6A7A1F29",
                        "commentCount": 151
                      },
                      {
                        "url": "https://www.instagram.com/p/BrE7NU8D7Ux/",
                        "image": "https://scontent-atl3-1.cdninstagram.com/v/t51.82787-15/622211000_18251431840292195_4916321659068490460_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ig_cache_key=MTkyODkyNjk0MTAwMTI2NjQ4MQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=HhNXOKZ8FMcQ7kNvwFF3MXN&_nc_oc=Ado-LUAcLBwNyHTgYZayjGnV2nIS99tXt7ad957fl6D9izXnFFIXOsw2MmVDJtbOcVDBiYuAHQISZBDn4wYqx_7q&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&se=7&_nc_ht=scontent-atl3-1.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQEYasT5jnmiRTeleVbq25p55Ge2mFG385bl5_H2l8_0LA&oe=6A7A293E",
                        "owner": {
                          "userId": "55384973",
                          "username": "lucbuthker"
                        },
                        "postId": "1928926941001266481",
                        "caption": "Do you know on wich famous bridge I'm standing for this photo? #Venice",
                        "isVideo": false,
                        "isSidecar": false,
                        "likeCount": 3412,
                        "shortcode": "BrE7NU8D7Ux",
                        "thumbnail": "https://s5.imginn.com/622211000_18251431840292195_4916321659068490460_n.jpg?t51.82787-15/622211000_18251431840292195_4916321659068490460_n.jpg?stp=dst-jpg_e35_s828x828_tt6&_nc_cat=100&ig_cache_key=MTkyODkyNjk0MTAwMTI2NjQ4MQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=HhNXOKZ8FMcQ7kNvwFF3MXN&_nc_oc=Ado-LUAcLBwNyHTgYZayjGnV2nIS99tXt7ad957fl6D9izXnFFIXOsw2MmVDJtbOcVDBiYuAHQISZBDn4wYqx_7q&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-1.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQG6LQo0xGA2znW2CwqJG1FiYGXtQ7beDXY2Mlcq82Y5zQ&oe=6A7A293E",
                        "commentCount": 95
                      },
                      {
                        "url": "https://www.instagram.com/p/BrEY5z4DvBo/",
                        "image": "https://scontent-atl3-3.cdninstagram.com/v/t51.82787-15/627675648_18381954406152156_2794916959576615702_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ig_cache_key=MTkyODc3NjA2NjI0OTE5MTUyOA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=Mn0-q_DlKaIQ7kNvwE5GeDO&_nc_oc=AdrDZdF7I7B4LkE1cXMhSKV_JmB1BoqpDEqQfyjS2HkFIop45cU31XI5KIM5D7Irjt3q4UmNUt23vbbDcw7oLv4D&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&se=7&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQHIFrbwQ8JrZrpsDPcYbLm2cAD3X3wXIza5F72F6K3kww&oe=6A7A51FD",
                        "owner": {
                          "userId": "8202654676",
                          "username": "garibaldiatsquamish"
                        },
                        "postId": "1928776066249191528",
                        "caption": "We are excited about all the new features that will come such as: improved alpine hiking routes with better marked trails and lift accessibility + crossfit hiking trails with specially marked areas with fitness apparatus 👍\n📷: @christieimages\n#garibaldiatsquamish #supportgaribaldi\n.\n.\n.\n.\n#exploresquamish #squasome #squamishadventure #squamish #squamishcom #squamishhikes #squamishliving #movetosquamish  #squamishisawesome #squamishlife  #squamishbc #squamishphotographer  #squamishvalley #squamishlove #squamishtrails #adventurebynature #canadasworld #narcitycanada #hikingculture #hike_bc #vancouverisawesome #outdoorvancouver #vancouver_ig #vancouvervibez #vancouvercanada",
                        "isVideo": false,
                        "isSidecar": false,
                        "likeCount": 2995,
                        "shortcode": "BrEY5z4DvBo",
                        "thumbnail": "https://s5.imginn.com/627675648_18381954406152156_2794916959576615702_n.jpg?t51.82787-15/627675648_18381954406152156_2794916959576615702_n.jpg?stp=dst-jpg_e35_s828x828_tt6&_nc_cat=109&ig_cache_key=MTkyODc3NjA2NjI0OTE5MTUyOA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=Mn0-q_DlKaIQ7kNvwE5GeDO&_nc_oc=AdrDZdF7I7B4LkE1cXMhSKV_JmB1BoqpDEqQfyjS2HkFIop45cU31XI5KIM5D7Irjt3q4UmNUt23vbbDcw7oLv4D&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQED4yrKqTuJsj0N4I-FlB_Tzj9sQmQs4cGAy7nSgxTtzA&oe=6A7A51FD",
                        "commentCount": 68
                      },
                      {
                        "url": "https://www.instagram.com/p/BrD-gRhhrjG/",
                        "image": "https://scontent-atl3-2.cdninstagram.com/v/t51.82787-15/625156113_18346578262232851_2297314654769896426_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ig_cache_key=MTkyODY1OTk2MjE2NzczNjUxOA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=-iiOsPmNAVMQ7kNvwGCKzwA&_nc_oc=Adq-Eprmfk8Zr0gjaJRo231WLXPl8ohYgbGymup_FZhHaLaiRyggfrBrqLIb7-ENyd3JEp8eVT4DAQcr-9ucFhAf&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&se=7&_nc_ht=scontent-atl3-2.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQHvx-ipqssFr4I19FmCbb1x_OkSum9QvLWvxX3WS_Cqdw&oe=6A7A4C3F",
                        "owner": {
                          "userId": "1987235565",
                          "username": "max.explore"
                        },
                        "postId": "1928659962167736518",
                        "caption": "Hey meine Lieben 🤗, hattet ihr einen schönen Tag?⠀⠀⠀⠀⠀⠀⠀⠀⠀\n.⠀⠀⠀⠀⠀⠀⠀⠀⠀\nHier ist das letzte Bild vom Strand von Malarrif, die Wolken schmiegen sich um den Gipfel des Snæfellsjökull 🌋 und die Wellen peitschen gegen die Küste 🌊.⠀⠀⠀⠀⠀⠀⠀⠀⠀\n.⠀⠀⠀⠀⠀⠀⠀⠀⠀\nIch wünsche euch einen schönen Abend 😌!⠀⠀⠀⠀⠀⠀⠀⠀⠀\n.⠀⠀⠀⠀⠀⠀⠀⠀⠀\n(Werbung durch Markierung)⠀⠀⠀⠀⠀⠀⠀⠀⠀\n.⠀⠀⠀⠀⠀⠀⠀⠀⠀\n#Snæfellsnes #iceland #island #mystopover #zeisscameralenses #explore #wasserspiele #wilderozean #lóndrangar  #landschaftsfoto #landschaftsfotos #landschaften #wolken #fotografieren #naturliebhaber #naturpur #reiseblog #naturfotografie #weltentdecker #sonya7rii #momentaufnahme #reisenmachtglücklich #reisenfuerweltentdecker #wandern #reisefieber #aufdemweg #naturliebe #weltenbummler #reiseliebe #reisefieber",
                        "isVideo": false,
                        "isSidecar": false,
                        "likeCount": 4204,
                        "shortcode": "BrD-gRhhrjG",
                        "thumbnail": "https://s5.imginn.com/625156113_18346578262232851_2297314654769896426_n.jpg?t51.82787-15/625156113_18346578262232851_2297314654769896426_n.jpg?stp=dst-jpg_e35_p828x828_tt6&_nc_cat=101&ig_cache_key=MTkyODY1OTk2MjE2NzczNjUxOA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=-iiOsPmNAVMQ7kNvwGCKzwA&_nc_oc=Adq-Eprmfk8Zr0gjaJRo231WLXPl8ohYgbGymup_FZhHaLaiRyggfrBrqLIb7-ENyd3JEp8eVT4DAQcr-9ucFhAf&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-2.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQHidNKGV6n6GNkKB4OI-LKyijJ9DSncBlhbLC44ljYXrw&oe=6A7A4C3F",
                        "commentCount": 99
                      },
                      {
                        "url": "https://www.instagram.com/p/BrDbM9xgWu1/",
                        "image": "https://scontent-atl3-3.cdninstagram.com/v/t51.82787-15/625299089_18310607863248397_5389117322021401422_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ig_cache_key=MTkyODUwNDcwMzY2MzA0MTQ2MQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=_ekJhdq2coIQ7kNvwG_ATGE&_nc_oc=AdpBAF-RyTi7Er5Yp3tbwt8WJ9-f3PKpdkcx1GMUOuNgGoVMkZW5yPp0E2AZayjlmTN5_chIgr82ZoCTWHXhi_km&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&se=7&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQFkdA3TgbAWnwYc9HH19_ykmntQSZeBobrnillheWKWSA&oe=6A7A521C",
                        "owner": {
                          "userId": "202743904",
                          "username": "jimprunier"
                        },
                        "postId": "1928504703663041461",
                        "caption": "La couleur est une vertu de la population Uros, vivant sur des iles artificielles en Totora sur le lac Titicaca !🇵🇪 Perú\n\nEl color es una virtud del pueblo Uros, que vive en islas artificiales de Totora en el lago Titicaca !\n\n#travel #travelphotography #southamerica #travelawesome #peru #nature #naturephotography #landscape #landscapephotography #natgeo #natgeotravel #natgeoyourshot #earthescope #freshairclub #wildernessculture #featured_wildlife #wow_destinations #tradition #uros",
                        "isVideo": false,
                        "isSidecar": false,
                        "likeCount": 3549,
                        "shortcode": "BrDbM9xgWu1",
                        "thumbnail": "https://s5.imginn.com/625299089_18310607863248397_5389117322021401422_n.jpg?t51.82787-15/625299089_18310607863248397_5389117322021401422_n.jpg?stp=dst-jpg_e35_s828x828_tt6&_nc_cat=107&ig_cache_key=MTkyODUwNDcwMzY2MzA0MTQ2MQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=_ekJhdq2coIQ7kNvwG_ATGE&_nc_oc=AdpBAF-RyTi7Er5Yp3tbwt8WJ9-f3PKpdkcx1GMUOuNgGoVMkZW5yPp0E2AZayjlmTN5_chIgr82ZoCTWHXhi_km&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQEH24HmQPMvEx-gKIUg3SKxBVJSykm5-MJh2b5yGozy0w&oe=6A7A521C",
                        "commentCount": 76
                      },
                      {
                        "url": "https://www.instagram.com/p/BrDMQvpF9Vx/",
                        "image": "https://scontent-atl3-2.cdninstagram.com/v/t51.82787-15/619863612_18300152308287123_8889286867866306842_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ig_cache_key=MTkyODQzODk5MjY2OTc1ODgzMw%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=AfE1mOoNtikQ7kNvwGe40KW&_nc_oc=Adr5Gfr7Ja0Hd-V8xitkyqs0EqTWYFXGH6jBLel0LjREOvShTcX47koZ_ZVGVxfLZ1lk7eqZ7_fYCWiLhXpmQUIz&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&se=7&_nc_ht=scontent-atl3-2.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQHwVRqCh29F-xINSquw7bJjU2mUo6PDevwyDQheNNzDhA&oe=6A7A36BE",
                        "owner": {
                          "userId": "7307784",
                          "username": "monicasholt"
                        },
                        "postId": "1928438992669758833",
                        "caption": "No matter where we travel, there never seems to be enough time. That was especially true at Zion where we had less than 48 hours.⠀⠀⠀⠀⠀⠀⠀⠀⠀\n⠀⠀⠀⠀⠀⠀⠀⠀⠀\nAfter taking an early flight out of DC we drove straight from the Vegas airport to Springdale. We rushed in and out of the hotel to drop off our bags and head straight to the park, making it just in time for our first November sunset in the southwest and a stroll along the river.⠀⠀⠀⠀⠀⠀⠀⠀⠀\n⠀⠀⠀⠀⠀⠀⠀⠀⠀\nZion National Park, Utah // November, 2018 .⠀⠀⠀⠀⠀⠀⠀⠀⠀\n.⠀⠀⠀⠀⠀⠀⠀⠀⠀\n.⠀⠀⠀⠀⠀⠀⠀⠀⠀\n.⠀⠀⠀⠀⠀⠀⠀⠀⠀\n.⠀⠀⠀⠀⠀⠀⠀⠀⠀\n.⠀⠀⠀⠀⠀⠀⠀⠀⠀\n.⠀⠀⠀⠀⠀⠀⠀⠀⠀\n.⠀⠀⠀⠀⠀⠀⠀⠀⠀\n.⠀⠀⠀⠀⠀⠀⠀⠀⠀\n.⠀⠀⠀⠀⠀⠀⠀⠀⠀\n.⠀⠀⠀⠀⠀⠀⠀⠀⠀\n#Utah #utahphotography #horseshoebend #amangiri⠀⠀⠀⠀⠀⠀⠀⠀⠀\n#aman #travel #travelgram #womenwhotravel #getoutdoors #southwest #nationalparks #arizona #travelholic #travelgram #photographyislife #girlswhotravel #cntraveler #dametraveler #nikond90 #girlswhoexplore #wanderlust #zion #zionnationalpark #nationalpark #nps #nationalparks #nationalparkservice #nationalgeographic #luxurytravel #travelperks",
                        "isVideo": false,
                        "isSidecar": false,
                        "likeCount": 2490,
                        "shortcode": "BrDMQvpF9Vx",
                        "thumbnail": "https://s5.imginn.com/619863612_18300152308287123_8889286867866306842_n.jpg?t51.82787-15/619863612_18300152308287123_8889286867866306842_n.jpg?stp=dst-jpg_e35_s828x828_tt6&_nc_cat=101&ig_cache_key=MTkyODQzODk5MjY2OTc1ODgzMw%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=AfE1mOoNtikQ7kNvwGe40KW&_nc_oc=Adr5Gfr7Ja0Hd-V8xitkyqs0EqTWYFXGH6jBLel0LjREOvShTcX47koZ_ZVGVxfLZ1lk7eqZ7_fYCWiLhXpmQUIz&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-2.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQFeFZo8chI5IHBreYQaisWuF7-h3Bv9209uQ5syPfY7gg&oe=6A7A36BE",
                        "commentCount": 71
                      },
                      {
                        "url": "https://www.instagram.com/p/BrCWdWBj0CN/",
                        "image": "https://scontent-atl3-3.cdninstagram.com/v/t51.82787-15/625382165_18361526833165873_5106175801444378633_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ig_cache_key=MTkyODIwMjM2NDAwNDU0ODc0OQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=247HW07Ke0wQ7kNvwHHhRTR&_nc_oc=Adr9UVLnweVpPx6YGLEdc8Ah9rexjprkNOZjKXzRKH-nakFYk1dH2boQ1axZUMxJhY6HsC_k8Ht1FdRylSoDAfqz&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&se=7&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQG-cT-2T9ckAykIV_4DPlr6w5PfohqhDDBl-t8B9YA5bQ&oe=6A7A3D43",
                        "owner": {
                          "userId": "55384973",
                          "username": "lucbuthker"
                        },
                        "postId": "1928202364004548749",
                        "caption": "How can you not love the mosque in Abu Dhabi? This place is just pure perfection! #AbuDhabi",
                        "isVideo": false,
                        "isSidecar": false,
                        "likeCount": 3571,
                        "shortcode": "BrCWdWBj0CN",
                        "thumbnail": "https://s5.imginn.com/625382165_18361526833165873_5106175801444378633_n.jpg?t51.82787-15/625382165_18361526833165873_5106175801444378633_n.jpg?stp=dst-jpg_e35_s828x828_tt6&_nc_cat=111&ig_cache_key=MTkyODIwMjM2NDAwNDU0ODc0OQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=247HW07Ke0wQ7kNvwHHhRTR&_nc_oc=Adr9UVLnweVpPx6YGLEdc8Ah9rexjprkNOZjKXzRKH-nakFYk1dH2boQ1axZUMxJhY6HsC_k8Ht1FdRylSoDAfqz&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQFyqzhfdTKN68l26nKnykkOjkgzCbEs_zkTD7qlX7MMPQ&oe=6A7A3D43",
                        "commentCount": 144
                      },
                      {
                        "url": "https://www.instagram.com/p/BrB0H3XD0BC/",
                        "image": "https://scontent-atl3-3.cdninstagram.com/v/t51.82787-15/635227569_18569637418047025_3433121110497825111_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ig_cache_key=MTkyODA1MTM1NDM4ODg3MzI4Mg%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=2P1HZEco0KEQ7kNvwHKwFGZ&_nc_oc=AdpQ0D9o5ENIoQQOhraexVOJjhjb8R-vKfiyfN_OMC0TzuUXnAqtZpXvRWvvrYUpvOjk7D8sI1ukDEkWyn6nmg61&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&se=7&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQGo4hIkL9qv3J69zIt9eNqn9FTOscqX95bLPCUWUqrsQg&oe=6A7A27D0",
                        "owner": {
                          "userId": "1554804337",
                          "username": "modularacks"
                        },
                        "postId": "1928051354388873282",
                        "caption": "Icy reflections ❄️\n#ModulaRacks #LeaveNothingBehind\n.\n.\n.\n.\n#withoutwalls #thisworldexists #themoderndayexplorer #peoplewhoadventure #naturecolors #natureaddicts #naturgram #natur_perfection #nature_brillance #natures_marvels #loves_united_nature #world_bestnature #ptk_nature #offthebeatenpath #naturalwonder #breathtakingview #mountainadventures #mountainlover #ilovemountains #mountainslife #adventurevisuals #adventureculture #mindthemountains #findyouradventure",
                        "isVideo": false,
                        "isSidecar": false,
                        "likeCount": 2558,
                        "shortcode": "BrB0H3XD0BC",
                        "thumbnail": "https://s5.imginn.com/635227569_18569637418047025_3433121110497825111_n.jpg?t51.82787-15/635227569_18569637418047025_3433121110497825111_n.jpg?stp=dst-jpg_e35_p828x828_tt6&_nc_cat=107&ig_cache_key=MTkyODA1MTM1NDM4ODg3MzI4Mg%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTA4MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=2P1HZEco0KEQ7kNvwHKwFGZ&_nc_oc=AdpQ0D9o5ENIoQQOhraexVOJjhjb8R-vKfiyfN_OMC0TzuUXnAqtZpXvRWvvrYUpvOjk7D8sI1ukDEkWyn6nmg61&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-atl3-3.cdninstagram.com&_nc_gid=LodUqpDw87WQk5rUGAkE-Q&_nc_ss=7a22e&oh=00_AQH2OgXk7zYaIvkdPL5KRp0H1H0PQe8uPv7Sup9oDYXxjg&oe=6A7A27D0",
                        "commentCount": 60
                      }
                    ],
                    "cursor": "1928051354388873282",
                    "userId": "787132",
                    "hasMore": true,
                    "username": "natgeo"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:kaskus/search": {
      "get": {
        "operationId": "social_media_kaskus_search",
        "summary": "Cari Thread",
        "description": "Pencarian thread Kaskus berdasarkan kata kunci.",
        "tags": [
          "Kaskus"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/kaskus#reference-search"
        },
        "parameters": [
          {
            "name": "keywords",
            "in": "query",
            "required": true,
            "description": "Kata kunci pencarian thread",
            "schema": {
              "type": "string",
              "example": "jokowi"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Halaman hasil. Default 1",
            "schema": {
              "type": "number"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "page": 1,
                    "limit": 20,
                    "total": 3556968,
                    "hasMore": true,
                    "results": [
                      {
                        "url": "https://kask.us/iS7gH",
                        "slug": "kopdes-merah-putih-peluang-atau-ancaman-bagi-umkm",
                        "title": "Kopdes Merah Putih: Peluang atau Ancaman bagi UMKM?",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2026/05/03/avatar11885550_1.gif",
                          "userId": "11885550",
                          "username": "dewis7466191939"
                        },
                        "created": 1780927867,
                        "snippet": "Apa itu Kopdes Merah Putih? Program Koperasi Desa Merah Putih (Kopdes Merah Putih) adalah inisiatif pemerintah Indonesia yang bertujuan memperkuat perekonomian desa melalui pembentukan koperasi di berbagai wilayah. Koperasi ini diharapkan dapat membantu masyarakat mendapatkan akses yang lebih mudah terhadap kebutuhan pokok, layanan keuangan, distribusi hasil pertanian, dan peluang usaha lainnya. Mengapa Menjadi Perbincangan? Program ini mendapat perhatian luas karena dinilai dapat membawa perubahan...",
                        "threadId": "6a26cd7bbae8f179cb0ab4db",
                        "community": {
                          "id": "21",
                          "name": "The Lounge"
                        },
                        "thumbnail": "",
                        "totalViews": 1037,
                        "totalReplies": 12
                      },
                      {
                        "url": "https://kask.us/iS3II",
                        "slug": "team-nasional-indonesia---part-4",
                        "title": "TEAM NASIONAL INDONESIA - Part 4",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2015/12/22/avatar8413033_95.gif",
                          "userId": "8413033",
                          "username": "mr.ayah"
                        },
                        "created": 1771118532,
                        "snippet": "~~ TIM NASIONAL INDONESIA JOURNEY ASIAN CUP 2027 ~~ THREAD RULES Untuk menjaga ketertiban diskusi di thread ini, TS memberlakukan rules yang harus dibaca dan dipahami para kaskusser disini, diantaranya: 1. DILARANG! Junk post dan out of topic Postingan yang tidak ada kaitannya dengan Timnas Indonesia ataupun persepakbolaan Indonesia secara umumnya, sekedar posting sembarangan layaknya membuang sampah sembarangan adalah DILARANG disini. Disini tempatnya berdiskusi, bukan tempat sampah para kaskusser...",
                        "threadId": "69911fcc8d27a6db300e6e0b",
                        "community": {
                          "id": "2550",
                          "name": "TEAM NASIONAL INDONESIA"
                        },
                        "thumbnail": "https://s.kaskus.id/images/2025/03/26/1076_5299139_475_20250326093016.jpg",
                        "totalViews": 86491,
                        "totalReplies": 6341
                      },
                      {
                        "url": "https://kask.us/iNT8j",
                        "slug": "dia-datang-untuk-memberikan-aku-kebahagiaan-dan-penebusan",
                        "title": "Dia Datang Untuk Memberikan Aku Kebahagiaan Dan Penebusan",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2019/10/10/avatar10719998_5.gif",
                          "userId": "10719998",
                          "username": "enjihalala25"
                        },
                        "created": 1670914103,
                        "snippet": "Ratna Rina Memang bukan salah siapa siapa sih. Kalau ada yang salah ya... semuanya salah. Kenapa gitu? Ya memang semuanya terlibat kok. Aku juga salah. Istri juga salah dan dia juga salah. Suruh siapa kasar sama suami? Kalau aja gak kasar, mungkin kisahnya beda. Memang sih hidup dalam dunia pernikahan itu tidak seindah yang ditulis di kisah dongeng kaki 5 ala anak kecil; mereka pun hidup bahagia selamanya. Ah omong kosong. Mana ada yang bisa hidup abadi? Lah bener kan? Siapa yang usianya bisa sampai...",
                        "threadId": "63982037ccb65d1c2a3f711a",
                        "community": {
                          "id": "51",
                          "name": "Stories from the Heart"
                        },
                        "thumbnail": "https://s.kaskus.id/images/2023/12/14/10719998_202312140731130979.jpg",
                        "totalViews": 20712,
                        "totalReplies": 2727
                      },
                      {
                        "url": "https://kask.us/iPjt6",
                        "slug": "3d-massage-amp-lounge---ruko-dotcom-paramount-serpong---tangerang",
                        "title": "3D Massage & Lounge - Ruko Dotcom Paramount Serpong - Tangerang",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2023/07/23/avatar11434299_1.gif",
                          "userId": "11434299",
                          "username": "3d.official"
                        },
                        "created": 1690126209,
                        "snippet": "3D MASSAGE & LOUNGE Ruko Paramount Dotcom Blue Blok B No:19 Paramount Serpong - Tangerang NOW OPENING 24-07-2023 INFO PAKET GRADE EKSEKUTIF 30 MENIT ( NAKED+MMC+BJ+FJ) VIP : Rp 300.000 GRADE EKSEKUTIF 60 MENIT ( MASSAGE+NAKED+MMC+BJ+FJ) VIP : Rp 400.000 GRADE MODEL 30 MENIT ( NAKED+MMC+BJ+FJ) VIP : Rp 350.000 GRADE MODEL 60 MENIT (MASSAGE+NAKED+MMC+BJ+FJ) VIP : Rp. 450.000 GRADE SELEBRITI 30 MENIT ( NAKED+MMC+BJ+FJ) VIP : Rp. 400.000 GRADE SELEBRITI 60 MENIT ( MASSAGE+NAKED+MMC+BJ+FJ) VIP : Rp....",
                        "threadId": "64bd478190e02264b23a901f",
                        "community": {
                          "id": "275",
                          "name": "Nightlife & Events"
                        },
                        "thumbnail": "https://s.kaskus.id/images/2023/07/23/11434299_20230723095754.jpeg",
                        "totalViews": 102067,
                        "totalReplies": 1853
                      },
                      {
                        "url": "https://kask.us/iS7pZ",
                        "slug": "punya-kekayaan-sebesar-apbn-lo-mau-ngapain",
                        "title": "Punya kekayaan sebesar APBN. Lo mau ngapain ?",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2016/04/29/default.png",
                          "userId": "8699055",
                          "username": "komentatorbacod"
                        },
                        "created": 1781267847,
                        "snippet": "Habis liat woro woro di medsos saling adu jual negara A vs jual negara B tetiba rahang gw jatuh bengong liat adanya fakta ada 10 orang warga negara indonesia yg harta kekayaannya = 2 x APBN indonesia kira kira sebesar 10 ribu trilyun rupiah !! berarti satu orang kekayaannya 2000 triliyunan rasanya itu kira2 kaya .. satu negeri indonesia isinya elo dan keluarga kerabat kenalan lo doang. sisanya ? numpuk di ujung kulon daripada mikirin kapan gw bisa punya duit segitu mending menghayal apa yg akan...",
                        "threadId": "6a2bfd876e83c954d40fd432",
                        "community": {
                          "id": "21",
                          "name": "The Lounge"
                        },
                        "thumbnail": "",
                        "totalViews": 348,
                        "totalReplies": 18
                      },
                      {
                        "url": "https://kask.us/iS7r7",
                        "slug": "we-are-open",
                        "title": "We Are Open",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2024/08/17/default.png",
                          "userId": "11683718",
                          "username": "glsenggigi"
                        },
                        "created": 1781349483,
                        "snippet": "Hotel, Spa, and lounge",
                        "threadId": "6a2d3c6b69457ef3be051e66",
                        "community": {
                          "id": "275",
                          "name": "Nightlife & Events"
                        },
                        "thumbnail": "https://c.kaskus.id/media/videos/thumbnail/0bhmw_thumbnail.jpg",
                        "totalViews": 1,
                        "totalReplies": 0
                      },
                      {
                        "url": "https://kask.us/iS7rM",
                        "slug": "danantara-dijamin-tak-gagal-seperti-1mdb",
                        "title": "Danantara Dijamin Tak Gagal Seperti 1MDB",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2023/03/30/avatar11382313_1.gif",
                          "userId": "11382313",
                          "username": "yayangpalupi"
                        },
                        "created": 1781342104,
                        "snippet": "Foto: Ilyas Fadilah/detikcom Jakarta - Chief Operating Officer (COO) Badan Pengelola Investasi Daya Anagata Nusantara (Danantara Indonesia) Dony Oskaria menyatakan Danantara tidak akan mengalami kegagalan seperti 1Malaysia Development Berhad (1MDB). Dony menegaskan struktur kelembagaan Danantara dirancang berbeda dan lebih baik tata kelolanya. Sejak awal pembentukan, Dony menjelaskan Danantara telah menerapkan pemisahan tegas antara pengelolaan Badan Usaha Milik Negara (BUMN) dengan aktivitas...",
                        "threadId": "6a2d1f980e83600548036a8b",
                        "community": {
                          "id": "10",
                          "name": "Berita dan Politik"
                        },
                        "thumbnail": "https://s.kaskus.id/images/2026/06/13/4099_11382313_5196_20260613041439.jpg",
                        "totalViews": 32,
                        "totalReplies": 3
                      },
                      {
                        "url": "https://kask.us/iOo7i",
                        "slug": "q-one-massage-amp-lounge",
                        "title": "Q-ONE MASSAGE & LOUNGE",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2023/02/06/avatar11356723_1.gif",
                          "userId": "11356723",
                          "username": "qone.massage"
                        },
                        "created": 1675666496,
                        "snippet": "Q-ONE MASSAGE & LOUNGE ========================== ========================== *Facilities : ✔ Presiden Suite Room ✔ Suite Room ✔ VIP Room ✔ Lounge, Bar, Karaoke ✔ TVCable ========================== MORE INFO contact me !! ========================= ========================= ========================== Q-ONE MASSAGE & LOUNGE Ruko Geen Garden Blok Z2 No. 60-61, RT.5/RW.8, Kedoya Utara, Kec. Kb. Jeruk, Kota Jakarta Barat, Daerah Khusus Ibukota Jakarta 11520 THIS THREAD ON NIGHTLIFE #275 ONLY...",
                        "threadId": "63e0a440a82c9e7bda17dbf2",
                        "community": {
                          "id": "275",
                          "name": "Nightlife & Events"
                        },
                        "thumbnail": "https://s.kaskus.id/images/2023/02/06/11356723_20230206010342.png",
                        "totalViews": 133524,
                        "totalReplies": 3543
                      }
                    ],
                    "keywords": "jokowi",
                    "nextPage": 2,
                    "suggestion": ""
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:kaskus/thread/{threadId}": {
      "get": {
        "operationId": "social_media_kaskus_thread",
        "summary": "Detail Thread",
        "description": "Detail thread Kaskus (OP) beserta balasan yang dipaginasi.",
        "tags": [
          "Kaskus"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/kaskus#reference-thread"
        },
        "parameters": [
          {
            "name": "threadId",
            "in": "path",
            "required": true,
            "description": "Thread ID (24-char hex) atau full URL kaskus.co.id/thread/<id>/...",
            "schema": {
              "type": "string",
              "example": "54f842560f8b46e4528b4569"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Halaman reply. Default 1",
            "schema": {
              "type": "number"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "page": 1,
                    "limit": 20,
                    "posts": [
                      {
                        "html": "Gan, ane kok gak bisa ya buat threadnya muncul notice &quot;Anda membutuhkan minimal 100 postingan sebelum dapat membuat thread&quot;?<br />\n<br />\n<img class=\"mls-img\" src=\"https://s.kaskus.id/b/images/2025/05/28/10803497_20250528083547.jpg\" data-src=\"https://s.kaskus.id/images/2025/05/28/10803497_20250528083547.jpg\" border=\"0\" alt=\"Panduan Cara Membuat Thread KasKus\" />",
                        "text": "Gan, ane kok gak bisa ya buat threadnya muncul notice \"Anda membutuhkan minimal 100 postingan sebelum dapat membuat thread\"?",
                        "author": {
                          "title": "Newbie",
                          "avatar": "https://s.kaskus.id/user/avatar/2020/02/10/avatar10803497_3.gif",
                          "userId": "10803497",
                          "isOnline": false,
                          "username": "josephpurba",
                          "reputation": 133,
                          "totalPosts": 54,
                          "displayName": "josephpurba"
                        },
                        "postId": "6836684464940bc4a8017e1f",
                        "created": 1748396100,
                        "reputations": 0,
                        "totalReplies": 0
                      },
                      {
                        "html": "Bang cra buat link kek mana jadi kita cuma klik link itu kita langsung masuk ke thread lanjutanya",
                        "text": "Bang cra buat link kek mana jadi kita cuma klik link itu kita langsung masuk ke thread lanjutanya",
                        "author": {
                          "title": "Aktivis KASKUS",
                          "avatar": "https://s.kaskus.id/user/avatar/2021/04/09/avatar11020894_2.gif",
                          "userId": "11020894",
                          "isOnline": false,
                          "username": "Bk.cokorda",
                          "reputation": 2329,
                          "totalPosts": 652,
                          "displayName": "Bk.cokorda"
                        },
                        "postId": "60c0e1e54a25e76911048644",
                        "created": 1623253477,
                        "reputations": 0,
                        "totalReplies": 0
                      },
                      {
                        "html": "nice info gan",
                        "text": "nice info gan",
                        "author": {
                          "title": "newbie",
                          "avatar": "https://s.kaskus.id/user/avatar/2019/10/16/default.png",
                          "userId": "10724101",
                          "isOnline": false,
                          "username": "Tartur",
                          "reputation": 10,
                          "totalPosts": 3,
                          "displayName": "Tartur"
                        },
                        "postId": "5e44e2bb0577a940f13020b2",
                        "created": 1581572795,
                        "reputations": 0,
                        "totalReplies": 0
                      },
                      {
                        "html": "Tes tes tes",
                        "text": "Tes tes tes",
                        "author": {
                          "title": "newbie",
                          "avatar": "https://s.kaskus.id/user/avatar/2019/09/14/default.png",
                          "userId": "10699672",
                          "isOnline": false,
                          "username": "Marimasbaygon",
                          "reputation": 6,
                          "totalPosts": 2,
                          "displayName": "Marimasbaygon"
                        },
                        "postId": "5d7e634aaf7e9366910ed70f",
                        "created": 1568564042,
                        "reputations": 0,
                        "totalReplies": 0
                      },
                      {
                        "html": "Test test",
                        "text": "Test test",
                        "author": {
                          "title": "newbie",
                          "avatar": "https://s.kaskus.id/user/avatar/2010/04/01/default.png",
                          "userId": "1555058",
                          "isOnline": false,
                          "username": "boyVictor",
                          "reputation": 10,
                          "totalPosts": 1,
                          "displayName": "boyVictor"
                        },
                        "postId": "5d6d5cc7a7276864642b898f",
                        "created": 1567448263,
                        "reputations": 0,
                        "totalReplies": 0
                      },
                      {
                        "html": "Thanks gan <img src=\"https://s.kaskus.id/images/smilies/smilies_fb5ly1zwmwkm.gif\" data-sceditor-emoticon=\":ultahhore\" border=\"0\" alt=\"emoticon-Ultah\" title=\"Ultah\"/>",
                        "text": "Thanks gan",
                        "author": {
                          "title": "newbie",
                          "avatar": "https://s.kaskus.id/user/avatar/2018/11/15/avatar10410246_1.gif",
                          "userId": "10410246",
                          "isOnline": false,
                          "username": "Metahsukma",
                          "reputation": 0,
                          "totalPosts": 8,
                          "displayName": "Metahsukma"
                        },
                        "postId": "5becc94cdad770dd488b4567",
                        "created": 1542244684,
                        "reputations": 0,
                        "totalReplies": 0
                      },
                      {
                        "html": "Hatur nuwun, gan! Pertamax!",
                        "text": "Hatur nuwun, gan! Pertamax!",
                        "author": {
                          "title": "newbie",
                          "avatar": "https://s.kaskus.id/user/avatar/2015/12/27/default.png",
                          "userId": "8420479",
                          "isOnline": false,
                          "username": "shobi.irfan",
                          "reputation": 0,
                          "totalPosts": 2,
                          "displayName": "shobi.irfan"
                        },
                        "postId": "5681bfa9902cfe943c8b4567",
                        "created": 1451343785,
                        "reputations": 0,
                        "totalReplies": 0
                      },
                      {
                        "html": "Nice infoh gan. Ane bikin thread pertama berkat guide agan. Tetap berkreasi jangan dengarkan sampah dijalanan <br />\n👍👍👍",
                        "text": "Nice infoh gan. Ane bikin thread pertama berkat guide agan. Tetap berkreasi jangan dengarkan sampah dijalanan 👍👍👍",
                        "author": {
                          "title": "kaskuser",
                          "avatar": "https://s.kaskus.id/user/avatar/2007/05/06/avatar270616_2.gif",
                          "userId": "270616",
                          "isOnline": false,
                          "username": "werkeugmacher",
                          "reputation": 11,
                          "totalPosts": 131,
                          "displayName": "werkeugmacher"
                        },
                        "postId": "5626f4bba2c06e99698b456a",
                        "created": 1445393595,
                        "reputations": 0,
                        "totalReplies": 0
                      }
                    ],
                    "total": 56,
                    "thread": {
                      "url": "https://kask.us/hXtNU",
                      "slug": "panduan-cara-membuat-thread-kaskus",
                      "title": "Panduan Cara Membuat Thread KasKus",
                      "author": {
                        "title": "newbie",
                        "avatar": "https://s.kaskus.id/user/avatar/2015/02/25/avatar7706954_1.gif",
                        "userId": "7706954",
                        "isOnline": false,
                        "username": "jonijayakusuma",
                        "reputation": 24,
                        "totalPosts": 80,
                        "displayName": "jonijayakusuma"
                      },
                      "isOpen": true,
                      "opHtml": "<div class=\"sceditor-ignore quote-mark 1275924703\">Quote:</div><div class=\"quote expandable\" data-by=\"\" data-postid=\"\"><div style=\"text-align: center;\"><img class=\"mls-img\" src=\"https://s.kaskus.id/b/images/2015/03/05/7706954_20150305064140.jpg\" data-src=\"https://s.kaskus.id/images/2015/03/05/7706954_20150305064140.jpg\" border=\"0\" alt=\"kaskus-image\" /><br />\n</div><br />\n<div class=\"sceditor-ignore quote-mark 1275924703\">Quote:</div><div class=\"quote expandable\" data-by=\"\" data-postid=\"\"><b><span data-attr=\"face\" data-value=\"v_Times New Roman\" style=\"font-family:Times New Roman !important;\"><span data-attr=\"color\" data-value=\"v_choclate\" style=\"color:choclate !important;\">Maaf kalo Thread Ane :</span></span></b>\n\t\t\t\t<div class=\"spoiler sceditor-ignore\">\n\t\t\t\t\t<span class=\"spoiler-head sceditor-ignore\">\n\t\t\t\t\t\t<span class=\"spoiler-label\">Spoiler</span>&nbsp;for <span class=\"spoiler-title\"></span>:\n\t\t\t\t\t\t<input type=\"button\" value=\"Show\" class=\"spoiler-btn open\"\n\t\t\t\t\t\tonclick=\"this.parentElement.parentElement.nextSibling.classList.toggle('open');this.parentElement.parentElement.nextSibling.nextSibling.classList.toggle('open');this.value=this.value=='Hide'?'Show':'Hide'\">\n\t\t\t\t\t</span></div><div class=\"spoiler-mid sceditor-ignore open\"></div><div class=\"spoiler-content expandable \" data-title=\"\">\n\t\t\t\t\t<img src=\"https://s.kaskus.id/images/smilies/smilies_fb5ohtyqhwnh.gif\" data-sceditor-emoticon=\":repost:\" border=\"0\" alt=\"emoticon-Repost\" title=\"Repost\"/><img src=\"https://s.kaskus.id/images/smilies/smilies_fb5ohtyqhwnh.gif\" data-sceditor-emoticon=\":repost:\" border=\"0\" alt=\"emoticon-Repost\" title=\"Repost\"/> <img src=\"https://s.kaskus.id/images/smilies/smilies_fb5ohtyqhwnh.gif\" data-sceditor-emoticon=\":repost:\" border=\"0\" alt=\"emoticon-Repost\" title=\"Repost\"/> \n\t\t\t\t</div> <br />\n</div><br />\n<br />\n<div class=\"sceditor-ignore quote-mark 1275924703\">Quote:</div><div class=\"quote expandable\" data-by=\"\" data-postid=\"\"><span data-attr=\"face\" data-value=\"v_Book Antiqua\" style=\"font-family:Book Antiqua !important;\"><span data-attr=\"size\" data-value=\"v_4\" style=\"font-size:18px !important;\"><b><span data-attr=\"color\" data-value=\"v_red\" style=\"color:red !important;\">Setelah ane lihat dan masukan dari beberapa moderator dan admin maka ane buat Panduan membuat thread atau postingan artikel di forum Kaskus ini.<br />\nMasih banyak member, khususnya member baru dari Kaskus masih bingung untuk cara membuat thread di forum ini.<br />\nane buat panduan ini agar lebih mudah di mengerti.</span></b></span></span><img src=\"https://s.kaskus.id/images/smilies/smilies_fb5ly1x373yj.gif\" data-sceditor-emoticon=\":2thumbup\" border=\"0\" alt=\"emoticon-2 Jempol\" title=\"2 Jempol\"/> <br />\n</div><br />\n<div class=\"sceditor-ignore quote-mark 1275924703\">Quote:</div><div class=\"quote expandable\" data-by=\"\" data-postid=\"\"><b><span data-attr=\"face\" data-value=\"v_Courier New\" style=\"font-family:Courier New !important;\"><span data-attr=\"size\" data-value=\"v_4\" style=\"font-size:18px !important;\"><span data-attr=\"color\" data-value=\"v_blue\" style=\"color:blue !important;\">1. Masuk dan klik menu Forum yang berada di kanan atas (sebelah Home) dan setelah itu akan muncul berbagai macam forum dan subforum. Pilih forum/subforum yang sesuai dengan artikel yang ingin kaskuser tulis atau buat.<br />\n<br />\n2. Misalkan ane pilih forum The Lounge maka akan muncul subforum The Lounge, dan apabila artikel kaskuser berhubungan dengan forum tersebut tapi tidak ada di subforum bisa pilih subforum default yang berada di atasnya.<br />\n<br />\n3. Kemudian klik menu Post New Thread pada kolom atas untuk membuat Thread atau Postingan Baru<br />\n<br />\n4. Lalu muncul menu . Sebelum membuat thread harap dibaca notifikasi yang berada di bawah yg bertuliskan <br />\nTips:<br />\nJika sumber postingan berasal dari situs-situs berita semisal Detik, Merdeka.com dll. coba gunakan title yang sedikit berbeda.<br />\nJika postingan menyertakan gambar, ukuran harus tidak melebihi 512KB.<br />\n<br />\n5. Sekarang kita mulai untuk membedah cara membuat thread dan cermati point atau angka-angkanya.</span></span></span></b><br />\n<br />\n\n\t\t\t\t<div class=\"spoiler sceditor-ignore\">\n\t\t\t\t\t<span class=\"spoiler-head sceditor-ignore\">\n\t\t\t\t\t\t<span class=\"spoiler-label\">Spoiler</span>&nbsp;for <span class=\"spoiler-title\"></span>:\n\t\t\t\t\t\t<input type=\"button\" value=\"Show\" class=\"spoiler-btn open\"\n\t\t\t\t\t\tonclick=\"this.parentElement.parentElement.nextSibling.classList.toggle('open');this.parentElement.parentElement.nextSibling.nextSibling.classList.toggle('open');this.value=this.value=='Hide'?'Show':'Hide'\">\n\t\t\t\t\t</span></div><div class=\"spoiler-mid sceditor-ignore open\"></div><div class=\"spoiler-content expandable \" data-title=\"\">\n\t\t\t\t\t<span data-attr=\"face\" data-value=\"v_Comic Sans MS\" style=\"font-family:Comic Sans MS !important;\"><span data-attr=\"color\" data-value=\"v_green\" style=\"color:green !important;\"><b><em>Point 1: Judul thread/artikel postingan kaskuser<br />\nPoint 2: Isi dari thread/artikel postingan kaskuser<br />\nPoint 3: Huruf B seperti office, yang artinya menebalkan tulisan. Penggunaannya sama dengan ketika menulis di word office<br />\nPoint 4: Huruf I miring gunanya untuk memiringkan tulisan artikel kaskuser.<br />\nPoint 5: Pada icon A dengan garis bawah adalah menu untuk membuat tulisan berwarna.<br />\nPoint 7: Pada logi A dengan arah panah keatas dan kebawah untuk mengubah ukuran font/huruf atau angka.<br />\nPoint 8: Pada logo ikon smile jika anda klik maka otomatis dibagian bawah menu thread akan muncul tiga menu ikon emoticon yang bisa dimunculkan di dalam thread. Pilih sesuai dengan selera kaskuser.<br />\nPoint 9: klik ikon gambar untuk memasukkan link gambar milik kaskuser. kaskuser harus mengupload ke image hosting seperti tinypic.com atau lainnya dulu dan kemudian pilih direct link layout pada tinypic tersebut dan pastekan kedalam menu image.<br />\nPoint 10: Pada ikon video, kaskuser bisa memasukkan link video seperti youtube, vimeo atau yang lainnya ke dalam menu media.<br />\nPoint 11: Pada ikon Insert didalam terdapat menu Quote, Spoiler, Code, Strike-through<br />\nPoint 12: Menu save draft dan delete draft, berguna untuk menyimpan thread artikel kaskuser apabila kaskuser belum sempat menyelesaikan atau memposting dan akan load otomatis ketika kaskuser membuat artikel baru di kesempatan berikutnya.<br />\nPoint 13: Dibagian bawah sendiri ada menu untuk menyertakan artikel kaskuser dengan sebuah Polling, kaskuser bisa memilih berapa lama polling ini muncul dan berakhir.<br />\nPoint 14: Apabila kaskuser merasa sudah/belum sesuai thread artikel yang kaskuser buat, kaskuser bisa melihat previewnya dengan klik menu preview.<br />\nPoint 15: Upload file, di menu kaskuser dibatasi ukuran 512 kb untuk mengupload sebuah file. jika lebih besar dari itu bisa diupload di hosting luar dengan size lebih besar dan sertakan linknya di dalam thread.<br />\nPoint 16: Create Thread, ini adalah menu terakhir untuk mempublikasikan thread/postingan artikel kaskuser. Klik Create Thread maka thread kaskuser akan terpublish di forum The Lounge ini.</em></b></span></span>\n\t\t\t\t</div><br />\n</div><br />\n<br />\n<div class=\"sceditor-ignore quote-mark 1275924703\">Quote:</div><div class=\"quote expandable\" data-by=\"\" data-postid=\"\"><span data-attr=\"face\" data-value=\"v_Book Antiqua\" style=\"font-family:Book Antiqua !important;\"><span data-attr=\"size\" data-value=\"v_4\" style=\"font-size:18px !important;\"><b><span data-attr=\"color\" data-value=\"v_red\" style=\"color:red !important;\">Demikian Panduan Cara Membuat Thread atau Postingan di Kaskus yang ane buat, semoga bisa membantu para member forum Kaskus semua. Terima kasih.</span></b></span></span><img src=\"https://s.kaskus.id/images/smilies/lebaran03.gif\" data-sceditor-emoticon=\":salaman\" border=\"0\" alt=\"emoticon-Salaman\" title=\"Salaman\"/> </div></div>",
                      "opText": "Quote: Quote: Maaf kalo Thread Ane : Spoiler for : Quote: Setelah ane lihat dan masukan dari beberapa moderator dan admin maka ane buat Panduan membuat thread atau postingan artikel di forum Kaskus ini. Masih banyak member, khususnya member baru dari Kaskus masih bingung untuk cara membuat thread di forum ini. ane buat panduan ini agar lebih mudah di mengerti. Quote: 1. Masuk dan klik menu Forum yang berada di kanan atas (sebelah Home) dan setelah itu akan muncul berbagai macam forum dan subforum. Pilih forum/subforum yang sesuai dengan artikel yang ingin kaskuser tulis atau buat. 2. Misalkan ane pilih forum The Lounge maka akan muncul subforum The Lounge, dan apabila artikel kaskuser berhubungan dengan forum tersebut tapi tidak ada di subforum bisa pilih subforum default yang berada di atasnya. 3. Kemudian klik menu Post New Thread pada kolom atas untuk membuat Thread atau Postingan Baru 4. Lalu muncul menu . Sebelum membuat thread harap dibaca notifikasi yang berada di bawah yg bertuliskan Tips: Jika sumber postingan berasal dari situs-situs berita semisal Detik, Merdeka.com dll. coba gunakan title yang sedikit berbeda. Jika postingan menyertakan gambar, ukuran harus tidak melebihi 512KB. 5. Sekarang kita mulai untuk membedah cara membuat thread dan cermati point atau angka-angkanya. Spoiler for : Point 1: Judul thread/artikel postingan kaskuser Point 2: Isi dari thread/artikel postingan kaskuser Point 3: Huruf B seperti office, yang artinya menebalkan tulisan. Penggunaannya sama dengan ketika menulis di word office Point 4: Huruf I miring gunanya untuk memiringkan tulisan artikel kaskuser. Point 5: Pada icon A dengan garis bawah adalah menu untuk membuat tulisan berwarna. Point 7: Pada logi A dengan arah panah keatas dan kebawah untuk mengubah ukuran font/huruf atau angka. Point 8: Pada logo ikon smile jika anda klik maka otomatis dibagian bawah menu thread akan muncul tiga menu ikon emoticon yang bisa dimunculkan di dalam thread. Pilih sesuai dengan selera kaskuser. Point 9: klik ikon gambar untuk memasukkan link gambar milik kaskuser. kaskuser harus mengupload ke image hosting seperti tinypic.com atau lainnya dulu dan kemudian pilih direct link layout pada tinypic tersebut dan pastekan kedalam menu image. Point 10: Pada ikon video, kaskuser bisa memasukkan link video seperti youtube, vimeo atau yang lainnya ke dalam menu media. Point 11: Pada ikon Insert didalam terdapat menu Quote, Spoiler, Code, Strike-through Point 12: Menu save draft dan delete draft, berguna untuk menyimpan thread artikel kaskuser apabila kaskuser belum sempat menyelesaikan atau memposting dan akan load otomatis ketika kaskuser membuat artikel baru di kesempatan berikutnya. Point 13: Dibagian bawah sendiri ada menu untuk menyertakan artikel kaskuser dengan sebuah Polling, kaskuser bisa memilih berapa lama polling ini muncul dan berakhir. Point 14: Apabila kaskuser merasa sudah/belum sesuai thread artikel yang kaskuser buat, kaskuser bisa melihat previewnya dengan klik menu preview. Point 15: Upload file, di menu kaskuser dibatasi ukuran 512 kb untuk mengupload sebuah file. jika lebih besar dari itu bisa diupload di hosting luar dengan size lebih besar dan sertakan linknya di dalam thread. Point 16: Create Thread, ini adalah menu terakhir untuk mempublikasikan thread/postingan artikel kaskuser. Klik Create Thread maka thread kaskuser akan terpublish di forum The Lounge ini. Quote: Demikian Panduan Cara Membuat Thread atau Postingan di Kaskus yang ane buat, semoga bisa membantu para member forum Kaskus semua. Terima kasih.",
                      "channel": {
                        "id": "4",
                        "name": "Entertainment"
                      },
                      "created": 1425556054,
                      "isSticky": false,
                      "threadId": "54f842560f8b46e4528b4569",
                      "community": {
                        "id": "21",
                        "icon": "https://s.kaskus.id/ficon/image-21.png",
                        "name": "The Lounge"
                      },
                      "thumbnail": "http://s.kaskus.id/images/2015/03/05/7706954_20150305064140.jpg",
                      "totalViews": 10496,
                      "totalReplies": 59
                    },
                    "hasMore": true,
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:kaskus/forum/{communityId}": {
      "get": {
        "operationId": "social_media_kaskus_forum",
        "summary": "Thread Sub-Forum",
        "description": "Daftar thread pada sebuah sub-forum/community.",
        "tags": [
          "Kaskus"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/kaskus#reference-forum"
        },
        "parameters": [
          {
            "name": "communityId",
            "in": "path",
            "required": true,
            "description": "Community/sub-forum ID (mis. 21 = The Lounge) atau URL komunitas Kaskus",
            "schema": {
              "type": "string",
              "example": "21"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Halaman daftar thread. Default 1",
            "schema": {
              "type": "number"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "page": 1,
                    "limit": 20,
                    "total": 1099761,
                    "hasMore": true,
                    "threads": [
                      {
                        "url": "https://kask.us/iS7r0",
                        "slug": "swiss-diunggulkan-menang-juara-asia-qatar-siap-beri-kejutan-di-san-francisco",
                        "title": "Swiss Diunggulkan Menang, Juara Asia Qatar Siap Beri Kejutan di San Francisco",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2010/06/03/avatar1736634_2.gif",
                          "userId": "1736634",
                          "username": "cekienthunk"
                        },
                        "created": 1781346625,
                        "snippet": "SAN FRANCISCO – oponus.com Pertarungan sengit di Grup B Piala Dunia 2026 akan mempertemukan sang raksasa Eropa, Swiss melawan juara bertahan Piala Asia, Qatar. Laga yang krusial ini dijadwalkan berlangsung di Stadion Levi’s, San Francisco Bay Area, Amerika Serikat, pada Sabtu, 13 Juni 2026 waktu setempat. Bagi pencinta sepak bola di tanah air, bentrokan taktis ini disiarkan secara langsung dan eksklusif oleh Official Broadcaster TVRI pada Minggu, 14 Juni 2026 pukul 02.00 WIB. Misi Swiss Menjaga...",
                        "lastPost": {
                          "postId": "6a2d3141f281965cc009d976",
                          "created": 1781346625,
                          "username": "cekienthunk"
                        },
                        "threadId": "6a2d3141f281965cc009d975",
                        "community": {
                          "id": "21",
                          "name": "The Lounge"
                        },
                        "thumbnail": "https://s.kaskus.id/images/2026/06/13/1736634_3266_20260613052906.png",
                        "imageCount": 1,
                        "totalViews": 6,
                        "totalReplies": 0
                      },
                      {
                        "url": "https://kask.us/iS7pp",
                        "slug": "mbg",
                        "title": "mbg",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2026/06/01/avatar11889837_1.gif",
                          "userId": "11889837",
                          "username": "fefufao"
                        },
                        "created": 1781248281,
                        "snippet": "sulit mencari kerjaan di sppg",
                        "lastPost": {
                          "postId": "6a2ce3f70ff007c24c07c639",
                          "created": 1781326839,
                          "username": "multimedia.ptrt"
                        },
                        "threadId": "6a2bb119d1a2299f6b0322c5",
                        "community": {
                          "id": "21",
                          "name": "The Lounge"
                        },
                        "thumbnail": "",
                        "imageCount": 0,
                        "totalViews": 47,
                        "totalReplies": 3
                      },
                      {
                        "url": "https://kask.us/iS7pZ",
                        "slug": "punya-kekayaan-sebesar-apbn-lo-mau-ngapain",
                        "title": "Punya kekayaan sebesar APBN. Lo mau ngapain ?",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2016/04/29/default.png",
                          "userId": "8699055",
                          "username": "komentatorbacod"
                        },
                        "created": 1781267847,
                        "snippet": "Habis liat woro woro di medsos saling adu jual negara A vs jual negara B tetiba rahang gw jatuh bengong liat adanya fakta ada 10 orang warga negara indonesia yg harta kekayaannya = 2 x APBN indonesia kira kira sebesar 10 ribu trilyun rupiah !! berarti satu orang kekayaannya 2000 triliyunan rasanya itu kira2 kaya .. satu negeri indonesia isinya elo dan keluarga kerabat kenalan lo doang. sisanya ? numpuk di ujung kulon daripada mikirin kapan gw bisa punya duit segitu mending menghayal apa yg akan...",
                        "lastPost": {
                          "postId": "6a2d3caf136773fd5c0226ab",
                          "created": 1781349551,
                          "username": "vanyilits"
                        },
                        "threadId": "6a2bfd876e83c954d40fd432",
                        "community": {
                          "id": "21",
                          "name": "The Lounge"
                        },
                        "thumbnail": "",
                        "imageCount": 0,
                        "totalViews": 356,
                        "totalReplies": 18
                      },
                      {
                        "url": "https://kask.us/iS7qv",
                        "slug": "etika-menunduk-saat-berjalan-di-hadapan-orang",
                        "title": "Etika Menunduk Saat Berjalan di Hadapan Orang",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2025/09/05/avatar11829855_1.gif",
                          "userId": "11829855",
                          "username": "noviandini02979"
                        },
                        "created": 1781305164,
                        "snippet": "Dalam tradisi masyarakat Indonesia, khususnya pada acara lamaran pernikahan, terdapat etika yang mencerminkan kesopanan dan penghormatan, salah satunya adalah menundukkan badan atau sedikit membungkukkan diri saat berjalan di hadapan orang yang lebih tua atau para tamu yang sedang duduk. Sikap ini bukan sekadar kebiasaan, melainkan wujud adab yang menunjukkan rasa hormat, rendah hati, dan penghargaan kepada orang lain. Pada prosesi lamaran, momen ketika calon mempelai wanita atau anggota keluarga...",
                        "lastPost": {
                          "postId": "6a2ca4b9bd05994242094c79",
                          "created": 1781310649,
                          "username": "noviandini02979"
                        },
                        "threadId": "6a2c8f4c239bcc42c104f0c3",
                        "community": {
                          "id": "21",
                          "name": "The Lounge"
                        },
                        "thumbnail": "https://s.kaskus.id/images/2026/06/13/11829855_0614_20260613055501.jpg",
                        "imageCount": 2,
                        "totalViews": 45,
                        "totalReplies": 2
                      },
                      {
                        "url": "https://kask.us/iS7pz",
                        "slug": "buzzer-sekarang-makin-canggih-pakai-cara-halus-dan-mudah-menghipnotis-orang",
                        "title": "Buzzer Sekarang Makin Canggih, Pakai Cara Halus dan Mudah Menghipnotis Orang",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2022/01/27/avatar11160090_4.gif",
                          "userId": "11160090",
                          "username": "albyabby91"
                        },
                        "created": 1781252507,
                        "snippet": "Halo agan dan sista! Ketemu lagi. Kali ini saya mau bahas sesuatu yang mungkin juga adalah keresahan kita semua. Akhir-akhir ini saya liat fenomena buzzer di dunia maya mulai bertranformasi. Kalau dulu, buzzer identik dengan blak-blakan dan memihak pada kubu tertentu, sekarang beda. Mainnya lebih halus dan tidak mudah terdeteksi. Para pelakunya juga bukan hanya orang biasa, tapi para intelektual dan orang-orang yang pada makan bangku sekolahan. Yuk kita bahas sambil nyeruput kopi panas tanpa gula!...",
                        "lastPost": {
                          "postId": "6a2ccae6e8a20a65d8087718",
                          "created": 1781320422,
                          "username": "terracemagic"
                        },
                        "threadId": "6a2bc19b39447bcc59037311",
                        "community": {
                          "id": "21",
                          "name": "The Lounge"
                        },
                        "thumbnail": "https://s.kaskus.id/images/2026/06/12/3540_11160090_9929_20260612032030.jpg",
                        "imageCount": 1,
                        "totalViews": 548,
                        "totalReplies": 21
                      },
                      {
                        "url": "https://kask.us/iS7qL",
                        "slug": "pejabat-saat-ini-pelayan-yang-jadi-raja",
                        "title": "Pejabat Saat Ini, Pelayan Yang Jadi Raja!",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2016/10/14/avatar9235218_6.gif",
                          "userId": "9235218",
                          "username": "c4punk1950..."
                        },
                        "created": 1781320331,
                        "snippet": "Hi sobat Kaskus, Fenomena di mana pejabat pemerintah—yang secara normatif disebut sebagai \"pelayan publik\" (public servant)—justru bersikap seperti \"tuan\" atau penguasa, dipengaruhi oleh kombinasi faktor historis, kultural, dan sistemik yang sudah mengakar lama. ​Berikut adalah beberapa faktor utama mengapa anomali ini bisa terjadi: ​1. Warisan Budaya Feodalisme dan Kolonial. ​Sebelum menjadi republik, wilayah Indonesia terdiri dari kerajaan-kerajaan dengan struktur sosial feodal yang...",
                        "lastPost": {
                          "postId": "6a2cca8ca4d573325504f30b",
                          "created": 1781320331,
                          "username": "c4punk1950..."
                        },
                        "threadId": "6a2cca8ca4d573325504f30a",
                        "community": {
                          "id": "21",
                          "name": "The Lounge"
                        },
                        "thumbnail": "https://s.kaskus.id/images/2026/06/13/9020_9235218_6701_20260613100810.png",
                        "imageCount": 6,
                        "totalViews": 12,
                        "totalReplies": 0
                      },
                      {
                        "url": "https://kask.us/iS7qB",
                        "slug": "piala-dunia-2026-siapa-jagoan-grup-a",
                        "title": "Piala Dunia 2026: Siapa Jagoan Grup A?",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2026/05/03/avatar11885550_1.gif",
                          "userId": "11885550",
                          "username": "dewis7466191939"
                        },
                        "created": 1781314815,
                        "snippet": "Pertandingan pembuka Grup A Piala Dunia FIFA 2026 langsung menghadirkan persaingan yang ketat dan menarik perhatian jutaan penggemar sepak bola di seluruh dunia, termasuk Indonesia. Empat tim yang tergabung dalam Grup A yaitu 🇲🇽 Meksiko, 🇰🇷 Korea Selatan, 🇨🇿 Ceko, dan 🇿🇦 Afrika Selatan memulai perjalanan mereka dengan ambisi besar untuk lolos ke babak berikutnya. Pada laga pertama, Meksiko menunjukkan kualitasnya sebagai salah satu tim terkuat di grup dengan kemenangan meyakinkan...",
                        "lastPost": {
                          "postId": "6a2cb4ff70d99ca4490e87ee",
                          "created": 1781314815,
                          "username": "dewis7466191939"
                        },
                        "threadId": "6a2cb4ff70d99ca4490e87ed",
                        "community": {
                          "id": "21",
                          "name": "The Lounge"
                        },
                        "thumbnail": "",
                        "imageCount": 0,
                        "totalViews": 16,
                        "totalReplies": 0
                      },
                      {
                        "url": "https://kask.us/iS7qu",
                        "slug": "app-baru-snok-peta-interaktif-amp-short-video-untuk-jelajah-dunia-tanpa-batas",
                        "title": "[App Baru] Snok: Peta Interaktif & Short Video untuk Jelajah Dunia Tanpa Batas!",
                        "author": {
                          "avatar": "https://s.kaskus.id/user/avatar/2026/03/21/default.png",
                          "userId": "11875358",
                          "username": "saa484463209"
                        },
                        "created": 1781305081,
                        "snippet": "https://s.kaskus.id/images/2026/06/13/11875358_349_20260613055536.png;https://s.kaskus.id/images/2026/06/13/11875358_7202_20260613055638.png;https://s.kaskus.id/images/2026/06/13/11875358_3527_20260613055736.pngHalo Agan-agan Kaskuser! 🗺️🎬 Buat kalian yang suka jalan-jalan, gabut, atau pengen tahu ada kejadian seru apa saja di sekitar kalian, ane mau ngenalin sebuah aplikasi Android baru buatan sendiri bernama Snok. Aplikasi ini beda dari yang lain, karena menggabungkan Peta Interaktif (Maps)...",
                        "lastPost": {
                          "postId": "6a2c8ef9ec0498e10803e212",
                          "created": 1781305081,
                          "username": "saa484463209"
                        },
                        "threadId": "6a2c8ef9ec0498e10803e211",
                        "community": {
                          "id": "21",
                          "name": "The Lounge"
                        },
                        "thumbnail": "https://s.kaskus.id/images/2026/06/13/11875358_349_20260613055536.png",
                        "imageCount": 3,
                        "totalViews": 19,
                        "totalReplies": 0
                      }
                    ],
                    "nextPage": 2,
                    "community": {
                      "id": "21",
                      "name": "The Lounge"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:kaskus/profile/{userId}": {
      "get": {
        "operationId": "social_media_kaskus_profile",
        "summary": "Profil User",
        "description": "Profil user Kaskus + thread miliknya.",
        "tags": [
          "Kaskus"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/kaskus#reference-profile"
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "description": "User ID (numeric) atau URL profile Kaskus",
            "schema": {
              "type": "string",
              "example": "7706954"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Halaman thread user. Default 1",
            "schema": {
              "type": "number"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "page": 1,
                    "user": {
                      "cover": "https://s.kaskus.id/assets/web_1.0/images/placeholder-cover-image.png",
                      "title": "newbie",
                      "avatar": "https://s.kaskus.id/user/avatar/2015/02/25/avatar7706954_1.gif",
                      "userId": "7706954",
                      "joinDate": 1424871963,
                      "username": "jonijayakusuma",
                      "biography": "my love the friends",
                      "reputation": 24,
                      "totalPosts": 80,
                      "displayName": "jonijayakusuma",
                      "totalThreads": 12,
                      "totalFollowers": 4,
                      "totalFollowing": 2,
                      "reputationTitle": "sedang di jalan yg benar"
                    },
                    "total": 12,
                    "hasMore": false,
                    "threads": [
                      {
                        "url": "https://kask.us/hXtNU",
                        "title": "Panduan Cara Membuat Thread KasKus",
                        "created": 1425556054,
                        "threadId": "54f842560f8b46e4528b4569",
                        "community": "The Lounge",
                        "totalViews": 10497,
                        "totalReplies": 59
                      },
                      {
                        "url": "https://kask.us/hYMjS",
                        "title": "Pengen Tau Soal Hukuman Mati Gan? piramida version",
                        "created": 1427438006,
                        "threadId": "5514f9b6c1cb176f278b4571",
                        "community": "The Lounge",
                        "totalViews": 1715,
                        "totalReplies": 5
                      },
                      {
                        "url": "https://kask.us/hYcKJ",
                        "title": "4 Fakta unik penelitian soal jenglot",
                        "created": 1426586495,
                        "threadId": "5507fb7f62088107368b4567",
                        "community": "The Lounge",
                        "totalViews": 11834,
                        "totalReplies": 72
                      },
                      {
                        "url": "https://kask.us/hXqdd",
                        "title": "Lamborghini Aventador SV Unveiled In Geneva",
                        "created": 1425479062,
                        "threadId": "54f7159698e31b075a8b4568",
                        "community": "The Lounge",
                        "totalViews": 2156,
                        "totalReplies": 11
                      },
                      {
                        "url": "https://kask.us/hXQqp",
                        "title": "Daftar Produsen Energi Terbesar di Muka Bumi",
                        "created": 1426065566,
                        "threadId": "5500089ec2cb17a72d8b4572",
                        "community": "The Lounge",
                        "totalViews": 2092,
                        "totalReplies": 22
                      },
                      {
                        "url": "https://kask.us/hW0nz",
                        "title": "terdapat id penghasut",
                        "created": 1424892838,
                        "threadId": "54ee23a6bccb17b41a8b4575",
                        "community": "Kritik, Saran, Pertanyaan Seputar KASKUS",
                        "totalViews": 1363,
                        "totalReplies": 15
                      },
                      {
                        "url": "https://kask.us/hXlve",
                        "title": "BARU countributor",
                        "created": 1425381545,
                        "threadId": "54f598a9bfcb1777758b456a",
                        "community": "The Lounge",
                        "totalViews": 417,
                        "totalReplies": 1
                      },
                      {
                        "url": "https://kask.us/hW0o9",
                        "title": "cara dapat melihat cendol fullbar",
                        "created": 1424894798,
                        "threadId": "54ee2b4e0e8b46720b000000",
                        "community": "Buat Latihan Posting",
                        "totalViews": 345,
                        "totalReplies": 8
                      }
                    ],
                    "nextPage": null
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:kaskus/hot": {
      "get": {
        "operationId": "social_media_kaskus_hot",
        "summary": "Get Hot Threads",
        "description": "Thread yang sedang hot di Kaskus, bisa disaring per channel.",
        "tags": [
          "Kaskus"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/kaskus#reference-hot"
        },
        "parameters": [
          {
            "name": "channelId",
            "in": "query",
            "required": false,
            "description": "Channel filter (1 Story, 2 Hobby, 3 Games, 4 Entertainment, 5 News, 6 Tech, 7 Automotive, 8 Sports, 9 Food & Travel, 10 Female, 11 Regional, 12 Anime & Manga)",
            "schema": {
              "type": "string",
              "example": "6"
            }
          },
          {
            "name": "cursor",
            "in": "query",
            "required": false,
            "description": "Cursor from a previous response's `nextCursor`",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": false,
            "description": "Threads per page. Default 25, max 25 (upstream cap)",
            "schema": {
              "type": "number",
              "example": "25"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "count": 25,
                    "limit": 25,
                    "hasMore": true,
                    "threads": [
                      {
                        "url": "https://kask.us/iS9cu",
                        "title": "Resep Masker Alpukat dan Yogurt Untuk Mencerahkan Kulit, Ayo Cobain Gan!!",
                        "author": "aurora..",
                        "created": 1785993852,
                        "authorId": "9481769",
                        "threadId": "6a741a7cae55e838b00bfaed",
                        "community": "The Lounge",
                        "thumbnail": "https://s.kaskus.id/images/2026/08/06/9481769_20260806122156.png",
                        "imageCount": 1,
                        "totalViews": 164,
                        "communityId": "21",
                        "totalReplies": 2
                      },
                      {
                        "url": "https://kask.us/iS9cP",
                        "title": "7 Fakta Mencengangkan Tentang Greenland, \"Asia Kecil\" di Dunia Barat",
                        "author": "aurora..",
                        "created": 1785999603,
                        "authorId": "9481769",
                        "threadId": "6a7430f5df65c06390081468",
                        "community": "The Lounge",
                        "thumbnail": "https://s.kaskus.id/images/2026/08/06/9481769_20260806015734.png",
                        "imageCount": 1,
                        "totalViews": 83,
                        "communityId": "21",
                        "totalReplies": 1
                      },
                      {
                        "url": "https://kask.us/iS9as",
                        "title": "Campus League 2026: Di antara kuliah dan olahraga, mahasiswa belajar bertumbuh",
                        "author": "KASKUS.HQ",
                        "created": 1785909888,
                        "authorId": "3200297",
                        "threadId": "6a72d280c64826b01502dbaa",
                        "community": "Sports",
                        "thumbnail": "https://s.kaskus.id/img/hot_thread/hot_thread_fe5llgs4lvxp.jpg",
                        "imageCount": 1,
                        "totalViews": 189,
                        "communityId": "35",
                        "totalReplies": 1
                      },
                      {
                        "url": "https://kask.us/iS886",
                        "title": "[CERPEN] Anak Ganteng Itu Bernama Susi",
                        "author": "aurora..",
                        "created": 1785840932,
                        "authorId": "9481769",
                        "threadId": "6a71c528e36f6172ba076deb",
                        "community": "Stories from the Heart",
                        "thumbnail": "https://s.kaskus.id/images/2026/08/04/9481769_20260804055150.png",
                        "imageCount": 1,
                        "totalViews": 574,
                        "communityId": "51",
                        "totalReplies": 4
                      },
                      {
                        "url": "https://kask.us/iS89F",
                        "title": "Ekonomi Indonesia Melambat, Konsumsi dan Ekspor Jadi Sorotan",
                        "author": "dewis7466191939",
                        "created": 1785891213,
                        "authorId": "11885550",
                        "threadId": "6a72898d5946d771eb039c46",
                        "community": "The Lounge",
                        "imageCount": 0,
                        "totalViews": 317,
                        "communityId": "21",
                        "totalReplies": 4
                      },
                      {
                        "url": "https://kask.us/iS87X",
                        "title": "SHARE LAGU YANG DI BUAT DARI TAHUN 2011 TAPI BAND NGGA PERNAH REKAMAN, WAKTUNYA AI",
                        "author": "HXN",
                        "created": 1785817092,
                        "authorId": "2063071",
                        "threadId": "6a7168041961fb4d1201e368",
                        "community": "The Lounge",
                        "imageCount": 0,
                        "totalViews": 858,
                        "communityId": "21",
                        "totalReplies": 7
                      },
                      {
                        "url": "https://kask.us/iS86W",
                        "title": "5 Tier Wanita Tomboy, Sista Termasuk Tier yang Mana?",
                        "author": "aurora..",
                        "created": 1785761285,
                        "authorId": "9481769",
                        "threadId": "6a708e061763ec1e1b0fa98e",
                        "community": "The Lounge",
                        "thumbnail": "https://s.kaskus.id/images/2026/08/03/9481769_20260803074524.jpg",
                        "imageCount": 2,
                        "totalViews": 1582,
                        "communityId": "21",
                        "totalReplies": 6
                      },
                      {
                        "url": "https://kask.us/iS854",
                        "title": "Girls, Ayo Deteksi Dini Leukemia pada Remaja dengan 4 Cara Ini!!",
                        "author": "aurora..",
                        "created": 1785736521,
                        "authorId": "9481769",
                        "threadId": "6a702d491f1eaed17908d34d",
                        "community": "The Lounge",
                        "thumbnail": "https://s.kaskus.id/images/2026/08/03/9481769_20260803125244.png",
                        "imageCount": 2,
                        "totalViews": 1548,
                        "communityId": "21",
                        "totalReplies": 4
                      },
                      {
                        "url": "https://kask.us/iS842",
                        "title": "BAALE, Merilis Lagu KITA MELAWAN DUNIA yang Menjadi OST Film Operasi Pesta Copet",
                        "author": "firman2030",
                        "created": 1785679705,
                        "authorId": "10582297",
                        "threadId": "6a6f4f5993ac303f5e0e7ae8",
                        "community": "Film Indonesia",
                        "thumbnail": "https://s.kaskus.id/images/2026/08/02/8592_10582297_4954_20260802090651.png",
                        "imageCount": 1,
                        "totalViews": 260,
                        "communityId": "621",
                        "totalReplies": 1
                      },
                      {
                        "url": "https://kask.us/iS83q",
                        "title": "Gamer Mobile Merapat! Cek Rekomendasi Game Mobile Gokil Bulan Agustus 2026!",
                        "author": "amdar07",
                        "created": 1785579003,
                        "authorId": "5124194",
                        "threadId": "6a6dc5fb60c920858a00a256",
                        "community": "Mobile Games ",
                        "thumbnail": "https://dl.kaskus.id/i.ytimg.com/vi/oCw-PrhufAU/hq720.jpg?sqp=-oaymwEhCK4FEIIDSFryq4qpAxMIARUAAAAAGAElAADIQj0AgKJD&amp;rs=AOn4CLCgZinHza9pgaaWFTO4zGECf6k9oA",
                        "imageCount": 11,
                        "totalViews": 345,
                        "communityId": "721",
                        "totalReplies": 4
                      },
                      {
                        "url": "https://kask.us/iS82B",
                        "title": "Serupa Tapi Tak Sama! Inilah Perbedaan Saham dan Obligasi",
                        "author": "bonpasfinance",
                        "created": 1785557983,
                        "authorId": "11895225",
                        "threadId": "6a6d73dfe44aa45e590921a6",
                        "community": "Education",
                        "thumbnail": "https://s.kaskus.id/images/2026/08/01/11895225_8375_20260801111815.png",
                        "imageCount": 1,
                        "totalViews": 733,
                        "communityId": "67",
                        "totalReplies": 11
                      },
                      {
                        "url": "https://kask.us/iS84M",
                        "title": "Datang ke Indonesia, AC Milan Minta Dapur Khusus, Chelsea Cuma Request Sandwich",
                        "author": "matt.gaper",
                        "created": 1785666291,
                        "authorId": "7768707",
                        "threadId": "6a6f1af3b4114d44eb0d1720",
                        "community": "Berita Olahraga",
                        "thumbnail": "https://dl.kaskus.id/media.suara.com/pictures/653x366/2026/07/28/49991-chelsea-vs-ac-milan-di-stadion-gbk.webp",
                        "imageCount": 1,
                        "totalViews": 458,
                        "communityId": "731",
                        "totalReplies": 8
                      },
                      {
                        "url": "https://kask.us/iS82b",
                        "title": "Waduh! Sejumlah Kepala Dinas di Pekalongan Ngaku Dipalakin THR dan Ultah Fadia Arafiq",
                        "author": "amekachi",
                        "created": 1785521046,
                        "authorId": "10996683",
                        "threadId": "6a6ce397a3680938c40f1db3",
                        "community": "Citizen Journalism",
                        "thumbnail": "https://s.kaskus.id/images/2026/08/01/1445_10996683_5549_20260801125353.jpg",
                        "imageCount": 8,
                        "totalViews": 1418,
                        "communityId": "733",
                        "totalReplies": 20
                      },
                      {
                        "url": "https://kask.us/iS829",
                        "title": "8 Cara Supaya Sista Pintar Ngobrol Sama Teman, Simak Sist!!",
                        "author": "aurora..",
                        "created": 1785571990,
                        "authorId": "9481769",
                        "threadId": "6a6daa9970be3882be035e7d",
                        "community": "The Lounge",
                        "thumbnail": "https://s.kaskus.id/images/2026/07/12/9481769_20260712021331.png",
                        "imageCount": 2,
                        "totalViews": 1632,
                        "communityId": "21",
                        "totalReplies": 5
                      },
                      {
                        "url": "https://kask.us/iS81B",
                        "title": "Wuih Luar Biasa! Survei IDM: 81,5% Publik Puas dengan Kinerja Prabowo",
                        "author": "amekachi",
                        "created": 1785493291,
                        "authorId": "10996683",
                        "threadId": "6a6c772b5767ff4a890edf7b",
                        "community": "Citizen Journalism",
                        "thumbnail": "https://s.kaskus.id/images/2026/07/31/6235_10996683_8736_20260731051712.jpg",
                        "imageCount": 2,
                        "totalViews": 2603,
                        "communityId": "733",
                        "totalReplies": 30
                      },
                      {
                        "url": "https://kask.us/iS83i",
                        "title": "7 Cara Pintar Mengelola Keuangan Untuk Wanita Dewasa, Simak Sist!!",
                        "author": "aurora..",
                        "created": 1785575533,
                        "authorId": "9481769",
                        "threadId": "6a6db8708dc8dedb6e0a86b5",
                        "community": "The Lounge",
                        "thumbnail": "https://s.kaskus.id/images/2026/08/01/9481769_20260801041036.jpg",
                        "imageCount": 2,
                        "totalViews": 1151,
                        "communityId": "21",
                        "totalReplies": 3
                      },
                      {
                        "url": "https://kask.us/iS80v",
                        "title": "Wow Ternyata Indonesia Memiliki Jumlah Universitas Terbanyak Kedua Dunia, Belum URI!",
                        "author": "amekachi",
                        "created": 1785463896,
                        "authorId": "10996683",
                        "threadId": "6a6c0459fb2eab2a9f035e5a",
                        "community": "Citizen Journalism",
                        "thumbnail": "https://s.kaskus.id/images/2026/07/30/4094_10996683_3634_20260730095934.jpg",
                        "imageCount": 2,
                        "totalViews": 836,
                        "communityId": "733",
                        "totalReplies": 22
                      },
                      {
                        "url": "https://kask.us/iS80p",
                        "title": "Mengherankan! Punya Garis Pantai Terpanjang Kedua Dunia, Tapi Impor Garam Jutaan Ton",
                        "author": "amekachi",
                        "created": 1785462863,
                        "authorId": "10996683",
                        "threadId": "6a6c004fe77853405806e417",
                        "community": "Citizen Journalism",
                        "thumbnail": "https://s.kaskus.id/images/2026/07/30/7581_10996683_8491_20260730111014.jpg",
                        "imageCount": 3,
                        "totalViews": 728,
                        "communityId": "733",
                        "totalReplies": 16
                      },
                      {
                        "url": "https://kask.us/iS81R",
                        "title": "Girls, Begini 4 Tips Melawan Pikiran Cabul Khusus untuk Remaja",
                        "author": "aurora..",
                        "created": 1785500709,
                        "authorId": "9481769",
                        "threadId": "6a6c942e1db413eef107ebd6",
                        "community": "The Lounge",
                        "thumbnail": "https://s.kaskus.id/images/2026/07/31/9481769_20260731072235.png",
                        "imageCount": 2,
                        "totalViews": 1674,
                        "communityId": "21",
                        "totalReplies": 9
                      },
                      {
                        "url": "https://kask.us/iS83M",
                        "title": "JAVA HOME SPA MASSAGE PANGGILAN JABODETABEK 24JAM ONLINE",
                        "author": "javahomespa",
                        "created": 1785605425,
                        "authorId": "11896079",
                        "threadId": "6a6e2d31a83f7ce5530f80ba",
                        "community": "Nightlife Relaxation Lounge",
                        "thumbnail": "https://s.kaskus.id/images/2026/07/19/0856_11896079_2866_20260719054458.jpg",
                        "imageCount": 3,
                        "totalViews": 55,
                        "communityId": "2524",
                        "totalReplies": 1
                      },
                      {
                        "url": "https://kask.us/iS8Z5",
                        "title": "7 Tipe Gamer yang Hobi Beli Game, Tapi Malah Numpuk di Library!",
                        "author": "amdar07",
                        "created": 1785449010,
                        "authorId": "5124194",
                        "threadId": "6a6bca32bb5041db3a08ee48",
                        "community": "Games",
                        "thumbnail": "https://dl.kaskus.id/catnessgames.com/wp-content/uploads/2024/12/tipos-videojuegos-consolas-y-plataformas.jpg",
                        "imageCount": 9,
                        "totalViews": 383,
                        "communityId": "44",
                        "totalReplies": 6
                      },
                      {
                        "url": "https://kask.us/iS80M",
                        "title": "Ini Dia 3 \"Dalang\" di Balik Berkurangnya Serabut Saraf Manusia",
                        "author": "aurora..",
                        "created": 1785469209,
                        "authorId": "9481769",
                        "threadId": "6a6c19238827c0bd9a057064",
                        "community": "The Lounge",
                        "thumbnail": "https://s.kaskus.id/images/2026/07/31/9481769_20260731103804.png",
                        "imageCount": 1,
                        "totalViews": 1168,
                        "communityId": "21",
                        "totalReplies": 1
                      },
                      {
                        "url": "https://kask.us/iS8YQ",
                        "title": "Prabowo Gundah Gulana karena 95% Pengiriman Barang masih Pakai Kapal Asing",
                        "author": "amekachi",
                        "created": 1785397135,
                        "authorId": "10996683",
                        "threadId": "6a6aff8f1e0fa8011e016416",
                        "community": "Citizen Journalism",
                        "thumbnail": "https://s.kaskus.id/images/2026/07/30/8073_10996683_0437_20260730023540.jpg",
                        "imageCount": 2,
                        "totalViews": 686,
                        "communityId": "733",
                        "totalReplies": 9
                      },
                      {
                        "url": "https://kask.us/iS8Xw",
                        "title": "Terpaling! Prabowo Prediksi Indonesia 25 Tahun Lagi jadi Ekonomi Terbesar ke 4 Dunia",
                        "author": "amekachi",
                        "created": 1785366938,
                        "authorId": "10996683",
                        "threadId": "6a6a899aac415062730906a6",
                        "community": "Citizen Journalism",
                        "thumbnail": "https://s.kaskus.id/images/2026/07/29/4760_10996683_9863_20260729062432.jpg",
                        "imageCount": 2,
                        "totalViews": 958,
                        "communityId": "733",
                        "totalReplies": 14
                      },
                      {
                        "url": "https://kask.us/iS8Xx",
                        "title": "Lipstick Effect: Fenomena Dimana Warga masih Doyan Belanja padahal Ekonomi Lesu",
                        "author": "amekachi",
                        "created": 1785367935,
                        "authorId": "10996683",
                        "threadId": "6a6a8d7f1befd4d86503ffca",
                        "community": "Lifestyle",
                        "thumbnail": "https://s.kaskus.id/images/2026/07/29/8354_10996683_186_20260729082809.jpg",
                        "imageCount": 3,
                        "totalViews": 676,
                        "communityId": "24",
                        "totalReplies": 11
                      }
                    ],
                    "nextCursor": "AoIIRkdrKDg2YTZhOGQ3ZjFiZWZkNGQ4NjUwM2ZmY2E="
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:kaskus/communities": {
      "get": {
        "operationId": "social_media_kaskus_communities",
        "summary": "Get Community Directory",
        "description": "Seluruh sub-forum Kaskus, untuk menemukan communityId.",
        "tags": [
          "Kaskus"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/kaskus#reference-communities"
        },
        "parameters": [
          {
            "name": "channelId",
            "in": "query",
            "required": false,
            "description": "Only communities in this channel",
            "schema": {
              "type": "string",
              "example": "6"
            }
          },
          {
            "name": "query",
            "in": "query",
            "required": false,
            "description": "Filter by name, case-insensitive",
            "schema": {
              "type": "string",
              "example": "lounge"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "count": 1610,
                    "communities": [
                      {
                        "url": "https://www.kaskus.co.id/forum/2473",
                        "icon": "https://s.kaskus.id/ficon/image-241.png",
                        "name": "Adi Santoso",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2473",
                        "description": "Adi Santoso",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/479",
                        "icon": "https://s.kaskus.id/ficon/image-479.png",
                        "name": "Cinta Indonesiaku",
                        "isOfficial": true,
                        "communityId": "479",
                        "description": "Forum yang didedikasikan untuk menunjukkan kecintaan Kaskuser terhadap Indonesia.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/72",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "REGIONAL",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "72",
                        "description": "Kenalan dan tahu lebih jauh dengan Kaskuser dari berbagai Regional, baik dalam & luar negeri. Saling berbagi pengalaman mengenai tempat-tempat yang pernah Agan kunjungi! ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/83",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Canada",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "83",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Kanada",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/421",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Visit USA",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "421",
                        "description": "Apply Visa, Informasi Sekolah/Kerja, Imigrasi, Travel, dll.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/425",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Central USA",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "425",
                        "description": "Central + Midwest (formerly Texas, Illinois)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/96",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "East USA",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "96",
                        "description": "Eastern states (formerly New York)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/423",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "West USA",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "423",
                        "description": "Western states (formerly Seattle, San Francisco, Los Angeles)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/115",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "China",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "115",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional China",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/108",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Japan",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "108",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Jepang",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/540",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Korea Selatan",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "540",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Korea Selatan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/90",
                        "icon": "https://s.kaskus.id/ficon/image-90.png",
                        "name": "Malaysia",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "90",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Malaysia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/77",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Singapore",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "77",
                        "description": "Kenalan lebih dekat dengan Kaskuser di Singapore beserta segala aktivitasnya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/477",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Regional Asia Lainnya",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "477",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Asia lainnya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/384",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Brisbane",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "384",
                        "description": "Buat kaskuer yg tinggal or pernah tinggal di Brisbane, ngumpul yuk disini!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/79",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Melbourne",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "79",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Melbourne",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/106",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Perth",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "106",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Perth",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/80",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Sydney",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "80",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Sydney",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/475",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Regional Australia Lainnya",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "475",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Australia lainnya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/82",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Germany",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "82",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Jerman",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/85",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Netherlands",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "85",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Belanda",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/129",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "United Kingdom",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "129",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Britania Raya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/476",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Regional Eropa Lainnya",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "476",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Eropa lainnya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/861",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Maluku Raya",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "861",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Maluku Raya (Maluku dan Maluku Utara)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/427",
                        "icon": "https://s.kaskus.id/ficon/image-427.png",
                        "name": "Papua",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "427",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Papua",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/89",
                        "icon": "https://s.kaskus.id/ficon/image-89.png",
                        "name": "Bandung",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "89",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Bandung",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/858",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Banten Kulon",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "858",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Banten Kulon\n\n(Serang, Cilegon dan Pandeglang)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/405",
                        "icon": "https://s.kaskus.id/ficon/image-405.png",
                        "name": "Bekasi",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "405",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Bekasi",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/107",
                        "icon": "https://s.kaskus.id/ficon/image-107.png",
                        "name": "Bogor",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "107",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Bogor",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/412",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Cirebon",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "412",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Cirebon",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/407",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Depok",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "407",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Depok",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/654",
                        "icon": "https://s.kaskus.id/ficon/image-654.png",
                        "name": "Garut",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "654",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Garut",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/78",
                        "icon": "https://s.kaskus.id/ficon/image-78.png",
                        "name": "DKI Jakarta",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "78",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional DKI Jakarta",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/626",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Karawang",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "626",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Karawang",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/585",
                        "icon": "https://s.kaskus.id/ficon/image-585.png",
                        "name": "Sukabumi",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "585",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Sukabumi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/164",
                        "icon": "https://s.kaskus.id/ficon/image-164.png",
                        "name": "Tangerang Raya",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "164",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Tangerang Raya (Tangerang dan Tangerang Selatan)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/599",
                        "icon": "https://s.kaskus.id/ficon/image-599.png",
                        "name": "Tasikmalaya",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "599",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Tasikmalaya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/181",
                        "icon": "https://s.kaskus.id/ficon/image-181.png",
                        "name": "Banyumas",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "181",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Banyumas",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/653",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Cilacap",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "653",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Cilacap",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/627",
                        "icon": "https://s.kaskus.id/ficon/image-627.png",
                        "name": "Karesidenan Kedu",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "627",
                        "description": "Temanggung, Magelang, Wonosobo, Purworejo dan Kebumen",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/564",
                        "icon": "https://s.kaskus.id/ficon/image-564.png",
                        "name": "Karesidenan Pati",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "564",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Karesidenan Pati",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/598",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Klaten",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "598",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Klaten",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/111",
                        "icon": "https://s.kaskus.id/ficon/image-111.png",
                        "name": "Semarang",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "111",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Semarang",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/160",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Solo",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "160",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Solo",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/402",
                        "icon": "https://s.kaskus.id/ficon/image-402.png",
                        "name": "Tegal",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "402",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Tegal",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/84",
                        "icon": "https://s.kaskus.id/ficon/image-84.png",
                        "name": "Yogyakarta",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "84",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Yogyakarta",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/167",
                        "icon": "https://s.kaskus.id/ficon/image-167.png",
                        "name": "Bali",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "167",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Bali",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/587",
                        "icon": "https://s.kaskus.id/ficon/image-587.png",
                        "name": "Bromo",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "587",
                        "description": "Regional Bromo,\nLumajang, Probolinggo dan Pasuruan\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/567",
                        "icon": "https://s.kaskus.id/ficon/image-567.png",
                        "name": "Gresik",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "567",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Gresik",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/555",
                        "icon": "https://s.kaskus.id/ficon/image-555.png",
                        "name": "Jember",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "555",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Jember",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/403",
                        "icon": "https://s.kaskus.id/ficon/image-403.png",
                        "name": "Banyuwangi",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "403",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Banyuwangi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/651",
                        "icon": "https://s.kaskus.id/ficon/image-651.png",
                        "name": "Karesidenan Bojonegoro",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "651",
                        "description": "Bojonegoro, Tuban, dan Lamongan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/452",
                        "icon": "https://s.kaskus.id/ficon/image-452.png",
                        "name": "Karesidenan Kediri",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "452",
                        "description": "Ruang Khusus berbagi Hobi, diskusi tukar pikiran, tanya jawab, dan Pusat Informasi KASKUSer Karesidenan Kediri. Meliputi Wilayah Kota Kediri, Pare, Nganjuk, Blitar, Tulungagung dan Trenggalek.Bagi kalian KASKUSer Wilayah Karesidenan Kediri gabung GAN.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/411",
                        "icon": "https://s.kaskus.id/ficon/image-411.png",
                        "name": "Karesidenan Madiun",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "411",
                        "description": "Madiun, Ngawi, Ponorogo, Magetan dan Pacitan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/652",
                        "icon": "https://s.kaskus.id/ficon/image-652.png",
                        "name": "Madura",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "652",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Madura",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/133",
                        "icon": "https://s.kaskus.id/ficon/image-133.png",
                        "name": "Malang",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "133",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Malang",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/583",
                        "icon": "https://s.kaskus.id/ficon/image-583.png",
                        "name": "Mojokerto",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "583",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Mojokerto",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/860",
                        "icon": "https://s.kaskus.id/ficon/image-860.png",
                        "name": "Nusa Tenggara Barat",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "860",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Nusa Tenggara Barat",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/628",
                        "icon": "https://s.kaskus.id/ficon/image-628.png",
                        "name": "Sidoarjo",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "628",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Sidoarjo",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/92",
                        "icon": "https://s.kaskus.id/ficon/image-92.png",
                        "name": "Surabaya",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "92",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Surabaya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/162",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Kalimantan Barat",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "162",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Kalimantan Barat",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/146",
                        "icon": "https://s.kaskus.id/ficon/image-146.png",
                        "name": "Kalimantan Selatan",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "146",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Kalimantan Selatan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/385",
                        "icon": "https://s.kaskus.id/ficon/image-385.png",
                        "name": "Kalimantan Tengah",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "385",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Kalimantan Tengah",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/91",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Kalimantan Timur",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "91",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Kalimantan Timur - Kalimantan Utara",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/859",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Kalimantan Utara",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "859",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Kalimantan Utara",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/584",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Gorontalo",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "584",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Gorontalo",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/561",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Kendari",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "561",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Kendari",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/170",
                        "icon": "https://s.kaskus.id/ficon/image-170.png",
                        "name": "Makassar",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "170",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Makassar",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/179",
                        "icon": "https://s.kaskus.id/ficon/image-179.png",
                        "name": "Manado",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "179",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Manado",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/166",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Palu",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "166",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Palu",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/161",
                        "icon": "https://s.kaskus.id/ficon/image-161.png",
                        "name": "Aceh",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "161",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Aceh",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/97",
                        "icon": "https://s.kaskus.id/ficon/image-97.png",
                        "name": "Bangka - Belitung",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "97",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Bangka Belitung",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/543",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Batam",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "543",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Batam",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/586",
                        "icon": "https://s.kaskus.id/ficon/image-586.png",
                        "name": "Bengkulu",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "586",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Bengkulu",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/548",
                        "icon": "https://s.kaskus.id/ficon/image-548.png",
                        "name": "Jambi",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "548",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Jambi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/398",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Kepulauan Riau",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "398",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Kepulauan Riau",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/145",
                        "icon": "https://s.kaskus.id/ficon/image-145.png",
                        "name": "Lampung",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "145",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Lampung",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/93",
                        "icon": "https://s.kaskus.id/ficon/image-93.png",
                        "name": "Medan",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "93",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Medan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/156",
                        "icon": "https://s.kaskus.id/ficon/image-156.png",
                        "name": "Minangkabau",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "156",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Minangkabau",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/81",
                        "icon": "https://s.kaskus.id/ficon/image-81.png",
                        "name": "Palembang",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "81",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Palembang",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/117",
                        "icon": "https://s.kaskus.id/ficon/image-117.png",
                        "name": "Riau Raya",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "117",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Riau Raya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/158",
                        "icon": "https://s.kaskus.id/ficon/image-158.png",
                        "name": "Regional Lainnya",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "158",
                        "description": "Tempat berkumpulnya Kaskuser yang berdomisili di Regional Lainnya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/194",
                        "icon": "https://s.kaskus.id/ficon/image-72.png",
                        "name": "Timur Tengah",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": true,
                        "communityId": "194",
                        "description": "Forum tukar pikiran, tanya jawab, dan berbagi informasi Kaskuser Regional Timur Tengah",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/34",
                        "icon": "https://s.kaskus.id/ficon/image-34.png",
                        "name": "All About Design",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "34",
                        "description": "Forum untuk berdiskusi segala sesuatu tentang desain (desain grafis, desain website, desain interior, motion design, dsb) termasuk tutorial, tips dan trik.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/671",
                        "icon": "https://s.kaskus.id/ficon/image-671.png",
                        "name": "Animasi",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "671",
                        "description": "Forum yang membahas tentang visual effect, 3D, multimedia, 3D visualization, dan animasi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/655",
                        "icon": "https://s.kaskus.id/ficon/image-655.png",
                        "name": "Komik & Ilustrasi",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "655",
                        "description": "Forum untuk memajang, berbagi dan berdiskusi mengenai karya komik dan ilustrasi.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/26",
                        "icon": "https://s.kaskus.id/ficon/image-26.png",
                        "name": "Anime & Manga Haven",
                        "channel": {
                          "id": "12",
                          "name": "Anime & Manga"
                        },
                        "isOfficial": true,
                        "communityId": "26",
                        "description": "Forum untuk berdiskusi dan berbagi segala sesuatu tentang Anime, Manga dan Comics.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/116",
                        "icon": "https://s.kaskus.id/ficon/image-116.png",
                        "name": "AMHelpdesk",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "116",
                        "description": "Portal info, bantuan dan tutorial seputar Anime dan Manga.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/431",
                        "icon": "https://s.kaskus.id/ficon/image-431.png",
                        "name": "Anime",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "431",
                        "description": "Tempat untuk diskusi serial Anime, baik yang sedang tayang maupun yang sudah tamat",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/552",
                        "icon": "https://s.kaskus.id/ficon/image-552.png",
                        "name": "Fanstuff",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "552",
                        "description": "Tempatnya para penggemar fiksi. Lihat juga cerita fiksi karya mereka!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/433",
                        "icon": "https://s.kaskus.id/ficon/image-433.png",
                        "name": "Manga, Manhua, & Manhwa",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "433",
                        "description": "Tempat untuk diskusi komik yang berasal dari Jepang, Hongkong, Korea dan Indonesia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/390",
                        "icon": "https://s.kaskus.id/ficon/image-390.png",
                        "name": "TokuSenKa",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "390",
                        "description": "Tempat untuk diskusi Tokusatsu, Super Sentai dan Kaijuu",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/122",
                        "icon": "https://s.kaskus.id/ficon/image-122.png",
                        "name": "Western Comic",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "122",
                        "description": "Tempat untuk diskusi komik Western/US",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/244",
                        "icon": "https://s.kaskus.id/ficon/image-244.png",
                        "name": "Latest Release",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "244",
                        "description": "Tempat berbagi dan kumpulan informasi rilis terbaru.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/10",
                        "icon": "https://s.kaskus.id/ficon/image-10.png",
                        "name": "Berita dan Politik",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "10",
                        "description": "Forum diskusi dan berbagi berita dari dalam maupun luar negeri. Mulai dari ideologi, politik, ekonomi, sosial dan budaya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/732",
                        "icon": "https://s.kaskus.id/ficon/image-732.png",
                        "name": "Berita Dunia Hiburan",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "732",
                        "description": "Mau makin dekat dengan kehidupan selebritis? Ayo diskusikan berbagai update dari dunia entertainment!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/746",
                        "icon": "https://s.kaskus.id/ficon/image-746.png",
                        "name": "Beritagar.id",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "746",
                        "description": "Temukan pengalaman baru dalam membaca berita dan berbagai info unik lainnya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/250",
                        "icon": "https://s.kaskus.id/ficon/image-250.png",
                        "name": "Berita Luar Negeri",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "250",
                        "description": "Tempat diskusi mengenai berita dari luar negeri.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/733",
                        "icon": "https://s.kaskus.id/ficon/image-733.png",
                        "name": "Citizen Journalism",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "733",
                        "description": "Jadilah bagian dari dunia reportase dengan berbagi kabar soal peristiwa di sekitarmu!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/862",
                        "icon": "https://s.kaskus.id/ficon/image-862.png",
                        "name": "Kumparan",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "862",
                        "description": "Kumparan adalah platform media kolaboratif pertama di Indonesia di mana jurnalis dan pembaca bisa berkolaborasi dan berkarya bersama. Bergabung, bertualang, dan bergembiralah bersama kami. Menelusuri alam raya imajinasi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/854",
                        "icon": "https://s.kaskus.id/ficon/image-854.png",
                        "name": "Media Indonesia",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "854",
                        "description": "Memberikan ragam informasi aktual dari sumber terpercaya dengan perspektif yang lebih mendalam",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/730",
                        "icon": "https://s.kaskus.id/ficon/image-730.png",
                        "name": "Medcom.id",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "730",
                        "description": "Baca dan diskusikan berbagai berita aktual dari sumber terpercaya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/886",
                        "icon": "https://s.kaskus.id/ficon/image-886.png",
                        "name": "SINDOnews.com",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "886",
                        "description": "Sumber Informasi Terpercaya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/851",
                        "icon": "https://s.kaskus.id/ficon/image-851.png",
                        "name": "Tribunnews.com",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "851",
                        "description": "Tribunnnews.com: national reach, local perspective",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/712",
                        "icon": "https://s.kaskus.id/ficon/image-712.png",
                        "name": "Pilkada",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "712",
                        "description": "Forum khusus untuk berbagi informasi dan berdiskusi mengenai segala sesuatu yang berkaitan dengan Pemilihan Kepala Daerah dan Wakil Kepala Daerah. Buat suara Agan berarti, ayo pilih dengan teliti!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/635",
                        "icon": "https://s.kaskus.id/ficon/image-635.png",
                        "name": "Pilih Capres & Caleg",
                        "isOfficial": true,
                        "communityId": "635",
                        "description": "Ruang untuk mendiskusikan calon presiden dan calon legislatif.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/30",
                        "icon": "https://s.kaskus.id/ficon/image-30.png",
                        "name": "Bisnis",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "30",
                        "description": "Forum diskusi tentang karir, dunia kerja dan wirausaha, informasi seputar lowongan kerja, peluang kerjasama, dan investasi.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/546",
                        "icon": "https://s.kaskus.id/ficon/image-546.png",
                        "name": "Dunia Kerja & Profesi",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "546",
                        "description": "Tempat diskusi beragam profesi dan pembahasan seputar karir, gaji, pajak, keuangan dan serba-serbi dunia kerja.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/277",
                        "icon": "https://s.kaskus.id/ficon/image-277.png",
                        "name": "Entrepreneur Corner",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "277",
                        "description": "Tempat diskusi seputar dunia wirausaha. Dilarang promosi disini.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/466",
                        "icon": "https://s.kaskus.id/ficon/image-466.png",
                        "name": "Penawaran Kerjasama & Investasi",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "466",
                        "description": "Tempat berbagi penawaran kerjasama dan investasi usaha.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/279",
                        "icon": "https://s.kaskus.id/ficon/image-279.png",
                        "name": "Forex, Option, Saham, & Derivatifnya",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "279",
                        "description": "Tempat berbagi dan belajar teknikal, fundamental dan psikologi trade forex, option, saham dan derivatifnya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/467",
                        "icon": "https://s.kaskus.id/ficon/image-467.png",
                        "name": "Forex",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "467",
                        "description": "Forum diskusi seputar trading mata uang/foreign exchange, dari strategi forex hingga robot forex.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/470",
                        "icon": "https://s.kaskus.id/ficon/image-470.png",
                        "name": "Forex Broker",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "470",
                        "description": "Forum diskusi promotor broker atau penawaran bonus untuk broker-broker pilihan trading forex.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/468",
                        "icon": "https://s.kaskus.id/ficon/image-468.png",
                        "name": "Options",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "468",
                        "description": "Forum diskusi khusus membahas option trading/surat derivatif saham.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/278",
                        "icon": "https://s.kaskus.id/ficon/image-278.png",
                        "name": "Lowongan Kerja",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "278",
                        "description": "Tempat kumpulan informasi mengenai lowongan pekerjaan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/472",
                        "icon": "https://s.kaskus.id/ficon/image-472.png",
                        "name": "MLM, Member Get Member, & Sejenisnya",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "472",
                        "description": "Tempat diskusi dan promosi bisnis direct selling dan sejenisnya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/572",
                        "icon": "https://s.kaskus.id/ficon/image-572.png",
                        "name": "Penawaran Kerjasama, BO, Distribusi, Reseller, & Agen",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "572",
                        "description": "Tempat untuk menawarkan bisnis baik dalam bentuk franchise, peluang bisnis, distribusi, reseller, kemitraan, dan agen usaha.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/737",
                        "icon": "https://s.kaskus.id/ficon/image-737.png",
                        "name": "Reksa Dana",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "737",
                        "description": "Ingin belajar atau sudah berpengalaman dengan reksa dana? Share dan temukan hal baru seputar reksa dana di sini!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/571",
                        "icon": "https://s.kaskus.id/ficon/image-571.png",
                        "name": "The Exclusive Business Club (ExBC)",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "571",
                        "description": "Tempat berkumpulnya para pelaku bisnis atau pengusaha untuk berbagi pengalaman tentang pengembangan bisnis di bidang masing-masing.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/471",
                        "icon": "https://s.kaskus.id/ficon/image-471.png",
                        "name": "The Online Business",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "471",
                        "description": "Diskusi segala bentuk bisnis online dan perkembangannya. Dilarang promosi disini.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/280",
                        "icon": "https://s.kaskus.id/ficon/image-280.png",
                        "name": "HYIP / Money Game / PTC / Autosurf",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "280",
                        "description": "Forum diskusi seputar High Yield Investment Program atau investasi yang sangat beresiko.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/595",
                        "icon": "https://s.kaskus.id/ficon/image-595.png",
                        "name": "UKM",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "595",
                        "description": "Tempat diskusi dan berbagi seputar Usaha Kecil Menengah (UKM), mulai dari tips, trik, dan pengalaman menjalankan usaha.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/66",
                        "icon": "https://s.kaskus.id/ficon/image-66.png",
                        "name": "Buku",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "66",
                        "description": "Forum bagi pecinta buku untuk berdiskusi dan berbagi ulasan bacaan favorit, sharing koleksi buku, dan ngobrolin trend perbukuan bareng komunitas.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/889",
                        "icon": "https://s.kaskus.id/ficon/image-889.png",
                        "name": "Bumilangit",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "889",
                        "description": "Markasnya semua pecinta Jagat Bumilangit",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/890",
                        "icon": "https://s.kaskus.id/ficon/image-890.png",
                        "name": "Rumah Perdamaian",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "890",
                        "description": "Tempat khusus bagi Rakyat Bumilangit untuk berdiskusi dan mendapatkan informasi seputar Jagat Bumilangit. Mantap Gan....",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/895",
                        "icon": "https://s.kaskus.id/ficon/image-895.png",
                        "name": "Perang Teori Rakyat",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "895",
                        "description": "Tempat saling adu teori Rakyat Bumilangit. No Baper baper...",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/896",
                        "icon": "https://s.kaskus.id/ficon/image-896.png",
                        "name": "Pagar Rumah",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "896",
                        "description": "Tempat diskusi info terbaru dan spekulasi. Jangan banyak banyak gossipnya...",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/897",
                        "icon": "https://s.kaskus.id/ficon/image-897.png",
                        "name": "Coretan Tembok",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "897",
                        "description": "Tempat berbagi kreasi Rakyat Bumilangit. Yang bagus dapat hadiah lho.... diposting di IG..",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/891",
                        "icon": "https://s.kaskus.id/ficon/image-891.png",
                        "name": "Bumilangit Cinematic Universe",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "891",
                        "description": "Tempat khusus bagi Rakyat Bumilangit untuk berdiskusi dan mendapatkan informasi seputar Jagat Sinema Bumilangit, perwujudan dari Bumilangit Studios. Pasti udah pada ga sabar kan nungguin film selanjutnya?",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/898",
                        "icon": "https://s.kaskus.id/ficon/image-898.png",
                        "name": "BCU Chapter I",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "898",
                        "description": "Tempat informasi mengenai Film Gundala - Negeri ini butuh Patriot, Virgo and The Sparklings, Sri Asih, Godam dan Tira, Si Buta dari Gua Hantu. Wow.... udah nggak sabar kan? ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/899",
                        "icon": "https://s.kaskus.id/ficon/image-899.png",
                        "name": "Gundala",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "899",
                        "description": "Tempat informasi dan diskusi mengenai Film Gundala, Negeri ini butuh Patriot yang sudah tayang di tahun 2019. Patriot pertama nih.... ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/900",
                        "icon": "https://s.kaskus.id/ficon/image-900.png",
                        "name": "Virgo & The Sparklings",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "900",
                        "description": "Tempat informasi dan diskusi mengenai Film Virgo and The Sparklings yang akan tayang di tahun 2021. Patriot Taruna kah ini?",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/901",
                        "icon": "https://s.kaskus.id/ficon/image-901.png",
                        "name": "Sri Asih",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "901",
                        "description": "Tempat informasi dan diskusi mengenai Film Sri Asih yang akan tayang di tahun 2021. Ati-ati keselepet Pevita.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/892",
                        "icon": "https://s.kaskus.id/ficon/image-892.png",
                        "name": "Komik Bumilangit",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "892",
                        "description": "Tempat khusus bagi Rakyat Bumilangit untuk berdiskusi dan mendapatkan informasi seputar Komik komik Bumilangit yang palu gada, yang digital ada, yang cetak ada, yang klasik juga ada!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/902",
                        "icon": "https://s.kaskus.id/ficon/image-902.png",
                        "name": "SI Buta dari Gua Hantu",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "902",
                        "description": "Tempat informasi dan diskusi mengenai seri komik Si Buta dari Gua Hantu dan versi putih hitamnya di Google Play Books. Polling-polling mana yang paling sadis, diskusi segi persilatannya juga boleh",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/903",
                        "icon": "https://s.kaskus.id/ficon/image-903.png",
                        "name": "Mandala",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "903",
                        "description": "Tempat informasi dan diskusi mengenai komik Mandala. Ngomongin referensi pergolokannya juga sabi, yang penting jangan dipraktekin Gan, bahaya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/904",
                        "icon": "https://s.kaskus.id/ficon/image-904.png",
                        "name": "Virgo & The Sparklings",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "904",
                        "description": "Tempat informasi dan diskusi mengenai komik cetak, webtoon, dan secret story Virgo & The Sparklings. Zona manis di Rumah Perdamaian nih!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/905",
                        "icon": "https://s.kaskus.id/ficon/image-905.png",
                        "name": "Jagabumi",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "905",
                        "description": "Tempat informasi dan diskusi mengenai seri komik Jagabumi, ragam karakter dan zamannya, dan pastinya easter eggs yang bertebaran di seri komik ini Gan!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/906",
                        "icon": "https://s.kaskus.id/ficon/image-906.png",
                        "name": "Gundala",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "906",
                        "description": "Tempat informasi dan diskusi mengenai komik Gundala: Takdir dan webtoon Son of Lightning. Bole juga diperdebatkan mana yang paling \"nyetrum\"",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/907",
                        "icon": "https://s.kaskus.id/ficon/image-907.png",
                        "name": "Patriot",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "907",
                        "description": "Tempat informasi dan diskusi mengenai seri komik Patriot",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/908",
                        "icon": "https://s.kaskus.id/ficon/image-908.png",
                        "name": "Godam & Tira",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "908",
                        "description": "Tempat informasi dan diskusi mengenai seri komik Godam, tapi coba jangan kelewat dalam jatuh ke pesonanya Culuikha yak",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/909",
                        "icon": "https://s.kaskus.id/ficon/image-909.png",
                        "name": "Tiger Dance",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "909",
                        "description": "Tempat informasi dan diskusi mengenai komik Tiger Dance: Spirit of Nusantara. Banyak referensi budaya yang bisa dikulik juga nih Gan!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/910",
                        "icon": "https://s.kaskus.id/ficon/image-910.png",
                        "name": "Sri Asih",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "910",
                        "description": "Tempat informasi dan diskusi mengenai komik Patriot: Sri Asih, webtoon Sri Asih: Celestial Goddess, dan Sri Asih: Tribute to RA Kosasih. Mirror mirror on the wall, Sri Asih versi manakah yang paling badai?",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/911",
                        "icon": "https://s.kaskus.id/ficon/image-911.png",
                        "name": "Novel Bumilangit",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "911",
                        "description": "Tempat informasi dan diskusi mengenai novel Tira dan spin-off Virgo and The Sparklings di Wattpad. Request karakter yang mau dibuatin novelnya juga boleh banget!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/912",
                        "icon": "https://s.kaskus.id/ficon/image-912.png",
                        "name": "Maza",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "912",
                        "description": "Tempat informasi dan diskusi mengenai komik Maza",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/913",
                        "icon": "https://s.kaskus.id/ficon/image-913.png",
                        "name": "Aquanus",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "913",
                        "description": "Tempat informasi dan diskusi mengenai seri komik Aquanus",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/914",
                        "icon": "https://s.kaskus.id/ficon/image-914.png",
                        "name": "Bumilangit Pusaka",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "914",
                        "description": "Tempat informasi dan diskusi mengenai karakter dan komik klasik dari lini Bumilangit Pusaka. Ayo coba bikin perbandingan sama versi Revolusinya!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/893",
                        "icon": "https://s.kaskus.id/ficon/image-893.png",
                        "name": "Animasi Bumilangit",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "893",
                        "description": "Tempat diskusi serial-serial animasi Bumilangit yang pas bener buat mancing adek, sepupu, ponakan, anak, buat gabung jadi Rakyat Bumilangit.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/915",
                        "icon": "https://s.kaskus.id/ficon/image-915.png",
                        "name": "Patriot Cilik",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "915",
                        "description": "Tempat diskusi serial animasi Patriot Cilik, bisa jadi area pamer barbuk juga buat yang udah namatin game Androidnya!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/916",
                        "icon": "https://s.kaskus.id/ficon/image-916.png",
                        "name": "Si Bulan Koki Super",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "916",
                        "description": "Tempat diskusi serial animasi Si Bulan Koki Super, buku digital dan cetaknya, dan resep-resep seru yang bisa kalian praktekin atau buat inspirasi Si Bulan di episode-episode selanjutnya!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/917",
                        "icon": "https://s.kaskus.id/ficon/image-917.png",
                        "name": "Gundala & Friends",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "917",
                        "description": "Tempat diskusi serial animasi Gundala & Friends",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/894",
                        "icon": "https://s.kaskus.id/ficon/image-894.png",
                        "name": "Merchandise Bumilangit",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "894",
                        "description": "Merchandise Bumilangit\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/919",
                        "icon": "https://s.kaskus.id/ficon/image-919.png",
                        "name": "Bumilangit Shop",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "919",
                        "description": "Tempat diskusi komik dan licensed merchandise terbaru Bumilangit (sama promo-promo terbaru dan info flash sale pastinya biar kalapnya ga kelewatan Gan)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/920",
                        "icon": "https://s.kaskus.id/ficon/image-920.png",
                        "name": "Gan Sis Punya Ide",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "920",
                        "description": "Gan Sis Punya Ide",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/918",
                        "icon": "https://s.kaskus.id/ficon/image-918.png",
                        "name": "Koleksi Ane",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "918",
                        "description": "Tempat diskusi dan menunjukkan koleksi komik, licensed merchandise yang dimiliki oleh Rakyat Bumilangit. Ati-ati ngiler!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/18",
                        "icon": "https://s.kaskus.id/ficon/image-18.png",
                        "name": "Can You Solve This Game?",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": true,
                        "communityId": "18",
                        "description": "Forum berbagi tebak-tebakan, teka-teki, dan permainan sejenis.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1024",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "The Uncommon: The First Exploration",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "1024",
                        "description": "The Uncommon Episode 1",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1280",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "minyak",
                        "isOfficial": false,
                        "communityId": "1280",
                        "description": "membahaw minyak bertuah",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1536",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "percintaan",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "1536",
                        "description": "problematika hati",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2048",
                        "icon": "https://s.kaskus.id/ficon/image-2048.png",
                        "name": "Akun Medsos Guru Agama",
                        "isOfficial": false,
                        "communityId": "2048",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Akun Medsos Guru Agama. (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2304",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Berita dan Politik Bebas Version",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2304",
                        "description": "Berita & Politik bei antaranews\nBerita & Politik Versi Bebas\nBerita & Politik Alternatives\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2560",
                        "icon": "https://s.kaskus.id/ficon/image-2560.png",
                        "name": "SITE",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2560",
                        "description": "SEKOLAH INFORMASI TEKNOLOGI ELEKTRO",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1025",
                        "icon": "https://s.kaskus.id/ficon/image-1025.png",
                        "name": "Kripto Indonesia",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "1025",
                        "description": "Bangun pengetahuan teknologi blockchain jawab pertanyaan , dan hasilkan pengetahuan tentang kripto secara gratis. Bersama -sama di forum ini gansis.\n\n*Aturan Aktivitas berlaku",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1281",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "piandel",
                        "isOfficial": false,
                        "communityId": "1281",
                        "description": "membahas piandel dan jimat",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1537",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasa Desain",
                        "isOfficial": false,
                        "communityId": "1537",
                        "description": "Forum untuk Jual Jasa Desain Grafis dan Karya Seni Digital.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2049",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Bermain 666666",
                        "isOfficial": false,
                        "communityId": "2049",
                        "description": "Komunitas Bermain 666666",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2305",
                        "icon": "https://s.kaskus.id/ficon/image-2305.png",
                        "name": "TOKO KASKUS",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2305",
                        "description": "Mottovasi: \"Mau Jual Beli? Ya di Toko Kaskus Aja! Tempat Jual Beli Para Kaskuser\" Wa.082164715377 An.Pak Jun Admin Center Pengelola Toko Kaskus TOKO KASKUS: Lapak terpercaya buat Gan & Sis! Produk hobi & gadget harga Cendol. Aman & cepat, yuk sikat promo!",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2561",
                        "icon": "https://s.kaskus.id/ficon/image-2561.png",
                        "name": "Pecinta sungut Lele",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2561",
                        "description": "Komunitas sungut lele cabang Facebook. komunitas kami selalu membicarakan tentang operasi kesehatan, mempelajari anatomi tubuh hewan dan manusia. kami cinta ilmu kesehatan dan sains ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1026",
                        "icon": "https://s.kaskus.id/ficon/image-1026.png",
                        "name": "Istana Pengetahuan",
                        "isOfficial": false,
                        "communityId": "1026",
                        "description": "Berisi Pengetahuan Pengetahuan basic knowledge yang sangat bermanfaat langsung untuk kehidupan. baik yang berkaitan dengan prihal keuangan, parenting, psikologi, spiritual, filsafat, dllnya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1282",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "piandel bertuah",
                        "isOfficial": false,
                        "communityId": "1282",
                        "description": "piandel",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2306",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Inspirasi Harian",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2306",
                        "description": "Inspirasi Harian, supaya lebih semangat dalam menjalani hari-hari.\n\nMari gansis, berbagi inspirasi ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2562",
                        "icon": "https://s.kaskus.id/ficon/image-2562.png",
                        "name": "MUSIC LOVERS MANIA",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2562",
                        "description": "Temukan Berbagai Musik Kamu Disini.!!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1027",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "KOMUNITAS PROPERTI INDOENSIA",
                        "isOfficial": false,
                        "communityId": "1027",
                        "description": "KOMUNITAS PROPERTI INDOENSIA",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1283",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "amulet ekstrim",
                        "isOfficial": false,
                        "communityId": "1283",
                        "description": "membahas amulet ekstrim",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1539",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "sukabumiNews net",
                        "isOfficial": false,
                        "communityId": "1539",
                        "description": "sukabumiNews | Media online pertama di Sukabumi. Menyajikan berita peristiwa, politik, dan dunia Islam, baik lokal Sukabumi, Nasional maupun Internasional.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2051",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Sheila on Seven",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2051",
                        "description": "Sheila on Seven",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2307",
                        "icon": "https://s.kaskus.id/ficon/image-2307.png",
                        "name": "LATEST KPOP",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2307",
                        "description": "NEWS: latest KPop Music Video release ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1028",
                        "icon": "https://s.kaskus.id/ficon/image-1028.png",
                        "name": "Guro",
                        "isOfficial": false,
                        "communityId": "1028",
                        "description": "A subgenre of manga and anime focusing on gore and mutilation\n\nKhusus anime dan manga! yang nyata silahkan ke forum disturbing picture",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1284",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Film Horror",
                        "isOfficial": false,
                        "communityId": "1284",
                        "description": "tentang Film Horor yang ada",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2052",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Sistem Donasi Online",
                        "isOfficial": false,
                        "communityId": "2052",
                        "description": "\"KLIK WA https://wa.me/62811975649, Sedekah Untuk Penghafal Al Quran, Sedekah Untuk Panti Asuhan, Sedekah Untuk Pondok Pesantren, Sedekah Untuk Pesantren, Sedekah Untuk Penuntut Ilmu\n\nYayasan Mutiara Harapan ( YMH ) adalah le",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2308",
                        "icon": "https://s.kaskus.id/ficon/image-2308.png",
                        "name": "Anime Lovers Indonesia",
                        "channel": {
                          "id": "12",
                          "name": "Anime & Manga"
                        },
                        "isOfficial": false,
                        "communityId": "2308",
                        "description": "Sharing Anime di sini Aja Guys",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2564",
                        "icon": "https://s.kaskus.id/ficon/image-2564.png",
                        "name": "Dangdut Koplo Terbaru 2024",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2564",
                        "description": "Dangdut Koplo Terbaru 2024 adalah situs Download Lagu Gratis Terbaru 2024, Download Lagu MP3 Gratis. Situs Download Lagu Mp3 Gratis, Download Lagu dari YouTube, Gudang Lagu Indonesia, Barat Terbaik, Cepat dan Mudah.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1029",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Informasi Kehidupan",
                        "isOfficial": false,
                        "communityId": "1029",
                        "description": "informasi tentang beragam informasi kehidupan disekitar kita ataupun kehidupan kita sehari-hari",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1797",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kaskuser Pemula",
                        "isOfficial": false,
                        "communityId": "1797",
                        "description": "newbie yang baru gabung",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2053",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Buat Sertifikat Komputer Tanpa Kursus Jakarta",
                        "isOfficial": false,
                        "communityId": "2053",
                        "description": "\"WA 0851-7693-0130 , Buat Sertifikat Komputer Tanpa Kursus Jakarta\n\nLangsung ORDER KLIK WA http://wa.me/6285176930130 , Buat Sertifikat Komputer Tanpa Kursus Jakarta, Buat Sertifikat Komputer Tanpa Kursus Jakarta, Buat Sertif",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2309",
                        "icon": "https://s.kaskus.id/ficon/image-2309.png",
                        "name": "nocontextdogs",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2309",
                        "description": "join our community for daily dog Content | PM for credit and removals | Wow",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2565",
                        "icon": "https://s.kaskus.id/ficon/image-2565.png",
                        "name": "MyWapblog",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2565",
                        "description": "MyWapblog Tempat Sharing dan Ngeblong Gratis",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1030",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Lowongan Kerja Terbaru",
                        "isOfficial": false,
                        "communityId": "1030",
                        "description": "Menyajikan info lowongan kerja terbaru, semoga info loker yang kami informasikan dapat memberi kemudahan bagi para pencari kerja untuk mendapatkan info seputar lowongan pekerjaan terbaru dengan mudah.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1286",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Agen Properti Jakarta Barat",
                        "isOfficial": false,
                        "communityId": "1286",
                        "description": "Terkhusus untuk agen properti yang ingin sukses bersama yang tinggal di Jakarta Barat.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1542",
                        "icon": "https://s.kaskus.id/ficon/image-1542.png",
                        "name": "Diesel Community Indonesia",
                        "isOfficial": false,
                        "communityId": "1542",
                        "description": "Hai gan,\n\nKomunitas ini membahas seputar mesin berbahan bakar solar yang bisa diaplikasikan dalam industri otomotif, generator set, pompa hydrant, atau penggerak kapal.\nBertukar pikiran mengenai spare parts, data sheet, data teknik, dan jual beli.\n\nThx.\n",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2566",
                        "icon": "https://s.kaskus.id/ficon/image-2566.png",
                        "name": "Juragan Musik",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2566",
                        "description": "Juragan Musik Digital Media Informasi Musik-musik Lawas Terbaru",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1031",
                        "icon": "https://s.kaskus.id/ficon/image-1031.png",
                        "name": "Lingkar Ganja Nusantara",
                        "isOfficial": false,
                        "communityId": "1031",
                        "description": "Forum diskusi, advokasi, kampanye dan hal-hal lainnya mengenai \nperjuangan legalisasi pemanfaatan ganja di Indonesia. \nDikelola oleh Yayasan Sativa Nusantara.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1287",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Celana Kolor",
                        "isOfficial": false,
                        "communityId": "1287",
                        "description": "Langsung ORDER KLIK WA http://wa.me/628988913251 , Celana Chinos Pendek Kota Jepara, JKT Barat, Celana Chinos Pndek Kota Jakarta Barat, Celana Chinos Pndek Palmerah, Celana Chinos Pndek Taman Sari, Celana Chinos Pndek Tambora",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1543",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Excel",
                        "isOfficial": false,
                        "communityId": "1543",
                        "description": "Sharing semua Formula dan Tools yang ada di Ms. Excel",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1799",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Games Jadul",
                        "isOfficial": false,
                        "communityId": "1799",
                        "description": "Komunitas yang berisikan Info, tips, funny moment game jadul legendaris. \n",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2567",
                        "icon": "https://s.kaskus.id/ficon/image-2567.png",
                        "name": "Harian pedia news",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2567",
                        "description": "HarianPedia News adalah portal berita terkini yang menyajikan informasi terpercaya, cepat, dan akurat. \n",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1032",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Nama komunitas",
                        "isOfficial": false,
                        "communityId": "1032",
                        "description": "Masukkan deskripsi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1288",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Yes Online Trade",
                        "isOfficial": false,
                        "communityId": "1288",
                        "description": "khusus dagangan yang terkoneksi tophed",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1544",
                        "icon": "https://s.kaskus.id/ficon/image-1544.png",
                        "name": "Cloudflare",
                        "isOfficial": false,
                        "communityId": "1544",
                        "description": "My Data Base PHP Sql Linux HTML5 xml",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1800",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Pecinta Iklan TV Lawas Indonesia",
                        "isOfficial": false,
                        "communityId": "1800",
                        "description": "Komunitas khusus untuk para kaskuser pecinta iklan TV lawas Indonesia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2312",
                        "icon": "https://s.kaskus.id/ficon/image-2312.png",
                        "name": "Rumah Sakit Jantung Yang Bagus di Bandung",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2312",
                        "description": "\"WA 0811-2017-689, Rumah Sakit Jantung Yang Bagus di Brebes\n\nLangsung ORDER KLIK WA http://wa.me/628112017689 , Rumah Sakit Jantung Yang Bagus di Brebes, Rumah Sakit Jantung Yang Bagus di Brebes, Rumah Sakit Umum Kanker di Bandung Barat, Rumah Sakit Terba",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2568",
                        "icon": "https://s.kaskus.id/ficon/image-2568.png",
                        "name": "SEMUA LAGU MUSIK DUNIA V2",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2568",
                        "description": "Lagu adalah sebuah karya musik yang umumnya terdiri dari melodi, lirik, dan iringan musik, yang disusun untuk dinyanyikan atau dimainkan dengan instrumen.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1033",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Berita Terkini",
                        "isOfficial": false,
                        "communityId": "1033",
                        "description": "Menyajikan Berita Terkini & Teraktual",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1289",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Ekspor dan Logitik",
                        "isOfficial": false,
                        "communityId": "1289",
                        "description": "Berbagai hal yang berhubungan dengan aktivitas ekspor dan logistik ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1545",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Forum Paranormal",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "1545",
                        "description": "forum share paranormal ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2313",
                        "icon": "https://s.kaskus.id/ficon/image-2313.png",
                        "name": "LAGU INDO TERPOPULER SAAT INI",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2313",
                        "description": "musik indo trending youtube",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2569",
                        "icon": "https://s.kaskus.id/ficon/image-2569.png",
                        "name": "LAGU HITS POPULER SAAT INI V2",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2569",
                        "description": "Musik adalah seni yang mengatur suara dalam kombinasi yang harmonis dan terstruktur untuk menghasilkan pengalaman estetik yang dapat mempengaruhi emosi, pikiran, dan perasaan pendengarnya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1034",
                        "icon": "https://s.kaskus.id/ficon/image-1034.png",
                        "name": "KaskusVerse",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "1034",
                        "description": "The second of reality world ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1290",
                        "icon": "https://s.kaskus.id/ficon/image-1290.png",
                        "name": "Rifaye Gaming",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "1290",
                        "description": "Yuk mabar bareng Rifaye. \nMain seru-seruan aja.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1546",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Forum Metafisika",
                        "isOfficial": false,
                        "communityId": "1546",
                        "description": "share tentang metafisika",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2058",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Mari Berbisnis",
                        "isOfficial": false,
                        "communityId": "2058",
                        "description": "spam dengan sanad piranhamas",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2314",
                        "icon": "https://s.kaskus.id/ficon/image-2314.png",
                        "name": "KUMPULAN LAGU TRENDING YOUTUBE",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2314",
                        "description": "KUMPULAN LAGU TRENDING YOUTUBE",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2570",
                        "icon": "https://s.kaskus.id/ficon/image-2570.png",
                        "name": "COVER LAGU INDONESIA TERBAIK V2",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2570",
                        "description": "Musik adalah seni yang mengatur suara dalam kombinasi yang harmonis dan terstruktur untuk menghasilkan pengalaman estetik yang dapat mempengaruhi emosi, pikiran, dan perasaan pendengarnya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1035",
                        "icon": "https://s.kaskus.id/ficon/image-1035.png",
                        "name": "Drawee Creator Community",
                        "isOfficial": false,
                        "communityId": "1035",
                        "description": "Komunitas untuk pengguna piranti lunak Drawee\nApa itu Drawee?\nkunjungi situs resmi untuk mengunduh versi terbaru\nhttps://drawee.ink",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1291",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "reikichakra",
                        "isOfficial": false,
                        "communityId": "1291",
                        "description": "khusus reiki",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1547",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "komunitas Indigo",
                        "isOfficial": false,
                        "communityId": "1547",
                        "description": "forum komunitas indigo",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1803",
                        "icon": "https://s.kaskus.id/ficon/image-1803.png",
                        "name": "ADAB",
                        "isOfficial": false,
                        "communityId": "1803",
                        "description": "Sebelum Belajar Ilmu Agama Maka Pelajari Dahulu Ilmu Adab",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2059",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "SuperHero",
                        "isOfficial": false,
                        "communityId": "2059",
                        "description": "Komunitas terbatas untuk kamu yang terpilih sebagai SuperHero di dunia 2 Dimensi. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2315",
                        "icon": "https://s.kaskus.id/ficon/image-2315.png",
                        "name": "DAFTAR LAGU POPULER TAHUN INI",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2315",
                        "description": "DAFTAR LAGU POPULER TAHUN INI",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2571",
                        "icon": "https://s.kaskus.id/ficon/image-2571.png",
                        "name": "KUMPULAN LAGU DAN MUSIK POPULER V2",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2571",
                        "description": "Lagu biasanya memiliki struktur tertentu, seperti verse (bait), chorus (paduan suara), dan bridge, yang mengatur alur musik dan liriknya. Lagu dapat memiliki berbagai tujuan, seperti hiburan, ekspresi emosi, cerita, atau bahkan penyampaian pesan sosial.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1036",
                        "icon": "https://s.kaskus.id/ficon/image-1036.png",
                        "name": "jatimzone com",
                        "isOfficial": false,
                        "communityId": "1036",
                        "description": "Jatimzone.com adalah portal berita yang menyajikan informasi terhangat baik peristiwa politik, bisnis, hukum, sepakbola, entertainment, gaya hidup, otomotif, sains teknologi hingga jurnalisme warga.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1292",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "film silat",
                        "isOfficial": false,
                        "communityId": "1292",
                        "description": "bahas film film silat",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1804",
                        "icon": "https://s.kaskus.id/ficon/image-1804.png",
                        "name": "AQIDAH THOHAWIYAH",
                        "isOfficial": false,
                        "communityId": "1804",
                        "description": "Pelajari Aqidah Islam Yang Benar Karena Ada Aqidah Islam Yang Salah",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2316",
                        "icon": "https://s.kaskus.id/ficon/image-2316.png",
                        "name": "ASTRIDLAURENTIAHARIANTO",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2316",
                        "description": "tidak dilanjutkan lagi, closed\ntidak aktif tutup buku.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2572",
                        "icon": "https://s.kaskus.id/ficon/image-2572.png",
                        "name": "LAGU LAGU TOP INDONESIA V2",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2572",
                        "description": "Musik dapat berupa melodi, ritme, harmoni, dan dinamika yang dipadukan dalam bentuk yang berbeda, mulai dari lagu, instrumental, hingga komposisi yang lebih kompleks.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1037",
                        "icon": "https://s.kaskus.id/ficon/image-1037.png",
                        "name": "Coachella",
                        "isOfficial": false,
                        "communityId": "1037",
                        "description": "Forum Diskusi untuk Para Penggemar Coachella Valley Music dan Arts Festival ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1293",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "tarik pusaka",
                        "isOfficial": false,
                        "communityId": "1293",
                        "description": "ilmu tarik pusaka gratis",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1549",
                        "icon": "https://s.kaskus.id/ficon/image-1549.png",
                        "name": "Jual Beli Jasa",
                        "isOfficial": false,
                        "communityId": "1549",
                        "description": "jual beli jasa",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1805",
                        "icon": "https://s.kaskus.id/ficon/image-1805.png",
                        "name": "TAUHID",
                        "isOfficial": false,
                        "communityId": "1805",
                        "description": "Tauhid Ada Karena Ada Kesyirikan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2061",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jual Beli Ragnarok X Next Generation",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2061",
                        "description": "Selamat Datang di Forum Jual Beli Ragnarok X Next Generation (ROX) Indonesia.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2317",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "beritawa",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2317",
                        "description": "berita yang membuat anda ketawa",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2573",
                        "icon": "https://s.kaskus.id/ficon/image-2573.png",
                        "name": "Puffin Spa Massage",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2573",
                        "description": "Wadah ini di ciptkan untuk memberikan infromasi yang akurat terhadap Puffin Spa & Massage, Jika ada yang berkenan bisa join di group ini",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1038",
                        "icon": "https://s.kaskus.id/ficon/image-1038.png",
                        "name": "Fapstronaut",
                        "isOfficial": false,
                        "communityId": "1038",
                        "description": "komunitas ini merupakan untuk berbagi informasi terkait jalan keluar dari adiksi Fapping atau istilahnya NoFap",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1294",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "joke lucu",
                        "isOfficial": false,
                        "communityId": "1294",
                        "description": "joke lucu",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1806",
                        "icon": "https://s.kaskus.id/ficon/image-1806.png",
                        "name": "AQIDAH WASITHIYAH",
                        "isOfficial": false,
                        "communityId": "1806",
                        "description": "\"Dalam Belajar Aqidah Pelajari Dahulu Aqidah Islam Yang Benar Sebelum Belajar Aqidah Islam Yang Salah\"",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2062",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Marah Marah",
                        "isOfficial": false,
                        "communityId": "2062",
                        "description": "Buat Kamu-Kamu yang sedang lelah dan ingin marah",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2574",
                        "icon": "https://s.kaskus.id/ficon/image-2574.png",
                        "name": "CIKARANG",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2574",
                        "description": "Cikarang in the cloud",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1039",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Pencinta Buku Jakarta Selatan",
                        "isOfficial": false,
                        "communityId": "1039",
                        "description": "Ada pertemuan mingguan. Di dalamnya kita akan bahas buku yang dibaca selama seminggu.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1295",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "kata kata bijak",
                        "isOfficial": false,
                        "communityId": "1295",
                        "description": "kata kata bijak",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1807",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "WA 0857 2367 4959 Jual Parfum Pemikat Wanita",
                        "isOfficial": false,
                        "communityId": "1807",
                        "description": "Jual parfum perangsang wanita, Jual parfum pemikat wanita, Jual parfum pemikat Pria, Jual parfum pemikat wanita asli, Jual parfum pemikat wanita di Ampuh, harga parfum pemikat wanita, Jual parfum pria pemikat wanita",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2063",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Hidup Kok Gini Amat",
                        "isOfficial": false,
                        "communityId": "2063",
                        "description": "selamat datang di komunitas Hiogia , hidup kok gini amat..\ndimana komunitas ini menerima semua keluh kesah kalian senang maupun susah , sedih maupun gembira... \n\nbebas tapi sopan ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2575",
                        "icon": "https://s.kaskus.id/ficon/image-2575.png",
                        "name": "API",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2575",
                        "description": "Asosiasi Periklanan Indonesia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1040",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Koleksi Lukisan Tua",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "1040",
                        "description": "Lukisan tua saat ini masih menjadi barang berharga dimata kolektor Indonesia maupun dunia. Mari kita diskusi mengenai sejarah pelukis dan karya seni dari maestro yang namanya sudah mendunia.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1296",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "buaya",
                        "isOfficial": false,
                        "communityId": "1296",
                        "description": "semua tentang buaya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1552",
                        "icon": "https://s.kaskus.id/ficon/image-1552.png",
                        "name": "Blogger Template",
                        "isOfficial": false,
                        "communityId": "1552",
                        "description": "For those who don't understand, a blog template (blogger template) or a blog theme is a blog display design in the form of an XML (Extensible Markup Language) extension file. The Blogger blog template codes (Blogspot) consist",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2064",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Forum Jual Beli Kaskus Bertuah",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2064",
                        "description": "Kami memberikan wadah untuk para agan yang mau berjualan berbagai benda benda antik, mistik, keramat, bertuah, ataupun lainnya.\n\nby : Sanggar Bertuah\n+6283865690707",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2576",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "solusi tugas akhir karya ilmiah skripsi tesis dan disertasi anda",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2576",
                        "description": "komunitas tanya jawab seputar penyusunan skripsi yang benar, kiat, rahasia dan trik kalau dosen mempersulit bimbingan, cara analisis statistik, pertanyaan dan jawaban yang sering ditanyakan saat sidang skripsi, cara menurunkan plagiasi, silahkan masuk !!!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1041",
                        "icon": "https://s.kaskus.id/ficon/image-1041.png",
                        "name": "egagology",
                        "isOfficial": false,
                        "communityId": "1041",
                        "description": "Komunitas persatuan Muslim seluruh aliran dan juga Wibu Otaku",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1297",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "yes blockchain",
                        "isOfficial": false,
                        "communityId": "1297",
                        "description": "tentang blockchain investasi dan kripto",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1553",
                        "icon": "https://s.kaskus.id/ficon/image-1553.png",
                        "name": "Code Scripts",
                        "isOfficial": false,
                        "communityId": "1553",
                        "description": "Understanding Script or what is often referred to as a programming language is a code that is used to translate every command on the website. Script is data and code that can be seen by the user.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1809",
                        "icon": "https://s.kaskus.id/ficon/image-1809.png",
                        "name": "SIFAT SHOLAT NABI",
                        "isOfficial": false,
                        "communityId": "1809",
                        "description": "Sifat Sholat Nabi Muhammad Shallallahu Alaihi Wa Sallam Membahas Bagaimana Nabi Muhammad Shallallahu Alaihi Wa Sallam Dalam Mengerjakan Sholat",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2065",
                        "icon": "https://s.kaskus.id/ficon/image-2065.png",
                        "name": "ANDI MUSAKKIR MUSTAFA",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2065",
                        "description": "SELESAI tidak dilanjutkan lagi, closed\n\nKOMUNITAS PENDUKUNG ANDI MUSAKKIR MUSTAFA\nCaleg (Calon Legislatif) DPR RI Nomor Urut 5 Dapil Provinsi Sulawesi Tenggara\nhttp://andimusakkirmustafa.com/",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2321",
                        "icon": "https://s.kaskus.id/ficon/image-2321.png",
                        "name": "The Worst Joke Ever",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2321",
                        "description": "Punya lelucon terburuk yang pernah ada? langsung aja share disini. Soal lucu atau tidak itu urusan belakangan, yang penting itu adalah lelucon terburuk. Disini bebas tertawa dan bebas tersinggung.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2577",
                        "icon": "https://s.kaskus.id/ficon/image-2577.png",
                        "name": "Makkah dan Madinah",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": false,
                        "communityId": "2577",
                        "description": "Seumroh.My.ID\nHaji dan Umroh sesuai sunnah,Professional Haji & Umroh Consultant,bekerja sama dgn travel haji aman,terpercaya dan memiliki ijin resmi dari pemerintah Indonesia\nhaji, haji furoda, haji khusus, haji langsung berangkat, haji tanpa antri, umroh",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1042",
                        "icon": "https://s.kaskus.id/ficon/image-1042.png",
                        "name": "Indahnya berbagi ilmu agama islam",
                        "isOfficial": false,
                        "communityId": "1042",
                        "description": "\"Sampaikanlah dariku walau satu ayat\"\n(Muhammad Saw) ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1298",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "meme dewasa",
                        "isOfficial": false,
                        "communityId": "1298",
                        "description": "meme dewasa",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1554",
                        "icon": "https://s.kaskus.id/ficon/image-1554.png",
                        "name": "WordPress Themes and Plugins",
                        "isOfficial": false,
                        "communityId": "1554",
                        "description": "WordPress is a very popular open source application used as a blogging engine. WordPress is built with the PHP programming language and MySQL database. PHP and MySQL, both are open source software.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1810",
                        "icon": "https://s.kaskus.id/ficon/image-1810.png",
                        "name": "JUMAT HARI RAYA PEKANAN",
                        "isOfficial": false,
                        "communityId": "1810",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Ilmu Cara Bertaubat",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2066",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Info Bisnis Terkini",
                        "isOfficial": false,
                        "communityId": "2066",
                        "description": "Info Bisnis Terkini, boleh info bisnis yang tidak melanggar Undang Undang dan kebijakan KASKUS",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2322",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Berita Fakta",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2322",
                        "description": "mengungkap fakta ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2578",
                        "icon": "https://s.kaskus.id/ficon/image-2578.png",
                        "name": "Pokemon TCG Pocket",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2578",
                        "description": "Tempat untuk berdiskusi seputar Pokemon TCG Pocket, mulai dari update game, tips & trik, hingga menjalin silahturahmi antar kaskuser. ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1043",
                        "icon": "https://s.kaskus.id/ficon/image-1043.png",
                        "name": "Komunitas Kaskuser Jenius",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "1043",
                        "description": "Komunitas khusus untuk para kaskuser dengan nilai IQ di atas rata-rata (>119)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1299",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "pacaran bocil",
                        "isOfficial": false,
                        "communityId": "1299",
                        "description": "prihatin pacaran bocil",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1555",
                        "icon": "https://s.kaskus.id/ficon/image-1555.png",
                        "name": "HTML Template",
                        "isOfficial": false,
                        "communityId": "1555",
                        "description": "Hypertext Markup Language is the standard markup language for documents designed to be displayed in internet browsers. This can be helped by technologies such as Cascading Style Sheets and other scripting languages such as Ja",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1811",
                        "icon": "https://s.kaskus.id/ficon/image-1811.png",
                        "name": "PUASA",
                        "isOfficial": false,
                        "communityId": "1811",
                        "description": "Membahas Segala Hal Berkaitan Dengan Ilmu Amalan Ibadah Puasa (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2323",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasa Pembuatan Jurnal Murah",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2323",
                        "description": "Jasa Pembuatan Jurnal Murah",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2579",
                        "icon": "https://s.kaskus.id/ficon/image-2579.png",
                        "name": "FORUM JUAL BELI KASKUSER",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2579",
                        "description": "Silahkan iklankan Produk anda dengan jelas/detail. No Tipu-Tipu\n\nBarang & Jasa",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1044",
                        "icon": "https://s.kaskus.id/ficon/image-1044.png",
                        "name": "Komunitas Pendonor Darah Sukarela",
                        "isOfficial": false,
                        "communityId": "1044",
                        "description": "Komunitas khusus untuk para kaskuser yang gemar mendonorkan darahnya secara sukarela.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1556",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "KOLONG LANGIT",
                        "isOfficial": false,
                        "communityId": "1556",
                        "description": "sebuah kata yang mengibaratkan tempat tinggal manusia. yang sebenarnya bumi tempat tinggal seolah hanya sementara. karena tinggal disebuah kolong itu tak butuh waktu lama, hanya sebagai tempat persembunyian dan berlindung sementara waktu. ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1812",
                        "icon": "https://s.kaskus.id/ficon/image-1812.png",
                        "name": "HAJI",
                        "isOfficial": false,
                        "communityId": "1812",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Ilmu Amalan Ibadah Haji (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2068",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "OKE NGASKUS",
                        "isOfficial": false,
                        "communityId": "2068",
                        "description": "NGASKUS",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2324",
                        "icon": "https://s.kaskus.id/ficon/image-2324.png",
                        "name": "PROMPT ARTICIAL INTELEGENCE AI EDITING",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2324",
                        "description": "saling berbagi atau panduan prompt AI",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2580",
                        "icon": "https://s.kaskus.id/ficon/image-2580.png",
                        "name": "Bebas Posting Berhadiah",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2580",
                        "description": "Silahkan Posting Tread Kalian Dengan Buatan Teks Sendiri Sebanyak 20K kata, Dan dapatkan poin Kaskus untuk ditukar menjadi uang. Selamat Berkreasi.!!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1045",
                        "icon": "https://s.kaskus.id/ficon/image-1045.png",
                        "name": "Life streaming game",
                        "isOfficial": false,
                        "communityId": "1045",
                        "description": "share kanlah life streaming game play kesukaan mu tepat pada waktunya.. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1301",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "garangan",
                        "isOfficial": false,
                        "communityId": "1301",
                        "description": "meme garangan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1813",
                        "icon": "https://s.kaskus.id/ficon/image-1813.png",
                        "name": "ZAKAT",
                        "isOfficial": false,
                        "communityId": "1813",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Ilmu Amalan Ibadah Zakat (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2069",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Binis Kekinian",
                        "isOfficial": false,
                        "communityId": "2069",
                        "description": "Info Bisnis Kekininan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2581",
                        "icon": "https://s.kaskus.id/ficon/image-2581.png",
                        "name": "Phoenix3Dartv",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2581",
                        "description": "Information about Games, Software, Applications, Ebooks, and Movies on Phoenix3Dart.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1302",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "ayam",
                        "isOfficial": false,
                        "communityId": "1302",
                        "description": "semua tentang ayam",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1814",
                        "icon": "https://s.kaskus.id/ficon/image-1814.png",
                        "name": "SEDEKAH",
                        "isOfficial": false,
                        "communityId": "1814",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Ilmu Amalan Sedekah (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2326",
                        "icon": "https://s.kaskus.id/ficon/image-2326.png",
                        "name": "PAW",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2326",
                        "description": "PAW (PERSONAL AKTIVITAS WARAHMAH)\nPERSONAL ACTIVITIES WARAHMAH'S disingkat PAW yang menyediakan PAW (PENYEDIA AHLI WARAHMAH) dan PAW (PEMBANGUNAN ARSITEKTUR WARAHMAH) serta PAW (PERCETAKAN ADVERTISING WARAHMAH)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2582",
                        "icon": "https://s.kaskus.id/ficon/image-2582.png",
                        "name": "PSSI Football Association of Indonesia",
                        "channel": {
                          "id": "12",
                          "name": "Anime & Manga"
                        },
                        "isOfficial": false,
                        "communityId": "2582",
                        "description": "adalah organisasi yang bertanggung jawab mengelola sepak bola di Indonesia. PSSI berdiri pada tanggal 19 April 1930. PSSI bergabung dengan badan sepak bola dunia FIFA pada tahun 1952, kemudian dengan badan sepak bola Asia, AFC pada tahun 1954.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1047",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kaskuser Singkawang",
                        "isOfficial": false,
                        "communityId": "1047",
                        "description": "Forum diskusi khusus warga kaskuser di kota Singkawang dan sekitarnya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1303",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "saham forex kripto nft",
                        "isOfficial": false,
                        "communityId": "1303",
                        "description": "saham forex kripto nft",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1559",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Aplikasi Macintosh",
                        "isOfficial": false,
                        "communityId": "1559",
                        "description": "Aplikasi all buat Mac",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1815",
                        "icon": "https://s.kaskus.id/ficon/image-1815.png",
                        "name": "NIKAH",
                        "isOfficial": false,
                        "communityId": "1815",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Ilmu Amalan Ibadah Nikah (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2071",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Dunia kerja Seputar IT",
                        "isOfficial": false,
                        "communityId": "2071",
                        "description": "ngomongin tentang kerjaan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2583",
                        "icon": "https://s.kaskus.id/ficon/image-2583.png",
                        "name": "Software Repack Indonesia",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2583",
                        "description": "Link software Repack gratis!!!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1048",
                        "icon": "https://s.kaskus.id/ficon/image-1048.png",
                        "name": "Komunitas Personal Audio",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "1048",
                        "description": "Tempat para pengguna personal audio berkumpul, sharing, review.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1304",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Laporan keuangan",
                        "isOfficial": false,
                        "communityId": "1304",
                        "description": "Membuat Laporan keuangan dengan Access",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1560",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "script Skin mobile legends",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": false,
                        "communityId": "1560",
                        "description": "Bicara bola",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1816",
                        "icon": "https://s.kaskus.id/ficon/image-1816.png",
                        "name": "HALAL HARAM",
                        "isOfficial": false,
                        "communityId": "1816",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Ilmu Halal Haram Dari Makanan, Uang, Pekerjaan, Jual Beli, Dll (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2072",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Personal Stuff",
                        "isOfficial": false,
                        "communityId": "2072",
                        "description": "Hmmmm",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2328",
                        "icon": "https://s.kaskus.id/ficon/image-2328.png",
                        "name": "Kucing the cat",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2328",
                        "description": "Cuma sekumpulan kucing",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1049",
                        "icon": "https://s.kaskus.id/ficon/image-1049.png",
                        "name": "Praktisi Healing Indonesia",
                        "isOfficial": false,
                        "communityId": "1049",
                        "description": "Wadah tempat para praktisi HEALING (Praktisi penyembuh alternatif, integrarif, komplementer) bersatu. Isinya tentang apapun yang berkaitan dengan HEALING.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1305",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Pohon",
                        "isOfficial": false,
                        "communityId": "1305",
                        "description": "Bertanya tentang semua jenis Pohon yang ada di seluruh pulau di Indonesia.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1817",
                        "icon": "https://s.kaskus.id/ficon/image-1817.png",
                        "name": "DOA",
                        "isOfficial": false,
                        "communityId": "1817",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Ilmu Amalan Ibadah Doa (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2329",
                        "icon": "https://s.kaskus.id/ficon/image-2329.png",
                        "name": "Aplikasi dan Game Review",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2329",
                        "description": "Review sebuah aplikasi atau game terbaru yang ada di Android, iOS, atau PC secara singkat. Mulai dari versi original sampai versi modifikasi.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2585",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Penulis Novel Online",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2585",
                        "description": "Forum khusus untuk Kaskuser penulis novel online",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1050",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Hyper Duelist Yugioh Master Duel",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "1050",
                        "description": "Komunitas Gamers Yugioh Master Duel\nDisini kita bisa sharing apapun yang berhubungan dengan Game Yugioh Master Duel\nDari share deck, tips n trick, tutorial, hingga diskusi seputar Yugioh Master Duel",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1306",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "pantun",
                        "isOfficial": false,
                        "communityId": "1306",
                        "description": "pantun pantu menarik",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1562",
                        "icon": "https://s.kaskus.id/ficon/image-1562.png",
                        "name": "irulblog",
                        "isOfficial": false,
                        "communityId": "1562",
                        "description": "Tempat nonngkrong para wibu, yang membahas seputar anime, game, dan perfilman, Baik indo maupun luar negeri",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1818",
                        "icon": "https://s.kaskus.id/ficon/image-1818.png",
                        "name": "ANAK",
                        "isOfficial": false,
                        "communityId": "1818",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Anak (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2074",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasa Optimasi Sosmed",
                        "isOfficial": false,
                        "communityId": "2074",
                        "description": "\"Call 0895-2299-0498 , Jasa Optimasi Google Bisnisku di Batu\n\nLangsung ORDER KLIK WA http://wa.me/6289522990498 , Jasa Optimasi Google Bisnisku di Batu, Jasa Like Facebook di Malang, Jasa Iklan Google Terpercaya di Enrekang, ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2330",
                        "icon": "https://s.kaskus.id/ficon/image-2330.png",
                        "name": "Dealer Vespa Jawa Timur Motoplex Official",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2330",
                        "description": "otoplex Jatim dibawah naungan PT. Satya Mandiri Motors dimana merupakan anak perusahaan dari Samator Group. Merupakan showroom sepeda motor yang terbesar di Indonesia dan berlokasi di Surabaya, Jawa Timur. Tepatnya di Jl. Tegalsari No. 2G, Surabaya",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2586",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Install Windows di Bandung",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2586",
                        "description": "Dapatkan layanan install Windows di Bandung untuk semua versi Windows, termasuk Windows 7, Windows 8.1, Windows 10, dan Windows 11. Install ulang Windows cepat dan terpercaya di Bandung. Hubungi kami sekarang!\nWA/Phone: 089686927695",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1051",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Fakultas Cuan",
                        "isOfficial": false,
                        "communityId": "1051",
                        "description": "Saya akan sharing cara mendapatkan uang di internet dengan berbagai cara, mau yang mempunyai skill atau tidak mau yang memakai tanpa modal atau engga ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1307",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "joke",
                        "isOfficial": false,
                        "communityId": "1307",
                        "description": "english joke",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1563",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "KUMPULAN DOA BAIK DARI AGAMA ATAU NON AGAMA",
                        "isOfficial": false,
                        "communityId": "1563",
                        "description": "Disini kumpulan doa semua agama yang ada di dunia, dan saling mendoakan satu sama lain agar tetap sehat dan rejeki lancar dalam semua urusan \n\n",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1819",
                        "icon": "https://s.kaskus.id/ficon/image-1819.png",
                        "name": "Undawn Indonesia",
                        "isOfficial": false,
                        "communityId": "1819",
                        "description": "Forum diskusi seputar game Undawn, mulai dari info, strategi, skin, turnamen, update game, hingga tips Undawn di perangkat mobile atau PC",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2075",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kursus Digital Marketing BNSP",
                        "isOfficial": false,
                        "communityId": "2075",
                        "description": "Langsung ORDER KLIK WA http://wa.me/6289522990498 , Kursus Digital Marketing Jakarta Selatan, Kursus Digital Marketing Jakarta Selatan, Kursus Digital Marketing Online Bandung, Pelatihan Digital Marketing Untuk Umkm Bandung ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2331",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "KUMPULAN DRAKOR TERUPDATE 2024",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2331",
                        "description": "Disini kamu bisa mendapat info terupdate tentang drama korea terbaru.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2587",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Install MacBook di Bandung",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2587",
                        "description": "Cari jasa install MacBook di Bandung? Kami menawarkan layanan instalasi software MacBook profesional dengan harga terjangkau. Hubungi kami sekarang!\nWA/Phone: 089686927695",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1052",
                        "icon": "https://s.kaskus.id/ficon/image-1052.png",
                        "name": "Petambak Udang Indonesia",
                        "isOfficial": true,
                        "communityId": "1052",
                        "description": "Komunitas ini di buat untuk para Petambak Udang khususnya di Indonesia berdiskusi, membicarakan teknik budidaya, lowongan kerja, dan semua hal yang berhubungan dengan Udang (vaname, windu, pancet, dll)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1308",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "dayak",
                        "isOfficial": false,
                        "communityId": "1308",
                        "description": "all about dayak",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1820",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Keluraga Indonesia",
                        "isOfficial": false,
                        "communityId": "1820",
                        "description": "resep masakan,masak masakan,masak,masak apa,masakan rumahan,masakan anak kos,masakan indonesia,resep masakan simple,masakan sehari-hari,masak gampang,resep masakan hari ini,ide masakan sehari hari,hobby makan,menu masakan seh",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2076",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasa Pembuatan Website Profesional",
                        "isOfficial": false,
                        "communityId": "2076",
                        "description": "KLIK WA http://wa.me/6289522990498 , Jasa Pembuatan Website Profesional Jakarta, Jasa Pembuatan Website Profesional Jakarta, Jasa Pembuatan Website Profesional Jakarta, Jasa Pembuatan Website Murah Jakarta Barat,",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2332",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kegiatan Pemasyarakatan",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2332",
                        "description": "Kegiatan Pemasyarakatan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2588",
                        "icon": "https://s.kaskus.id/ficon/image-2588.png",
                        "name": "Komunitas Jual Beli Jasa",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2588",
                        "description": "komunitas jual beli jasa \n",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1053",
                        "icon": "https://s.kaskus.id/ficon/image-1053.png",
                        "name": "Kaskus Web Developer",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "1053",
                        "description": "Komunitas ini diajukan dan dibuat untuk menemani kawan-kawan yang ingin belajar bagi pemula dab atau berbagi untuk yang sudah advance, serta untuk membantu meenyelesaikan per.asalaha. seputar kodingan.\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1309",
                        "icon": "https://s.kaskus.id/ficon/image-1309.png",
                        "name": "Crypto World Indonesia",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "1309",
                        "description": "Berbagi informasi seputar Kripto\n\n[share information about cryptocurrency]\n\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1565",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "komunitas tempat menjual notebook laptop baru maupun bekas",
                        "isOfficial": false,
                        "communityId": "1565",
                        "description": "tempat jual beli laptop yang di barengi dengan kejujuran kondisi barang yg dijual",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1821",
                        "icon": "https://s.kaskus.id/ficon/image-1821.png",
                        "name": "DOSA",
                        "isOfficial": false,
                        "communityId": "1821",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Amalan Dosa (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2077",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jual Rumah KPR Minimalis",
                        "isOfficial": false,
                        "communityId": "2077",
                        "description": "KLIK WA http://wa.me/6285175073668 , Jual Perumahan Dekat Exit Tol Depok, Jual Perumahan Dekat Exit Tol Depok, Jual Perumahan Dekat Exit Tol Depok, Dijual Perumahan Dekat Pintu Tol Depok, Jual Perumahan Dekat Tol Depok,",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2333",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "KUMPULAN DRAMA CHINA SUB INDO",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2333",
                        "description": "DISINI KAMU DAPAT MENEMUKAN DRAMA CHINA TERBARU DAN TERUPDATE.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2589",
                        "icon": "https://s.kaskus.id/ficon/image-2589.png",
                        "name": "Komunitas Jual Beli Dan Lelang",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2589",
                        "description": "Jual Beli Apa Saja\nLelang Barang apa saja\n",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1054",
                        "icon": "https://s.kaskus.id/ficon/image-1054.png",
                        "name": "Humorpedia",
                        "isOfficial": false,
                        "communityId": "1054",
                        "description": "Forum untuk berbagi tawa dan canda",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1310",
                        "icon": "https://s.kaskus.id/ficon/image-1310.png",
                        "name": "Mudzakkaroh",
                        "isOfficial": false,
                        "communityId": "1310",
                        "description": "Mengulang",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1566",
                        "icon": "https://s.kaskus.id/ficon/image-1566.png",
                        "name": "KOMUNITAS PETERNAK BEBEK PEDAGING HYBRIDA DAN PEKING",
                        "isOfficial": false,
                        "communityId": "1566",
                        "description": "Komunitas ini di buat untuk sharing bagi para peternak bebek pedaging",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1822",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jual Koyo Turki",
                        "isOfficial": false,
                        "communityId": "1822",
                        "description": "Jual Koyo Turki\nJual koyo one more\nJual Koyo Turki one more\nKoyo Turki one more\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2078",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Tempat Pkl Tangerang Selatan",
                        "isOfficial": false,
                        "communityId": "2078",
                        "description": "KLIK WA http://wa.me/6287824222049 , Tempat Pkl Tangerang Selatan, Tempat Pkl Tangerang Selatan, Tempat Pkl Jurusan Multimedia Terdekat Tangerang Selatan, Tempat Pkl Di Medan Jurusan Tkj Tangerang Selatan,",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2334",
                        "icon": "https://s.kaskus.id/ficon/image-2334.png",
                        "name": "Lapak Vnaruto",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2334",
                        "description": "Selamat datang di lapak ane. Disini ada jualan ane, ada juga isi curahan hati ane. Semuanya deh ada disini.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2590",
                        "icon": "https://s.kaskus.id/ficon/image-2590.png",
                        "name": "Forum kaskus Jual Beli",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2590",
                        "description": "Fjb kaskus",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1055",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Youth Movement Syndicate",
                        "isOfficial": false,
                        "communityId": "1055",
                        "description": "Jaringan gerakan pemuda yang dibentuk berdasarkan kekhawatiran terhadap isu-isu sosial masyarakat. Berkontribusi dan kolaborasi until mencapai Sustainable Development Goals (Tujuan Pembangunan Berkelanjutan). \n\nMuda. Bergerak. Berdampak",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1311",
                        "icon": "https://s.kaskus.id/ficon/image-1311.png",
                        "name": "JOB SEEKER BANDUNG SEKITARNYA",
                        "isOfficial": false,
                        "communityId": "1311",
                        "description": "FORUM INFO LOWONGAN KERJA UNTUK JOB SEEKER SEMOGA BERMANFAAT & DI PERMUDAH DALAM MENCARI KERJA UNTUK KITA SEMUA...AMIN",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1823",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Bisnis Produk Digital",
                        "isOfficial": false,
                        "communityId": "1823",
                        "description": "Info mengenai bisnis & produk digital",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2079",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasa Digital Marketing Terbaik",
                        "isOfficial": false,
                        "communityId": "2079",
                        "description": "KLIK WA http://wa.me/6289522990498 , Jasa Digital Marketing Terbaik Merauke, Jasa Digital Marketing Agency Lebak, Digital Marketing Facebook Magelang, Digital Marketing Instagram Pati, Digital Marketing Jasa Pekalongan,",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2335",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "PIJAT ONLINE",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2335",
                        "description": "Pijat Online semarang, sarana bagi agan yang sedang mencari terapis pijat melalui online, silahakan cari terapis yang sesuai dengan kriteria yang anda cari. \nlayanan pijat Online 24 jam.\nsilahkan buat treed yang baik dan tidak melanggar ketentuan yg ada.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2591",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Install Software di Bandung",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2591",
                        "description": "Butuh jasa install software di Bandung? Kami menawarkan layanan instalasi software untuk berbagai kebutuhan, baik di rumah maupun perusahaan. Hubungi kami untuk solusi terbaik!\nWA/Phone: 089686927695",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1056",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Cryptocurrency Kaskus Nusantara",
                        "isOfficial": false,
                        "communityId": "1056",
                        "description": "Informasi berbagi Link kode referral",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1312",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kolektor Barang Antik",
                        "isOfficial": false,
                        "communityId": "1312",
                        "description": "Hai Gansis bagi kalian hobi koleksi barang antik jenis apapun itu, silahkan bergabung di Komunitas ini buat treadh trik dan tips ataupun berbagi saran dengan sesama penghobi. Yuk Gabung Yuks...",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1824",
                        "icon": "https://s.kaskus.id/ficon/image-1824.png",
                        "name": "SUNAH",
                        "isOfficial": false,
                        "communityId": "1824",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Ilmu Amalan Ibadah Sunnah (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2080",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasa Pembasmi Hama",
                        "isOfficial": false,
                        "communityId": "2080",
                        "description": "\"Hub 0895-3298-8879 , Perusahaan Jasa Hama Jakarta\n\nLangsung ORDER KLIK WA http://wa.me/62895329888798 , Perusahaan Jasa Hama Jakarta, Perusahaan Jasa Hama Jakarta, Perusahaan Jasa Hama Jakarta, Jasa Pembasmi Hama Bogor, Jasa",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2336",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "INFORMASI SEPUTAR SEMARANG",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2336",
                        "description": "Hallo semuanya, semoga dengan adanya group ini bisa memberikan wawasan dan juga informasi yang bermanfaat. \n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2592",
                        "icon": "https://s.kaskus.id/ficon/image-2592.png",
                        "name": "Mental Health",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2592",
                        "description": "Sharing Konsultasi, Berbagi Pengalaman mengenai Mental Health\n\nToxic, NPD, BPD, Psycopathy, Sociopathy dan lainnya.\n\nDisini sama-sama ngga ngerti makanya cari tau aja ya.\n\nTerimakasih\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1057",
                        "icon": "https://s.kaskus.id/ficon/image-1057.png",
                        "name": "Androbuntu",
                        "isOfficial": false,
                        "communityId": "1057",
                        "description": "Androbuntu adalah media online yang fokus membahas perkembangan gadget, serta tips dan trik cara menggunakannya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1313",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "morlam",
                        "isOfficial": false,
                        "communityId": "1313",
                        "description": "lagu lagu morlam",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1825",
                        "icon": "https://s.kaskus.id/ficon/image-1825.png",
                        "name": "ISTILAH PERDUKUNAN",
                        "isOfficial": false,
                        "communityId": "1825",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Kata Atau Kalimat Yang Berkaitan Dengan Amalan Perdukunan (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2081",
                        "icon": "https://s.kaskus.id/ficon/image-2081.png",
                        "name": "ABUSARI WALI",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2081",
                        "description": "SELESAI tidak dilanjutkan lagi, closed\n\nABUSARI WALI DPR RI\n\nCALON DPR RI NOMOR URUT 1\nDAPIL PROVINSI SULAWESI TENGGARA",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1058",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "CXBDG",
                        "isOfficial": false,
                        "communityId": "1058",
                        "description": "Apa saja",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1314",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Prediksi Botol",
                        "isOfficial": false,
                        "communityId": "1314",
                        "description": "Prediksi Botol Merupakan kependekan dari Prediksi bola dan togel, namun di kaskus ini kita mempokuskan kepada prediksi bola nasional maupun internasional",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1570",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "[Komunitas] Berita dan PoItik",
                        "isOfficial": false,
                        "communityId": "1570",
                        "description": "Forum diskusi dan berbagi berita dari dalam maupun luar negeri. Mulai dari ideologi, politik, ekonomi, sosial dan budaya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1826",
                        "icon": "https://s.kaskus.id/ficon/image-1826.png",
                        "name": "NewJeans",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "1826",
                        "description": "NewJeans adalah girl grup K-pop beranggotakan lima orang yang terdiri dari anggota Hanni, Minji, Danielle, Haerin, dan Hyein. Grup ini melakukan debut resmi mereka pada pada 1 Agustus 2022. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2082",
                        "icon": "https://s.kaskus.id/ficon/image-2082.png",
                        "name": "UNTAIAN NASEHAT",
                        "isOfficial": false,
                        "communityId": "2082",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Perkataan Yang Baik. (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2338",
                        "icon": "https://s.kaskus.id/ficon/image-2338.png",
                        "name": "Link Viral Terbaru",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2338",
                        "description": "Berbagi link viral yang diburu para netizen Indonesia.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2594",
                        "icon": "https://s.kaskus.id/ficon/image-2594.png",
                        "name": "PlayMe8",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2594",
                        "description": "Situs Game Online Terlengkap dengan Bonus Menarik",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1059",
                        "icon": "https://s.kaskus.id/ficon/image-1059.png",
                        "name": "Pengetahuan Islam",
                        "isOfficial": false,
                        "communityId": "1059",
                        "description": "Berbagi pengetahuan Islam untuk Keberkahan Hidup",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1315",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Mistique Stuff",
                        "isOfficial": false,
                        "communityId": "1315",
                        "description": "all about mistique stuff",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1571",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Cointech2u Indonesia",
                        "isOfficial": false,
                        "communityId": "1571",
                        "description": "CoinTech2u adalah robot perdagangan AI Hedging yang merupakan salah satu robot perdagangan terbaik pada tahun 2023. Robot ini sangat aman dan nyaman untuk digunakan, karena deposit dana kita pada akun pribadi Binance atau OKX",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1827",
                        "icon": "https://s.kaskus.id/ficon/image-1827.png",
                        "name": "LG ThinQ Community",
                        "isOfficial": true,
                        "communityId": "1827",
                        "description": "Tempatnya diskusi soal produktivitas, kuliner, musik, film, tempat healing, dan gaming. Persembahan dari LG Electronics Indonesia dan Kaskus!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2083",
                        "icon": "https://s.kaskus.id/ficon/image-2083.png",
                        "name": "Digistore24 Indonesia",
                        "isOfficial": false,
                        "communityId": "2083",
                        "description": "Selamat bergabung",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2339",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "PIJAT PLUS SEMARANG",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2339",
                        "description": "Pijat plus semarang adalah sebuah komunitas yang di buat untuk membantu orang-orang dalam mencari layanan pijat di kota dan atau kabupaten Semarang. \n\nBagi yang mau menulis silahkan untuk tidak melanggar norma dan hukum yang ada.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1060",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Secercah Harapan",
                        "isOfficial": false,
                        "communityId": "1060",
                        "description": "komunitas ini dibuat untuk menghibur para kreator yang mungkin sedang gusar dan gundah gulana.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1316",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Catur",
                        "isOfficial": false,
                        "communityId": "1316",
                        "description": "video tentang permainan catur",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1572",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Layanan Jasa dan lainnya",
                        "isOfficial": false,
                        "communityId": "1572",
                        "description": "Komunitas ini ditujukan untuk pemberi layanan jasa dan semacamnya.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1828",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Dummy XYZ",
                        "isOfficial": false,
                        "communityId": "1828",
                        "description": "Dummy XYZ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2084",
                        "icon": "https://s.kaskus.id/ficon/image-2084.png",
                        "name": "NIKWIG Studio",
                        "isOfficial": false,
                        "communityId": "2084",
                        "description": "Merantau adalah cara paling efektif untuk moveon",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2340",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "KUMPULAN FILM ANIME TERBARU",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2340",
                        "description": "KUMPULAN FILM ANIME TERBARU",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2596",
                        "icon": "https://s.kaskus.id/ficon/image-2596.png",
                        "name": "PLUS 62 Football",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": false,
                        "communityId": "2596",
                        "description": "Tempat Kumpulnya Anak Bola",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1317",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "laporan keuangan menggunakan excel",
                        "isOfficial": false,
                        "communityId": "1317",
                        "description": "tentang laporan keuangan menggunakan excel",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1829",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasa Pembasmi Hama Jakarta",
                        "isOfficial": false,
                        "communityId": "1829",
                        "description": "Jasa Pembasmi Hama Jakarta, Jasa Anti rayap, Jasa Pest Control, Jasa Pembasmi Tikus",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2085",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Furnace Refractory",
                        "isOfficial": false,
                        "communityId": "2085",
                        "description": "FJB khusus untuk membahas dan jual beli barang-barang Refractory dan bahan Keramik",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2341",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "FJB Kaskus 2024 Aktif",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2341",
                        "description": "FJB Kaskus untuk segala jenis Barang, Jasa, Otomotif, Produk & Properti tahun 2024 Aktif",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1318",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "penghasil saldo dana",
                        "isOfficial": false,
                        "communityId": "1318",
                        "description": "Berbagai hal bisa saja terjadi termasuk mendapatkan uang menggunakan aplikasi penghasil saldo dana gratis yang terbukti membayar dan langsung cair ini.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1830",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasa Service Ac Jakarta",
                        "isOfficial": false,
                        "communityId": "1830",
                        "description": "Jasa Service Ac Jakarta, Service Ac, Tukang Service Ac, Jasa Pasang Ac, Jasa Cuci Ac ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2342",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasa Joki Jurnal",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2342",
                        "description": "Jasa Joki Jurnal",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2598",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Antik Supranatural",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2598",
                        "description": "lapak khusus klenik\nlelang, jual beli, jasa supranatural. \nkomunitas ini di awasi oleh 5 sesepuh forum supranatural. ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1063",
                        "icon": "https://s.kaskus.id/ficon/image-1063.png",
                        "name": "Scoopy Community Indonesia",
                        "isOfficial": false,
                        "communityId": "1063",
                        "description": "Komunitas Scoopy Indonesia | Move Youniquely Ahead",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1831",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasa Peredam Suara Ruangan",
                        "isOfficial": false,
                        "communityId": "1831",
                        "description": "Jasa Peredam Suara Ruangan, Peredam Suara, Jual Peredam Suara Ruangan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2087",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Ucup Gembel",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2087",
                        "description": "Bekerjalah sesuai Passion",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2343",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Joki Jurnal Murah",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2343",
                        "description": "Joki Jurnal Murah",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2599",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Drip too hard",
                        "channel": {
                          "id": "12",
                          "name": "Anime & Manga"
                        },
                        "isOfficial": false,
                        "communityId": "2599",
                        "description": "4*4 I tint my windows up",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1064",
                        "icon": "https://s.kaskus.id/ficon/image-1064.png",
                        "name": "Scooter Matic",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": false,
                        "communityId": "1064",
                        "description": "Forum komunitas semua thread dan hal-hal tentang Motor Matic",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1320",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "BISNIS INVESTASI",
                        "isOfficial": false,
                        "communityId": "1320",
                        "description": "Bisnis investasi profit minimal 5% sehari",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1576",
                        "icon": "https://s.kaskus.id/ficon/image-1576.png",
                        "name": "THE GUARDIAN OF ARCHIPELAGO",
                        "isOfficial": false,
                        "communityId": "1576",
                        "description": "UNTUK READER THREAD SAYA",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1832",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasa Pembuatan Skripsi Murah",
                        "isOfficial": false,
                        "communityId": "1832",
                        "description": "Jasa Pembuatan Skripsi Murah, Jasa Skripsi, Jasa Joki Skripsi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2088",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "review produk dari toko online",
                        "isOfficial": false,
                        "communityId": "2088",
                        "description": "komunitas yang ingin berbagi tentang produk yang dibeli dari toko online agar yang lain tertarik atau dapat gambaran barang yang akan dibeli.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2344",
                        "icon": "https://s.kaskus.id/ficon/image-2344.png",
                        "name": "Memories of Amusement",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2344",
                        "description": "Buat kalian yang ingin berbagi memori dan informasi tentang apapun soal hiburan dan kesenangan yang terkenang dan terkesan pada hidup kalian, berbagi di sini adalah ruang yang pas buat kalian untuk berbagi.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1065",
                        "icon": "https://s.kaskus.id/ficon/image-1065.png",
                        "name": "Demen Online",
                        "isOfficial": false,
                        "communityId": "1065",
                        "description": "Promo, Diskon, Gratis Ongkir, Cashback kita rangkuman disini",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1321",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "cinta monyet",
                        "isOfficial": false,
                        "communityId": "1321",
                        "description": "pacaran cinta monyet",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1577",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Seluas Kreasimu",
                        "isOfficial": false,
                        "communityId": "1577",
                        "description": "jadikan internet seluas kreasimu",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1833",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kelas Karyawan Online Jakarta",
                        "isOfficial": false,
                        "communityId": "1833",
                        "description": "Kelas Karyawan Online Jakarta, Kuliah Online, Kuliah Karyawan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2089",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kaskus",
                        "isOfficial": true,
                        "communityId": "2089",
                        "description": "kaskus",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2601",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas FJB Jasa",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2601",
                        "description": "Jual Beli Jasa, jasa sewa, jasa supranatural, jasa percetakan, jasa sewa properti, sewa kendaraan dsb. \nmohon untuk tetap berhati-hati dan jangan sungkan laporkan kepada tim moderator forum ini apabila terdapat permasalahan. ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1066",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Menikah adalah Belajar dan Ibadah",
                        "isOfficial": false,
                        "communityId": "1066",
                        "description": "setiap cerita adalah pesan dan makna mengenai pembelajaran yang dapat diambil dalam prahara Rumah tangga",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1322",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "data yulius",
                        "isOfficial": false,
                        "communityId": "1322",
                        "description": "semua tentang data yulius",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1578",
                        "icon": "https://s.kaskus.id/ficon/image-1578.png",
                        "name": "Zona Iklan Properti",
                        "isOfficial": false,
                        "communityId": "1578",
                        "description": "Silakan share iklan terkait properti. Seperti Rumah,Hotel, Penginapan atau kost kost-san juragan disini. Jangan lupa sertakan kontak informasi pemilik atau admin atau link lapak dari marketplace tepercaya. ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1834",
                        "icon": "https://s.kaskus.id/ficon/image-1834.png",
                        "name": "Jual beli sewa rumah jasa dan barang",
                        "isOfficial": false,
                        "communityId": "1834",
                        "description": "Jual beli berbagai macam property, rumah dan aneka barang perabot rumahtangga, alat tranportasi, perkakas, mesin, alat olahraga, alat kesehatan dan segala macam jasa bisa anda tawarkan disini.\n",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1067",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "ANIME LOVERS",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "1067",
                        "description": "membahas tentang anime, manga, maupun apapun yang berhubungan dengan hal tersebut.\n\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1323",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "youtubers pemula",
                        "isOfficial": false,
                        "communityId": "1323",
                        "description": "khusus youtubers pemula\n\nsaling support , berbagi pengalaman & tips jadi youtuber",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2091",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kuliah Online",
                        "isOfficial": false,
                        "communityId": "2091",
                        "description": "Langsung ORDER KLIK WA http://wa.me/6285723674960 , Biaya Kuliah Murah Jurusan Akuntansi Jakarta, Biaya Kuliah Murah Jurusan Akuntansi Jakarta, Jatiraden, J",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2347",
                        "icon": "https://s.kaskus.id/ficon/image-2347.png",
                        "name": "Curahan Hati",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2347",
                        "description": "curahkan segala permasalahan hatimu disini",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2603",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Zona Gamer",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2603",
                        "description": "Selamat datang di Zona Gamer, tempat berkumpulnya para pecinta game. Di sini, kita bisa ngobrol, berbagi tips, dan main bareng tanpa drama. Apa pun game yang kamu mainkan, selalu ada teman untuk diskusi atau sekadar seru-seruan bareng.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1068",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Pertanian Perkebunan dan Peternakan",
                        "isOfficial": false,
                        "communityId": "1068",
                        "description": "Membahas seputar informasi pertanian, perkebunan dan peternakan (P3) yang dapat menjadi solusi mendulang rejeki ditengah sulitnya mencari pekerjaan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1580",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Para Penghuni Surga",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "1580",
                        "description": "Cuman orang baik boleh join di mari",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2092",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "indonesia sosial budaya agama",
                        "isOfficial": false,
                        "communityId": "2092",
                        "description": "mengulas segala sisi tentang sekitar kita dengan memandang dari sisi manusia sejati",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2348",
                        "icon": "https://s.kaskus.id/ficon/image-2348.png",
                        "name": "BERITA POLISI",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2348",
                        "description": "Informasi Seputar Berita Kepolisian ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2604",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Pecinta Dunia Mistik Bertuah",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2604",
                        "description": "salam beribu salam kebaikan , disini kami menjual produk istimewa sebuah batu akik",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1069",
                        "icon": "https://s.kaskus.id/ficon/image-1069.png",
                        "name": "Superhero Indonesia",
                        "isOfficial": false,
                        "communityId": "1069",
                        "description": "Segala hal tentang superhero Indonesia. Baik film maupun komik. Tempat diskusi dan dagang karya seputar komik.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1325",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Cerpen in aja",
                        "isOfficial": false,
                        "communityId": "1325",
                        "description": "cerpen in aja di kaskus",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1581",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Influencer Indonesia",
                        "isOfficial": false,
                        "communityId": "1581",
                        "description": "Tempat diskusi bagi para Influencer, Brand, Agency, dan Social Media Marketeers. Feel free to join for insights yaa!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2093",
                        "icon": "https://s.kaskus.id/ficon/image-2093.png",
                        "name": "Little things that make you smile",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2093",
                        "description": "Seperti nama forumnya.\nAkan diusahakan update video2 baru setiap hari, kalo lagi ga mager.\n\nCoba utk selalu full screen dan sound on, supaya lebih asik menikmatinya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2349",
                        "icon": "https://s.kaskus.id/ficon/image-2349.png",
                        "name": "True Crime and Unsolved Mysteries",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2349",
                        "description": "Tempat bahas kasus kejahatan dan misteri yang terjadi di dunia nyata, baik yang sudah lama maupun yang masih hangat.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2605",
                        "icon": "https://s.kaskus.id/ficon/image-2605.png",
                        "name": "Kaskus Luxury Auto",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": false,
                        "communityId": "2605",
                        "description": "Pemakai, mediator dan Showroom mobil premium silahkan buka Lapak Disini. \n(Khusus Jual Beli Mobil premium) ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1070",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Penyefong Russia",
                        "isOfficial": false,
                        "communityId": "1070",
                        "description": "Grup Pendukung Rusia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1326",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Berita Apa Saja",
                        "isOfficial": false,
                        "communityId": "1326",
                        "description": "berita apa saja",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1582",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Pejuang Muda",
                        "isOfficial": false,
                        "communityId": "1582",
                        "description": "Selamat datang di komunitas Pejuang Muda, Kami membahas seputar bisnis forex, crypto dan saham.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2094",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "AUTOSTAR TOKO VELG DAN BAN MOBIL HSR WHEEL JAKARTA BARAT",
                        "isOfficial": false,
                        "communityId": "2094",
                        "description": "INFO LEBIH LANJUT BISA HUBUNGI KAMI DI:\n* WA/Tlp : 0811 9620 6340\n* Wa/Tlp : 0811 9620 6341\n* Wa/Tlp : 0811 9620 6342",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2350",
                        "icon": "https://s.kaskus.id/ficon/image-2350.png",
                        "name": "KUMPULAN LAGU TERBARU DAN TERPOPULER",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2350",
                        "description": "dengerin musik bersama kami yuk!!!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1071",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Skateboard Parlemen",
                        "isOfficial": false,
                        "communityId": "1071",
                        "description": "Tempat curhat Komunitas Skateboard di Indonesia \nBy #PARLEMENSK8 ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1327",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "INDOPRENEUR",
                        "isOfficial": false,
                        "communityId": "1327",
                        "description": "Wadah untuk para pebisnis atau pengusaha bisa Naik kelas.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1583",
                        "icon": "https://s.kaskus.id/ficon/image-1583.png",
                        "name": "TEMPAT BELAJAR MENJADI TEKNISI PRINTER",
                        "isOfficial": false,
                        "communityId": "1583",
                        "description": "Tempat belajar yang mau menjadi teknisi printer. tutorial, printer, tutorial printer, kursus printer, kursus teknisi printer, cara memperbaiki printer, resetter printer, printer error, printer canon, printer epson, printer hp, printer brother, teknisi",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1072",
                        "icon": "https://s.kaskus.id/ficon/image-1072.png",
                        "name": "Anda Bertanya Sains Menjawab",
                        "isOfficial": false,
                        "communityId": "1072",
                        "description": "Grup untuk bertanya jawab apapun tentang Sains & Teknologi.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1584",
                        "icon": "https://s.kaskus.id/ficon/image-1584.png",
                        "name": "CRYPTOIZ RESEARCH",
                        "isOfficial": false,
                        "communityId": "1584",
                        "description": "Cara mendapatkan uang gratis jutaan sampai ratusan juta dari airdrop & testnet kripto",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2096",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "MANHUA 1",
                        "isOfficial": false,
                        "communityId": "2096",
                        "description": "MANHUA ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2352",
                        "icon": "https://s.kaskus.id/ficon/image-2352.png",
                        "name": "Supplier besi baja",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2352",
                        "description": "PT.GUNUNG BAJA INDONESIA\nWe are a professional steel manufacturer, Erection Steel Supplier providing integrated!!\n\nKami Siap Mensuplai Kebutuhan material besi baja kualitas SNI Terbaik Di Indonesia \nmenghadirkan bangunan kokoh, Kuat Hingga bertahun tahun",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1073",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "DODOLAN KASKUS",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "1073",
                        "description": "KOMUNITAS JUALAN ONLINE KASKUS\n\n\nDILARANG MEMPOSTING JUAL BELI PERJUDIAN, SENJATA TAJAM, DSB. ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1329",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Free Share Premium Code Scripts Themes Plugin Templates And More",
                        "isOfficial": false,
                        "communityId": "1329",
                        "description": "Share Premium wordpress plugin, PHP Script Download, Android ios games and Apps, Daily Release free download and nulled version!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1585",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Perkakas Bengkel Japan",
                        "isOfficial": false,
                        "communityId": "1585",
                        "description": "Ratusan merk perkakas perbengkelan dari Japan akan diinfokan di komunitas ini ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2097",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "MANHUA 2",
                        "isOfficial": false,
                        "communityId": "2097",
                        "description": "MANHUA ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2353",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "PLC Indonesia",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2353",
                        "description": "komunitas untuk PLC (Programmable Logic Controller)\n1. Berbagi Pengalaman dan solusi masalah\n2. Informasi proyek\n3. Training free atau berbayat\n4. CSR ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2609",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Berita dalam negeri",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2609",
                        "description": "kumpulan informasi dan berita dalam negeri",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1074",
                        "icon": "https://s.kaskus.id/ficon/image-1074.png",
                        "name": "ITA",
                        "isOfficial": false,
                        "communityId": "1074",
                        "description": "ITA GROUP merupakan bagian dari\nInformation Technology Art Group",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2098",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "MANHUA 4",
                        "isOfficial": false,
                        "communityId": "2098",
                        "description": "MANHUA",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2354",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Ojol food",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": false,
                        "communityId": "2354",
                        "description": "Yg dibungkus bungkus",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2610",
                        "icon": "https://s.kaskus.id/ficon/image-2610.png",
                        "name": "Nongki Bareng",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2610",
                        "description": "Forum perkumpulan pecinta tongkrongan berkumpul bersama,\nuntuk mengobrol,bersenda gurau dan menambah teman.\ndan ini menjadi budaya kita sebagai umat tongkrongan kedai kopi.\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1075",
                        "icon": "https://s.kaskus.id/ficon/image-1075.png",
                        "name": "NEWS KASKUS",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "1075",
                        "description": "Informasi Berita Indonesia & Dunia\nSupport bY: PAW Percetakan | PAW Advertising | PAW Prasasti | PAW Properti | PAW Konstruksi | PAW Website Portal Software Network | PAW Seni | PAW ITE | PAW EO - PAW Event Organizer | PAW Pendidikan Akademik Warahmah",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1331",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Bisnis UMKM",
                        "isOfficial": false,
                        "communityId": "1331",
                        "description": "Membahas seputar dunia bisnis",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1587",
                        "icon": "https://s.kaskus.id/ficon/image-1587.png",
                        "name": "Pertambangan Indonesia",
                        "isOfficial": false,
                        "communityId": "1587",
                        "description": "Selamat datang di halaman resmi \"Pertambangan Indonesia\"! Kami adalah sumber informasi terkemuka yang berdedikasi untuk menyediakan wawasan mendalam tentang industri pertambangan di Indonesia. Titaninfra.com",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2099",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "MANHUA 3",
                        "isOfficial": false,
                        "communityId": "2099",
                        "description": "MANHUA",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2355",
                        "icon": "https://s.kaskus.id/ficon/image-2355.png",
                        "name": "UPDATE LAGU TRENDING YOUTUBE",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2355",
                        "description": "cari lagu favoritmu disini!!!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2611",
                        "icon": "https://s.kaskus.id/ficon/image-2611.png",
                        "name": "FJB Konsultasi Spiritual",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2611",
                        "description": "Pusat Konsultasi dunia spiritual",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1076",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Hargreaves Fam",
                        "isOfficial": false,
                        "communityId": "1076",
                        "description": "Hargreaves Fam",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1332",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Redefining KASKUS",
                        "isOfficial": false,
                        "communityId": "1332",
                        "description": "Komunitas ini bertujuan untuk mengumpulkan ide2 brillian dari kaskuser to MAKE KASKUS GREAT AGAIN!\n\nSegala ide strategi untuk pengembangan Kaskus agar dapat dimonetize dan berkembang sebagai marketplace berbasis komunitas (based on masa jaya FJB).",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1588",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "GADAI BPKB KENDARAAN DAN DANA TUNAI LOKASI ALL JATIM",
                        "isOfficial": false,
                        "communityId": "1588",
                        "description": "Solusi dana tunai untuk kebutuhan usaha anda, dengan jaminan BPKB kendaraan. proses cepat dan mudah, tenor hingga 48 bulan, terdaftar di OJK, pencairan hingga 90%, bisa take over.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2100",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "MANHUA 5",
                        "isOfficial": false,
                        "communityId": "2100",
                        "description": "MANHUA",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2356",
                        "icon": "https://s.kaskus.id/ficon/image-2356.png",
                        "name": "DAFTAR LAGU INDO TERPOPULER",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2356",
                        "description": "download lagu gratis disini !!!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2612",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Cryptocurrency di Indonesia",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2612",
                        "description": "Komunitas Cryptocurrency di Indonesia (Blockchain & Web3)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1077",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "All ABOUT VAMPIRE KNOWLEDGE",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "1077",
                        "description": "Mari kita bicara tentang mitos dan cerita vampir disini",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1333",
                        "icon": "https://s.kaskus.id/ficon/image-1333.png",
                        "name": "KOMUNITAS ILMU SPIRITUAL NUSANTARA",
                        "isOfficial": false,
                        "communityId": "1333",
                        "description": "mohon menjaga Baik keilmuan Nusantara yang ada dan Senoga bermanfaat ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1845",
                        "icon": "https://s.kaskus.id/ficon/image-1845.png",
                        "name": "Dummy stuff",
                        "isOfficial": false,
                        "communityId": "1845",
                        "description": "All Dummy Stuff",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2101",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "MANHUA 6",
                        "isOfficial": false,
                        "communityId": "2101",
                        "description": "MANHUA 6",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2357",
                        "icon": "https://s.kaskus.id/ficon/image-2357.png",
                        "name": "Numars spa karoke lounge pondok indah",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2357",
                        "description": "official accont numars-fr numars",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2613",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Printer 3D Indonesia",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2613",
                        "description": "Komunitas 3D Printer Indonesia adalah tempat berkumpulnya para penggemar, hobiis, dan profesional dalam dunia pencetakan 3D di Indonesia. Komunitas ini mencakup berbagai merek dan teknologi printer 3D seperti Bambu Lab, Elegoo, Creality, Anycubic, Prusa, ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1078",
                        "icon": "https://s.kaskus.id/ficon/image-1078.png",
                        "name": "JAKPAGAPLEUMOE",
                        "isOfficial": false,
                        "communityId": "1078",
                        "description": "Pengembala Lembu",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1846",
                        "icon": "https://s.kaskus.id/ficon/image-1846.png",
                        "name": "LAKI SHOLAT WAJIBNYA HARUS BERJAMAAH DI MASJID TEPAT WAKTU",
                        "isOfficial": false,
                        "communityId": "1846",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Amalan Pembatal Keislaman. (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2102",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "MANHUA 7",
                        "isOfficial": false,
                        "communityId": "2102",
                        "description": "MANHUA",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2358",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Andi Raditya Satyatikta Ruangan",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2358",
                        "description": "Ruangan untuk Andi Raditya Satyatikta",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2614",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Barang Dagangan Berkualitas",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2614",
                        "description": "group kumpulan barang berkualitas ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1079",
                        "icon": "https://s.kaskus.id/ficon/image-1079.png",
                        "name": "DUNIA HOBI",
                        "isOfficial": false,
                        "communityId": "1079",
                        "description": "Komunitas Untuk saling bertukar informasi, pengalaman dan tips dibidang hobi. Apapun Hobi anda baik itu tentang mancing, hewan, kuliner, otomotif,Travelling, kolektor, dan hobi lainnya yang anda minati. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1335",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Info Game Menarik",
                        "isOfficial": false,
                        "communityId": "1335",
                        "description": "Update Seputar Game Menarik",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2103",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "MANHUA 8",
                        "isOfficial": false,
                        "communityId": "2103",
                        "description": "MANHUA",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2615",
                        "icon": "https://s.kaskus.id/ficon/image-2615.png",
                        "name": "Ekonomi",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2615",
                        "description": "Membahas seputar ekonomi Indonesia, baik di kawasan ASEAN maupun secara global. Dan membahas upaya pemerintah dalam meningkatkan ekonomi Indonesia di tengah ketidakpastian global.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1080",
                        "icon": "https://s.kaskus.id/ficon/image-1080.png",
                        "name": "DUNIABISNIS",
                        "isOfficial": false,
                        "communityId": "1080",
                        "description": "Komunitas untuk saling berbagi informasi tentang bisnis, motivasi, ide bisnis, dan kisah sukses yang bisa menjadi motivasi buat kita semua. . ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1336",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Opini Kita",
                        "isOfficial": false,
                        "communityId": "1336",
                        "description": "opini kita",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1592",
                        "icon": "https://s.kaskus.id/ficon/image-1592.png",
                        "name": "Komunitas Penulis Kreatif Indonesia",
                        "isOfficial": false,
                        "communityId": "1592",
                        "description": "Untuk Menulis Di Dunia Maya Gak Perlu Malu",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2104",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "MANHUA 9",
                        "isOfficial": false,
                        "communityId": "2104",
                        "description": "MANHUA 9",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2616",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Takjub",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2616",
                        "description": "apa saja boleh, yang membuat kita takjub dan bersukacita",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1081",
                        "icon": "https://s.kaskus.id/ficon/image-1081.png",
                        "name": "GRIYAHOME",
                        "isOfficial": false,
                        "communityId": "1081",
                        "description": "Komunitas untuk saling berbagi informasi seputar rumah dan permasalahannya, tidak lupa juga tips dan solusi menanganinya. Dilarang posting judi, pornografi, dan perilaku negatif lainnya. Jika melanggar thread akan dihapus, Harap kerjasamanya, Terima kasih",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1849",
                        "icon": "https://s.kaskus.id/ficon/image-1849.png",
                        "name": "KONSULTASI AGAMA",
                        "isOfficial": false,
                        "communityId": "1849",
                        "description": "Silahkan Jika Ada Yang Ditanyakan Bisa Kirim Pertanyaan, Insya Allah Akan Dijawab. (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2105",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "MANHUA 10",
                        "isOfficial": false,
                        "communityId": "2105",
                        "description": "MANHUA 10",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2361",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "ZUHYX",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2361",
                        "description": "00Tidak digunakan sementara",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2617",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Heran raih sukses",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2617",
                        "description": "apa saja, untung, happy, sukses nyampek heran",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1082",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "pedagang kaki lima",
                        "isOfficial": false,
                        "communityId": "1082",
                        "description": "wadah para pedagang kecil",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1850",
                        "icon": "https://s.kaskus.id/ficon/image-1850.png",
                        "name": "AL QURAN",
                        "isOfficial": false,
                        "communityId": "1850",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Ayat Suci Al Qur'an. (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2362",
                        "icon": "https://s.kaskus.id/ficon/image-2362.png",
                        "name": "Toko Sofa Halipah",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2362",
                        "description": "SELESAI tidak dilanjutkan lagi, closed\n\nTOKO SOFA HALIPAH KOTA KENDARI PROVINSI SULAWESI TENGGARA\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2618",
                        "icon": "https://s.kaskus.id/ficon/image-2618.png",
                        "name": "Sobat Nightlife Indonesia",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2618",
                        "description": "tempat berbagi informasi mengenai event SPA dan promosi massage & Bar yang terkait dengan LifeStyle",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1083",
                        "icon": "https://s.kaskus.id/ficon/image-1083.png",
                        "name": "Ngerti Audit",
                        "isOfficial": false,
                        "communityId": "1083",
                        "description": "Sharing mengenai Audit & Assurance di Indonesia\nIG : @ngertiaudit\nTiktok : @ngertiaudit",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1339",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Sepoin",
                        "isOfficial": false,
                        "communityId": "1339",
                        "description": "Di Sepoin (sebuah portal informasi) kita akan mengenal dan belajar di dunia teknologi untuk selalu UpToDate. \"Gadget, Ponsel, Komputer, Laptop, Aplikasi, Software, DLL",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1595",
                        "icon": "https://s.kaskus.id/ficon/image-1595.png",
                        "name": "Youtubers Indonesia Saling Subscribe",
                        "isOfficial": false,
                        "communityId": "1595",
                        "description": "Untuk Saling Subscribe Dan Suport Gak perlu Bayar..Itu Gratis.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1851",
                        "icon": "https://s.kaskus.id/ficon/image-1851.png",
                        "name": "3 GENERASI AWAL UMAT TERMULIA",
                        "isOfficial": false,
                        "communityId": "1851",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan 3 Generasi Awal Umat Termulia. (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid). ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2107",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Layanan Skripsi",
                        "isOfficial": false,
                        "communityId": "2107",
                        "description": "\"WA 0895-2299-3824 , biaya konsultasi skripsi Tangerang Selatan\n\nLangsung ORDER KLIK WA http://wa.me/6289522993824 , biaya konsultasi skripsi Tangerang Selatan, biaya konsultasi skripsi Tangerang Selatan, Jasa Bimbingan Skrip",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2363",
                        "icon": "https://s.kaskus.id/ficon/image-2363.png",
                        "name": "LAGU LAGU TOP INDONESIA",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2363",
                        "description": "Ketikkan nama band, penyanyi, atau judul lagu / video ke kotak pencarian untuk musik / video yang diinginkan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2619",
                        "icon": "https://s.kaskus.id/ficon/image-2619.png",
                        "name": "SALES HYUNDAI",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": false,
                        "communityId": "2619",
                        "description": "Khusus untuk Sales Hyundai",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1084",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "LOKER BUMN 2022",
                        "isOfficial": false,
                        "communityId": "1084",
                        "description": "Informasi lowongan kerja dan Loker BUMN Fresh Graduate, lulusan SMA sederajat hingga S1 Semua Jurusan, cek di LOKER | VOID",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1340",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Industri Uang",
                        "isOfficial": false,
                        "communityId": "1340",
                        "description": "Mengupas seputar uang dan cara menghasilkan uang lengkap dengan solusinya ~",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1596",
                        "icon": "https://s.kaskus.id/ficon/image-1596.png",
                        "name": "Animastrip Lovers Indonesia",
                        "isOfficial": false,
                        "communityId": "1596",
                        "description": "Sharelah Video Animasi Karya Kreator Indonesia Favoritmu.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1852",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "HAYYA ALASH SHALAH",
                        "isOfficial": false,
                        "communityId": "1852",
                        "description": "Marilah Kita Menuju Sholat",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2108",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "SEPUCUK JAMBI SEMBILAN LURAH",
                        "isOfficial": false,
                        "communityId": "2108",
                        "description": "ini adalah KOMUNITAS dari sekumpulan Buak jambi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2364",
                        "icon": "https://s.kaskus.id/ficon/image-2364.png",
                        "name": "KUMPULAN LAGU DAN MUSIK POPULER",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2364",
                        "description": "Ketikkan nama band, penyanyi, atau judul lagu / video ke kotak pencarian untuk musik / video yang diinginkan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2620",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Cerita FNB",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": false,
                        "communityId": "2620",
                        "description": "Shering-shering di dunia F&B ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1085",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Feng Shui Indonesia",
                        "isOfficial": false,
                        "communityId": "1085",
                        "description": "Komunitas bagi pemerhati, praktisi, maupun mereka yang ingin menambah pengetahuan sekitar feng shui. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1341",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "KITA PEDULI",
                        "isOfficial": false,
                        "communityId": "1341",
                        "description": "Menjadikan hidup penuh dengan manfaat dengan saling berbagi dan peduli untuk saudara saudara kita yang membutuhkan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1597",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Influencer Indonesia",
                        "isOfficial": false,
                        "communityId": "1597",
                        "description": "Tempat diskusi bagi Influencers, Social Media Marketeers, dan Anak Ahensi. Feel free to join the discussion! :)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2109",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "SURAT MENYURAT",
                        "isOfficial": false,
                        "communityId": "2109",
                        "description": "ini adalah berbagai contoj surat menyurat ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2365",
                        "icon": "https://s.kaskus.id/ficon/image-2365.png",
                        "name": "COVER LAGU INDONESIA TERBAIK",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2365",
                        "description": "Ketikkan nama band, penyanyi, atau judul lagu / video ke kotak pencarian untuk musik / video yang diinginkan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2621",
                        "icon": "https://s.kaskus.id/ficon/image-2621.png",
                        "name": "Free Fire",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2621",
                        "description": "komunitas FF",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1086",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Spoiler Without Context",
                        "isOfficial": false,
                        "communityId": "1086",
                        "description": "Cerita spoiler tanpa kasih spoiler~",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2110",
                        "icon": "https://s.kaskus.id/ficon/image-2110.png",
                        "name": "JUAL BELI AKUN WECHAT",
                        "isOfficial": false,
                        "communityId": "2110",
                        "description": "ini adalah komunitas bertemu nya penjual dan pembeli akun wechat",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2366",
                        "icon": "https://s.kaskus.id/ficon/image-2366.png",
                        "name": "LAGU HITS POPULER SAAT INI",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2366",
                        "description": "Ketikkan nama band, penyanyi, atau judul lagu / video ke kotak pencarian untuk musik / video yang diinginkan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2622",
                        "icon": "https://s.kaskus.id/ficon/image-2622.png",
                        "name": "telourphuyuhbuzsuk1075",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2622",
                        "description": "private",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1343",
                        "icon": "https://s.kaskus.id/ficon/image-1343.png",
                        "name": "AKI",
                        "isOfficial": false,
                        "communityId": "1343",
                        "description": "AHLI KUNCI INDONESIA",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1599",
                        "icon": "https://s.kaskus.id/ficon/image-1599.png",
                        "name": "Kingdoms And Lords Gameloft Fans Indonesia",
                        "isOfficial": false,
                        "communityId": "1599",
                        "description": "Share inpolah Tentang Kingdoms And Lord Game Favoritmu",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1855",
                        "icon": "https://s.kaskus.id/ficon/image-1855.png",
                        "name": "Opini",
                        "isOfficial": false,
                        "communityId": "1855",
                        "description": "Forum yang di buat untuk memberikan opini pribadi.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2111",
                        "icon": "https://s.kaskus.id/ficon/image-2111.png",
                        "name": "DESTINASI WISATA INDONESIA",
                        "isOfficial": false,
                        "communityId": "2111",
                        "description": "Berbagai informasi seputar destinasi wisata di seluruh pelosok negeri Indonesia ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2367",
                        "icon": "https://s.kaskus.id/ficon/image-2367.png",
                        "name": "SEMUA LAGU MUSIK DUNIA",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2367",
                        "description": "Ketikkan nama band, penyanyi, atau judul lagu / video ke kotak pencarian untuk musik / video yang diinginkan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1088",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Mie Instant Lover",
                        "isOfficial": false,
                        "communityId": "1088",
                        "description": "Share kenang2an terindahmu dengan mie Instant! ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1344",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Berita Bola Terbaik",
                        "isOfficial": false,
                        "communityId": "1344",
                        "description": "Berita Bola Semua Liga",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1600",
                        "icon": "https://s.kaskus.id/ficon/image-1600.png",
                        "name": "Versi Teks Dan Cerita Karangan",
                        "isOfficial": false,
                        "communityId": "1600",
                        "description": "Tulislah Cerita Karangan dan Versi Teks Manga/Anime Favoritmu Tepat Pada Waktunya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1856",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jual Tas Anyaman PLastik Di Jakarta",
                        "isOfficial": false,
                        "communityId": "1856",
                        "description": "Jual Tas Anyaman PLastik Di Jakarta, Jual Keranjang Anyaman Plastik, Jual Tas anyaman,",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2112",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jual Parfum Prangsang Luwu",
                        "isOfficial": false,
                        "communityId": "2112",
                        "description": "\"WA 0857-2367-4959 , Jual Parfum Prangsang Luwu\n\nLangsung ORDER KLIK WA http://wa.me/6285723674959 , Jual Parfum Prangsang Luwu, Jual Parfum Pemikat Wanita Di Serang, Jual Parfum Pemikat Wanita Di Belitung, Jual Parfu",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2368",
                        "icon": "https://s.kaskus.id/ficon/image-2368.png",
                        "name": "KUMPULAN LAGU TERBAIK",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2368",
                        "description": "Ketikkan nama band, penyanyi, atau judul lagu / video ke kotak pencarian untuk musik / video yang diinginkan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2624",
                        "icon": "https://s.kaskus.id/ficon/image-2624.png",
                        "name": "Nightlife Karaoke Hiburan Malam",
                        "channel": {
                          "id": "10",
                          "name": "Female"
                        },
                        "isOfficial": false,
                        "communityId": "2624",
                        "description": "Agan dapat menulis tentang Lapak sendiri atau Judul yang keterkaitan dengan Nightlife NO SPAM",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1089",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Ecchi Forever",
                        "isOfficial": false,
                        "communityId": "1089",
                        "description": "Sharing everything I want, and you can share here too",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1345",
                        "icon": "https://s.kaskus.id/ficon/image-1345.png",
                        "name": "INDUSTRI PERCETAKAN ADVERTISING",
                        "isOfficial": false,
                        "communityId": "1345",
                        "description": "Media Iklan Home Industri",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1601",
                        "icon": "https://s.kaskus.id/ficon/image-1601.png",
                        "name": "Komunitas Penulis Blogger Indonesia",
                        "isOfficial": false,
                        "communityId": "1601",
                        "description": "Tulislah Karya Tulis Blog Mu dan Share Di Kaskus Tepat Pada Waktunya",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1857",
                        "icon": "https://s.kaskus.id/ficon/image-1857.png",
                        "name": "BIOGRAFI ULAMA",
                        "isOfficial": false,
                        "communityId": "1857",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Biografi Para Ulama. (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2113",
                        "icon": "https://s.kaskus.id/ficon/image-2113.png",
                        "name": "ADAT MINANGKABAU",
                        "isOfficial": false,
                        "communityId": "2113",
                        "description": "ini adalah kumpulan informasi seputar Minangkabau",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2369",
                        "icon": "https://s.kaskus.id/ficon/image-2369.png",
                        "name": "KUMPULAN LAGU ENAK DI DENGAR",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2369",
                        "description": "Ketikkan nama band, penyanyi, atau judul lagu / video ke kotak pencarian untuk musik / video yang diinginkan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2625",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Tidak Semudah Itu Ferguso",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2625",
                        "description": "Buat kamu yang Joined Date > 20 tahun",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1090",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Gresik Driver Online",
                        "isOfficial": false,
                        "communityId": "1090",
                        "description": "komunitas Driver Wilayah Gresik \nterutama di Gresik Kota ????\n\nDan tidak menutup All Gresik ya Gan ????????",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1346",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "FiksiMu FiksiKu",
                        "isOfficial": false,
                        "communityId": "1346",
                        "description": "Tuangkan cerita Fiksi kalian, jangan di pendam yaa....",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1858",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Konsultan Jasa Ukur Tanah dan Topografi",
                        "isOfficial": false,
                        "communityId": "1858",
                        "description": "Disini wadah untuk para Geomatika dan surveyor yang ingin berbagi tentang semua kehudipuna surveyor dan promosi satu sama lain supaya lebih kenal dan saling membantu kedepannya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2114",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "BERITA JAMBI UPDATE",
                        "isOfficial": false,
                        "communityId": "2114",
                        "description": "portal berita",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2370",
                        "icon": "https://s.kaskus.id/ficon/image-2370.png",
                        "name": "KUMPULAN LAGU POP INDONESIA TERBAIK",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2370",
                        "description": "Ketikkan nama band, penyanyi, atau judul lagu / video ke kotak pencarian untuk musik / video yang diinginkan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2626",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Tidak Semudah itu Bro",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2626",
                        "description": "Buat Yang Rajin Nge-post",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1091",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kisah kisah",
                        "isOfficial": false,
                        "communityId": "1091",
                        "description": "komunitas kisah-kisah para sahabat Nabi, kisah-kisah orang saleh dan kisah-kisah istri Nabi dan para sahabat",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1603",
                        "icon": "https://s.kaskus.id/ficon/image-1603.png",
                        "name": "Komunitas Streamer Twitch Indonesia",
                        "isOfficial": false,
                        "communityId": "1603",
                        "description": "Streaming Dan Share Lah Link Twitch Mu Di Kaskus Tepat Pada Waktunya.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1859",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "BUKU ISLAMI",
                        "isOfficial": false,
                        "communityId": "1859",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Buku Yang Ditulis Oleh Ulama Bermanhaj Ahlu Sunnah. (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2115",
                        "icon": "https://s.kaskus.id/ficon/image-2115.png",
                        "name": "Xiaomi Community",
                        "isOfficial": false,
                        "communityId": "2115",
                        "description": "Tempat Tongkrongan Penggunaan Xiomi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2371",
                        "icon": "https://s.kaskus.id/ficon/image-2371.png",
                        "name": "KOLEKSI LAGU POP INDONESIA",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2371",
                        "description": "Ketikkan nama band, penyanyi, atau judul lagu / video ke kotak pencarian untuk musik / video yang diinginkan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2627",
                        "icon": "https://s.kaskus.id/ficon/image-2627.png",
                        "name": "Nightlife karaoke dan spa",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2627",
                        "description": "Tempat berbagi informasi mengenai promosi clube karaoke Spa & hiburan.\nno spam no sara",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1092",
                        "icon": "https://s.kaskus.id/ficon/image-1092.png",
                        "name": "COFFEE LOVERS",
                        "isOfficial": false,
                        "communityId": "1092",
                        "description": "Komunitas Pecinta ,Penikmat Kopi\nRekomendasi Tempat -tempat Kopi,Cafe,Resto yang Baru,Hits,Viral dan Unik di Kota Anda",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1348",
                        "icon": "https://s.kaskus.id/ficon/image-1348.png",
                        "name": "CONTENT CREATOR",
                        "isOfficial": false,
                        "communityId": "1348",
                        "description": "Content Creator Media Periklanan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1604",
                        "icon": "https://s.kaskus.id/ficon/image-1604.png",
                        "name": "Hago Indonesia",
                        "isOfficial": false,
                        "communityId": "1604",
                        "description": "Komunitas Para pengguna aplikasi hago game di Indonesia ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1860",
                        "icon": "https://s.kaskus.id/ficon/image-1860.png",
                        "name": "PONDOK PESANTREN",
                        "isOfficial": false,
                        "communityId": "1860",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Profil Pondok Pesantren Yang Bermanhaj Ahlu Sunnah Wal Jama'ah. (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2116",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "PECINTA SEPAKBOLA DI INDONESIA",
                        "isOfficial": false,
                        "communityId": "2116",
                        "description": "PECINTA BOLA WAJIB JOIN NIH>> BISA ADD WA ADMIN KAMI DIBAWAH INI:\n\n• WA 1 : +62 821-6513-7655\n• WA 2 : +62 821-6281-2699",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2372",
                        "icon": "https://s.kaskus.id/ficon/image-2372.png",
                        "name": "LAGU TERBAIK SEPANJANG MASA",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2372",
                        "description": "Ketikkan nama band, penyanyi, atau judul lagu / video ke kotak pencarian untuk musik / video yang diinginkan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2628",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "DAIHATSU JABODETABEK",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": false,
                        "communityId": "2628",
                        "description": "KOMUNITAS INI HANYA SEPUTARAN DAIHATSU DAN KOMUNITAS INI SHERING TENTANG OTOMOTIF DAN BISA UNTUK JUAL BELI DI DALAM KOMUNITAS \n",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1093",
                        "icon": "https://s.kaskus.id/ficon/image-1093.png",
                        "name": "Logia",
                        "isOfficial": false,
                        "communityId": "1093",
                        "description": "Logical Architecture, adalah komunitas bergerak dalam pengembangan berpikir Logis, dapat berpikir bebas sebebas bebasnya, tetapi yang memiliki landasan alquran dan hadist sahih lebih di utamakan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1349",
                        "icon": "https://s.kaskus.id/ficon/image-1349.png",
                        "name": "Quora",
                        "isOfficial": false,
                        "communityId": "1349",
                        "description": "Tempat bertanya apapun",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1605",
                        "icon": "https://s.kaskus.id/ficon/image-1605.png",
                        "name": "Komunitas Streamer NonoLive Indonesia",
                        "isOfficial": false,
                        "communityId": "1605",
                        "description": "Sharelah Livestreaming Nonolive Dikaskusmu.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1861",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kampus Kelas Online Jakarta",
                        "isOfficial": false,
                        "communityId": "1861",
                        "description": "Kampus Kelas Online Jakarta, Kulia Kelas Karyawan, Kulia Karyawan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2117",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "INFO UPDATE TERBARU",
                        "isOfficial": false,
                        "communityId": "2117",
                        "description": "ini adalah komunitas berbagi informasi baik itu berita, lowongan kerja, ataupun hal-hal yang sekiranya informatif",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2373",
                        "icon": "https://s.kaskus.id/ficon/image-2373.png",
                        "name": "REDDOORZELLER",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": false,
                        "communityId": "2373",
                        "description": "staycation & traveling murah\ngratis suka - suka pakai kode promo dan dapatkan 5% s/d 27% setiap harinya dari RedSeller partner resmi RedDoorz. yuk #bukasemuapintu , booking dan cek kamar hotel kalian sekarang juga.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2629",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Info dan Berita Hari Ini",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2629",
                        "description": "Menulis Info dan Berita hari ini yang Penting Saja",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1094",
                        "icon": "https://s.kaskus.id/ficon/image-1094.png",
                        "name": "Share Source",
                        "isOfficial": false,
                        "communityId": "1094",
                        "description": "share source",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1350",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Sport",
                        "isOfficial": false,
                        "communityId": "1350",
                        "description": "Seputar sports",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2374",
                        "icon": "https://s.kaskus.id/ficon/image-2374.png",
                        "name": "OrangPosting KASKUS",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2374",
                        "description": "OrangPosting, kini hadir di KASKUS\nberlisensi langsung dari Admin OrangPosting",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2630",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Download Software dan Aplikasi",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2630",
                        "description": "tempat berbagi software dan aplikasi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1095",
                        "icon": "https://s.kaskus.id/ficon/image-1095.png",
                        "name": "RAIskandar Quotes",
                        "isOfficial": false,
                        "communityId": "1095",
                        "description": "Blog menulis untuk semua.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1351",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Bisnis MLM Crypto Investasi Legal",
                        "isOfficial": false,
                        "communityId": "1351",
                        "description": "Dibuat untuk saling tukar informasi bisnis di Indonesia. Silahkan share bisnis Agan disini dengan catatan Bisnis Legal ya Gan ..",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2119",
                        "icon": "https://s.kaskus.id/ficon/image-2119.png",
                        "name": "FJB Yogyakarta",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2119",
                        "description": "Komunitas & Forum Jual Beli Kaskus Regional Jogja ( FJB Kaskus Jogja )",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2375",
                        "icon": "https://s.kaskus.id/ficon/image-2375.png",
                        "name": "Collection of Hindi Songs",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2375",
                        "description": "Here you can find a collection of trending Indian songs on YouTube.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2631",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Jasa Supranatural",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2631",
                        "description": "komunitas jasa supranatural",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1096",
                        "icon": "https://s.kaskus.id/ficon/image-1096.png",
                        "name": "Manchester United",
                        "isOfficial": false,
                        "communityId": "1096",
                        "description": "A community-owned forum for keeping us with anything related to Manchester United.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1608",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komik Cinta Remaja",
                        "isOfficial": false,
                        "communityId": "1608",
                        "description": "Cinta itu anugerah, bisa di terjemahkan dengan berbagai kreasi. termasuk juga komik",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2120",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "FJB DKI Jakarta",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2120",
                        "description": "Tempat jual beli untuk wilayah Jakarta",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2376",
                        "icon": "https://s.kaskus.id/ficon/image-2376.png",
                        "name": "Pelatihan SDM Indonesia",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2376",
                        "description": "Pelatihan sdm indonesia oleh pt cipta esa kreasindo (pt cek) bali - pelatihansdmindonesia.com",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1097",
                        "icon": "https://s.kaskus.id/ficon/image-1097.png",
                        "name": "HUKUM ISLAM",
                        "isOfficial": false,
                        "communityId": "1097",
                        "description": "HUKUM ISLAM merupakan sebuah channel yang menyajikan info-info tentang hukum-hukum yang terdapat dalam Islam, berdasarkan landasan Dalil yang kuat, merujuk ke AL-Qur'an & Hadits.\n\n\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2121",
                        "icon": "https://s.kaskus.id/ficon/image-2121.png",
                        "name": "Uang Online Receh",
                        "isOfficial": false,
                        "communityId": "2121",
                        "description": "Share kegiatan car uang online",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1866",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "uWinFly x6",
                        "isOfficial": false,
                        "communityId": "1866",
                        "description": "Forum atau trit untuk berbagi informasi teknis , tips , pengalaman dan lain lain mengenai segala sesuatu khusus sepeda motor listrik uWinFly x6 atau Tangkas x7",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2122",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Frelance Review Maps",
                        "isOfficial": false,
                        "communityId": "2122",
                        "description": "\"WA 0895-2299-0498 , Jasa Review Playstore di Tangerang\n\nLangsung ORDER KLIK WA http://wa.me/6289522990498 , Jasa Review Playstore di Tangerang, Jasa Review Playstore di Tangerang, Jasa Review Aplikasi Playstore di Magelang, ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2378",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "penelitian",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2378",
                        "description": "penelitian yes 2024 maaf bukan thread umum, isi data nya text yang sangat berguna bagi saya tapi tidak berguna bagi lainnya, tadi udah ada yang salah paham masuk sendiri, maaf saya tidak invite siapa pun, jangan masuk thread ini daripada nanti merasa spam",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2634",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "DAFTAR LAGU INDO TERPOPULER V2",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2634",
                        "description": "DAFTAR LAGU INDO TERPOPULER V2",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1099",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Blogspot alias Blogger",
                        "isOfficial": false,
                        "communityId": "1099",
                        "description": "Dalam membuat situs/website/blog, sekarang ini sudah pada pakai WP (wordpress), ini komunitas untuk yang masih setia menggunakan blogspot (aka blogger).",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1355",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Spiritual Dan Supranatural",
                        "isOfficial": false,
                        "communityId": "1355",
                        "description": "untuk berbagi pengetahuan ilmu ghaib ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1867",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Produsen Minyak Sacha Inchi",
                        "isOfficial": false,
                        "communityId": "1867",
                        "description": "Produsen Minyak Sacha Inchi ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2123",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komputer Akuntansi",
                        "isOfficial": false,
                        "communityId": "2123",
                        "description": "Belajar membuat laporan keuangan dengan accurate",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2635",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "UPDATE LAGU TRENDING YOUTUBE V2",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2635",
                        "description": "UPDATE LAGU TRENDING YOUTUBE V2",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1100",
                        "icon": "https://s.kaskus.id/ficon/image-1100.png",
                        "name": "caffeine id",
                        "isOfficial": false,
                        "communityId": "1100",
                        "description": "Sebuah komunitas photography dan videography yang berfokus di bidang beauty portrait.\nWe see things differently",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1868",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Produsen Sacha Inchi Oil",
                        "isOfficial": false,
                        "communityId": "1868",
                        "description": "Studi ilmiah menunjukkan bahwa sacha inchi adalah tanaman penghasil minyak nabati terbaik dimana manfaatnya 17 X lebih baik melampaui minyak ikan. Disebut sebagai Rajanya Omega",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2124",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Membuat Laporan Keuangan dengan Access",
                        "isOfficial": false,
                        "communityId": "2124",
                        "description": "sarana saling belajar",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2380",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Dunia Pekerjaan Indonesia",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2380",
                        "description": "Komunitas Dunia Pekerjaan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2636",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "KUMPULAN LAGU TERBARU DAN TERPOPULER V2",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2636",
                        "description": "KUMPULAN LAGU TERBARU DAN TERPOPULER V2",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1101",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Tafakoer Review Produk",
                        "isOfficial": false,
                        "communityId": "1101",
                        "description": "Membahas produk-produk baru yang muncul di pasaran dan juga produk-produk lainnya yang menarik \n\nYoutube Channel : Tafakoer",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1357",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Forex Hari InI 2023",
                        "isOfficial": false,
                        "communityId": "1357",
                        "description": "Sharing dan Analisa Forex Hari Ini $ € £ ¥",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1613",
                        "icon": "https://s.kaskus.id/ficon/image-1613.png",
                        "name": "Wayback Machine Kaskus Archive",
                        "isOfficial": false,
                        "communityId": "1613",
                        "description": "Wayback Machine Kaskus Archive adalah gerakan inisiatif (non-profit) untuk mengumpulkan arsip bersejarah daripada thread-thread fenomal yang ada di dalam platform Kaskus.\n\nCatatan: Tidak ada promosi Jual-Beli di dalam komunitas ini!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1869",
                        "icon": "https://s.kaskus.id/ficon/image-1869.png",
                        "name": "DREAM OF MIRROR ONLINE",
                        "isOfficial": false,
                        "communityId": "1869",
                        "description": "Game MMORPG bertema anime, diselimuti misteri dunia kuno, jalin hubungan dan temukan teman baru, tunggu apa lagi ayo segera download dan mainkan Dream Of Mirror Online bersama teman-temanmu.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2125",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Ilmu Ramal Nujum Prediksi",
                        "isOfficial": false,
                        "communityId": "2125",
                        "description": "khusus membahas Ramal Nujum Prediksi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2381",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "gambar gambar untuk yes",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2381",
                        "description": "gambar ini koleksi yes dan digunakan untuk penelitian dan pelatihan yes bukan untuk umum",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2637",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "DAFTAR LAGU POPULER TAHUN INI V2",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2637",
                        "description": "DAFTAR LAGU POPULER TAHUN INI V2",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1102",
                        "icon": "https://s.kaskus.id/ficon/image-1102.png",
                        "name": "Pria Cupu",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "1102",
                        "description": "Komunitas untuk orang orang yang merasa cupu",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1870",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Diari Puisi",
                        "isOfficial": false,
                        "communityId": "1870",
                        "description": "Diari puisi menjadi wadah untuk menuangkan puisi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2382",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "abstrak jurnal",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2382",
                        "description": "abstrak jurnal penelitian yes, maaf buat diri sendiri, ga manfaat kalau dishare nanti ada yang salah paham dibilang spam lagi, jangan join",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2638",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "KUMPULAN LAGU TRENDING YOUTUBE V2",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2638",
                        "description": "KUMPULAN LAGU TRENDING YOUTUBE V2",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1103",
                        "icon": "https://s.kaskus.id/ficon/image-1103.png",
                        "name": "Pandeglang Lembur Aink",
                        "isOfficial": false,
                        "communityId": "1103",
                        "description": "Komunitas urang Pandeglang di kaskus,\nmembahas berbagai macam topik, peristiwa dan hal hal unik\nsarana berbagi berbagai macam jenis informasi\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1359",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jual Beli Mobil Baru Dan Bekas",
                        "isOfficial": false,
                        "communityId": "1359",
                        "description": "Tempat diskusi dan berbagi info jual beli baru dan bekas\nMerek Mobil Terlaris dari Jenis Mobil di Indonesia\nMobil Sedan. Mercedes Benz E Class. Mercedes Benz C Class. Toyota New Corolla Altis. Toyota Camry. Toyota Vios\nMobil",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2127",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Piandel Berbayar",
                        "isOfficial": false,
                        "communityId": "2127",
                        "description": "Mahar murah tetapi kualitas tidak murahan",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2383",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "desain yes",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2383",
                        "description": "desain yes 2024",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2639",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Pijat Kang Abidin Semarang",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2639",
                        "description": "Layanan informasi pijat urut tradisional panggilan di kota semarang. layanan 24 jam. Melayani pijat Pria dan Pijat Wanita. Pijat cedera, Pijat keseleo, pijat capek, Pijat full body, Pijat Pasutri, Pijat kebugaran, Pijat khusus untuk wanita, Pijat Sensual.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1104",
                        "icon": "https://s.kaskus.id/ficon/image-1104.png",
                        "name": "Arsenal Kaskus",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": false,
                        "communityId": "1104",
                        "description": "Tempat berkumpul gooners (fans Arsenal) yang difasilitasi oleh Kaskus",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1872",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Diari Islam",
                        "isOfficial": false,
                        "communityId": "1872",
                        "description": "Diari Islam",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2128",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "contoh proposal",
                        "isOfficial": false,
                        "communityId": "2128",
                        "description": "silakan tulis contoh contoh proposal anda",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2384",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "serba berita apa saja",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2384",
                        "description": "membahas apa saja asal sopan dan baik",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2640",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Berita Sumenep Hari Ini",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2640",
                        "description": "berita seputar sumenep dan sekitarnya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1105",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Mini Soccer",
                        "isOfficial": false,
                        "communityId": "1105",
                        "description": "Selamat datang di komunitas mini soccer, buat Lo yang mau diskusi lebih dalam mengenai mini soccer maka Lo telah menemukan tempat yang tepat.\n\nMain bareng, rekomendasi lapangan, cari tim, semuanya kita bahas disini bareng - bareng.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1361",
                        "icon": "https://s.kaskus.id/ficon/image-1361.png",
                        "name": "Pesona Indonesia",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": false,
                        "communityId": "1361",
                        "description": "tempat wisata di indonesia",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1873",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Diari Sholat",
                        "isOfficial": false,
                        "communityId": "1873",
                        "description": "Diari Sholat",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2129",
                        "icon": "https://s.kaskus.id/ficon/image-2129.png",
                        "name": "Shohih Bukhori",
                        "isOfficial": false,
                        "communityId": "2129",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Hadis Shohih Bukhori. (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2385",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "FJB SUPRANATURAL DAN MISTISME",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2385",
                        "description": "Forum jual beli jasa dan benda supranatural / mistik\nbaik itu berupa jasa/benda/pengisian/azimah",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1106",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Suka Berenang",
                        "isOfficial": false,
                        "communityId": "1106",
                        "description": "Terbuka bagi mereka yang suka berenang, baik masih belajar, sudah bisa, ataupun yang pro. Tempat untuk cari teman berenang, berbagi info kolam renang yang bagus, tips seputar berenang, dan sebagainya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1362",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "BERITA KASkUS",
                        "isOfficial": false,
                        "communityId": "1362",
                        "description": "berita kan saja disini",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1874",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Diari Sukses",
                        "isOfficial": false,
                        "communityId": "1874",
                        "description": "Diari Sukses",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2130",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "NEWS SATU",
                        "isOfficial": false,
                        "communityId": "2130",
                        "description": "menyajikan informasi teekini dan aktual",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2386",
                        "icon": "https://s.kaskus.id/ficon/image-2386.png",
                        "name": "TeckStock",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2386",
                        "description": "Teckstock.com adalah situs website yang berisi berbagai macam aplikasi dan game terpercaya dan aman.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2642",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Private Kombat",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2642",
                        "description": "Private Kombat",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1107",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Seribu",
                        "isOfficial": false,
                        "communityId": "1107",
                        "description": "Komunitas seribu - Mobile legends bang bang gameplay, tutorial, build dan emblem dari player publik sekelas pro player ... Channel tempat belajar cara main hero mobile legends bang bang biar jago kaya pro player ...",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1363",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "REPUBLIK NGAPAK",
                        "isOfficial": false,
                        "communityId": "1363",
                        "description": "Melestarikan Kearifan Lokal dan Mennjadi Pusat Informasi Wong Ngapak Sejagad Raya\n\nHotline NGAPAK\n\nWhatsapp 0898-5151-228\n\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1619",
                        "icon": "https://s.kaskus.id/ficon/image-1619.png",
                        "name": "New FJB Kaskus",
                        "isOfficial": false,
                        "communityId": "1619",
                        "description": "forum jual beli",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2131",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Olah Data Semarang",
                        "isOfficial": false,
                        "communityId": "2131",
                        "description": "Komunitas Resmi Dari Olah Data Semarang",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2387",
                        "icon": "https://s.kaskus.id/ficon/image-2387.png",
                        "name": "Ini Viral Banget",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2387",
                        "description": "Tempat berbagi hal viral dari berbagai aspek, mulai dari video, gambar, cuitan viral dan lain sebagainya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2643",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Public Kombat",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2643",
                        "description": "Public Kombat",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1108",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "PrimeiraCrypto",
                        "isOfficial": false,
                        "communityId": "1108",
                        "description": "Komunitas peer to peer Kripto. Pedagang Kripto",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1364",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Pecinta Lelaki Tampan",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "1364",
                        "description": "Buat kamu para pecinta Lelaki Tampan yuk ngumpul disini",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2132",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jual Keset Sabut Kelapa",
                        "isOfficial": false,
                        "communityId": "2132",
                        "description": "Jual Keset Sabut Kelapa",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2388",
                        "icon": "https://s.kaskus.id/ficon/image-2388.png",
                        "name": "ScooterPrix",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": true,
                        "communityId": "2388",
                        "description": "Memajukan event balap skuter di Indonesia. Ajang balap kompetitif bagi mereka yang berani.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2644",
                        "icon": "https://s.kaskus.id/ficon/image-2644.png",
                        "name": "Site Templates",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2644",
                        "description": "Community for web designers, developers, and website template enthusiasts! Here you can find inspiration about site templates. Suitable for beginners and pros!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1109",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kesehatan Mental",
                        "isOfficial": false,
                        "communityId": "1109",
                        "description": "Sharing tentang kesehatan mental manusia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1365",
                        "icon": "https://s.kaskus.id/ficon/image-1365.png",
                        "name": "KONTRAKTOR LAPANGAN OLAHRAGA",
                        "isOfficial": false,
                        "communityId": "1365",
                        "description": "tempat diskusi kontraktor dan pengusaha lapangan olahraga.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1621",
                        "icon": "https://s.kaskus.id/ficon/image-1621.png",
                        "name": "AgroPeternak",
                        "isOfficial": false,
                        "communityId": "1621",
                        "description": "AgroPeternak adalah komunitas online Kaskus untuk para petani dan peternak khususnya pemula. Mari diskusikan segala hal tentang pertanian dan peternakan, berbagi pengetahuan, dan tingkatkan produktivitas lewat forum ini.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1877",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Iklan Usaha",
                        "isOfficial": false,
                        "communityId": "1877",
                        "description": "Bebas Posting Usaha, Boleh SPAM, Gass terus saja",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2133",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jual Keset Welcome",
                        "isOfficial": false,
                        "communityId": "2133",
                        "description": "Jual Keset Welcome",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2389",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "cerita mister",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2389",
                        "description": "cerita misteri di kalimantan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2645",
                        "icon": "https://s.kaskus.id/ficon/image-2645.png",
                        "name": "Admin Dashboard",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2645",
                        "description": "A dedicated community for those interested in or currently developing admin dashboards! UI/UX templates with HTML, CSS, JS, Bootstrap, React, Vue, Tailwind, etc. For front-end & back-end devs who want a modern & responsive dashboard.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1110",
                        "icon": "https://s.kaskus.id/ficon/image-1110.png",
                        "name": "JOYOMANIA",
                        "isOfficial": false,
                        "communityId": "1110",
                        "description": "Komunitas pengikut setia channel Youtube JOYOMARU",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1622",
                        "icon": "https://s.kaskus.id/ficon/image-1622.png",
                        "name": "Kamar Lirik dan Chord Lagu",
                        "isOfficial": false,
                        "communityId": "1622",
                        "description": "Selamat datang di forum para pencinta musik. Disini kamu akan menemukan beragam postingan tentang lirik lagu dan chord dengan beragam genre. Mari gabung disini!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1878",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jual parfum Perangsang Wanita Di Palembang",
                        "isOfficial": false,
                        "communityId": "1878",
                        "description": "Jual parfum Perangsang Wanita Di Palembang, Jual Parfum Pemikat Wanita Di Aceh Timur, Jual Parfum Pemikat Wanita Di Gorontalo, Jual Parfum Pemikat Wanita Di Gorontalo Utara, Jual Parfum Pemikat Wanita Di Pohuwato, Jual Parfum",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2134",
                        "icon": "https://s.kaskus.id/ficon/image-2134.png",
                        "name": "SHOHIH MUSLIM",
                        "isOfficial": false,
                        "communityId": "2134",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Hadis Riwayat Muslim. (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2646",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Titan Infra Sejahtera",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2646",
                        "description": "PT Titan Infra Sejahtera merupakan pemain terkemuka di sektor logistik dan infrastruktur batubara di Sumatera Selatan, Indonesia. Perusahaan ini menyediakan solusi infrastruktur penting untuk mengakses langsung cadangan batubara yang sangat besar di wilay",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1111",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Speedcubing Indonesia",
                        "isOfficial": false,
                        "communityId": "1111",
                        "description": "Tempat kumpul komunitas speedcubing Indonesia, hobi bermain kubus warna-warni Rubik's Cube dan jenis-jenisnya. Gathering, kompetisi, dan jual-beli.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1367",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Desain grafis",
                        "isOfficial": false,
                        "communityId": "1367",
                        "description": "Sharing dan belajar seputar Desain grafis,",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1623",
                        "icon": "https://s.kaskus.id/ficon/image-1623.png",
                        "name": "Asal Vietcong Senang",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "1623",
                        "description": "Basecamp veteran tentara Vietcong. Bebas buat trit & nge-post apapun asal ngga Insult antar id & SARA. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2135",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Telur Omega3 dan Rendah Kolesterol",
                        "isOfficial": false,
                        "communityId": "2135",
                        "description": "Telur Omega-3 rendah Kolesterol merupakan nutrisi yang sangat kaya manfaat. Dengan tingginya kandungan nutrisi, berikut beragam manfaat telur omega-3 yang sangat baik untuk tubuh : Menjaga imun, Menyeimbangkan kadar lemak ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2391",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Editor Sekalian",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2391",
                        "description": "was-just-messing-with-you",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2647",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "omah herbal cina dan madu tonik jogja",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2647",
                        "description": "info herbal cina ,madu tonik dan madu purwaceng di jogja",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1112",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Forwarder Import Barang",
                        "isOfficial": false,
                        "communityId": "1112",
                        "description": "PT. DHIFA Cargo adalah sebuah Perusahaan yang bergerak di bidang Expedisi International Freight Forwarders untuk pengurusan Import kepada kepabean (PPJK).",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1368",
                        "icon": "https://s.kaskus.id/ficon/image-1368.png",
                        "name": "Kisah Petualang",
                        "isOfficial": false,
                        "communityId": "1368",
                        "description": "Tempat para Kaskuser untuk menulis Kisah Petualangan alam, kuliner, asmara, bisnis dll. Bisa berdasarkan pengalaman pribadi, teman dan keluarga. Atau berdasarkan sumber referensi media elektronik dan cetak. Semua nya bisa kalian tulis di komunitas ini.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1624",
                        "icon": "https://s.kaskus.id/ficon/image-1624.png",
                        "name": "Windows Macbook Bandung",
                        "isOfficial": false,
                        "communityId": "1624",
                        "description": "Jasa Install Ulang Windows 7 10 11 12 13 14 15 dan Mac OS 10 11 12 13 14 15 M1 M2 M3 M4 M5. Install Software MacBook Laptop Notebook Komputer PC iMac.Bandung-Cimahi.\nCall/WHATSAPP : 089686927695",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1880",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Games Online foF Fun",
                        "isOfficial": false,
                        "communityId": "1880",
                        "description": "Silakan agan agan memberi info seputar games\nMempostinh foto dan video games\nMoment lucu di games\n",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2136",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Alat Pemadam Kebakaran Ringan",
                        "isOfficial": false,
                        "communityId": "2136",
                        "description": "Alat Pemadam Kebakaran Ringan dapat disimpan dibebagai ruangan, kantor, sekolah, pabrik dll",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2648",
                        "icon": "https://s.kaskus.id/ficon/image-2648.png",
                        "name": "Serba Serbi Random",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2648",
                        "description": "Isinya random",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1113",
                        "icon": "https://s.kaskus.id/ficon/image-1113.png",
                        "name": "Sastra Sajak Puisi",
                        "isOfficial": false,
                        "communityId": "1113",
                        "description": "Kreativitas Karya Sastra Sajak & Puisi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1369",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Sales Firstmedia Jawa Barat",
                        "isOfficial": false,
                        "communityId": "1369",
                        "description": "Tempat ngumpul sales Firstmedia Jawa Barat",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2137",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kubus Apung Surabaya",
                        "isOfficial": false,
                        "communityId": "2137",
                        "description": "0811137470 Kubus Apung Surabaya, Kubus Apung Surabaya, Kubus Apung Jakarta, Kubus Apung Indonesia, Jasa Dermaga Adalah, Proses Pembuatan Dermaga, Fasilitas Dermaga, Harga Dermaga Apung\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2393",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "scenes",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": false,
                        "communityId": "2393",
                        "description": "no description yet.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2649",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Lelang Batu Akik FJB",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2649",
                        "description": "Selamat datang di Forum Jual Beli & Lelang Batu Akik KASKUS! Untuk menjaga kenyamanan dan keamanan transaksi antar sesama Kaskuser, berikut adalah aturan yang WAJIB dipatuhi oleh seluruh anggota:\n\n",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1114",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "DACLO",
                        "isOfficial": false,
                        "communityId": "1114",
                        "description": "Komunitas pencinta kaos kreatif ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1370",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Mobile Legends Funny Moments",
                        "isOfficial": false,
                        "communityId": "1370",
                        "description": "Saling Berbagi Moment Resah, Senang, Kalian Saat Bermain Mobile Legend Solo Atau Pun Mabar. Dan Berbagi Info Terbaru Seputar Mobile Legend.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1626",
                        "icon": "https://s.kaskus.id/ficon/image-1626.png",
                        "name": "TEKNISI LAPTOP KASKUS NUSANTARA",
                        "isOfficial": false,
                        "communityId": "1626",
                        "description": "Tempat diskusi tukar pengalaman, sharing Ilmu Teknisi Laptop.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2138",
                        "icon": "https://s.kaskus.id/ficon/image-2138.png",
                        "name": "Menjadi Sabar",
                        "isOfficial": false,
                        "communityId": "2138",
                        "description": "Buat Kalian yang ingin menemukan Kedamaian dan Menjadi Sabar",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2394",
                        "icon": "https://s.kaskus.id/ficon/image-2394.png",
                        "name": "Legacyltd",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2394",
                        "description": "Happy Enjoy",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2650",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Diamond News",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2650",
                        "description": "Komunitas ini berisikan berbagai macam informasi maupun berita yang sedang trending dibicarakan atau sedang viral di media sosial. Semoga infirmasi di dalam komunitas ini dapat bermanfaat.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1115",
                        "icon": "https://s.kaskus.id/ficon/image-1115.png",
                        "name": "Dreaminzu",
                        "isOfficial": false,
                        "communityId": "1115",
                        "description": "Komunitas pencinta kaos kreatif, siapapun boleh gabung disini kita akan ngobrol seputar desain kaos kekinian. ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1371",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "dokter laptop",
                        "isOfficial": false,
                        "communityId": "1371",
                        "description": "Membahas tentang kerusakan-kerusakan pada laptop atau pc dan cara memperbaikinya. Teknsi pemula mari kita kumpul dan saling berbagi.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1627",
                        "icon": "https://s.kaskus.id/ficon/image-1627.png",
                        "name": "MacBook 089686927695",
                        "isOfficial": false,
                        "communityId": "1627",
                        "description": "Jasa Install Ulang Windows 7 10 11 12 13 14 15 dan Mac OS 10 11 12 13 14 15 M1 M2 M3 M4 M5. Install Software MacBook Laptop Notebook Komputer PC iMac.Bandung & Cimahi Panggilan.\nCall/WHATSAPP : 089686927695",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1883",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Cerpen Kita Semua",
                        "isOfficial": false,
                        "communityId": "1883",
                        "description": "cerpen kita semua",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2139",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "gambar desain yes",
                        "isOfficial": false,
                        "communityId": "2139",
                        "description": "gambar kreasi pribadi, ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2651",
                        "icon": "https://s.kaskus.id/ficon/image-2651.png",
                        "name": "Anti Hoax Perubahan Iklim",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2651",
                        "description": "Komunitas Anti Hoax Perubahan Iklim adalah ruang diskusi digital yang menyatukan individu berkomitmen untuk memerangi disinformasi seputar isu lingkungan global.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1116",
                        "icon": "https://s.kaskus.id/ficon/image-1116.png",
                        "name": "Bonsai",
                        "isOfficial": false,
                        "communityId": "1116",
                        "description": "Komunitas Bonsai ini dibuat sebagai wadah silaturahmi, diskusi & sharing. Membahas seluk beluk bonsai dan seni terkait atau pelengkap Bonsai seperti Kakemono/Kakejiku, Ikebana, Suiseki dan Bonseki.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1628",
                        "icon": "https://s.kaskus.id/ficon/image-1628.png",
                        "name": "Windows 089686927695",
                        "isOfficial": false,
                        "communityId": "1628",
                        "description": "Jasa Install Ulang Windows 7 10 11 12 13 14 15 dan Mac OS 10 11 12 13 14 15 M1 M2 M3 M4 M5. Install Software MacBook Laptop Notebook Komputer PC iMac.Bandung & Cimahi Panggilan.\nCall/WHATSAPP : 089686927695",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1884",
                        "icon": "https://s.kaskus.id/ficon/image-1884.png",
                        "name": "JUAL ALAT SEPAKBOLA",
                        "isOfficial": false,
                        "communityId": "1884",
                        "description": "Menyediakan berbagai macam perlengkapan olahraga seperti : Gawang Sepakbola, Jaring Sepakbola, Bendera Sudut, Bendera Wasit, Cones, Papan Pergantian Pemain, Papan Strategi, Portable Soccer Goal, dan masih banyak lagi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2140",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Antik dan Bertuah",
                        "isOfficial": false,
                        "communityId": "2140",
                        "description": "ajang share piandel dan segala yang bertuah",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2396",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Adimo Paranto",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2396",
                        "description": "Adimo Paranto menyarankan kepada para investor agar memperhatikan kebijakan ekonomi makro lokal, likuiditas pasar, dan perubahan lingkungan ekonomi global saat mempertimbangkan investasi di pasar-pasar negara berkembang. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2652",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "mendirikan membuat komunitas di internet",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2652",
                        "description": "assalamualaikum; nama saya hari; saya mendirikan komunitas tentang mendirikan komunitas di internet; jadi kegiatan yang dilakukan anda adalah anda harus mendirikan komunitas di internet contoh anda mendirikan komunitas suka cosplay di website kaskus",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1629",
                        "icon": "https://s.kaskus.id/ficon/image-1629.png",
                        "name": "Kursi Pijat Alat Fitness Produk Kesehatan Kecantikan PT Tokuyo Jaya Indonesia",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "1629",
                        "description": "081380783912\nVendor kursi pijat alat Fitness dan aneka produk perlengkapan massage terapi kesehatan serta kecantikan",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2141",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "cerita misteri",
                        "isOfficial": false,
                        "communityId": "2141",
                        "description": "cerita misteri sumbangan anggota",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2397",
                        "icon": "https://s.kaskus.id/ficon/image-2397.png",
                        "name": "Gemini massage spa and lounge kota wisata",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2397",
                        "description": "official account Gemini-FR- Gemini massage spa and lounge ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2653",
                        "icon": "https://s.kaskus.id/ficon/image-2653.png",
                        "name": "Premium WordPress Themes And Plugins",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2653",
                        "description": "Discover premium WordPress Themes & Plugins! Elegant designs, top performance, and easy customization for all your website needs. Upgrade your site today!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1118",
                        "icon": "https://s.kaskus.id/ficon/image-1118.png",
                        "name": "Sosial",
                        "isOfficial": false,
                        "communityId": "1118",
                        "description": "Forum & berita rakyat dan semua hal yang berkaitan dengan kehidupan di lingkungan seluruh lapisan masyarakat",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1374",
                        "icon": "https://s.kaskus.id/ficon/image-1374.png",
                        "name": "Review And Info Nightlife",
                        "isOfficial": false,
                        "communityId": "1374",
                        "description": "Stand by",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1630",
                        "icon": "https://s.kaskus.id/ficon/image-1630.png",
                        "name": "Kaskus Perfume Community",
                        "isOfficial": false,
                        "communityId": "1630",
                        "description": "Komunitas berbagi info dan segala hal mengenai parfum dan yang terkai dengannya.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2142",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "koponk04",
                        "isOfficial": false,
                        "communityId": "2142",
                        "description": "koponk",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2398",
                        "icon": "https://s.kaskus.id/ficon/image-2398.png",
                        "name": "MUSIC CORNER INDONESIA 2024",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2398",
                        "description": "Kumpulan Lagu Indonesia Tanah Air Yang Trending No 1 Di Spotify, Joox, Tidal, Dezeer, Youtube, Samsam, Believebestage,",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2654",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Ingin Mencoba",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2654",
                        "description": "Hanya ingin mencoba saja ! ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1119",
                        "icon": "https://s.kaskus.id/ficon/image-1119.png",
                        "name": "Misteri dan Mitos",
                        "isOfficial": false,
                        "communityId": "1119",
                        "description": "Forum semua thread tentang misteri dan mitos",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1631",
                        "icon": "https://s.kaskus.id/ficon/image-1631.png",
                        "name": "Calsic South Batavia",
                        "isOfficial": false,
                        "communityId": "1631",
                        "description": "Komunitas mobil khususnya Calya Sigra",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2143",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "OURCITRUS",
                        "isOfficial": false,
                        "communityId": "2143",
                        "description": "OURCITRUS merupakan peluang bisnis yang bergerak di bidang distributor produk kosmetik dan nutrisi, Ourcitrus telah memiliki legalitas perusahaan lengkap dan semua produk sudah BPOM",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2655",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Seputar Tumbuh Kembang Anak",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2655",
                        "description": "Membahas semua hal seputar tumbuh kembang anak. Kami adalah klinik anak yang berfokus dalam tumbuh kumbung anak. Kami bertujuan membantu anak tumbuh dan berkembang dengan optimal.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1376",
                        "icon": "https://s.kaskus.id/ficon/image-1376.png",
                        "name": "Tiktok afiliasi",
                        "isOfficial": false,
                        "communityId": "1376",
                        "description": "Komunitasnya afiliator Tiktok untuk saling berbagi ilmu dan informasi.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1632",
                        "icon": "https://s.kaskus.id/ficon/image-1632.png",
                        "name": "FJB Supranatural Minangkabau Team",
                        "isOfficial": false,
                        "communityId": "1632",
                        "description": "Sarana lapak jual beli spiritual Minangkabau Team. ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2144",
                        "icon": "https://s.kaskus.id/ficon/image-2144.png",
                        "name": "Ruang Kolumnis",
                        "isOfficial": false,
                        "communityId": "2144",
                        "description": "Ruang untuk berbagi pandangan (artikel, kolom, esai, opini) terkait isu suatu berita, kondisi apa pun yang sedang terjadi secara nasional. Berita lawas yang masih sesuai dengan kondis saat ini dibolehkan. Harap sertakan juga pandangan opinimu!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2400",
                        "icon": "https://s.kaskus.id/ficon/image-2400.png",
                        "name": "HHRMA Bali",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2400",
                        "description": "HHRMA Bali menawarkan daftar pekerjaan terbaru di sektor perhotelan dan pariwisata di Bali. Ini membantu pencari kerja menemukan peluang di hotel, resor, restoran, spa, dan lainnya. Pembaruan rutin memudahkan menemukan posisi yang sesuai dengan kualifikas",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2656",
                        "icon": "https://s.kaskus.id/ficon/image-2656.png",
                        "name": "Marginal Society",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2656",
                        "description": "Wadah suara kaum marjinal dan mereka yang peduli pada Gerakan yang berpihak pada yang lemah.\nSuara Kaum Terpinggirkan Itu Bukan Hanya Angin, Itu adalah Teriakan Hati Dan Hanya Bisa Terdengar Oleh Mereka yang Masih Memiliki Hati.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1121",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kisah dan cerita",
                        "isOfficial": false,
                        "communityId": "1121",
                        "description": "Silahkan berbagi kisah, cerita, pengalaman / perjalanan hidup kalian di sini. Siapa tau yang kalian tulis dan bagikan bisa jadi inspirasi bagi kita semua",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1377",
                        "icon": "https://s.kaskus.id/ficon/image-1377.png",
                        "name": "Software Kasir Semarang",
                        "isOfficial": false,
                        "communityId": "1377",
                        "description": "YAZCORP.id Software Kasir Semarang Murah \nPemesanan WA 087705022099\nPaket Komplit bisa digunakan semua jenis usaha",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1889",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jual Plakat Wisuda Akrilik Semarang",
                        "isOfficial": false,
                        "communityId": "1889",
                        "description": "Jual Plakat Wisuda Akrilik Semarang",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2145",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "BERAS Premium",
                        "isOfficial": false,
                        "communityId": "2145",
                        "description": "BERAS BRAMO merupakan salah satu jenis beras yang paling sering ditemui karena harganya yang relatif sangat terjangkau dibanding beras-beras premium lainnya. Hubgi Admin WA 0819-3977-9677.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2401",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jual Beli Pakaian Thrifting",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2401",
                        "description": "khusus menjual jual beli pakaian thrifting \nkaos,jacket,celana,tas dan crewneck",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2657",
                        "icon": "https://s.kaskus.id/ficon/image-2657.png",
                        "name": "Ikhtiar Jodoh",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2657",
                        "description": "Biro Ikhtiar Jodoh ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1378",
                        "icon": "https://s.kaskus.id/ficon/image-1378.png",
                        "name": "DUNIA MARKETING SERVER PULSA",
                        "isOfficial": false,
                        "communityId": "1378",
                        "description": "Tempat berkumpunya marketing server pulsa",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1634",
                        "icon": "https://s.kaskus.id/ficon/image-1634.png",
                        "name": "[Komunitas]The Lounges",
                        "isOfficial": false,
                        "communityId": "1634",
                        "description": "WA/Phone: 089686927695, Jasa install macbook, windows, software di Bandung, Cimahi, Bandung Barat, serta bisa dipanggil ke rumah, kantor, tempat anda, cod.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2146",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "INFOLOVERZ",
                        "isOfficial": false,
                        "communityId": "2146",
                        "description": "Bebagi informasi yang bermanfaat bagi semua orang apapun itu, dimanapun itu agar berguna",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2402",
                        "icon": "https://s.kaskus.id/ficon/image-2402.png",
                        "name": "Bimba Aiueo Terdekat Di Rawa Buntu",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2402",
                        "description": "Alamat Bimba Aiueo Terdekat Di BSD, Alamat Bimba Aiueo Terdekat Di BSD, Bimba Aiueo Griya Asri Bsd Di BSD, Biaya Bimba Aiueo Di BSD, Biaya Bimba Aiueo 2024 Di BSD, Biaya Masuk Bimba Aiueo Di BSD, Biaya Bimba Aiueo Terdekat Di BSD, Biaya Pendaftaran Bimba ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2658",
                        "icon": "https://s.kaskus.id/ficon/image-2658.png",
                        "name": "Bolalob",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": false,
                        "communityId": "2658",
                        "description": "Bolalob Menyajikan Informasi terkait Bola, Berita Terkini Olahraga Sepak Bola, Futsal dari Berbagai Klub Nasional dan Internasional",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1123",
                        "icon": "https://s.kaskus.id/ficon/image-1123.png",
                        "name": "WEBSITE",
                        "isOfficial": false,
                        "communityId": "1123",
                        "description": "Group Buat Website ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2147",
                        "icon": "https://s.kaskus.id/ficon/image-2147.png",
                        "name": "Nonton Youtube",
                        "isOfficial": false,
                        "communityId": "2147",
                        "description": "Nonton youtube langsung di website youtube di block kalau browser yang kamu pakai menggunakan adblock. \n\nSupaya bisa nonton video atau dengerin podcast, posting dulu di kaskus, dan nonton/dengerin video-nya di kaskus.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2403",
                        "icon": "https://s.kaskus.id/ficon/image-2403.png",
                        "name": "Spotify",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2403",
                        "description": "Spotify adalah music Download, Spotify Bebrbagi musik Indonesia yang di rilis di setiap akhir pekan Semua bisa di unduh gratis",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2659",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "CryptoCuan Kaskuser",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2659",
                        "description": "Selamat datang di CryptoCuan Kaskuser tempat nongkrongnya para pemburu cuan digital! \nKomunitas ini dibuat khusus untuk Kaskuser yang ingin menghasilkan uang dan kripto secara online.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1380",
                        "icon": "https://s.kaskus.id/ficon/image-1380.png",
                        "name": "Karaoke Party Jakarta",
                        "isOfficial": false,
                        "communityId": "1380",
                        "description": "Paket Party Karaoke\nHotel Orchardz Jayakarta\nJakarta Pusat\n\n1,5 - 2 juta\n1 Ladies\n3 Jam Karaoke \n(Tidak termasuk Makanan Minuman)\n\nReservasi by WhatsApp ???? \n0857-7538-0973\n\nInstagram @head_hunter8899\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2148",
                        "icon": "https://s.kaskus.id/ficon/image-2148.png",
                        "name": "ABAH TUNGGUL PAMUNGKAS PENGASIHAN",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2148",
                        "description": "JASA PELET FORUM SUPRANATURAL CIREBON SINCE 2012 BERGARANSI TERPERCAYA",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2404",
                        "icon": "https://s.kaskus.id/ficon/image-2404.png",
                        "name": "CobAIn Aja Dulu",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2404",
                        "description": "tempat showcase sharing hasil dari nyobain teknologi Generative AI(Gambar & Video)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2660",
                        "icon": "https://s.kaskus.id/ficon/image-2660.png",
                        "name": "Project X Kaskus",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2660",
                        "description": "Proyek cerita fiksi kolaboratif yang akan melibatkan kaskuser untuk menciptakan satu cerita utuh secara bersama-sama.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2149",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "LITERASI KREATIF KASKUS",
                        "isOfficial": false,
                        "communityId": "2149",
                        "description": "Kaskus Literasi Kreatif adalah sebuah komunitas yang didedikasikan untuk mendorong kreativitas dan penulisan yang berkualitas. Bergabung untuk berkembang bersama!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2405",
                        "icon": "https://s.kaskus.id/ficon/image-2405.png",
                        "name": "KKBOX INDONESIA",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2405",
                        "description": "Kkbox Dengarkan Dan download lagu mp3 terbaru",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1126",
                        "icon": "https://s.kaskus.id/ficon/image-1126.png",
                        "name": "Nightlife Spa dan Hiburan",
                        "isOfficial": false,
                        "communityId": "1126",
                        "description": "Tempat berbagi informasi mengenai Events Spa dan Promosi Massage & Bar yang terkait dengan lifestyle.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2406",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Rahman",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2406",
                        "description": "Rahman",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2662",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "SALES MOBIL GWM",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2662",
                        "description": "Semua Tentang GWM dan CHERY",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1127",
                        "icon": "https://s.kaskus.id/ficon/image-1127.png",
                        "name": "Buku Fiksi",
                        "isOfficial": false,
                        "communityId": "1127",
                        "description": "Republik Media Kreatif menjual buku original",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1639",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Service Laptop 089686927695",
                        "isOfficial": false,
                        "communityId": "1639",
                        "description": "Jasa Service Laptop Panggilan Bandung Tercepat Bergaransi - WA 089686927695",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2151",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "JASA PEMBUATAN WALL CLIMBING",
                        "isOfficial": false,
                        "communityId": "2151",
                        "description": "JASA PEMBUATAN WALL CLIMBING",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2663",
                        "icon": "https://s.kaskus.id/ficon/image-2663.png",
                        "name": "Sumenep",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2663",
                        "description": "Berita lokal seputar Kabupaten Sumenep",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2152",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "KALIKUS",
                        "isOfficial": false,
                        "communityId": "2152",
                        "description": "Komunitas penulis Kaskus yang menginspirasi dan mendorong penulisan berkualitas. Bergabunglah untuk berkembang bersama!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2664",
                        "icon": "https://s.kaskus.id/ficon/image-2664.png",
                        "name": "Netizen 360",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2664",
                        "description": "Ruang berbagi semua informasi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1129",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kaskuser Sekadau Area",
                        "isOfficial": false,
                        "communityId": "1129",
                        "description": "Komunitas para Kaskuser yang berbasis di Sekadau, Kalimantan Barat. Sebagai wadah silahturahmi, bercengkrama dan berbagi informasi seputar Sekadau dan sekitarnya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1641",
                        "icon": "https://s.kaskus.id/ficon/image-1641.png",
                        "name": "Forum Jual Beli",
                        "isOfficial": false,
                        "communityId": "1641",
                        "description": "forum jual beli new gan\n",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2153",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jual Tas Anyaman Plastik",
                        "isOfficial": false,
                        "communityId": "2153",
                        "description": "Jual Tas Anyaman Plastik",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2665",
                        "icon": "https://s.kaskus.id/ficon/image-2665.png",
                        "name": "Sahabat Kata",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2665",
                        "description": "Ruang bebas berekspresi. Enggak peduli seperti apa dirimu!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1130",
                        "icon": "https://s.kaskus.id/ficon/image-1130.png",
                        "name": "Kaskuser Single Fighter",
                        "isOfficial": false,
                        "communityId": "1130",
                        "description": "Kaskuser Single Fighter Dibuat Untuk Para SF & SR Berbagi Cerita Dalam Bentuk Cerita Apapun Itu. Dalam Dunia Maya ini.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2154",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Santri Pondok Pesantren Kaskus",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2154",
                        "description": "Assalamualaikum\n\nForum ini dibuat untuk seluruh Santri Kaskus, sebagai wadah diskusi khazanah sharing kitab kuning, kisah ulama, guru, pesantren, world of Santri.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2666",
                        "icon": "https://s.kaskus.id/ficon/image-2666.png",
                        "name": "Layanan Sosial Media",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2666",
                        "description": "Followers, Subscribers, Likes, Comments, and Views.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1131",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "YOUTUBER SUMSEL SUMATRA SELATAN",
                        "isOfficial": false,
                        "communityId": "1131",
                        "description": "Group ini share berbagi seputaran YouTube ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1387",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Vending Machine dan IoT Indoesna",
                        "isOfficial": false,
                        "communityId": "1387",
                        "description": "Vending Machine dan IoT Indonesia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1643",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "lounge",
                        "isOfficial": false,
                        "communityId": "1643",
                        "description": "Tempat berbagi informasi apa aja",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2667",
                        "icon": "https://s.kaskus.id/ficon/image-2667.png",
                        "name": "Harvest Moon Back To Nature",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2667",
                        "description": "Seputar game Harvest Moon Back To Nature",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1132",
                        "icon": "https://s.kaskus.id/ficon/image-1132.png",
                        "name": "Telusur Search Engine",
                        "isOfficial": false,
                        "communityId": "1132",
                        "description": "Telusur.io adalah website serch engine yang isinya 80% content dari kaskus.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1388",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "JASA IMPORT BARANG DARI MALAYSIA",
                        "isOfficial": false,
                        "communityId": "1388",
                        "description": "Dengan Hormat,\nPerkenalkan saya Sakdan dari PT. Trans samudera Maritim perusahaan International Freight Forwarding untuk Pengurusan Export-Import baik via laut maupun via udara, dengan sistem Ex-work, FOB, CIF/C&F.\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1644",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Boardview and Schematic",
                        "isOfficial": false,
                        "communityId": "1644",
                        "description": "Membahas, Membagikan, dan Berkonsultasi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2156",
                        "icon": "https://s.kaskus.id/ficon/image-2156.png",
                        "name": "SIMONIDA MEDIA KASKUS",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2156",
                        "description": " ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2412",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Honor of Kings",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2412",
                        "description": "Forum diskusi seputar Honor of Kings dari hero, strategi, skin, turnamen, update game, hingga tips Honor of Kings di perangkat mobile atau PC",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2668",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "hart to hart",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2668",
                        "description": "artis seni\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1133",
                        "icon": "https://s.kaskus.id/ficon/image-1133.png",
                        "name": "Loker Nesia",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "1133",
                        "description": "informasi lowongan kerja indonesia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1901",
                        "icon": "https://s.kaskus.id/ficon/image-1901.png",
                        "name": "Code Scripts Templates Software Aplication WordPress Themes And Plugin",
                        "isOfficial": false,
                        "communityId": "1901",
                        "description": "A place to share or sell products such as code scripts, templates, software, applications and WordPress themes & plugins.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2157",
                        "icon": "https://s.kaskus.id/ficon/image-2157.png",
                        "name": "Manhaj Salaf",
                        "isOfficial": false,
                        "communityId": "2157",
                        "description": "Berbagi Ilmu Kajian Sunnah",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2413",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "League of Legends Wild Rift",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2413",
                        "description": "Forum diskusi tentang seputar League of Legends: Wild Rift dari champion, strategi, skin, turnamen, update game, hingga tips League of Legends: Wild Rift di perangkat mobile atau PC",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2669",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "gambar atau photo",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2669",
                        "description": "pingin banyak banget ditonton orang",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1134",
                        "icon": "https://s.kaskus.id/ficon/image-1134.png",
                        "name": "Sastra Bokep Jalanan",
                        "isOfficial": false,
                        "communityId": "1134",
                        "description": "Dilarang Melanggar",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1390",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "KOMUNITAS SERVER PULSA INDONESIA",
                        "isOfficial": false,
                        "communityId": "1390",
                        "description": "HIB DIGITAL PAYMENT \n\nTECHNO PULSA",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1646",
                        "icon": "https://s.kaskus.id/ficon/image-1646.png",
                        "name": "dairy depresiku",
                        "isOfficial": false,
                        "communityId": "1646",
                        "description": "hanya seorang manusia yang ingin cerita , meluapkan segalanyaa lewat tulisan !\nterimakasi buat yang sudah komen ????\nsemoga selalu jadi lebih baik",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2158",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jual Jam Tangan Digital",
                        "isOfficial": false,
                        "communityId": "2158",
                        "description": "\"WA 0878-6082-5722 , Jual Jam Tangan Digital Di Jayapura\n\nLangsung ORDER KLIK WA http://wa.me/6287860825722, Jual Jam Tangan Digital Di Jayapura, Jual Jam Tangan Digital Di Jayapura, Jalatrang, Muktisari, Pusakasari, Sela",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2414",
                        "icon": "https://s.kaskus.id/ficon/image-2414.png",
                        "name": "Vtuber Indonesia",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2414",
                        "description": "Tempat berkumpulnya para penggemar Vtuber/Virtual YouTubers. Diskusikan konten terbaru, bagikan rekomendasi channel, dan pelajari cara membuat avatar virtual sendiri. Bergabunglah dan temukan dunia hiburan virtual yang kreatif dan seru bersama kami!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1135",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Info Liga 2",
                        "isOfficial": false,
                        "communityId": "1135",
                        "description": "seluruh informasi terkait liga 2 indonesia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1391",
                        "icon": "https://s.kaskus.id/ficon/image-1391.png",
                        "name": "HIB DIGITAL PAYMENT",
                        "isOfficial": false,
                        "communityId": "1391",
                        "description": "hdp pay",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2159",
                        "icon": "https://s.kaskus.id/ficon/image-2159.png",
                        "name": "TOP PLAYLIST MUSIC INDO",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2159",
                        "description": "Disini kamu bisa menemukan lagu lagu terbaru.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2671",
                        "icon": "https://s.kaskus.id/ficon/image-2671.png",
                        "name": "Online",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2671",
                        "description": "In the Worlds is a community exploring unique, useful websites worldwide. Discover innovative tools, informative platforms, and hidden digital gems through vibrant discussions, sharing knowledge, and uncovering the web’s most valuable resources.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1136",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Info Liga 3",
                        "isOfficial": false,
                        "communityId": "1136",
                        "description": "seluruh informasi terkait liga 3 indonesia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1392",
                        "icon": "https://s.kaskus.id/ficon/image-1392.png",
                        "name": "TECHNO PULSA",
                        "isOfficial": false,
                        "communityId": "1392",
                        "description": "server pulsa indonesia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1648",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "CAPOEIRA GOSTO",
                        "isOfficial": false,
                        "communityId": "1648",
                        "description": "Komunitas Bela diri dengan seni tarian indah plus alat musik khas afrika. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2160",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kaum Adam",
                        "isOfficial": false,
                        "communityId": "2160",
                        "description": "hmmmm",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2416",
                        "icon": "https://s.kaskus.id/ficon/image-2416.png",
                        "name": "Protein Humor",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2416",
                        "description": "Sejarah Ditulis Oleh Yang Menulis",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1137",
                        "icon": "https://s.kaskus.id/ficon/image-1137.png",
                        "name": "Cinema Projector Community Kaskus",
                        "isOfficial": false,
                        "communityId": "1137",
                        "description": "Tempat kumpulnya para kaskuser pencinta cinema projector untuk berbagi segala informasi tentang dunia projector yang saat ini semakin diminati.\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1649",
                        "icon": "https://s.kaskus.id/ficon/image-1649.png",
                        "name": "Vixiloc",
                        "isOfficial": false,
                        "communityId": "1649",
                        "description": "Ini adalah komunitas Vixiloc, kami menyediakan tempat mengobrol, berbagai pengalaman, berbagi ilmu, berbagi kebahagiaan. Bergabung sekarang dan mulai membuat postingan tentang hal menarik dan ini yang ada di dunia ini.\nKunjungi website kami vixiloc.co.id",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2417",
                        "icon": "https://s.kaskus.id/ficon/image-2417.png",
                        "name": "Rekomendasi Produk",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2417",
                        "description": "Forum membahas seputar review, rating, rekomendasi dan barang yang sedang promo",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1138",
                        "icon": "https://s.kaskus.id/ficon/image-1138.png",
                        "name": "[Komunitas] The Lounge Kaskus",
                        "isOfficial": false,
                        "communityId": "1138",
                        "description": "Forum untuk kaskuser berbagi informasi, berita VIRAL, seru dan lainnya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1394",
                        "icon": "https://s.kaskus.id/ficon/image-1394.png",
                        "name": "Drijek",
                        "isOfficial": false,
                        "communityId": "1394",
                        "description": "Informasi Aplikasi, Blogger, Game Android, iOS, Internet, Teknologi, dan Sebagainya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1650",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Tennis Fans Indonesia",
                        "isOfficial": false,
                        "communityId": "1650",
                        "description": "Sharing tips tennis, kenalan dan ajakan main sparring/ latihan, bertukar informasi seputar tenis Indonesia, lapangan, pelatih, event komunitas tenis. Sertakan info area ketika post",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1906",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "SPAMMER",
                        "isOfficial": false,
                        "communityId": "1906",
                        "description": "Boleh SPAM Postingan apapun ya gain, yang penting tidak melanggar kebijakan kaskus.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2162",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "KOMUNITAS EKSPOR INDONESIA",
                        "isOfficial": false,
                        "communityId": "2162",
                        "description": "sebuah wadah yang akan memberikan kita banyak hal positif yang berhubungan dengan aktivitas ekspor. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2418",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Iman Katolik",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2418",
                        "description": "Informasi dan diskusi seputar Iman Katolik.\n\nSelamat datang di forum Iman Katolik di KASKUS.ID, Setiap pengguna WAJIB mentaati peraturan berikut;",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2674",
                        "icon": "https://s.kaskus.id/ficon/image-2674.png",
                        "name": "Afternoon Internet with Coffee",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2674",
                        "description": "Find interesting and useful things on the Internet. Access the Internet in the afternoon accompanied by a cup of coffee to find inspiration. Find various informative things Online.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1139",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "PaintingPortrait",
                        "isOfficial": false,
                        "communityId": "1139",
                        "description": "Custom oil portrait, Original Personalized portrait painting, History portrait, Hand Painted Oil Painting portrait From Photos",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1395",
                        "icon": "https://s.kaskus.id/ficon/image-1395.png",
                        "name": "Drijek Gaming",
                        "isOfficial": false,
                        "communityId": "1395",
                        "description": "Gamers",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2163",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "KOMUNITAS UKM EKSPOR",
                        "isOfficial": false,
                        "communityId": "2163",
                        "description": "Wadah untuk memberikan data dan informasi terkait aktivitas ekspor untuk para pelaku bisnis UKM di Indonesia ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2419",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "TEKNOLOGI ARTIFICIAL INTELLIGENCE",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2419",
                        "description": "tentang perkembangan AI dan sharing cara pembuatannya ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2675",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Mitraline",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2675",
                        "description": "tambang liring",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1140",
                        "icon": "https://s.kaskus.id/ficon/image-1140.png",
                        "name": "Alumni Kiamat 2012",
                        "isOfficial": false,
                        "communityId": "1140",
                        "description": ".....",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1396",
                        "icon": "https://s.kaskus.id/ficon/image-1396.png",
                        "name": "Penjualan Besi Baja",
                        "isOfficial": false,
                        "communityId": "1396",
                        "description": "Dilarang berkata kata sara, dilarang Menjatuhkan martabat seseorang, di larang saling mengancam, di larang menjatuhkan produk seseorang/perusahaan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1908",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jual Beli Jawa Timur",
                        "isOfficial": false,
                        "communityId": "1908",
                        "description": "Forum Jual Beli apa saja yang tidak melanggar Undang - Undang dan Kabijakan Kaskus",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2164",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "AKTIVITAS EKSPOR INDONESIA",
                        "isOfficial": false,
                        "communityId": "2164",
                        "description": "Wadah untuk berbagi data dan informasi terkait aktivitas ekspor di Indonesia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2420",
                        "icon": "https://s.kaskus.id/ficon/image-2420.png",
                        "name": "Zelda Zone",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2420",
                        "description": "Selamat datang di markas jagoan Hyrule",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1397",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Penulis Amatir",
                        "isOfficial": false,
                        "communityId": "1397",
                        "description": "Diperuntukkan buat penulis pemula guna menyemangatkan generasi dan giat menulis, agar mampu mensejatikan karya dalam bentuk tulisan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1909",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "FJB Barang dan Jasa",
                        "isOfficial": false,
                        "communityId": "1909",
                        "description": "Forum Jual Beli Barang dan Jasa Seluruh Indonesia. Harap patuhi kebijakan kaskus.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2165",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kumpulan Suara Burung Masteran",
                        "isOfficial": false,
                        "communityId": "2165",
                        "description": "Tempat Sharing Para Kicaumania Indonesia.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2421",
                        "icon": "https://s.kaskus.id/ficon/image-2421.png",
                        "name": "Sheet pile baja",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2421",
                        "description": "Sheet Pile baja\n\nSheet pile baja II 400 x 100 x 10.5 mm - 12\nSheet pile baja III 400 x 125 x 13.0 mm - 12\nSheet pile baja IV 400 x 170 x 15.5 mm - 12",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2677",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Teknologi Informasi",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2677",
                        "description": "mengenai hal yang berkaitan dengan penggunaan teknologi, dalam mengelola serta memproses informasi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1142",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Sastra Anjing Tersesat",
                        "isOfficial": false,
                        "communityId": "1142",
                        "description": ".....",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1398",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "UMKM DAN EKSPOR",
                        "isOfficial": false,
                        "communityId": "1398",
                        "description": "berbagi cerita dan pengalaman untuk UMKM dalam kegiatan ekspor",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1910",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Forum Promosi Produk",
                        "isOfficial": false,
                        "communityId": "1910",
                        "description": "Forum Pomosi Produk atau Jasa",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2166",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasa Jurnal",
                        "isOfficial": false,
                        "communityId": "2166",
                        "description": "Jasa Jurnal",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2422",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "komunitas kita",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": false,
                        "communityId": "2422",
                        "description": "komunitas kita kita",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1143",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Anti Toxic People",
                        "isOfficial": false,
                        "communityId": "1143",
                        "description": "Komunitas ini akan membahas apa itu toxic people, sharing pengalaman, cerita seru dan antisipasi menghadapi Toxic People di sekitar kita.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1399",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Ekosistem Logistik Dalam Negeri",
                        "isOfficial": false,
                        "communityId": "1399",
                        "description": "Informasi yang akan memberikan gambaran tentang prospek pasar dalam negeri",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2167",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Expedisi Nusantara",
                        "isOfficial": false,
                        "communityId": "2167",
                        "description": "Jasa Titip Amerika Ke Indonesia Di Depok, Jasa Kirim Barang Ke Amerika Di Bogor, Jasa Kirim Barang Dari Amerika Ke Indonesia Di Tangerang, Jasa Titip Amerika Ke Indonesia Di Tangerang Selatan, Jasa Pengiriman Barang Dari Amer",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2423",
                        "icon": "https://s.kaskus.id/ficon/image-2423.png",
                        "name": "Airdrop Kripto",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2423",
                        "description": "Airdrop Kripto Gratis\nTelegram: https://t.me/akage_c",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1144",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Yudi",
                        "isOfficial": false,
                        "communityId": "1144",
                        "description": "Kisah kisah benar atau nyata cerita mini atau fiksi. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2168",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "donasiku",
                        "isOfficial": false,
                        "communityId": "2168",
                        "description": "Donasiku merupakan komunitas sosial, program Donasiku yaitu membantu mewujudkan harapan banyak orang dan harapan anda beserta keluarga ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2424",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Airdrop Kripto Indonesia",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2424",
                        "description": "Selamat datang di komunitas tempat berbagi informasi dan peluang seputar airdrop kripto! Di sini, anggota dapat berdiskusi, berbagi link airdrop, dan mengikuti event-event terbaru dalam dunia kripto, termasuk testnet, mainnet, dan node. Kami berfokus pada",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2169",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Spencers Indonesia",
                        "isOfficial": false,
                        "communityId": "2169",
                        "description": "Komunitas Kaskus tentang pengetahuan produk makanan bernutrisi adalah tempat di mana para anggota berbagi informasi, ulasan, dan tips seputar makanan yang kaya nutrisi. Diskusi melibatkan topik seputar manfaat kesehatan, rekomendasi produk, serta pertukar",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2425",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Daddy Hunt",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2425",
                        "description": "komunitas untuk laki-laki over weight dan bapak2 yg hoby berenang saauna dan massage ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2681",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "LATIHAN POSTING FJB BARANG DAN JASA",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2681",
                        "description": "FORUM INI KHUSUS BUAT LATIHAN POSTING FJB BARANG DAN JASA \nBOLEH BERJUALAN ASAL MEMATUHI KEBIJAKAN KASKUS\n",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1146",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Gamers",
                        "isOfficial": false,
                        "communityId": "1146",
                        "description": "Penyuka Game",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1658",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "coba latihan komunitas",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "1658",
                        "description": "wadadiawawawa",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2170",
                        "icon": "https://s.kaskus.id/ficon/image-2170.png",
                        "name": "Nightlife Hiburan Dan Spa",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2170",
                        "description": "all about nightlife, hiburan, SPA, KTV, Underground Nightlife.. \nLet's joined \n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2426",
                        "icon": "https://s.kaskus.id/ficon/image-2426.png",
                        "name": "Laundry",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2426",
                        "description": "Peluang usaha dan informasi terkait bisnis laundry di Indonesia.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2682",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Latihan Membuat Postingan Thread di Kaskus",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2682",
                        "description": "Komunitas untuk Belajar membuat Tread di kaskus",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1147",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Ngobrol Kripto",
                        "isOfficial": false,
                        "communityId": "1147",
                        "description": "Komunitas urun rembuk ngobrol ngalor ngidul soal kripto kurensi dan kerabatnya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1915",
                        "icon": "https://s.kaskus.id/ficon/image-1915.png",
                        "name": "Website Earn Money Online",
                        "isOfficial": false,
                        "communityId": "1915",
                        "description": "The Earn Money Online website is an online platform that provides an opportunity for its users to make money online. On this website, users can find various types of affiliate programs.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2171",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Fitness dan Gym",
                        "isOfficial": false,
                        "communityId": "2171",
                        "description": "Kenali, penggemar kebugaran yang bersemangat di balik saluran ini. Dengan pengalaman bertahun-tahun di industri kebugaran, telah mendedikasikan platformnya untuk menginspirasi dan membimbing",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2427",
                        "icon": "https://s.kaskus.id/ficon/image-2427.png",
                        "name": "Bisnis Laundry",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2427",
                        "description": "Peluang usaha dan informasi terkait bisnis laundry di Indonesia.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2683",
                        "icon": "https://s.kaskus.id/ficon/image-2683.png",
                        "name": "ASC Files Lovers Firmware27",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2683",
                        "description": "ASC Files Lovers Firmware27\nTemukan File Flash, File Stock ROM, Berbagai Jenis Ponsel di sini Resmi & Tidak Resmi Dan Juga Tersedia File Dump UFS eMMC",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1148",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Pilpres",
                        "isOfficial": false,
                        "communityId": "1148",
                        "description": "Pilpres adalah Forum khusus untuk berbagi informasi dan berdiskusi mengenai segala sesuatu yang berkaitan dengan Pilihan Presiden",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2172",
                        "icon": "https://s.kaskus.id/ficon/image-2172.png",
                        "name": "Software Pegadaian",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2172",
                        "description": "Kemudahan Pemakaian Sistem Pegadaian Yang Di Kemas Dalam Sebuah Forum/Komunitas Software Pegadaian",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2428",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "90s Indonesian Songs",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2428",
                        "description": "Forum komunitas khusus untuk para kaskuser penggemar lagu-lagu lawas Indonesia tahun 90an. Junk, BB, DP, SARA = BANNED!!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2684",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Image Cartoon",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2684",
                        "description": "Komunitas untuk posting gambar cartoon apa saja",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1149",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Playlist IPTV",
                        "isOfficial": false,
                        "communityId": "1149",
                        "description": "berbagi bersama link/url tv maupun film yang dapat digunakan di player IPTV untuk android maupun platform lain yang mendukung",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2173",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "FJB LELANG GEMSTONE",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2173",
                        "description": "forum jual beli dengan metode lelang untuk barang-barang aksesories gemstone seperti batu akik, permata, emban dll.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2429",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jualan Skincare ORI",
                        "channel": {
                          "id": "10",
                          "name": "Female"
                        },
                        "isOfficial": false,
                        "communityId": "2429",
                        "description": "Forum komunitas khusus untuk berjualan skincare ORI.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2685",
                        "icon": "https://s.kaskus.id/ficon/image-2685.png",
                        "name": "data analyst dan data scientist seindonesia",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2685",
                        "description": "Hanya membicarakan dan membahas juga sharing cerita dan project yang berkaitan dengan bahasa pemrograman Python, R, SQL, Excel serta Power BI dan sejenisnya serta hal-hal data analyst dan data scientist dan juga boleh jual buku atau ebook nya. ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1150",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "menakarcom",
                        "isOfficial": false,
                        "communityId": "1150",
                        "description": "konten informasi dan hiburan ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1406",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Info Probolinggo",
                        "isOfficial": false,
                        "communityId": "1406",
                        "description": "Membahas mengenai informasi terkini seputar Kota atau Kabupaten Probolinggo dan sekitarnya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1918",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Novel Kita",
                        "isOfficial": false,
                        "communityId": "1918",
                        "description": "Novel Kita",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2174",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Sanggar Bertuah",
                        "isOfficial": false,
                        "communityId": "2174",
                        "description": "Pusat Mistik Spiritual Indonesia.\n\nBatu Mustika - Keris Pusaka - Pengisian - Konsultan Spiritual.\nPelet _ Pengasihan _ Penglarisan _ Pemagaran _ Khodam _ Supranatural.\n\nWhastApp : +62838 6569 0707",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2430",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "KONDISI",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2430",
                        "description": "KONDISI (Kelompok Kerja anti Disinformasi di Indonesia) adalah kelompok kerja terdiri dari sejumlah akademisi, praktisi, jurnalis yang bersepakat untuk mencari jawaban atas munculnya dan perkembangan dan implikasi disinformasi di Indonesia.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1151",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "kompasianer vs kaskus",
                        "isOfficial": false,
                        "communityId": "1151",
                        "description": "komunitas yang bertujuan bagi kalian semua yang ingin membagikan artikel apapun. baik itu yang berasal dari blog kompasiana ataupun threat yang sudah kalian upload di kaskus.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1407",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Bahas Karier",
                        "isOfficial": false,
                        "communityId": "1407",
                        "description": "Membahas mengenai informasi seputar karier.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1919",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Catering Nasi Kotak Aqiqah Tangerang Selatan",
                        "isOfficial": false,
                        "communityId": "1919",
                        "description": "\"WA 0838-9132-7408 , Kambing Aqiqah Jakarta Selatan Tangerang\n\nLangsung ORDER KLIK WA http://wa.me/6283891327408 , Kambing Aqiqah Jakarta Selatan Tangerang, Kambing Aqiqah Jakarta Selatan Tangerang, Jumlah Kambing Aqiqah Untu",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2175",
                        "icon": "https://s.kaskus.id/ficon/image-2175.png",
                        "name": "Kaskus Jual Beli",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2175",
                        "description": "forum kaskus Jual-beli",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2431",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "KONDISI ID",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2431",
                        "description": "KONDISI (Kelompok Kerja anti Disinformasi di Indonesia) adalah kelompok kerja terdiri dari sejumlah akademisi, praktisi, jurnalis yang bersepakat untuk mencari jawaban atas munculnya dan perkembangan dan implikasi disinformasi di Indonesia.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1152",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "mencit tikus putih",
                        "isOfficial": false,
                        "communityId": "1152",
                        "description": "pakan predator",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1408",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Trading Saham Bikin Cuan",
                        "isOfficial": false,
                        "communityId": "1408",
                        "description": "Disini kalian bisa dapatkan berbagai informasi teknikal atau fundamental terkait saham harian. Terserah mau disimpen atau buat trading. Yang penting biar dapat CUAN",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2176",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Barang Unik Online",
                        "isOfficial": false,
                        "communityId": "2176",
                        "description": "Berbagai Barang Unik Yang Dapat Ditemukan Secara Online",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2432",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Postingan Andi Raditya Satyatikta",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2432",
                        "description": "Tulisan Andi Raditya Satyatikta",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1153",
                        "icon": "https://s.kaskus.id/ficon/image-1153.png",
                        "name": "Artikel Edukasi",
                        "isOfficial": false,
                        "communityId": "1153",
                        "description": "Temen - temen bisa mendapatkan informasi,tips, tutorial & lain lainnya yang dapat mengedukasi pembaca.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2177",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Motivator Indonesia",
                        "isOfficial": false,
                        "communityId": "2177",
                        "description": "\"Jasa Motivator Ambon\nUndang Pembicara Motivator:\nKlik WA!!!!\nhttps://bit.ly/3QFkTRV\n \nJika perusahaan kami sedang mencari info Motivator, Trainer Pembicara Seminar Terpercaya dan membutuhkan pelatihan, training, seminar, dik",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2433",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Ruangan Andi Raditya Satyatikta",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2433",
                        "description": "Andi Raditya Satyatikta",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2689",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Rasa bunga",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2689",
                        "description": "Tempat nongkrong bareng bareng buat belajar gimana jadi Floris yang menjual bukan harga tapi rasa dari dedikasi kalian mau terlibat dalam merangkai bunga sebagai bentuk kesadaran saling mendukung di momen momen spesial orang-orang disekitar kalian",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1154",
                        "icon": "https://s.kaskus.id/ficon/image-1154.png",
                        "name": "Atlas",
                        "isOfficial": false,
                        "communityId": "1154",
                        "description": "Atlas Chanel",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2178",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Software Pulsa IRSX",
                        "isOfficial": false,
                        "communityId": "2178",
                        "description": "Software Pulsa IRS (IRSX)",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2434",
                        "icon": "https://s.kaskus.id/ficon/image-2434.png",
                        "name": "Touhou Lostword",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2434",
                        "description": "All about Touhou Lostword Game\n\nLink whatsapp : https://whatsapp.com/channel/0029VaqCJVM7z4kiKz1PpP2N",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1155",
                        "icon": "https://s.kaskus.id/ficon/image-1155.png",
                        "name": "Stand Up Paddle Indonesia",
                        "isOfficial": false,
                        "communityId": "1155",
                        "description": "Tempat Diskusi dan Berbagi Informasi seputar Stand Up Paddle Indonesia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1411",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Baru jadi Youtuber",
                        "isOfficial": false,
                        "communityId": "1411",
                        "description": "Komunitas untuk saling bantu VIEW, LIKE dan SUBSCRIBE, bertukar informasi serta mendapatkan saran/review antara sesama Youtuber Pemula utk mempercepat monetisasi. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2179",
                        "icon": "https://s.kaskus.id/ficon/image-2179.png",
                        "name": "My Kingdom",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2179",
                        "description": "Welkam guys",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2435",
                        "icon": "https://s.kaskus.id/ficon/image-2435.png",
                        "name": "myplace",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2435",
                        "description": "no sara. no rasis. enjoy the lyfe",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2691",
                        "icon": "https://s.kaskus.id/ficon/image-2691.png",
                        "name": "Nightlife karaoke dan Hiburan",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2691",
                        "description": "Tempat berbagi informasi mengenai Events karaoke dan Promosi karaoke & Bar yang terkait dengan lifestyle.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1156",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "TORN CITY",
                        "isOfficial": false,
                        "communityId": "1156",
                        "description": "Komunitas Torn City Player",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1412",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Gadai BPKB",
                        "isOfficial": false,
                        "communityId": "1412",
                        "description": "Pusat Informasi Seputar Tempat Gadai BPKB Motor atau BPKB Mobil di Seluruh Indonesia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2692",
                        "icon": "https://s.kaskus.id/ficon/image-2692.png",
                        "name": "all about hairstyle",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2692",
                        "description": "Gaya rambut, tatanan rambut, potongan rambut, atau gaya rambut mengacu pada penataan rambut, biasanya di kepala manusia tetapi terkadang di wajah atau tubuh.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1157",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "satu halaman",
                        "isOfficial": false,
                        "communityId": "1157",
                        "description": "satu halaman mengelompokkan berbagai informasi yang bermanfaat.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1413",
                        "icon": "https://s.kaskus.id/ficon/image-1413.png",
                        "name": "PLAYLIST LAGU TERPOPULER DAN VIRAL DI INDONESIA TAHUN 2023",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "1413",
                        "description": "Kumpulan Lagu-lagu Trending di Youtube dan Tiktok Viral Indonesia Tahun 2023",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2181",
                        "icon": "https://s.kaskus.id/ficon/image-2181.png",
                        "name": "Jual Beli Rumah Area Jakarta",
                        "isOfficial": false,
                        "communityId": "2181",
                        "description": "Tempat jual beli rumah area khusus Dki Jakarta",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2693",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasa apa aja",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": false,
                        "communityId": "2693",
                        "description": "Bebas kirim post yang penting sopan,hati-hati terhadap penipuan ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1158",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Yudha Bagaskara",
                        "isOfficial": false,
                        "communityId": "1158",
                        "description": "#MUFC",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1414",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Gaya Hidup Sehat",
                        "isOfficial": false,
                        "communityId": "1414",
                        "description": "Segala hal menyangkut gaya hidup yang sehat dan solusi masalah-masalah terkait kesehatan mental",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2182",
                        "icon": "https://s.kaskus.id/ficon/image-2182.png",
                        "name": "Buku Misteri",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2182",
                        "description": "Komunitas mengenai cerita misteri",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2438",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Thai Amulet Community",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2438",
                        "description": "Komunitas khusus pecinta Thai Amulet, Buddha Amulet, Buddhist Amulet, Fengshui Amulet, dan amulet lainnya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2694",
                        "icon": "https://s.kaskus.id/ficon/image-2694.png",
                        "name": "Jual Beli Sewa Properti",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2694",
                        "description": "Jual Beli sewa Properti menyediakan data informasi Properti seluruh indonesia yang strategis dengan harga terjangkau untuk memenuhi kebutuhan konsumen, karena banyak nya masyarakat indonesia yang membutuhkan tempat tinggal yang murah dan strategis.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1159",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Psikologi",
                        "isOfficial": false,
                        "communityId": "1159",
                        "description": "Segala info dan fakta menarik tentang psikologi ! Check it out !",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1415",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Tabelberatbesibaja",
                        "isOfficial": false,
                        "communityId": "1415",
                        "description": "Tabel berat Besi, Tabel Berat Baja, Ukuran Besi, Cara hitung Besi, Supplier besi, Distributor besi, Pabrik Besi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2183",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Misteri",
                        "isOfficial": false,
                        "communityId": "2183",
                        "description": "Buku misteri",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2439",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Wuxia atau Cerita Silat Mandarin",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2439",
                        "description": "Komunitas tempat dikusi, sharing info tentang Wuxia atau cerita silat mandarin.\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2695",
                        "icon": "https://s.kaskus.id/ficon/image-2695.png",
                        "name": "jual beli paket umroh terpercaya",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": false,
                        "communityId": "2695",
                        "description": "kami melayani berbagai keperluan umroh yang insyaAllah amanah, kantor jelas, dan harga murah.\nReguler hanya 23,5jt .\nplus turki 32jt.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2184",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Novel Fantasi",
                        "isOfficial": false,
                        "communityId": "2184",
                        "description": "Rekomendasi Novel Fantasi",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2440",
                        "icon": "https://s.kaskus.id/ficon/image-2440.png",
                        "name": "MatheMatix",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2440",
                        "description": "Bukan sekedar hitung-hitungan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2696",
                        "icon": "https://s.kaskus.id/ficon/image-2696.png",
                        "name": "Novel Review",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2696",
                        "description": "A novel review is a short review that discusses the content, characters, themes, and advantages or disadvantages of a novel. The aim is to give an overview to the reader before deciding to read the novel.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1161",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Properti di Indonesia",
                        "isOfficial": false,
                        "communityId": "1161",
                        "description": "Berbagi Informasi seputar Sewa/Jual/Beli Properti yang ada di Indonesia ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2185",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komik Conan",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2185",
                        "description": "Komunitas Kona",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2441",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Iyuy Podcast",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2441",
                        "description": "Salah satu program dari channel Saung AA iyuy,\ndimana podcast ini membahas dengan berbagai macam topik,\ndimana dari topik tersebut di harapkan menjadi sebuah informasi, inspirasi dan komunikasi digital ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2697",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Romance Novel",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2697",
                        "description": "Free Novel Here",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1162",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Warkop BP",
                        "isOfficial": false,
                        "communityId": "1162",
                        "description": "Singkatan dari Komunitas Warung Kopi - Berita dan Politik Raya, Komunitas ini di buat untuk saling berinteraksi dan menambah pertemanan Kaskuser forum BP Raya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1418",
                        "icon": "https://s.kaskus.id/ficon/image-1418.png",
                        "name": "Sewa Kios Lapak Ruko Toko Tempat Usaha Dll",
                        "isOfficial": false,
                        "communityId": "1418",
                        "description": "Ditengah kemajuan teknologi saat ini, banyak orang bisa membuat toko online. Fasilitas marketplace maupun kemudahan membuat website online shoping kini sangat mudah. Namun sayangnya banyak usaha online tidak memiliki lokasi fisik. Kika ada lapak monggo ya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2186",
                        "icon": "https://s.kaskus.id/ficon/image-2186.png",
                        "name": "Ragnarok Origin Indonesia",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2186",
                        "description": "Global server",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2442",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Iyuy podcast saung AA iyuy",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2442",
                        "description": "Salah satu program dari channel Saung AA iyuy,\ndimana podcast ini membahas dengan berbagai macam topik,\ndimana dari topik tersebut di harapkan menjadi sebuah informasi, inspirasi dan komunikasi digital ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2698",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kecerdasan buatan",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2698",
                        "description": "Kecerdasan buatan tumbuh lebih cepat, lebih komprehensif dan lebih dalam. Selamat datang untuk berbagi pengaruh AI untuk hidup, untuk kemajuan era.\nMohon patuhi aturan-aturan dasar bangsa kaskus, komunitas budaya bersama.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1163",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "BMW F30 JAKARTA",
                        "isOfficial": false,
                        "communityId": "1163",
                        "description": "Tempat berbagi info A sampai Z mobil BMW F30. info seputar komunitas, bengkel yang Oke, Touring bersama dan lain lain",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2187",
                        "icon": "https://s.kaskus.id/ficon/image-2187.png",
                        "name": "LATENGE",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2187",
                        "description": "SELESAI tidak dilanjutkan lagi, closed\n\nLATENGE CALEG DPRD Partai Buruh Dapil Kota Kendari 1 Nomor Urut 1 ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2443",
                        "icon": "https://s.kaskus.id/ficon/image-2443.png",
                        "name": "Berbagi Tools Dan Aplikasi Ai",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2443",
                        "description": "Khusus Berbagi Seputar Technology, Digital, Tools & Aplikasi Ai, Gambar, Video, Musik, Dan Hiburan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2699",
                        "icon": "https://s.kaskus.id/ficon/image-2699.png",
                        "name": "Nightlife entertaiment karaoke dan spa",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2699",
                        "description": "Tempat berbagi informasi mengenai promosi clube karaoke Spa & hiburan.\nno spam no sara",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1164",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Warung Kopi",
                        "isOfficial": false,
                        "communityId": "1164",
                        "description": "Disini tempat nongkrong untuk para warkop atau kedai kopi disekitarnya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1932",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "VITAMALE HWI ORI JOGJAKARTA",
                        "isOfficial": false,
                        "communityId": "1932",
                        "description": "INFO CARA BELI VITAMALE HWI ASLI,CIRI VITAMALE HWI ASLI KHUSUSNYA BAGI YANG TINGGAL DI PROVINSI YOGYAKARTA",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2188",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitaa saya 6789",
                        "isOfficial": false,
                        "communityId": "2188",
                        "description": "Deskripsi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2444",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "FJB Jual Beli Kaskus",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2444",
                        "description": "Forum Jual Beli Online Kaskus\nNo porn, narkoba, sara, dan klenik",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2700",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Beja Banten",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2700",
                        "description": "Web media lokal Banten",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1165",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Pengusaha Jasa Boga",
                        "isOfficial": false,
                        "communityId": "1165",
                        "description": "Tempat Ngumpul Pengusaha Jasa Boga",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2189",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "komunitas audio msr7",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2189",
                        "description": "halo gann",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2445",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Forum Jual Beli Online Kaskus",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2445",
                        "description": "Forum Jual Beli Online Kaskus\nNo porn, narkoba, sara, dan klenik",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1166",
                        "icon": "https://s.kaskus.id/ficon/image-1166.png",
                        "name": "Ekonomi dan Finansial",
                        "isOfficial": false,
                        "communityId": "1166",
                        "description": "Membahas informasi seputar ekonomi dan finansial",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1422",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "WONDER MASSAGE BEKASI",
                        "isOfficial": false,
                        "communityId": "1422",
                        "description": "absensi therapist\n\nkumpulan fr\n\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2190",
                        "icon": "https://s.kaskus.id/ficon/image-2190.png",
                        "name": "Nemu Quote Di KASKUS",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2190",
                        "description": "Quote gak ngerubah hidupmu!!! cuma bikin agak mendingan dikit XD",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2446",
                        "icon": "https://s.kaskus.id/ficon/image-2446.png",
                        "name": "Curahan Hati Wanita",
                        "channel": {
                          "id": "10",
                          "name": "Female"
                        },
                        "isOfficial": false,
                        "communityId": "2446",
                        "description": "coret isi hatimu disini",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2702",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Mission to find someone",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2702",
                        "description": "A covert community for a single mission: track hints, piece together breadcrumbs, and find the missing person. No spoilers — solve it together.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1167",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Berita dan Politik Indonesia",
                        "isOfficial": false,
                        "communityId": "1167",
                        "description": "Forum diskusi dan berbagi berita dari dalam maupun luar negeri. Mulai dari ideologi, politik, ekonomi, sosial dan budaya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2447",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "berbagi template blogger",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2447",
                        "description": "Membahas tentang blog dan berbagi template blogger",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2703",
                        "icon": "https://s.kaskus.id/ficon/image-2703.png",
                        "name": "AI News",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2703",
                        "description": "AI News adalah komunitas untuk para penggemar, profesional, dan pembelajar yang ingin mengeksplorasi terobosan terbaru, tren, serta penerapan nyata Artificial Intelligence. Di sini kita berbagi insight, berita, dan diskusi tentang Perkembangan AI.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1168",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Silsilah Durus Islamiyyah",
                        "isOfficial": false,
                        "communityId": "1168",
                        "description": "Pelajaran runut islam dari awal sampai akhir",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1424",
                        "icon": "https://s.kaskus.id/ficon/image-1424.png",
                        "name": "Indonesia Lawak Klub",
                        "isOfficial": false,
                        "communityId": "1424",
                        "description": "Tempat berbagi cerita humor dan lelucon serta belajar membuat sesuatu tulisan atau thread yang jenaka\n\ntidak ada peraturan mengikat selain yang telah dibuat oleh pihak Kaskus\n\ntulisan tidak lucu alias garing tak masalah, silakan masuk!",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2448",
                        "icon": "https://s.kaskus.id/ficon/image-2448.png",
                        "name": "berbagi template blogger Indonesia",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2448",
                        "description": "Membahas tentang blog dan berbagi template blogger gratis",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2704",
                        "icon": "https://s.kaskus.id/ficon/image-2704.png",
                        "name": "Kaskus Tiktok",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2704",
                        "description": "repost video tiktok ke kaskus",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1169",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "SELICAMP",
                        "isOfficial": false,
                        "communityId": "1169",
                        "description": "Tempat Kumpulnya Para Pecinta Camping Menggunakan Sepeda Lipat",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2193",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Cerita Ceria",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2193",
                        "description": "Tempat para penulis untuk menceritakan pengalaman pengalaman yang menarik dan pernah terjadi dalam hidupnya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2705",
                        "icon": "https://s.kaskus.id/ficon/image-2705.png",
                        "name": "Saung Ngaji",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2705",
                        "description": "Ruang Belajar, Diskusi dan Kajian tentang \n- Ilmu Syari'at \n- Ilmu Tarekat \n- Ilmu Hakekat \n- Ilmu ma'rifat \nMohon gunakan adab yang baik dalam memahami atau berdiskusi tentang kajian.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1426",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Diari",
                        "isOfficial": false,
                        "communityId": "1426",
                        "description": "Diari",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2194",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kuliah Online YES",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2194",
                        "description": "Kuliah Onlineku",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2450",
                        "icon": "https://s.kaskus.id/ficon/image-2450.png",
                        "name": "Stories seksualitas",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2450",
                        "description": "Berbagi informasi tentang seksualitas",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2706",
                        "icon": "https://s.kaskus.id/ficon/image-2706.png",
                        "name": "Juventus FC",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": false,
                        "communityId": "2706",
                        "description": "Welcome To Indonesian Juventini aka Juventini Kaskus Thread Stagione 2025/2026\nOne of Official Juventus FC Fans Club in Indonesia\nsalah satu fans club resmi Juventus FC di Indonesia\nBorn March 26 2005",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1171",
                        "icon": "https://s.kaskus.id/ficon/image-1171.png",
                        "name": "Bata Collector",
                        "isOfficial": false,
                        "communityId": "1171",
                        "description": "Forum Silaturahmi dan Komunitas Kaskusker Kolektor Bata. Serta Semua Thread Tentang Kegiatan dan Event Kaskuser Pasukan Bata.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1427",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Diari Motivasi",
                        "isOfficial": false,
                        "communityId": "1427",
                        "description": "Diari motivasi memberikan berbagai dukungan tuk menjadikan semangat meraih kebangkitan diri",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2195",
                        "icon": "https://s.kaskus.id/ficon/image-2195.png",
                        "name": "GOLDEN TV",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2195",
                        "description": "NIKMATI TAYANGAN KELUARGA KELAS DUNIA",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2451",
                        "icon": "https://s.kaskus.id/ficon/image-2451.png",
                        "name": "Stories sexuality",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2451",
                        "description": "Stories seksualitas",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2707",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "komunitas suka doraemon",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2707",
                        "description": "assalamualaikum, nama saya hari, kegiatan komunitas suka doraemon ini adalah membaca komik doraemon dan berusaha menciptakan alat alat canggih seperti alat milik doraemon",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1172",
                        "icon": "https://s.kaskus.id/ficon/image-1172.png",
                        "name": "Ikatan Dukun Indonesia",
                        "isOfficial": false,
                        "communityId": "1172",
                        "description": "Organisasi Dukun Terstruktur dan Berpengaruh",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2196",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "CUAN GAMING",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2196",
                        "description": "Main game dapet duit!",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2452",
                        "icon": "https://s.kaskus.id/ficon/image-2452.png",
                        "name": "Mitra Line",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2452",
                        "description": "Mitra Line - Di sini, para anggotanya tidak hanya berdiskusi tentang tren terbaru, tetapi juga saling bertukar inspirasi dan tips mengenai cara berpakaian yang sesuai dengan kepribadian masing-masing.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2708",
                        "icon": "https://s.kaskus.id/ficon/image-2708.png",
                        "name": "Saham Amerika",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2708",
                        "description": "Diskusi pasar, informasi seputar investasi, berita fundamental, dan analisis teknikal semua emiten saham Amerika",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1173",
                        "icon": "https://s.kaskus.id/ficon/image-1173.png",
                        "name": "[Komunitas] Berita dan Poltik",
                        "isOfficial": false,
                        "communityId": "1173",
                        "description": "Forum diskusi dan berbagi berita dari dalam maupun luar negeri. Mulai dari ideologi, politik, ekonomi, sosial dan budaya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2197",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kuliah Jurusan Agribisnis",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2197",
                        "description": "Langsung ORDER KLIK WA https://wa.me/6285723674960 , Kuliah Jurusan Agribisnis, Kuliah Jurusan Agribisnis, Kuliah Jurusan Agribisnis, Kuliah Jurusan Agroteknologi, Kuliah Jurusan Akuntansi, Kuliah Jurusan ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2709",
                        "icon": "https://s.kaskus.id/ficon/image-2709.png",
                        "name": "KABAR Provinsi BANTEN",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2709",
                        "description": "Sebuah komunitas wilayah Tangerang-Banten tempat berbagi informasi tepat dan terpercaya, pastikan anda semua bijak dalam membaca dan membagikan segala informasi, agar tidak ada pihak yang merasa dirugikan.????????",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1174",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Belajar Sejarah",
                        "isOfficial": false,
                        "communityId": "1174",
                        "description": "Berbagi kisah sejarah bangsa agar kita jadi bangsa yang besar",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1430",
                        "icon": "https://s.kaskus.id/ficon/image-1430.png",
                        "name": "Komunitas Cargo Indonesia",
                        "isOfficial": false,
                        "communityId": "1430",
                        "description": "Membahas seputar ekspedisi, cargo, logistik, dan hal lain seputar pengiriman barang",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2198",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Batak Muslim",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2198",
                        "description": "Wadah berkumpulnya orang Batak beragama Islam.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2454",
                        "icon": "https://s.kaskus.id/ficon/image-2454.png",
                        "name": "Barbenheimer",
                        "channel": {
                          "id": "10",
                          "name": "Female"
                        },
                        "isOfficial": false,
                        "communityId": "2454",
                        "description": "Barbenheimer qwer",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2710",
                        "icon": "https://s.kaskus.id/ficon/image-2710.png",
                        "name": "CUAP bareng Prudential",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2710",
                        "description": "Informasi seputar klaim, produk dan literasi dari Prudential",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1175",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Masakan Unik Nusantara",
                        "isOfficial": false,
                        "communityId": "1175",
                        "description": "Rahasia resep masakan nusantara",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1943",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Diari Yatim Piatu Sukses",
                        "isOfficial": false,
                        "communityId": "1943",
                        "description": "Diari Yatim Piatu Bisa Sukses",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2199",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "BPT",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2199",
                        "description": "Hello",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2455",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "JYRPX",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2455",
                        "description": "-Bursa",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2711",
                        "icon": "https://s.kaskus.id/ficon/image-2711.png",
                        "name": "Politik Indonesia dan Mancanegara",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2711",
                        "description": "Komunitas politik Indonesia dan Mancanegara mencerminkan dinamika kekuasaan, ideologi, dan kepentingan yang terus berubah.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1176",
                        "icon": "https://s.kaskus.id/ficon/image-1176.png",
                        "name": "Komunitas Catur Indonesia",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "1176",
                        "description": "Komunitas pemain catur. Baik sebagai pengisi waktu luang, hobi maupun profesi.\n\n\nSuka catur? Yuk join gansis!\n\n??",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2200",
                        "icon": "https://s.kaskus.id/ficon/image-2200.png",
                        "name": "IdiotsCaughtOnCam",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2200",
                        "description": "Idiots caught on cam ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2456",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "AKBAR TEKNIK",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": false,
                        "communityId": "2456",
                        "description": "JUAL BERBAGAI ALAT SIPIL DLL",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2712",
                        "icon": "https://s.kaskus.id/ficon/image-2712.png",
                        "name": "INVESTOR TANGERANG BANTEN",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": false,
                        "communityId": "2712",
                        "description": "kami seles marketing membuka jalan bagi para investor yang ingin membuka usaha properti di wilayah TANGERANG-BANTEN ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2457",
                        "icon": "https://s.kaskus.id/ficon/image-2457.png",
                        "name": "AKBAR ALAT TEKNIK SIPIL",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": false,
                        "communityId": "2457",
                        "description": "Jual Berbagai Alat Teknik Sipil, Alat Survey, Alat instrument, Alat Geologi, Sirine, Total Station, Theodolite, Waterpass, Hammer Test, Sirine, Moisture meter, GPS, Alat Ukur, Sound Level Meter Dll",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2713",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "gaya hidup sehat dengan herbal",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2713",
                        "description": "membahas masalah kesehatan berbasis herbal, masalah kolestrol, hipertensi, masalah zaitun untuk kesehatan dan lain lain.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1178",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Gedget",
                        "isOfficial": false,
                        "communityId": "1178",
                        "description": "Membahas semua hal yang berhubungan dengan gedget sesuai perkembangan zaman",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2202",
                        "icon": "https://s.kaskus.id/ficon/image-2202.png",
                        "name": "Koleksi Kuliner",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": false,
                        "communityId": "2202",
                        "description": "Wadah bagi para pecinta masakan yang bersatu dalam semangat eksplorasi kuliner. Dalam komunitas ini, penggemar masak bisa saling bertukar ide, berbagi resep dan meresapi keajaiban citarasa.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2458",
                        "icon": "https://s.kaskus.id/ficon/image-2458.png",
                        "name": "Drone",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2458",
                        "description": "Pecinta Drone, baik aerial maupun fpv, yuk diskusi bareng.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2714",
                        "icon": "https://s.kaskus.id/ficon/image-2714.png",
                        "name": "Interisti Kaskus",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": false,
                        "communityId": "2714",
                        "description": "Forum Diskusi Seputar F.C. Internazionale Milano di Kaskus",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2459",
                        "icon": "https://s.kaskus.id/ficon/image-2459.png",
                        "name": "Kaskus FJB",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2459",
                        "description": "Forum Jual Beli unofficially\n",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2715",
                        "icon": "https://s.kaskus.id/ficon/image-2715.png",
                        "name": "SEPUTAR BOLA",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": false,
                        "communityId": "2715",
                        "description": "Diskusi Parlay Seputar Sepak Bola",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1180",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Download Software Gratis Full Version",
                        "isOfficial": false,
                        "communityId": "1180",
                        "description": "Tempat situs download software terbaru full version untuk semua versi windows update setiap hari",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2460",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "SYIPC",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2460",
                        "description": "SYIPC",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1181",
                        "icon": "https://s.kaskus.id/ficon/image-1181.png",
                        "name": "Peralatan Dapur",
                        "isOfficial": false,
                        "communityId": "1181",
                        "description": "peralatan dapur",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2461",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Ananta Santoso",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2461",
                        "description": "Ananta Santoso",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1182",
                        "icon": "https://s.kaskus.id/ficon/image-1182.png",
                        "name": "Problem Solving",
                        "isOfficial": false,
                        "communityId": "1182",
                        "description": "Tempatnya bertanya.\nTempatnya unek - unek.\nPencari solusi.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2462",
                        "icon": "https://s.kaskus.id/ficon/image-2462.png",
                        "name": "Gedgetin",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2462",
                        "description": "Berbagi informasi tentang gadget, ponsel, android, smartphone, daftar smartphone, technology",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1183",
                        "icon": "https://s.kaskus.id/ficon/image-1183.png",
                        "name": "BLACKPINK",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "1183",
                        "description": "BLACKPINK adalah girl grup Korea Selatan yang dibentuk oleh YG Entertainment, yang terdiri dari anggota Jisoo, Jennie, Rosé, dan Lisa. Grup ini debut pada 8 Agustus 2016. Forum ini ditujukan bagi Kaskuser untuk saling share terkait update konten BLACKPINK",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2207",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Peredam Suara Indonesia",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2207",
                        "description": "\"Call 0851-7968-8806 , Panel Akustik Peredam Suara Salatiga\n\nLangsung ORDER KLIK WA https://wa.me/6285179688806 , Panel Akustik Peredam Suara Salatiga, Jasa Pemasangan Peredam Suara Ruangan Di Surabaya Sidoarjo, Harga Pasang Peredam Ruangan Pagar Alam",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2463",
                        "icon": "https://s.kaskus.id/ficon/image-2463.png",
                        "name": "Berbagi Cerita",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2463",
                        "description": "Rangkaikan Ceritamu Disini.... ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2719",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "basic",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2719",
                        "description": "foundation`s . ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1184",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Partai Kasak Kusuk",
                        "isOfficial": false,
                        "communityId": "1184",
                        "description": "Berdasarkan keaktifan dan tingkat kritis para anggota forum politik, maka ane coba mendirikan forum ini sebagai mitra strategis forum tersebut sebagai sarana awal buat para kaskuser agar dapat turut menyampaikan aspirasi di tingkat legislatif",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2208",
                        "icon": "https://s.kaskus.id/ficon/image-2208.png",
                        "name": "Ikatan Kaskuser Apoteker",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2208",
                        "description": "Komunitas khusus kaskuser apoteker dan kaskuser yang ahli di bidang ilmu farmasi dan kosmetika",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2464",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Bisnis Moment",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2464",
                        "description": "Update terkini informasi-informasi tentang bisnis Moment. Bisnis yang telah mencetak lebih dari 200 milyarder baru di Indonesia dan ribuan orang telah menikmati kehidupan financial yang jauh lebih berkualitas. \n\nCheck Website: https://admin.momentbiz.com/",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2720",
                        "icon": "https://s.kaskus.id/ficon/image-2720.png",
                        "name": "Jual Beli Nusantara",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2720",
                        "description": "Silahkan promosi jual beli kamu disini no porn dan sara",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2209",
                        "icon": "https://s.kaskus.id/ficon/image-2209.png",
                        "name": "Agem menggolo Supratural Konsultan",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2209",
                        "description": "konsultasi pengasihan dan problem kehidupan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2465",
                        "icon": "https://s.kaskus.id/ficon/image-2465.png",
                        "name": "For massage ktv and lounge",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2465",
                        "description": "Tempat berbagi informasi mengenai promosi dan event ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1186",
                        "icon": "https://s.kaskus.id/ficon/image-1186.png",
                        "name": "shekuntool",
                        "isOfficial": false,
                        "communityId": "1186",
                        "description": "?????",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2466",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Sulam Bibir Sulam Alis dan Sulam Eyeliner",
                        "channel": {
                          "id": "10",
                          "name": "Female"
                        },
                        "isOfficial": false,
                        "communityId": "2466",
                        "description": "Sharing yuk pengalaman - pengalaman yang sudah pernah sulam.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2467",
                        "icon": "https://s.kaskus.id/ficon/image-2467.png",
                        "name": "Technology handphone",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2467",
                        "description": "Membahas tentang teknologi smartphone, handphone Android",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2723",
                        "icon": "https://s.kaskus.id/ficon/image-2723.png",
                        "name": "KOMUNITAS PECINTA FILM POJOKAN21",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2723",
                        "description": "Nonton gratis tanpa iklan hanya di pojokan21.com",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1188",
                        "icon": "https://s.kaskus.id/ficon/image-1188.png",
                        "name": "PECINTA SEJARAH PERANG DUNIA KE 2",
                        "isOfficial": false,
                        "communityId": "1188",
                        "description": "perang dunia ke 2 adalah perang yang paling banyak dibicarakan di zaman sekarang.....takkan bisa habis cerita n pembahasan tentang perang dunia ke 2",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1956",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "JUAL ALAT SEPAK TAKRAW",
                        "isOfficial": false,
                        "communityId": "1956",
                        "description": "Menyediakan alat-alat olahraga khususnya sepak takraw",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2212",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasa Pembuatan Tenda Canopi",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2212",
                        "description": "\"WA 0821-1251-3322, Jasa Pembuatan Kanopi Keras Jakarta\n\nLangsung ORDER KLIK WA https://wa.me/6282112513322, Jasa Pembuatan Kanopi Keras Jakarta, Jasa Pembuatan Kanopi Keras Jakarta, Jasa Pembuatan Kanopi Keras Jakarta, Jasa Pembuatan Awning Jakarta Selat",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2468",
                        "icon": "https://s.kaskus.id/ficon/image-2468.png",
                        "name": "Bahas Viral",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2468",
                        "description": "Membahas hal viral random terbaru yang sedang ramai dibicarakan! Mulai dari video sampai kabar mengejutkan lainnya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1189",
                        "icon": "https://s.kaskus.id/ficon/image-1189.png",
                        "name": "Riaunews dot com",
                        "isOfficial": false,
                        "communityId": "1189",
                        "description": "Berita-berita di situs riaunews.com",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1957",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Game Vlogger",
                        "isOfficial": false,
                        "communityId": "1957",
                        "description": "Vlog main game ane aja",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2213",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Grup Jual Beli Coach Vicky Yustadian",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2213",
                        "description": "Grup ini diperuntukkan bagi yang ingin posting produk atau jasanya",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2469",
                        "icon": "https://s.kaskus.id/ficon/image-2469.png",
                        "name": "Forum sharing dan Konsultasi Supranatural",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2469",
                        "description": "Cerita misteri, Belajar Budaya Supranatural, Konsultasi Supranatural \n",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2725",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Layanan travel",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": false,
                        "communityId": "2725",
                        "description": "Layanan travel Mahardhika ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1190",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Cerita Perjalanan Menarik",
                        "isOfficial": false,
                        "communityId": "1190",
                        "description": "Menceritakan hal menarik kunjungan perjalanan di sebuah negara atau objek wisata yang khas. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1958",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Senjaku Terluka",
                        "isOfficial": false,
                        "communityId": "1958",
                        "description": "Senjaku terluka dimana ku tuang dLam bentuk cerita mengagungkan takdurnyg Maha kuasa terlukis menjadi Maha karya.. aku hanya pujangga amatiran yang menumpah ruah segala luka di kertas yang ada, semoga menjadi obat dan pelipur lara",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2214",
                        "icon": "https://s.kaskus.id/ficon/image-2214.png",
                        "name": "Animanga 2023",
                        "channel": {
                          "id": "12",
                          "name": "Anime & Manga"
                        },
                        "isOfficial": false,
                        "communityId": "2214",
                        "description": "Komunitas anime manga 2023",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2470",
                        "icon": "https://s.kaskus.id/ficon/image-2470.png",
                        "name": "FJB Supranatural dan Barang Antik",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2470",
                        "description": "Forum FJB khusus\n1. Barang antik dan lawasan\n2. Jasa Supranatural dan azimat \n3. Lelang barang antik dan supranatural",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2726",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Zaitun Baca Buku",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2726",
                        "description": "Berisi insight dari buku-buku yang dibaca.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1959",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Generative AI",
                        "isOfficial": false,
                        "communityId": "1959",
                        "description": "Berbagi info seputar Generative AI ( Large Language Model, image , text, video dan audio )",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2471",
                        "icon": "https://s.kaskus.id/ficon/image-2471.png",
                        "name": "kaskus Marketplace",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2471",
                        "description": "komunitas Marketplace kaskus\n",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2727",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Baca Buku Dulu",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2727",
                        "description": "Berisi insight dari buku-buku yang dibaca.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1192",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "fiqih islam dan kisah",
                        "isOfficial": false,
                        "communityId": "1192",
                        "description": "penjelasan fiqih ,Aqidah dan kisah kisah para sahabat, dan orang shaleh beserta Nasihat para 'Ulama",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1960",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Santunan Anak Yatim Piatu di Bandung",
                        "isOfficial": false,
                        "communityId": "1960",
                        "description": "\"KLIK WA https://wa.me/62811975649, Sedekah Untuk Penghafal Al Quran, Sedekah Untuk Panti Asuhan, Sedekah Untuk Pondok Pesantren, Sedekah Untuk Pesantren, Sedekah Untuk Penuntut Ilmu\n\nLaporan Kementerian Pendidikan, Kebudayaa",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2216",
                        "icon": "https://s.kaskus.id/ficon/image-2216.png",
                        "name": "Jual Beli Handphone Purwokerto",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2216",
                        "description": "Semua yang mau Jual Beli HP. Baru atau Bekas. Di Purwokerto",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2472",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Rizky Santoso",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2472",
                        "description": "Rizky Santoso: Rivian Memperluas Penjualan Kendaraan Niaga Listrik, Membuka Peluang Pertumbuhan Baru",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2728",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Baca Buku Aja",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2728",
                        "description": "Berisi insight dari buku-buku yang dibaca",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1193",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Info Lelaki",
                        "isOfficial": false,
                        "communityId": "1193",
                        "description": "Info untuk para Lelaki, apa yang anda cari ada disini",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1961",
                        "icon": "https://s.kaskus.id/ficon/image-1961.png",
                        "name": "Rihils Digital Collection",
                        "isOfficial": false,
                        "communityId": "1961",
                        "description": "Berbagai informasi dan thread jualan yang berbau-bau Digital. Hanya berisikan hal yang berkaitan dengan Dunia Digital ???? #eradigital",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2217",
                        "icon": "https://s.kaskus.id/ficon/image-2217.png",
                        "name": "KUMPULAN MUSIK INDO TERBARU DAN TERPOPULER",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2217",
                        "description": "Ayo dengerin lagu-lagu terbaru kami.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2729",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Buka Buku Dulu",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2729",
                        "description": "Berisi insight dari buku-buku yang dibaca",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1962",
                        "icon": "https://s.kaskus.id/ficon/image-1962.png",
                        "name": "FJB Produk Digital",
                        "isOfficial": false,
                        "communityId": "1962",
                        "description": "Forum Jual Beli Produk Digital seperti Game, Software, Film, dan Ebook/Komik/Novel Digital.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2218",
                        "icon": "https://s.kaskus.id/ficon/image-2218.png",
                        "name": "Cinematic Lover",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2218",
                        "description": "Kumpulan video video bertema cinematic",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2474",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Artificial Intelligence yes",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2474",
                        "description": "All about AI",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2730",
                        "icon": "https://s.kaskus.id/ficon/image-2730.png",
                        "name": "Jual Kaos Kristiani Wanita",
                        "channel": {
                          "id": "10",
                          "name": "Female"
                        },
                        "isOfficial": false,
                        "communityId": "2730",
                        "description": "Forum khusus jual beli kaos Kristiani wanita. Melayani GoSend wilayah Semarang dan Magelang. Tersedia ukuran XS, S, M, L, XL, dan XXL. Tersedia 4 pilihan warna (pink, merah, hijau zamrud, biru dongker). Minat? Hubungi 085800068717 (WA).",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1195",
                        "icon": "https://s.kaskus.id/ficon/image-1195.png",
                        "name": "Nurani",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "1195",
                        "description": "Sarana kaskuser dalam berbagi renungan dan pelajaran hidup agar agar kembali kepada fitrah dasar sebagai makhluk dengan nurani",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1451",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Dropshipper",
                        "isOfficial": false,
                        "communityId": "1451",
                        "description": "Arti dropship adalah bentuk usaha berjualan barang secara online tanpa perlu menyimpan stok barang tersebut. sedangkan Dropshipper adalah pemasar yang menghubungkan konsumen dan pemasok.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2475",
                        "icon": "https://s.kaskus.id/ficon/image-2475.png",
                        "name": "Loker Karoke dan Spa",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2475",
                        "description": "Lowongan lady companion karaoke dan spa jakarta",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2731",
                        "icon": "https://s.kaskus.id/ficon/image-2731.png",
                        "name": "IndoRunners",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": false,
                        "communityId": "2731",
                        "description": "Kekeluargaan dan Keseruan berlari bersama, baik untuk pemula maupun pelari berpengalaman.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1196",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Hira Dazzle",
                        "isOfficial": false,
                        "communityId": "1196",
                        "description": "Official Account.\nIdol Group from Jakarta, Indonesia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1452",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "helmizi",
                        "isOfficial": false,
                        "communityId": "1452",
                        "description": "Perusahaan yang bergerak di bidang Expedisi International Freight Forwarders untuk pengurusan Import kepada kepabean (PPJK)Baik via laut maupun via udara yang berdomisili di Jakarta dan kami siap membantu segala kebutuhan yan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2732",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Genso Suikoden",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2732",
                        "description": "membahas tentang segala sesuatu yang berhubungan dengan game Genso Suikoden dari Konami",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1197",
                        "icon": "https://s.kaskus.id/ficon/image-1197.png",
                        "name": "Hansip Hoax",
                        "isOfficial": false,
                        "communityId": "1197",
                        "description": "Membahas tentang hoax, penipuan, scam, share pengalaman, tips, trick, dan hal terkait lainnya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2221",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Barbie Holic",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2221",
                        "description": "Komunitas Pecinta Barbie",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2477",
                        "icon": "https://s.kaskus.id/ficon/image-2477.png",
                        "name": "KOMUNITAS ALBA FUN",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2477",
                        "description": "Wadah untuk berbagi berita seputar bola, game, serta hal menarik lainnya yang menarik untuk dibahas bagi gansist pengguna kaskus, have fun :)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2733",
                        "icon": "https://s.kaskus.id/ficon/image-2733.png",
                        "name": "Percetakan Kendari",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2733",
                        "description": "Hubungi WhatsApp.082164715377 LENGKAP!\nMAU BUAT APA AJA? DISINI TEMPATNYA KITA!\n?? ?? ?? ???? | PAW Percetakan | PAW Advertising | PAW Prasasti | PAW Properti | PAW Konstruksi | PAW Website Portal Software Network | PAW Seni | PAW ITE | PAW EO - PAW Event",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1454",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Machine Learning",
                        "isOfficial": false,
                        "communityId": "1454",
                        "description": "Welcome to MachineLearning",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2222",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Barbie Lovers",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2222",
                        "description": "Barbie Lovers Mon Sep 02 2024 14:59:15 GMT+0700 (Western Indonesia Time)",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2478",
                        "icon": "https://s.kaskus.id/ficon/image-2478.png",
                        "name": "NGOBROL SPIRITUAL",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2478",
                        "description": "penggabungan antara aliran al hikmah , al khodam dan juga aliran kejawen .\ndiskusi bersama dan Saling belajar tanpa harus Membeda-bedakan budaya atau sebuah aliran ..\nbisa mengikuti pembelajaran jarak jauh atau dekat ..",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2734",
                        "icon": "https://s.kaskus.id/ficon/image-2734.png",
                        "name": "Advertising Kendari",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2734",
                        "description": "Hubungi WhatsApp.082164715377 LENGKAP!\nMAU BUAT APA AJA? DISINI TEMPATNYA KITA!\n?? ?? ?? ???? | PAW Percetakan | PAW Advertising | PAW Prasasti | PAW Properti | PAW Konstruksi | PAW Website Portal Software Network | PAW Seni | PAW ITE | PAW EO - PAW Event",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1199",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Ojek Driver Online",
                        "isOfficial": false,
                        "communityId": "1199",
                        "description": "Komunitas tempat ngumpulnya para driver motor dan mobil melalui platform yang sama maupun beda untuk keuntungan bersama",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1455",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Berita dan Olahraga",
                        "isOfficial": false,
                        "communityId": "1455",
                        "description": "Berita Olahraga ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1200",
                        "icon": "https://s.kaskus.id/ficon/image-1200.png",
                        "name": "Meme Dan Jokes",
                        "isOfficial": false,
                        "communityId": "1200",
                        "description": "Tempatnya Berbagi Meme Dan Jokes Bisa Juga Di Bilang Untuk Mencari Hiburan Atau Pun Gambar2 Unik Dan Luck",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1456",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "085100744493 PERAWATAN LUKA DIABETES PANGGILAN SEMARANG",
                        "isOfficial": false,
                        "communityId": "1456",
                        "description": "085100744493 PERAWATAN LUKA DIABETES PANGGILAN SEMARANG Jasa perawatan luka diabetes Semarang yang berkualitas dan terpercaya dapat membantu Anda yang mengalami masalah dengan luka diabetes.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2224",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Test",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2224",
                        "description": "test create community",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2736",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "KasKuser Tempo Dulu",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2736",
                        "description": "Nostalgia Kaskuser masa kecil 70's - 90's",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1201",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Elf Indonesia",
                        "isOfficial": false,
                        "communityId": "1201",
                        "description": "Komunitas bagi para Elf di Indonesia. Pecinta Super Junior sejati",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1457",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "SAVETIME",
                        "isOfficial": false,
                        "communityId": "1457",
                        "description": "Recruitment of online mall agents",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2225",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Barbie Luv Luv",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2225",
                        "description": "Barbie Lovers",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2481",
                        "icon": "https://s.kaskus.id/ficon/image-2481.png",
                        "name": "Pelatihan Programmer Bali",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2481",
                        "description": "Pelatihan Programmer, coding, inolabs academy",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2737",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "PIJIT TRADISIONAL VEE MASSAGE SUNTER ICON",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2737",
                        "description": "VEE MASSAGE SUNTER RUKO SUNTER ICON BLOK B10\n\nTEMPAT PIJIT TRADISIONAL\nBERNUANSA JEPANG\nBERLOKASI DI SUNTER ICON, SUNTER AGUNG, JAKARTA UTARA.\n\nSTART FROM BASIC 275.000/HOUR\nSOP WA ADMIN.\n0857.1871.2493\n\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1202",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Resep Masakan Nusantara",
                        "isOfficial": false,
                        "communityId": "1202",
                        "description": "Kumpulan resep masak ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1458",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Ripple bitcoin",
                        "isOfficial": false,
                        "communityId": "1458",
                        "description": "Ripple?bitcoin",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2226",
                        "icon": "https://s.kaskus.id/ficon/image-2226.png",
                        "name": "Test Community",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2226",
                        "description": "komunitas testing",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2738",
                        "icon": "https://s.kaskus.id/ficon/image-2738.png",
                        "name": "COUNTER STRIKE 2 BANDUNG",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2738",
                        "description": "tempat ngopdar atau share pengalaman main Counter Strike 2 terbaru.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1203",
                        "icon": "https://s.kaskus.id/ficon/image-1203.png",
                        "name": "Dunia Hewan",
                        "isOfficial": false,
                        "communityId": "1203",
                        "description": "Tempat Untuk Para Pecinta Hewan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1459",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "pekerjaan internet",
                        "isOfficial": false,
                        "communityId": "1459",
                        "description": "Di sini Anda dapat menemukan pekerjaan yang cocok untuk Anda dan menemukan peluang kewirausahaan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2227",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Ken Lovers",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2227",
                        "description": "Pecinta Ken",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2739",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Iseng",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2739",
                        "description": "Alkisah di suatu tempat nun jauuuu disonooooh ! ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1204",
                        "icon": "https://s.kaskus.id/ficon/image-1204.png",
                        "name": "Berita Unik Dan Lucu",
                        "isOfficial": false,
                        "communityId": "1204",
                        "description": "Tempatnya Berbagi Berita Yang Unik-unik.... Dan Berita Yang Lucu-lucu.... Atau Pun Berita Aneh Bin Ajaib",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1460",
                        "icon": "https://s.kaskus.id/ficon/image-1460.png",
                        "name": "Islamic World",
                        "isOfficial": false,
                        "communityId": "1460",
                        "description": "Mengkaji hal-hal berkaitan dengan dunia Islam",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1716",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Tips Bisnis Online",
                        "isOfficial": false,
                        "communityId": "1716",
                        "description": "Membahas segala hal yang menghasilkan cuan melalui produk digital dan usaha online lainnya",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2484",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kunjungan Paus Fransiskus",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2484",
                        "description": "Seputar informasi terkait kunjungan apostolik Yang Mulia Sri Paus Fransiskus.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2740",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Debatos Club",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2740",
                        "description": "Di sini tempatnya pure debate, bukan hanya cacian makian kosong yang tidak penting!! \n\nLet's the debate begin!!!\n\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1205",
                        "icon": "https://s.kaskus.id/ficon/image-1205.png",
                        "name": "Pecinta Komik",
                        "isOfficial": false,
                        "communityId": "1205",
                        "description": "Bahas komik atau nyari saran komik di sini aja bre",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1461",
                        "icon": "https://s.kaskus.id/ficon/image-1461.png",
                        "name": "Zondroider",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "1461",
                        "description": "Tempat Nongkrong Anak EMSA JAYA",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1717",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Sedang Trending",
                        "isOfficial": false,
                        "communityId": "1717",
                        "description": "Membahas tentang berita dan isu atau topik yang sedang trending, termasuk video, template, fenomena dan lain sebagainya.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1973",
                        "icon": "https://s.kaskus.id/ficon/image-1973.png",
                        "name": "GRUP WA ISLAMI",
                        "isOfficial": false,
                        "communityId": "1973",
                        "description": "Membahas Segala Hal Yang Berkaitan Dengan Grup WhatsApp Islami (Tapi Yang Utama Pelajari Dahulu Ilmu : Adab, Aqidah/Tauhid, Sholat atau Sholat dulu, baru kemudian Aqidah/Tauhid)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2229",
                        "icon": "https://s.kaskus.id/ficon/image-2229.png",
                        "name": "Tour Spa Berkualitas di Bali",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2229",
                        "description": "Komunitas Seputar media parirwisata. jasa pijat online, rekomendasi Spa di bali. perkumpulan organisasi atau komunitas Spa. perserwaan mobil dan motor. info vila di Bali.\n",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2741",
                        "icon": "https://s.kaskus.id/ficon/image-2741.png",
                        "name": "LAGILAGI AKADEMI",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2741",
                        "description": "Powered by Lagilagi Group",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1206",
                        "icon": "https://s.kaskus.id/ficon/image-1206.png",
                        "name": "KUNINGAN EU ORG",
                        "isOfficial": false,
                        "communityId": "1206",
                        "description": "KUNINGAN EU ORG | Informasi dan 1000 Tips Fakta Unik Menarik di Dunia | kuningan.eu.org",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1974",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Grup Kesehatan Pencernaan Indonesia Gastrointestinal Indonesian Foundation",
                        "isOfficial": false,
                        "communityId": "1974",
                        "description": "NON PROFIT seputar kesehatan pencernaan penyakit pencernaan Gastrointestinal dieses dan cara mengatasi dengan pola makan dan vitamin alami penunjang ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2230",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "INFO PIJAT SEMARANG",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2230",
                        "description": "bertukar pikiran dan pengalaman seputar pijat semarang, dan juga anda bisa berinteraksi mencari pelanggan disini. \ndilarang melanggar aturan yang sudah di tetapkan pihak kaskus.\n\nsalam admin",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2742",
                        "icon": "https://s.kaskus.id/ficon/image-2742.png",
                        "name": "Nightlife entertaiment",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2742",
                        "description": "Nightlife entertaiment\nTempat berbagi informasi mengenai hiburan karaoke dan spa promosi yang terkait dengan hiburan malam.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1207",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "ILMU HIKMAH",
                        "isOfficial": false,
                        "communityId": "1207",
                        "description": "Komunitas tentang ilmu hikmah dan perkembangannya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1975",
                        "icon": "https://s.kaskus.id/ficon/image-1975.png",
                        "name": "Pinjem dulu 100",
                        "isOfficial": false,
                        "communityId": "1975",
                        "description": "diskusi soal pinjam-meminjam, atau hutang, Pinjaman, Pinjol, Gadai",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2231",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "INFO LAYANAN PIJAT DI SEMARANG PRIA DAN WANITA",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2231",
                        "description": "Komunitas pijat semarang panggilan.\nmassage, dan spa, kota semarang, layanan 24 jam. \nSemarang, banyumanik, semarang timur, semarang selatan, semarang utara, semarang tengah, gayamsari, tembalang. Pijat pria dan Pijat Wanita.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2487",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Iyuy Musik",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2487",
                        "description": "Koleksi Iyuy Musik",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2743",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Bantuan Bank BRI Indonesia",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2743",
                        "description": "Deskripsi:Komunitas berbagi informasi dan bantuan layanan Bank BRI, mulai dari aktivasi BRImo, kendala transaksi, reset akun, hingga informasi layanan perbankan digital.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1208",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Warung Pojok",
                        "isOfficial": false,
                        "communityId": "1208",
                        "description": "berisikan tentang gosip sekitar lika liku kehidupan sehari-hari, terutama tentang cinta, rumah tangga dan perselingkuhan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2232",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "BERBAGI INFO DAN JASA DI KOTA SEMARANG",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2232",
                        "description": "halo agan semuanya. selamat datang di komunitas BERBAGI INFO DAN JASA DI KOTA SEMARANG.\ndisini agan bis aberbagi informasi mengenai jasa dan infomasi terkait di dalamnya. \nsilahkan berbagi pengalaman, bersaing secara sehat dan akur satu sama lainnya. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2744",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Supergirl Thread Series",
                        "channel": {
                          "id": "10",
                          "name": "Female"
                        },
                        "isOfficial": false,
                        "communityId": "2744",
                        "description": "Adik dari Superwoman Thread Series. Dilarang promosi, dilarang jual beli, dilarang SARA.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1209",
                        "icon": "https://s.kaskus.id/ficon/image-1209.png",
                        "name": "iPhone Semarang",
                        "isOfficial": false,
                        "communityId": "1209",
                        "description": "Forum jual beli iPhone di Semarang Jawa Tengah\n\nIBGADGETSTORE merupakan toko iPhone terbesar di Semarang - Jawa Tengah mewadahi komunitas iPhone Semarang di Kaskus. Untuk kamu yang memiliki masalah dan pertanyaan mengenai iPhone silahkan buat thread disin",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1465",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Test",
                        "isOfficial": false,
                        "communityId": "1465",
                        "description": "Test Komunitas",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1721",
                        "icon": "https://s.kaskus.id/ficon/image-1721.png",
                        "name": "Komunitas Gamers Indonesia",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "1721",
                        "description": "Komunitas berdiskusi & berjualan untuk berbagai games di Indonesia, mau console, pc, handheld, etc silahkan join",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2745",
                        "icon": "https://s.kaskus.id/ficon/image-2745.png",
                        "name": "Serba Ada",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2745",
                        "description": "Kumpulan informasi, cerita, atau bahasan ringan yang sifatnya umum dan mencakup banyak aspek.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1466",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "testing27",
                        "isOfficial": false,
                        "communityId": "1466",
                        "description": "testing27",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1722",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Karir Bersama",
                        "isOfficial": false,
                        "communityId": "1722",
                        "description": "Karir Bersama adalah media berbagi informasi loker (lowongan kerja) terupdate dari perusahaan-perusahaan yang ada di Indonesia.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2490",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Iyuy Tutorial",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2490",
                        "description": "kumpulan Tutorial AA iyuy",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2746",
                        "icon": "https://s.kaskus.id/ficon/image-2746.png",
                        "name": "Bisnis Indonesia",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2746",
                        "description": "Kegiatan yang dilakukan oleh individu maupun organisasi untuk menghasilkan keuntungan melalui produksi, distribusi, atau penjualan barang dan jasa. Intinya, bisnis merupakan aktivitas ekonomi yang bertujuan memenuhi kebutuhan pasar sekaligus",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1211",
                        "icon": "https://s.kaskus.id/ficon/image-1211.png",
                        "name": "Animax Planet",
                        "isOfficial": false,
                        "communityId": "1211",
                        "description": "Tempat buat teman2 membahas anime",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1467",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Distributor agen dan Reseller",
                        "isOfficial": false,
                        "communityId": "1467",
                        "description": "Komunitas para distributor,agen maupun reseller produk dan jasa",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1723",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Sablon Jawa Timuran",
                        "isOfficial": false,
                        "communityId": "1723",
                        "description": "Berikut ini adalah komunitas yang bergerak di bawah naungan komunitas sablon jawa Timuran untuk Sharing Garment dan Konveksi.\n\nMulai dari sablon, peralatan sablon, peralatan jahit menjahit dan masih banyak lagi lainnya.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2235",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Pencak Sila",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2235",
                        "description": "amann",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2491",
                        "icon": "https://s.kaskus.id/ficon/image-2491.png",
                        "name": "Misteri Nusantara",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2491",
                        "description": "komunitas supranatural",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2747",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "News DIGITAL",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2747",
                        "description": "berisi berita yang berbentuk digital",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1212",
                        "icon": "https://s.kaskus.id/ficon/image-1212.png",
                        "name": "Saung AA iyuy",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "1212",
                        "description": "Wadah yang menyatukan dengan berbagai minat threed,\nberbagi ide, belajar bersama, berkolaborasi serta inovatif. mendorong untuk mengekspresikan diri dan mengeksplorasi potensi kreatif menjadi tempat inspirasi dan pertukaran ide yang menyenangkan\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1724",
                        "icon": "https://s.kaskus.id/ficon/image-1724.png",
                        "name": "Tirakat Weton",
                        "isOfficial": false,
                        "communityId": "1724",
                        "description": "Tempat berkumpulnya para pencari sejati diri yang tengah mengupaya mewujud sebagai manusia seutuhnya melalui pendekatan cinta, karena selama nya bangsa ku bangsa cinta. Sugeng Rawuh ke Dunia Cinta",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2236",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Karate",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2236",
                        "description": "karateka",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2492",
                        "icon": "https://s.kaskus.id/ficon/image-2492.png",
                        "name": "Penyair Hitam",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2492",
                        "description": "Silahkan membuat karya di grub kaskus ini dan tetap semangat kawan.!!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2748",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Sosmed",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2748",
                        "description": "update Berita Terbaru ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1213",
                        "icon": "https://s.kaskus.id/ficon/image-1213.png",
                        "name": "Community exchanging referral links",
                        "isOfficial": false,
                        "communityId": "1213",
                        "description": "Please share your referral link here so we can share information and benefit each other ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1725",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasa Pengukuran Tanah dan Surveyor",
                        "isOfficial": false,
                        "communityId": "1725",
                        "description": "Komunitas ini menanpung seluruh keluh kesah dan sharing mengenai dunia pemetaan, baik pemetaan darat, udara maupun pemetaan laut.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2237",
                        "icon": "https://s.kaskus.id/ficon/image-2237.png",
                        "name": "Media4Sharing",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2237",
                        "description": "Media4Sharing adalah sebuah komunitas berbagi informasi menarik dan up to date. \n\nFb : https://web.facebook.com/media4sharing\nGoogle Groups : https://groups.google.com/g/media4sharing",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2493",
                        "icon": "https://s.kaskus.id/ficon/image-2493.png",
                        "name": "INDRIXALBA",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2493",
                        "description": "kumpulan pencari rezeki cepat",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2749",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Qlola",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2749",
                        "description": "update Seputar qlola",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1214",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Topnews",
                        "isOfficial": false,
                        "communityId": "1214",
                        "description": "Berita yang sedang hangat ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1726",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "introvert",
                        "isOfficial": false,
                        "communityId": "1726",
                        "description": "ngerasa introvert join. \nshare suka duka lo sebagai introvert. insider.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1982",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Blogger Literasi",
                        "isOfficial": false,
                        "communityId": "1982",
                        "description": "Kumpulan para blogger dengan latar belakang pegiat literasi di Indonesia.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2494",
                        "icon": "https://s.kaskus.id/ficon/image-2494.png",
                        "name": "The Great Library",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2494",
                        "description": "Work in the dark, To serve the Light",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2750",
                        "icon": "https://s.kaskus.id/ficon/image-2750.png",
                        "name": "EMSA JAYA",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2750",
                        "description": "KOMUNITAS BERBAGI EMSA JAYA",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1215",
                        "icon": "https://s.kaskus.id/ficon/image-1215.png",
                        "name": "Cerpen",
                        "isOfficial": false,
                        "communityId": "1215",
                        "description": "cerita pendek dari berbagai kisah.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1471",
                        "icon": "https://s.kaskus.id/ficon/image-1471.png",
                        "name": "KOMUNITAS PENULIS DAN PEMBACA NOVEL KASKUS INDONESIA",
                        "isOfficial": false,
                        "communityId": "1471",
                        "description": "Forum komunitas penulis dan pembaca cerita novel, cerita pendek atau sejenisnya. agan and sist boleh share karya-karya terbaik agan and sist disini buat temanya sendiri itu bebas.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1727",
                        "icon": "https://s.kaskus.id/ficon/image-1727.png",
                        "name": "Koponk",
                        "isOfficial": false,
                        "communityId": "1727",
                        "description": "koponk",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1983",
                        "icon": "https://s.kaskus.id/ficon/image-1983.png",
                        "name": "SALES SUZUKI",
                        "isOfficial": false,
                        "communityId": "1983",
                        "description": "Sales Suzuki ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2495",
                        "icon": "https://s.kaskus.id/ficon/image-2495.png",
                        "name": "Ruang Santai",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2495",
                        "description": " TEMPATNYA BAHAS APA AJA \n\n ANGGAP KENAL LAMA \n TERBUKA UNTUK SEGALA MACAM KAUM",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2751",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Cara Reschedule tiket pesawat TransNusa",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2751",
                        "description": "Untuk menghubungi Customer Service:+62 8218557812 TransNusa di Indonesia, Anda dapat menggunakan beberapa saluran resmi berikut:",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1216",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Dunia Kesehatan dan Perawat",
                        "isOfficial": false,
                        "communityId": "1216",
                        "description": "Tulisan mengenai segala hal yang berhubunga dengan kesehatan dan perawat medis dibuat oleh pekerja medis ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1728",
                        "icon": "https://s.kaskus.id/ficon/image-1728.png",
                        "name": "Komunitas The King of Fighters Indonesia",
                        "isOfficial": false,
                        "communityId": "1728",
                        "description": "Komunitas yang bertujuan untuk menyatukan player2 KOF dari seluruh daerah di Indonesia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2496",
                        "icon": "https://s.kaskus.id/ficon/image-2496.png",
                        "name": "Ruang Santuy",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2496",
                        "description": "| HIDUP LAH SEPERTI LARRY | ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2752",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Akupuntur",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2752",
                        "description": "Membahas tentang akupuntur",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1217",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Ayo Piknik",
                        "isOfficial": false,
                        "communityId": "1217",
                        "description": "Group yang berisikan tempat wisata yang recommended",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1729",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Rumah Baru",
                        "isOfficial": false,
                        "communityId": "1729",
                        "description": "Drama tetangga dan lingkungan baru",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2241",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "PKL PT SSP",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2241",
                        "description": "Jangan Spam",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2497",
                        "icon": "https://s.kaskus.id/ficon/image-2497.png",
                        "name": "PELUK Everyday",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2497",
                        "description": "Selamat Datang di Komunitas Kami",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2753",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Ngobrolin Sejarah",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2753",
                        "description": "Tempat santai buat ngobrolin sejarah Indonesia dan dunia. Bahas tokoh, peristiwa, arsip, foto lama, buku, hingga mitos sejarah. Bebas bertanya, berbagi, dan berdiskusi dengan santai, seru, serta tetap menghargai fakta dan sumber.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1218",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Ayo Masak",
                        "isOfficial": false,
                        "communityId": "1218",
                        "description": "group untuk sharing resep masakan nusantara bahkan dunia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1474",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Diari Ramadhan",
                        "isOfficial": false,
                        "communityId": "1474",
                        "description": "Marhaban Yaa Ramadhan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1730",
                        "icon": "https://s.kaskus.id/ficon/image-1730.png",
                        "name": "FJB Dukun Antik",
                        "isOfficial": false,
                        "communityId": "1730",
                        "description": "Tempat berkumpulnya lapak supranatural, dukun agar iklan nya tidak berserakan. Tentu memudahkan ditemukan bagi siapapun yang membutuhkan",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2242",
                        "icon": "https://s.kaskus.id/ficon/image-2242.png",
                        "name": "The Myth",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2242",
                        "description": "Mitos-mitos yang dipertanyakan kebenarannya?!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2498",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "AURA ALBA",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2498",
                        "description": "dipastikan meledakkk :)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1219",
                        "icon": "https://s.kaskus.id/ficon/image-1219.png",
                        "name": "Service iPhone Semarang",
                        "isOfficial": false,
                        "communityId": "1219",
                        "description": "Komunitas Service iPhone di Semarang di Kaskus yang mewadahi seputar service iPhone di Kota Semarang. Komunitas ini dikelola oleh tim Specialist Service iPhone (SSI) Semarang",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1731",
                        "icon": "https://s.kaskus.id/ficon/image-1731.png",
                        "name": "Follower Threads",
                        "isOfficial": false,
                        "communityId": "1731",
                        "description": "Disini tempat share akun Threads buat mutualan dan apapun yang bisa dilakukan di Kaskus.\n\nThreads adalah sosial media baru yang buatan Meta dibawah Instagram untuk menyaingi Twitter yang kini banyak batasannya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2499",
                        "icon": "https://s.kaskus.id/ficon/image-2499.png",
                        "name": "DHX INFO VIRAL TERKINI",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2499",
                        "description": "SEPUTARAN INFO TEKINI DAN TER UPDATE SAAT KINI",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1220",
                        "icon": "https://s.kaskus.id/ficon/image-1220.png",
                        "name": "Book Club",
                        "isOfficial": false,
                        "communityId": "1220",
                        "description": "Discuss dan sharing summary buku-buku khusus management, leadership, career, hingga topics around life: marriage, parenting, etc.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1732",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Bukan BB17",
                        "isOfficial": false,
                        "communityId": "1732",
                        "description": "\nno nude pic, no xxx vid, share link only\n",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2244",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Cawe2",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2244",
                        "description": "Cawe2 Pemilu 2024",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2500",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "BERFIKIR SEHAT DAN JUJUR",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2500",
                        "description": "tempat ngumpul dan ngobrol,ngopi dan bergosip ke sana kemari yang SALING NENCERDASKAN!\n\npembelian produk 085600460323\n\nbank blu bca 002215839067",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1221",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Berita Dalam Foto",
                        "isOfficial": false,
                        "communityId": "1221",
                        "description": "Memuat cerita dan berita dalam foto serta uraian singkat cerita mini .",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1477",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Pusat Ekspedisi Surabaya",
                        "isOfficial": false,
                        "communityId": "1477",
                        "description": "Dilarang Saling Menjelekan Satu sama lain agar terjadi kerjasama Terbaik Demi Untuk Bangsa kemajuan Indonesia ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2245",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Digital Marketing Indonesia REBORN",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2245",
                        "description": "Seputar Digital Marketing, SEO, Ads, Sosmed, SEM,dkk",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2501",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Makna Kehidupan",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2501",
                        "description": "Komunitas ini berisi beberapa artikel dalam berbagai ruang lingkup kehidupan mulai dari dunia asmara, metafisika atau spiritual, pergaulan, lingkungan kerja, pengembangan diri, filsafat dan sejarah dalam ranah nasional dan novel fiksi maupun nonfiksi.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1222",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Cerita Mini Dalam Foto dan sketsa",
                        "isOfficial": false,
                        "communityId": "1222",
                        "description": "Memuat cerita dan berita dalam foto serta uraian singkat cerita mini .",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1478",
                        "icon": "https://s.kaskus.id/ficon/image-1478.png",
                        "name": "FORUM JUAL BELI BARANG BEKAS",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "1478",
                        "description": "JUAL BELI BARANG BARU ATAU BEKAS APA SAJA.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1734",
                        "icon": "https://s.kaskus.id/ficon/image-1734.png",
                        "name": "Ruang Menulis",
                        "isOfficial": false,
                        "communityId": "1734",
                        "description": "(MASIH TEST BETA) Ruang Menulis adalah wadah bagi para Penulis untuk menuangkan ide dalam membuat cerita. Mulai dari tips menulis, teknik menulis, hingga berbagi event kepenulisan di luar Kaskus. Cek berkala Thread yang sudah di pin ya.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2246",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitasku",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2246",
                        "description": "For fun",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2502",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Bicara kesehatan",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2502",
                        "description": "tempat ngobrol hal kesehatan,penyakit dan memecahkannya!\norder produk tlp/wa 085600460323",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1223",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Founder Bisnis Ourcitrus Indonesia",
                        "isOfficial": false,
                        "communityId": "1223",
                        "description": "Forum diskusi dan komunikasi mitra bisnis Ourcitrus Indonesia. Ourcitrus bisnis cosmetics, Nutrisi Kesehatan dan saat ini merambah ke dunia Travel Agent membuka kesempatan usaha seluas-luasnya untuk masyarakat Indonesia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1479",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Para Pencari Cuan",
                        "isOfficial": false,
                        "communityId": "1479",
                        "description": "Komunitas pencari cuan online dan offline",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1735",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Ceki Ceki",
                        "isOfficial": false,
                        "communityId": "1735",
                        "description": "Random Aja",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2247",
                        "icon": "https://s.kaskus.id/ficon/image-2247.png",
                        "name": "LOWONGAN KERJA BALI",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2247",
                        "description": "- INFO SEPUTAR LOWONGAN KERJA di Bali- \nMari Bangun komunitas untuk kesejahteraan umat",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2503",
                        "icon": "https://s.kaskus.id/ficon/image-2503.png",
                        "name": "PAUD INDONESIA",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2503",
                        "description": "Komunitas Kaskuser Aktivis PAUD",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1224",
                        "icon": "https://s.kaskus.id/ficon/image-1224.png",
                        "name": "Supranarutal Java Tv",
                        "isOfficial": false,
                        "communityId": "1224",
                        "description": "Assalamualaikum, Wr. Wb.\n\nIkatan Meditasi Cakra Metafisis merupakan suatu wadah untuk menciptakan individu - individu yang berkompeten yang bisa berguna untuk menolong dirinya, keluarganya, dan orang lain dari problematika kehidupan. disini merupakan temp",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1736",
                        "icon": "https://s.kaskus.id/ficon/image-1736.png",
                        "name": "Crypto Whale Academy a Blockchain Crypto Community",
                        "isOfficial": false,
                        "communityId": "1736",
                        "description": "Private Community by Crypto Whale Academy. \n\nApakah Crypto Whale Academy?\nadalah sebuah komunitas private dari , berfokus untuk investor yang berminat dalam crypto dan blockchain. \n\nJOIN US for more \n\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2248",
                        "icon": "https://s.kaskus.id/ficon/image-2248.png",
                        "name": "Hewan Penghilang Stress",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2248",
                        "description": "Kumpulan video ato gambar hewan yang lucu dan menarik",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2504",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Justice Forum",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2504",
                        "description": "Menulis berbagai hal, dengan tidak mengabaikan keadilan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1225",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas paranormal kalimantan bersatu",
                        "isOfficial": false,
                        "communityId": "1225",
                        "description": "komunitas paranormal kalimantan bertujuan menjalin tali silaturahmi, mempererat tali persaudaraan, wadah berbagi ilmu, saling membantu antar anggota",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1737",
                        "icon": "https://s.kaskus.id/ficon/image-1737.png",
                        "name": "Berbagi Blog",
                        "isOfficial": false,
                        "communityId": "1737",
                        "description": "Komunitas ini diperuntukkan bagi pembuat/pemilik blog untuk membagikan postingannya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2249",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "PIJAT SEMARANG KOMUNITAS TEMPAT BERBAGI LAYANAN PIJAT SEMARANG",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": false,
                        "communityId": "2249",
                        "description": "komunitas tempat berbagai informasi jenis dan layanan pijat di semarang, silahkan buat thread yang memberikan informasi buat pengguna dan di luar pengguna. dilarang berjualan barang terlarang.\njaga privasi baik pengguna atau klien anda.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2505",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Human Interest",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2505",
                        "description": "Menulis berbagai tema human interest.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1226",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Rumah Dijual",
                        "isOfficial": false,
                        "communityId": "1226",
                        "description": "Tempat Jual Beli/Sewa Rumah, Ruko, Apartemen, Tanah",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1482",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Partai Kaskus",
                        "isOfficial": false,
                        "communityId": "1482",
                        "description": "Yuk buat partai yang baik dan mencerdaskan bangsa ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2250",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "PIJAT SEMARANG",
                        "channel": {
                          "id": "10",
                          "name": "Female"
                        },
                        "isOfficial": false,
                        "communityId": "2250",
                        "description": "INFORMASI DAN LAYANAN PIJAT SEMARANG, PIJAT CAPEK,PIJAT TRADISIONAL,PIJAT URUT, PIJAT CIDERA, PIJAT OLAHRAGA,PIJAT PASUTRI, PIJAT S3NSU4L DAN JENIS PIJAT LAINNYA, SILAHKAN SHARE. \nTERIMAKSIH",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2506",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Baladewa Elan",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2506",
                        "description": "Forum Menulis dan diskusi publik yang pembela Elan dan bersimpati kepada Elan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1227",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "SAHABAT GMA",
                        "isOfficial": false,
                        "communityId": "1227",
                        "description": "SALAM SAK DULURAN SAKLAWASE…!!!\nSALAM SEJAH TERA SLALU \nAssalamualaikum Warahmatullahi Wabarakatuh Semoga Keselamatan Dan Rahmat Allah SWT, Serta Keberkahan-Nya Dilimpah Kepada Anda Smuanya tehusus saudaraku smuanya\nSYARAT-SY",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1483",
                        "icon": "https://s.kaskus.id/ficon/image-1483.png",
                        "name": "FORUM GAMBAR ILUSTRASI ANIMASI",
                        "isOfficial": false,
                        "communityId": "1483",
                        "description": "bebas share gambar ilustrasi bikinan sendiri\n(jelek gapapa penting PD aje dulu)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1739",
                        "icon": "https://s.kaskus.id/ficon/image-1739.png",
                        "name": "Artificial Intelligence",
                        "isOfficial": false,
                        "communityId": "1739",
                        "description": "Seputar tentang dunia teknologi (AI)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2251",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasa Interior Design",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2251",
                        "description": "Jasa Desain Interior Rumah Jakarta, Jasa Desain Interior Apartemen Studio Jakarta, Jasa Desain Interior Apartemen 2 Kamar Jakarta, Jasa Desain Interior Apartemen Minimalis Jakarta, Jasa Desain Interior Apartemen Kecil Jakarta, Jasa Desain Arsitek Rumah",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2507",
                        "icon": "https://s.kaskus.id/ficon/image-2507.png",
                        "name": "KOSIB KOmunitas Slngle Bali",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2507",
                        "description": "Tempat berkumpulnya para pria / wanita single se-Bali Raya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1228",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Sehat dan Bugar",
                        "isOfficial": false,
                        "communityId": "1228",
                        "description": "Komunitas saling berbagi ilmu bagaimana meningkatkan kesehatan dan kebugaran dengan cara yang baik dan benar, agar kita dapat menikmati kehidupan itu tanpa ada sakit penyakit yang membahayakan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1740",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "muehehe club",
                        "isOfficial": false,
                        "communityId": "1740",
                        "description": "skuy gaskeun",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2252",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "20pcs",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2252",
                        "description": "20pcs",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2508",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Forum Kebangsaan",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2508",
                        "description": "Forum untuk menulis dan mendiskusikan dan mempublisakan wacana-wacana kebangsaan Indonesia dan Nusantara",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1485",
                        "icon": "https://s.kaskus.id/ficon/image-1485.png",
                        "name": "Digibizze",
                        "isOfficial": false,
                        "communityId": "1485",
                        "description": "Digibizze adalah komunitas digital yang berfokus pada pengembangan bisnis digital dan strategi pemasaran online. Di sini, anggota dapat berdiskusi, berbagi pengetahuan, dan memperluas jaringan bisnis mereka.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1741",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Minnn",
                        "isOfficial": false,
                        "communityId": "1741",
                        "description": "<a href=\"https://www.secrash.com\">Bug Bounty Tips</a>",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2509",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Inspiraai",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2509",
                        "description": "Ruang untuk menulis, mendiskusikan dan mempublikadikan hal-hal dan tulisan yang inspiratif.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1230",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Lowongan Pekerjaan",
                        "isOfficial": false,
                        "communityId": "1230",
                        "description": "Tempatnya mencari lowongan pekerjaan terbaru",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1486",
                        "icon": "https://s.kaskus.id/ficon/image-1486.png",
                        "name": "Media Berita Dan Politik",
                        "isOfficial": false,
                        "communityId": "1486",
                        "description": "Di Sarankan Agar Selalu Bijak Dalam Membuat Tread!\nserta cantumkan Sumber Berita yang Tersedia.\n\nMedia Yang Di Upload Adalah Tanggung Jawab Masing Masing Kaskur Dan Perlu di ingat Agar Selalu Bijak \n\ndi larang saling Mengancam",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1742",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Bug Bounty Tips",
                        "isOfficial": false,
                        "communityId": "1742",
                        "description": "<a href=\"https://www.secrash.com\">Bug Bounty Tips</a>",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2254",
                        "icon": "https://s.kaskus.id/ficon/image-2254.png",
                        "name": "My Cat My Adventure",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2254",
                        "description": "Meow meow meow",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1231",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Cerita Lucu dan Anekdote Mancanegara",
                        "isOfficial": false,
                        "communityId": "1231",
                        "description": "Cerita lucu disekitar kita atau anekdote orang terkenal. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1487",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jual Beli PC Part",
                        "isOfficial": false,
                        "communityId": "1487",
                        "description": "Komunitas jual beli part komputer dan gaming peripherals lainnya",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2255",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Demotivational Quotes",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2255",
                        "description": "Kumpulan demotivational quotes buat anda yang terlalu positif",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2511",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Sapa Canda dan Pariwara",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2511",
                        "description": "Ruang Menyapa dan Bercanda dan Berpariwara",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1232",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Cerita Lucu Mancanegara",
                        "isOfficial": false,
                        "communityId": "1232",
                        "description": "Cerita lucu dan anekdote orang terkenal di manca negara dan kejadian sekitar kita, ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1744",
                        "icon": "https://s.kaskus.id/ficon/image-1744.png",
                        "name": "FJB ANTIK KHODAM DAN SUPERNATURAL",
                        "isOfficial": false,
                        "communityId": "1744",
                        "description": "Forum komunitas yang menjual segala pernak-pernik barang-barang kuno, barang-barang antik, barang-barang bertuah, ajian-ajian keilmuan supernatural tertentu, kelas keilmuan supernatural tertentu, jual beli khodam, dsb yang berkaitan dengan supernatural. ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2256",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "miaw miaw miaw",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2256",
                        "description": "apapun asal kucing",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2512",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Eagle Forum",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2512",
                        "description": "Menulis dan mendiskusikan dan mempublikasikan opini.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1489",
                        "icon": "https://s.kaskus.id/ficon/image-1489.png",
                        "name": "Komunitas Keadilan Sosial dan Demokrasi",
                        "isOfficial": false,
                        "communityId": "1489",
                        "description": "Liberalisme sosial progresif merupakan pandangan yang mengkombinasikan liberalisme sosial dan progresivisme. Liberalisme sosial berfokus pada kebebasan individu dan hak asasi manusia, sementara progresivisme fokus pada perbaikan sosial dan reformasi.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1745",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Jastip",
                        "isOfficial": false,
                        "communityId": "1745",
                        "description": "Buat yg mau pigi2 Luar Negeri",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2257",
                        "icon": "https://s.kaskus.id/ficon/image-2257.png",
                        "name": "Tekken",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2257",
                        "description": "Komunitas pemain Tekken se-indonesia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2513",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kid Forum",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2513",
                        "description": "Forum untuk mewadahi anak-anak Indonesia menulis, membaca dan berdiskusi dan belajar bertanggung jawab dan mandiri.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2258",
                        "icon": "https://s.kaskus.id/ficon/image-2258.png",
                        "name": "Satu Game Lagi",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2258",
                        "description": "Tidurnya nanti, satu game lagi lalu posting di mari",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2514",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Forum Analisa Berita",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2514",
                        "description": "Forum untuk menulis, mempublikasikan dan mendiskusikan berita dan analisa berita yang ada di media massa.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1491",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jual beli Jasa dan Benda Supranatural",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "1491",
                        "description": "forum jual beli khusus untuk\n1. Jasa Supranatural\n2. barang antik/isian/ajimat \n3. penyembuhan alternatif \ndan sebagainya yang masih dalam jalur ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1747",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jual Beli Laptop Jadul",
                        "isOfficial": false,
                        "communityId": "1747",
                        "description": "Jual beli Laptop Jadul",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2259",
                        "icon": "https://s.kaskus.id/ficon/image-2259.png",
                        "name": "Dark Academia Archive",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2259",
                        "description": "Mon May 12 13:06:21 2025",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2515",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Audio Video Elektronik",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2515",
                        "description": "Sebuah postlog perbaikan alat elektronik dan hal yang berkaitan dengannya.\nseperti pada ponsel dan alat sejenis.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1236",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Blogger Pemula Indonesia",
                        "isOfficial": false,
                        "communityId": "1236",
                        "description": "Komunitas yang berisi kumpulan blogger pemula berbagai niche. Disini bebas sharing berbagai tulisan blog kamu.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1492",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Buildupia",
                        "isOfficial": false,
                        "communityId": "1492",
                        "description": "Buildupia adalah sebuah komunitas online yang didedikasikan untuk para penggemar desain interior, eksterior, pembangunan rumah, dan renovasi di Indonesia.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2260",
                        "icon": "https://s.kaskus.id/ficon/image-2260.png",
                        "name": "Trukmenistan",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2260",
                        "description": "Trukmenistan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2516",
                        "icon": "https://s.kaskus.id/ficon/image-2516.png",
                        "name": "Kaskus Biztalk",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2516",
                        "description": "Forum untuk berbagi ide bisnis, tips usaha, dan peluang jual beli. Temukan inspirasi, diskusikan strategi, dan jalin koneksi dengan sesama pengusaha.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1237",
                        "icon": "https://s.kaskus.id/ficon/image-1237.png",
                        "name": "iPhone Indonesia Forum by IBGADGETSTORE",
                        "isOfficial": false,
                        "communityId": "1237",
                        "description": "Forum iPhone Indonesia yang dikelola oleh tim IBGADGETSTORE toko iPhone terbesar di Indonesia yang berpusat di Semarang. Kini telah memiliki cabang di Jogja, Kudus, Solo, Jakarta dan Purwakarta.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1493",
                        "icon": "https://s.kaskus.id/ficon/image-1493.png",
                        "name": "Jual Beli dan Jasa",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "1493",
                        "description": "Harap berhati hati bertransaksi, Utamakan transaksi tatap muka.\nSixlab selaku pembuat komunitas, TIDAK TERAFILIASI & TIDAK ADA HUBUNGAN APAPUN dengan siapapun baik personal / perusahaan yg posting di forum ini.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1749",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Test 1234",
                        "isOfficial": false,
                        "communityId": "1749",
                        "description": "Deskripsi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2261",
                        "icon": "https://s.kaskus.id/ficon/image-2261.png",
                        "name": "Jual Beli Saldo Paypal",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2261",
                        "description": "Lapak untuk Jual / Beli Saldo Paypal Kaskus",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2517",
                        "icon": "https://s.kaskus.id/ficon/image-2517.png",
                        "name": "Nostalgia Gen 90an",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2517",
                        "description": "Forum Kaskuser Silaturahmi dan Nostalgia Anak 1990-an.\n\nSemoga berkah umur dan juga berkah rezeki. Aamiin...",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1238",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "penjualan terbaik hari ini",
                        "isOfficial": false,
                        "communityId": "1238",
                        "description": "Khusus untuk penjualan barang dengan harga terbaik ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1494",
                        "icon": "https://s.kaskus.id/ficon/image-1494.png",
                        "name": "SUPRANATURAL ENTHUSIAST",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "1494",
                        "description": "Komunitas untuk sharing dan belajar dunia supranatural, \nseluruh isi kontent dan postingan di komunitas ini akan di seleksi demi memfilter amalan-amalan dan informasi yang bermanfaat untuk di di jadikan kontent isi komunitas ini agar ekslusif. ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1750",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Loker Terbaru",
                        "isOfficial": false,
                        "communityId": "1750",
                        "description": "Selamat datang di situs lowongan kerja kerjaaid.com, tempat terbaik untuk menemukan peluang karir yang menarik! Kami menyediakan platform yang mempertemukan pencari kerja dengan perusahaan-perusahaan ternama di berbagai sekto",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2262",
                        "icon": "https://s.kaskus.id/ficon/image-2262.png",
                        "name": "Yu Gi Oh Master Duel",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2262",
                        "description": "Sharing berita / klip / deck / strategy di Master Duel & Yu Gi Oh!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2518",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "ROSA GOODS",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2518",
                        "description": "Link marketplace:\nTokopedia - https://www.tokopedia.com/rosa-goods\nShopee - https://shopee.co.id/rosagoods",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1239",
                        "icon": "https://s.kaskus.id/ficon/image-1239.png",
                        "name": "WordPress",
                        "isOfficial": false,
                        "communityId": "1239",
                        "description": "Wadah diskusi WordPress.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1495",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "BILIQGAMER",
                        "isOfficial": false,
                        "communityId": "1495",
                        "description": "~Game Services~\nBuying & Selling Game Currencies/Mata Uang Game Online (in-game currency).\n\n~ Lost Ark ALL Server\n~ Albion Online Silver East/West\nand many more...\n\n~Enjoy Your Favorite Games, and Let Us Do The Rest For You~",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1751",
                        "icon": "https://s.kaskus.id/ficon/image-1751.png",
                        "name": "Calista",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "1751",
                        "description": "Calista testis\nasas\nasasas\nasas<br />",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2263",
                        "icon": "https://s.kaskus.id/ficon/image-2263.png",
                        "name": "Santuy",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2263",
                        "description": "Hupla",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2519",
                        "icon": "https://s.kaskus.id/ficon/image-2519.png",
                        "name": "Komunitas Hijrah",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2519",
                        "description": "Visi Misi: Berd'awah dan bermuamalah secara berdampingan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1240",
                        "icon": "https://s.kaskus.id/ficon/image-1240.png",
                        "name": "PROPERTI JAWA TIMUR",
                        "isOfficial": false,
                        "communityId": "1240",
                        "description": "GROUP UNTUK BERTUKAR IDE JENIS RUMAH IDAMAN KASKUSER",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1496",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Jual Beli",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "1496",
                        "description": "Tempat posting untuk para kaskuser membuat lapak jualannya :)\n- No Porn\n- No Sara",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1752",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "coba komunitas",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "1752",
                        "description": "varnish test",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2264",
                        "icon": "https://s.kaskus.id/ficon/image-2264.png",
                        "name": "Rekomendasi Kaskus",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2264",
                        "description": "Komunitas bagi para Kaskuser yang ingin berbagi rekomendasi dan bertanya seputar rekomendasi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2520",
                        "icon": "https://s.kaskus.id/ficon/image-2520.png",
                        "name": "Forum Jual Beli Jasa dan Benda Supranatural Ikatan Sejati",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2520",
                        "description": "Forum fjb jasa supranatural",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1241",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Binaural YES",
                        "isOfficial": false,
                        "communityId": "1241",
                        "description": "terapi gratis menggunakan binaural yang sudah ditest dengan EEG",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1753",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Testing",
                        "isOfficial": false,
                        "communityId": "1753",
                        "description": "komunitas buat test create thread dan reply post",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2265",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Pecinta Pisang Goreng",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": false,
                        "communityId": "2265",
                        "description": "Pecinta Pisang Goreng",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2521",
                        "icon": "https://s.kaskus.id/ficon/image-2521.png",
                        "name": "Game Mod APK 2024",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2521",
                        "description": "Game Mod APK 2025 adalah situs web yang menyediakan game dan aplikasi versi Mod APK. Dengan banyak fitur seperti unlimited money, Energy, Gold, Gems And Unlock All. Informasi lengkap di Game Mod APK 2025.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1242",
                        "icon": "https://s.kaskus.id/ficon/image-1242.png",
                        "name": "Sastra Indonesia",
                        "isOfficial": false,
                        "communityId": "1242",
                        "description": "Sarana berkumpul, berbagi cerita, memberikan kritik dan saran, dll.\nKomunitas Penulis Indonesia, Novel, Cerpen, dan lainnya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1754",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "komunitas",
                        "isOfficial": false,
                        "communityId": "1754",
                        "description": "komunitas",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2266",
                        "icon": "https://s.kaskus.id/ficon/image-2266.png",
                        "name": "NUSANTARA NUZANTHRA",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2266",
                        "description": "Indonesia, yang lebih dikenal sebagai Nusantara, adalah negeri yang kaya akan sejarah, destinasi menakjubkan, dan keanekaragaman kuliner. Dalam artikel ini, kita akan menjelajahi pesona Nusantara, menggali sejarahnya, mengunjungi destinasi menariknya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2522",
                        "icon": "https://s.kaskus.id/ficon/image-2522.png",
                        "name": "Komunitas Minecraft Gratis",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2522",
                        "description": "Komunitas Minecraft gratis adalah tempat Anda dapat mendiskusikan versi terbaru dan pembaruan minecraft untuk diunduh sepenuhnya secara gratis.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1243",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "internasional fright forwarding",
                        "isOfficial": false,
                        "communityId": "1243",
                        "description": "Kami dari  PT. Yawan mahesa indonesia site yades group Perusahaan bidang Expedisi ( International Freight Forwarders) mengajukan kerjasama dan penawaran( sewa undername,Customs Clearance, Borongan (All in) Door To Door ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1755",
                        "icon": "https://s.kaskus.id/ficon/image-1755.png",
                        "name": "Hyundai Atoz",
                        "isOfficial": false,
                        "communityId": "1755",
                        "description": "Tempat berbagi tips, pengetahuan, pengalaman, modifikasi, foto, video, tanya-jawab, jual-beli, rekomendasi bengkel, dan semua hal terkait Hyundai Atoz.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2523",
                        "icon": "https://s.kaskus.id/ficon/image-2523.png",
                        "name": "Komunitas Jual Beli Kaskus",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2523",
                        "description": "KJBK (komunitas jual beli kaskus)\ntempat nya berniaga di forum kaskus\npromosikan bisnis,lapak usaha, dan jasa agan disini",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1244",
                        "icon": "https://s.kaskus.id/ficon/image-1244.png",
                        "name": "Titan Infra Energy",
                        "isOfficial": false,
                        "communityId": "1244",
                        "description": "Titan Group adalah salah satu perusahaan swasta dengan pertumbuhan tercepat dengan bisnis di bidang Teknologi Informasi, Sumber Daya & Energi dan Layanan Logistik & Pertambangan. titaninfra.com",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1500",
                        "icon": "https://s.kaskus.id/ficon/image-1500.png",
                        "name": "Forum Jual Beli Jasa Iklan",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "1500",
                        "description": "Harap berhati hati bertransaksi, Utamakan transaksi tatap muka.\nSixlab selaku pembuat komunitas, TIDAK TERAFILIASI & TIDAK ADA HUBUNGAN APAPUN dengan siapapun baik personal / perusahaan yg posting di forum ini.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1756",
                        "icon": "https://s.kaskus.id/ficon/image-1756.png",
                        "name": "Forum Jual Beli Oli Industri",
                        "isOfficial": false,
                        "communityId": "1756",
                        "description": "Tempat mencari pelumas terbaik untuk mesin Indrustri",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2524",
                        "icon": "https://s.kaskus.id/ficon/image-2524.png",
                        "name": "Nightlife Relaxation Lounge",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2524",
                        "description": " adalah komunitas tempat hiburan malam, bar, spa, dan karaoke. Share pengalaman lo, temukan tempat keren, dan dapetin info terbaru. Buat lo yang suka dunia malam atau pengen coba-coba tempat baru, ini tempatnya buat chill dan enjoy bareng. Gabung yuk! ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1501",
                        "icon": "https://s.kaskus.id/ficon/image-1501.png",
                        "name": "FJB SUPRANATURAL",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "1501",
                        "description": "supranatural shop",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1757",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasa Service Macbook 089686927695",
                        "isOfficial": false,
                        "communityId": "1757",
                        "description": "Solusi dan cara mengatasi masalah Macbook rusak, cek biaya servis Macbook dan cara panggil teknisi Macbook ke rumah/kantor. Jasa servis reparasi Macbook paling direkomendasikan dengan kualitas dan pelayanan terbaik untuk anda",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2525",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasa Translate Bahasa Inggris",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2525",
                        "description": "Jasa terjemah bahasa Inggris.\nNON AI\nMenggunakan Ilmu Linguistik \nHarga Terjangkau\nPasca Bayar",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1502",
                        "icon": "https://s.kaskus.id/ficon/image-1502.png",
                        "name": "forum jual beli jasa pelet",
                        "isOfficial": false,
                        "communityId": "1502",
                        "description": "jual beli jasa pelet",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1758",
                        "icon": "https://s.kaskus.id/ficon/image-1758.png",
                        "name": "SALES DAIHATSU",
                        "isOfficial": false,
                        "communityId": "1758",
                        "description": "Untuk Info, Promo dan Kebutuhan Daihatsu Hubungi Budi :\n082311752415\n\nSalam Sahabat Daihatsu ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2270",
                        "icon": "https://s.kaskus.id/ficon/image-2270.png",
                        "name": "Rhythm Games",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2270",
                        "description": "Forum diskusi dan berbagi pengalaman bermain Rhythm Games",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2526",
                        "icon": "https://s.kaskus.id/ficon/image-2526.png",
                        "name": "StaraiWork",
                        "channel": {
                          "id": "12",
                          "name": "Anime & Manga"
                        },
                        "isOfficial": false,
                        "communityId": "2526",
                        "description": "Anime Manga",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1247",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Hot Tutorial",
                        "isOfficial": false,
                        "communityId": "1247",
                        "description": "berisi tentang tutorial terhangat",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1503",
                        "icon": "https://s.kaskus.id/ficon/image-1503.png",
                        "name": "JASA SUPRANATURAL",
                        "isOfficial": false,
                        "communityId": "1503",
                        "description": "jasa supranatural ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1759",
                        "icon": "https://s.kaskus.id/ficon/image-1759.png",
                        "name": "SALES TOYOTA",
                        "isOfficial": false,
                        "communityId": "1759",
                        "description": "KHUSUS UNTUK SALES TOYOTA",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2271",
                        "icon": "https://s.kaskus.id/ficon/image-2271.png",
                        "name": "Rupa Rupa",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2271",
                        "description": "Rupa Rupa, tempatnya seni visual! Bagikan karya, berita seni, dan inspirasi. Kebebasan berekspresi tanpa batasan. Bergabunglah di dunia seni yang inklusif!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2527",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "FJB JASA",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2527",
                        "description": "forum jual beli Jasa",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1248",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Aktualkan",
                        "isOfficial": false,
                        "communityId": "1248",
                        "description": "Tempat Berbagi informasi terupdate, terkini dan teraktualkan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1504",
                        "icon": "https://s.kaskus.id/ficon/image-1504.png",
                        "name": "forum jual beli antik supranatural",
                        "isOfficial": false,
                        "communityId": "1504",
                        "description": "jual beli supranatural ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2272",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Spiral Abyss Run Genshin",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2272",
                        "description": "Share your Spiral Abyss run here",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2528",
                        "icon": "https://s.kaskus.id/ficon/image-2528.png",
                        "name": "PANGGUNB PENULIS",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2528",
                        "description": "Komunitas penulis dengan kebebasan berekspresi tanpa batasan genre.\n\nJenis tulisan; Novel, Cerpen, Puisi, Pantun, Quote dan Teknik Menulis.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1249",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kesehatan dan Kecantikan",
                        "isOfficial": false,
                        "communityId": "1249",
                        "description": "Informasi lengkap mengenai tips kecantikan dan kesehatan serta cara menjaga merawatnya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1505",
                        "icon": "https://s.kaskus.id/ficon/image-1505.png",
                        "name": "forum jual beli jasa Supranatural terpercaya",
                        "isOfficial": false,
                        "communityId": "1505",
                        "description": "forum supranatural ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1761",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Konsultasi Label Baju dan Apparel oleh Devote Labels",
                        "isOfficial": false,
                        "communityId": "1761",
                        "description": "Forum ini merupakan tempat untuk saling diskusi tentang pembuatan dan pemakaian label baju yang efektif dan fungsional yang di bantu oleh PT. Devote Labelindo (@Devote.labels)",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2273",
                        "icon": "https://s.kaskus.id/ficon/image-2273.png",
                        "name": "KlipGameKita",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2273",
                        "description": "Jump into KlipGameKita! Tempat seru buat kamu yang suka koleksi dan diskusi klip game. Dari aksi gila, tawa lepas, hingga strategi jitu, semua momen game muat di sini! ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1250",
                        "icon": "https://s.kaskus.id/ficon/image-1250.png",
                        "name": "Game Mod",
                        "isOfficial": false,
                        "communityId": "1250",
                        "description": "Tempat berbagi game mod ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1506",
                        "icon": "https://s.kaskus.id/ficon/image-1506.png",
                        "name": "FJB kaskus",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "1506",
                        "description": "forum jual beli kaskus",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2274",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Hatiku",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2274",
                        "description": "Biarkan hati bercerita",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2530",
                        "icon": "https://s.kaskus.id/ficon/image-2530.png",
                        "name": "Zodiak dan Shio by Request",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2530",
                        "description": "Komunitas hanya ajang seseruan dan hiburan semata, Anggota tidak dituntut untuk mempercayai zodiak dan shio. Ambil baiknya dan buang buruknya.\n\nRequest : PM dengan format (tanggal, bulan dan tahun). Hasil akan di thread di komunitas. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1251",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "lowongan kerja luar negri",
                        "isOfficial": false,
                        "communityId": "1251",
                        "description": "lowongan kerja luar negri",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1507",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Pulsa Transfer",
                        "isOfficial": false,
                        "communityId": "1507",
                        "description": "Komunitas untuk menaungi penjual dan pembeli pulsa transfer",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1763",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasa Service Laptop 089686927695",
                        "isOfficial": false,
                        "communityId": "1763",
                        "description": "Solusi dan cara mengatasi masalah Laptop rusak, cek biaya servis Laptop dan cara panggil teknisi Laptop ke rumah/kantor di Kota Bandung. Jasa servis reparasi Laptop Kota Bandung paling direkomendasikan dengan kualitas terbaik",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2275",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Gaming Clips and Moments",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2275",
                        "description": "Post clip gaming kalian disini. Momen-momen lucu yang tercapture di kamera, bisa dishare disini gans!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2531",
                        "icon": "https://s.kaskus.id/ficon/image-2531.png",
                        "name": "Ruang Penulis Kaskuser",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2531",
                        "description": "Komunitas penulis dengan kebebasan berekspresi tanpa batasan genre.\n\nJenis tulisan; Novel, Cerpen, Puisi, Pantun, Quote dan Berbagi Pengetahun Menulis.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1252",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "pencari kerja dilaut",
                        "isOfficial": false,
                        "communityId": "1252",
                        "description": "pekerja kapal ikan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1764",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasabelanjaonline",
                        "isOfficial": false,
                        "communityId": "1764",
                        "description": "Kami adalah jasa perantara untuk pembelian online barang2 di ebay, amazon, aliexpress, Hobbyking, Alibaba, Asos, DHgate, dan segala web online mancanegara.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2276",
                        "icon": "https://s.kaskus.id/ficon/image-2276.png",
                        "name": "Gaming Shitposting",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "2276",
                        "description": "Post random gaming moment gansis disini!",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2532",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Indonesia and Philippines",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2532",
                        "description": "Mabuhay. Sub forum KASKUS tentang negara Filipina.\nHubungan kerjasama Indonesia - Filipina.\nBerita dan informasi seputar negara Filipina.\nPhilippines.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1253",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Ruang sjw",
                        "isOfficial": false,
                        "communityId": "1253",
                        "description": "halo gan Di komunitas ini ane ingin memadai diskusi terbuka untuk siapapun. Dan bahasan atau topik apapun. intinya jngn baperan. bila hal-hal tadi semacam perdebatan dan berujung pada lapor melapor, itu urusan pihak yang berdiskusi.\nsalam damai peach out!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1509",
                        "icon": "https://s.kaskus.id/ficon/image-1509.png",
                        "name": "JAPAN TOOLS",
                        "isOfficial": false,
                        "communityId": "1509",
                        "description": "Alat-alat perkakas produk Negara Jepang dan produk negara eropa yang direkemendasikan oleh Jepang",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2277",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Video dan Gambar Random",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2277",
                        "description": "Berisi konten-konten random short video, gambar, dan sejenisnya, silahkan untuk diramaikan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2533",
                        "icon": "https://s.kaskus.id/ficon/image-2533.png",
                        "name": "JEJAK KRIMINAL",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2533",
                        "description": "Berita kriminalitas mencakup berbagai laporan dan analisis mengenai tindakan kejahatan yang terjadi di masyarakat. Topik ini meliputi berbagai jenis kejahatan, seperti pencurian, penipuan, pelecehan, kekerasan, dan narkoba.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1510",
                        "icon": "https://s.kaskus.id/ficon/image-1510.png",
                        "name": "SHOPTOINDO",
                        "isOfficial": false,
                        "communityId": "1510",
                        "description": "Jasa Pembelian Barang Dari Luar Negeri (USA, Canada, UK, Europe, China, Hong Kong, Taiwan, Japan, South Korea, Singapore, Malaysia, Thailand, Australia, New Zealand) ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2278",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "KPOP Clip",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2278",
                        "description": "You can share anything about Kpop star, song, clip here",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2534",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Cerita Pendek",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2534",
                        "description": "Wadah bagi para penulis dan pecinta sastra untuk berbagi, berkolaborasi, dan mengeksplorasi dunia cerita pendek. menginspirasi, menciptakan ruang dan mendukung kreativitas\nBergabunglah dan jadilah bagian dari perjalanan sastra yang menarik",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1511",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Bisnis Reseller Dropship dan Supplier",
                        "isOfficial": false,
                        "communityId": "1511",
                        "description": "Bisnis",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2279",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kpop Short Clips",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2279",
                        "description": "Boleh upload video apa aja tentang KPop",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1512",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kominitas jual beli lelang batu cincin",
                        "isOfficial": false,
                        "communityId": "1512",
                        "description": "Berfungsi untuk para pecinta, pengemar atau yg senang Dan hobby dengan batu cincin . \nBisa juga untuk ajang jual beli / barter ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2280",
                        "icon": "https://s.kaskus.id/ficon/image-2280.png",
                        "name": "Aquascape",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2280",
                        "description": "Apakah Anda penggemar keindahan bawah air yang mempesona? Atau seorang pemula yang ingin memulai perjalanan aquascaping? Bergabunglah dengan kami, sebuah komunitas yang didedikasikan untuk semua hal tentang aquascape!",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2536",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "D Eyzha HR",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2536",
                        "description": "Di dalam komunitas ini saya akan berbagi hal tentang cerita yang sedang saya buat. Semoga ini bisa menjadi wadah untuk teman-teman yang tertarik dengan karyaku.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1513",
                        "icon": "https://s.kaskus.id/ficon/image-1513.png",
                        "name": "Jual Beli Ayam",
                        "isOfficial": false,
                        "communityId": "1513",
                        "description": "Jual Beli Ayam Hias untuk para penghobi",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1769",
                        "icon": "https://s.kaskus.id/ficon/image-1769.png",
                        "name": "Soul Brotherhood",
                        "isOfficial": false,
                        "communityId": "1769",
                        "description": "Soul Brotherhood adalah komunitas untuk kalian para jiwa-jiwa lemah yang terlantar.\nnah! dengan hadirnya kalian masuk dalam komunitas ini kalian akan mendapatkan anugrah ketampanan untuk para cowok & kecantikan untuk para cewek... \n\njoin us now!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2281",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Terserah",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2281",
                        "description": "Terserah siapa saja boleh bergabung\nTerserah mau buat thread seperti apa",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2537",
                        "icon": "https://s.kaskus.id/ficon/image-2537.png",
                        "name": "Abroad Indonesia fans Club",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": false,
                        "communityId": "2537",
                        "description": "Support Indonesian player who play abroad",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1514",
                        "icon": "https://s.kaskus.id/ficon/image-1514.png",
                        "name": "Jual Beli Hewan Peliharaan",
                        "isOfficial": false,
                        "communityId": "1514",
                        "description": "Jual Beli Hewan Peliharaan",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2282",
                        "icon": "https://s.kaskus.id/ficon/image-2282.png",
                        "name": "Paludarium Hub",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2282",
                        "description": "Komunitas bagi penggemar paludarium untuk berbagi ide, tips, dan inspirasi dalam menciptakan ekosistem air-darat yang menakjubkan",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2538",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Belajar Digital Marketing",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2538",
                        "description": "Berbagi tips dan pengalaman seputar digital marketing mulai dari copywriting, formula konten viral, SEO, ads, dsb.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1003",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Pencari Jodoh",
                        "isOfficial": false,
                        "communityId": "1003",
                        "description": "Sapa tau jodoh",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1259",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Payung Promo Souvenir",
                        "isOfficial": false,
                        "communityId": "1259",
                        "description": "Semua yang berhubungan dengan barang promosi dan souvenir, khususnya payung untuk promosi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1515",
                        "icon": "https://s.kaskus.id/ficon/image-1515.png",
                        "name": "Jual Beli Ayam Burung Hewan peliharaan lain lain",
                        "isOfficial": false,
                        "communityId": "1515",
                        "description": "Jual Beli Ayam Burung & hewan peliharaan lain lain",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2283",
                        "icon": "https://s.kaskus.id/ficon/image-2283.png",
                        "name": "Terrarium Enthusiast",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2283",
                        "description": "Bergabunglah dengan komunitas Terrarium Enthusiast di Kaskus! Tempat berkumpul para penggemar terrarium untuk berbagi tips, trik, dan inspirasi menciptakan miniatur alam dalam toples. Mari hijaukan ruangan kita!",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2539",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Rekomendasi Barang",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2539",
                        "description": "Rekomendasi barang dan jasamu disini",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1004",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "EKSPOR INDONESIA",
                        "isOfficial": false,
                        "communityId": "1004",
                        "description": "Komunitas sharing informasi seputar dunia ekspor",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1260",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Octopus Indonesia Official",
                        "isOfficial": false,
                        "communityId": "1260",
                        "description": "Game Online terbaik yang Terpercaya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2284",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Rekomandasi Buat Kamu",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2284",
                        "description": "Rekomendasi Barang barang yang mungkin kamu suka / kamu butuhin sehari hari.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2540",
                        "icon": "https://s.kaskus.id/ficon/image-2540.png",
                        "name": "Senandung Froge",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2540",
                        "description": "Dengar senandung harian dari froge",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1261",
                        "icon": "https://s.kaskus.id/ficon/image-1261.png",
                        "name": "Service iPhone Solo SSI",
                        "isOfficial": false,
                        "communityId": "1261",
                        "description": "Service iPhone Solo - SSI merupakan tempat service iPhone di Solo bisa ditunggu dan merupakan service iphone terpercaya di Solo dengan kualitas produk serta garansi service iPhone terbaik di Kota Solo - Jawa Tengah",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1517",
                        "icon": "https://s.kaskus.id/ficon/image-1517.png",
                        "name": "Daster Club Universe",
                        "isOfficial": false,
                        "communityId": "1517",
                        "description": "ngumpul2 tanjung kimpul",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2285",
                        "icon": "https://s.kaskus.id/ficon/image-2285.png",
                        "name": "Klip Viral",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2285",
                        "description": "Tempat berbagi klip / short / video pendek lucu / viral / keren.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1006",
                        "icon": "https://s.kaskus.id/ficon/image-1006.png",
                        "name": "Suka Suka",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "1006",
                        "description": "Ya suka-suka aja gitu. ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1262",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Toyota Agya",
                        "isOfficial": false,
                        "communityId": "1262",
                        "description": "Toyota Agya adalah segmen pasar untuk pemula atau pembeli mobil pertama , agya memiliki 2 type mesin ada yang 1000cc dan 1200cc\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1518",
                        "icon": "https://s.kaskus.id/ficon/image-1518.png",
                        "name": "FJB lelang antik supranatural",
                        "isOfficial": false,
                        "communityId": "1518",
                        "description": "FJB lelang antik supranatural | lelang spirit | khodam | mustika | pusaka | dan lain sebagai nya ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1774",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "omunitas All About Original Authentic Brand",
                        "isOfficial": false,
                        "communityId": "1774",
                        "description": "Tempat sharing dan berbagi berbagai macam info & tips untuk barang - barang branded. Hanya menggunakan produk original yang anda beli dari counter / outlet resmi",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2286",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Bisnis Indonesia Update 2024",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2286",
                        "description": "Sarana Media informasi bisnis di seluruh Indonesia ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1007",
                        "icon": "https://s.kaskus.id/ficon/image-1007.png",
                        "name": "Blockchain Technology",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "1007",
                        "description": "Membicarakan/mendiskusikan mengenai Blockchain dari sisi teknologi, tidak berisi nasehat keuangan atau investasi.\n\nTopik yang dilarang:\n- Out of topic\n- Jualan clone script\n- Spam shilling coin",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1263",
                        "icon": "https://s.kaskus.id/ficon/image-1263.png",
                        "name": "Militer Dunia",
                        "isOfficial": false,
                        "communityId": "1263",
                        "description": "Tentang Militer Dunia Sejarah, Cerita, Kisah, Ulasan serta Berita Terupdate dan yang Terkini",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1519",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "I Want You",
                        "isOfficial": false,
                        "communityId": "1519",
                        "description": "Share desire yg terpendam disini",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1775",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Pemaharan Benda Bertuah",
                        "isOfficial": false,
                        "communityId": "1775",
                        "description": "www.gudangbertuah.com adalah Pusat Pemaharan Benda bertuah, Batu Permata Asli, Batu Mustika Asli dan Azimat Pusaka Ampuh. Batu, Mustika, Benda, Bertuah, Pusaka, Azimat, Khasiat, Antik, Mistik, Ghaib, Ampuh, Khodam, Batu Musti",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2287",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Info Terupdate",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2287",
                        "description": "Tempat saling bertukar info terbaru ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2543",
                        "icon": "https://s.kaskus.id/ficon/image-2543.png",
                        "name": "Coretan Abadi Group",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2543",
                        "description": "Ruang literasi sederhana untuk semua",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1008",
                        "icon": "https://s.kaskus.id/ficon/image-1008.png",
                        "name": "Android Developer",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "1008",
                        "description": "Komunitas Pengembang Aplikasi Android",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1264",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Tips UKM",
                        "isOfficial": false,
                        "communityId": "1264",
                        "description": "Share Tips UMKM",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1520",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Gadai Alat Musik Jatiasih Bekasi",
                        "isOfficial": false,
                        "communityId": "1520",
                        "description": "Gadai Alat Musik Original Only, Guitar, Bass, Drums, Keyboard, Effect, Ampli\nJl. Wibawa Mukti II No 48, RT.007/RW.002, Jatiasih, Bekasi\nHp. 081318168000\n\nGadaikan dengan aman dan nyaman\n(Bukan Gadai Rumahan )",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2288",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Terverifikasi",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2288",
                        "description": "pokoknya gitu deh",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2544",
                        "icon": "https://s.kaskus.id/ficon/image-2544.png",
                        "name": "Rental Mobil Murah Kendari",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": false,
                        "communityId": "2544",
                        "description": "Usaha Kecil dan Besar Rental Mobil",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1009",
                        "icon": "https://s.kaskus.id/ficon/image-1009.png",
                        "name": "Love is in the Air",
                        "channel": {
                          "id": "10",
                          "name": "Female"
                        },
                        "isOfficial": false,
                        "communityId": "1009",
                        "description": "2025-02-20 14:47:51",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1265",
                        "icon": "https://s.kaskus.id/ficon/image-1265.png",
                        "name": "iPhone Solo",
                        "isOfficial": false,
                        "communityId": "1265",
                        "description": "Forum iPhone Kota Solo - Jawa Tengah yang dikelola IBAGDGETSTORE - Toko iPhone Solo\n\n\nIBGADGETSTORE merupakan toko iPhone terbesar di Solo - Jawa Tengah mewadahi komunitas iPhone Solo di Kaskus.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2289",
                        "icon": "https://s.kaskus.id/ficon/image-2289.png",
                        "name": "Komunitas Santuy",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2289",
                        "description": "Tempat rehat dari bisingnya kesibukan sehari-hari",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2545",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "SEPUTAR CIKARANG",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2545",
                        "description": "Buat sharing apapun yang bekaitan dengan cikarang",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1010",
                        "icon": "https://s.kaskus.id/ficon/image-1010.png",
                        "name": "kumpulan Doa Doa",
                        "isOfficial": false,
                        "communityId": "1010",
                        "description": "komunitas kumpulan Doa Doa, hikmah asmaulhusna, sejarah dan kata kata mutiara ulama",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1266",
                        "icon": "https://s.kaskus.id/ficon/image-1266.png",
                        "name": "iPhone Purwokerto",
                        "isOfficial": false,
                        "communityId": "1266",
                        "description": "Forum jual beli iPhone di Purwokerto Jawa Tengah\n\nIBGADGETSTORE merupakan toko iPhone terbesar di Purwokerto - Jawa Tengah mewadahi komunitas iPhone Purwokerto di Kaskus. Untuk kamu yang memiliki masalah dan pertanyaan mengen",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1778",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Panduan Original Authentic Brand Only",
                        "isOfficial": false,
                        "communityId": "1778",
                        "description": "Membahas segala macam panduan untuk barang - barang brand original.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2546",
                        "icon": "https://s.kaskus.id/ficon/image-2546.png",
                        "name": "Rental Mobil Kendari Sulawesi Tenggara",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2546",
                        "description": "Usaha Kecil dan Besar Rental Mobil",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1011",
                        "icon": "https://s.kaskus.id/ficon/image-1011.png",
                        "name": "Jual Beli HP",
                        "isOfficial": false,
                        "communityId": "1011",
                        "description": "Forum Jual Beli HP & Tablet",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1267",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Service iPhone Purwoketo SSI",
                        "isOfficial": false,
                        "communityId": "1267",
                        "description": "Komunitas Service iPhone di Purwokerto di Kaskus yang mewadahi seputar service iPhone di Kota Purwokerto. Komunitas ini dikelola oleh tim Specialist Service iPhone (SSI) Purwokerto",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1779",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Blinkus",
                        "isOfficial": false,
                        "communityId": "1779",
                        "description": "Blinkus",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2291",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kamar ANDI RADITYA SATYATIKTA",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2291",
                        "description": "tempat nulis pribadi gan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2547",
                        "icon": "https://s.kaskus.id/ficon/image-2547.png",
                        "name": "Forum FJB kaskus",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "2547",
                        "description": "Forum Jual Beli kaskus",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1012",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Cerpen Cerbung Kaskus",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": false,
                        "communityId": "1012",
                        "description": "Komunitas Cerpen Cerbung Kaskus adalah Forum Komunitas terbuka untuk para penggemar literasi.\n\nMari Kita Berkarya di Kaskus !",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1268",
                        "icon": "https://s.kaskus.id/ficon/image-1268.png",
                        "name": "Service iPhone di Purwokerto",
                        "isOfficial": false,
                        "communityId": "1268",
                        "description": "Komunitas Service iPhone di Purwokerto di Kaskus yang mewadahi seputar service iPhone di Kota Purwokerto. Komunitas ini dikelola oleh tim Specialist Service iPhone (SSI) Purwokerto",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1780",
                        "icon": "https://s.kaskus.id/ficon/image-1780.png",
                        "name": "Forum Futurism Kaskus",
                        "isOfficial": false,
                        "communityId": "1780",
                        "description": "Futurism is an ideology, cultural, intellectual, technological and philosophical movement that embraces the anticipation of the future. This forum is a transhumanist space.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2292",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "ABIDIN PIJAT DI SEMARANG PANGGILAN PIJAT PRIA DAN WANITA PIJAT KANG ABIDIN",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2292",
                        "description": "Hallo semuanya, salam sehat dan sejahtera untuk semuanya, Pijat Kang Abidin merupakan layanan dan jasa pijat di kota semarang, yang melayani panggilan 24 jam, untuk pijat pria dan pijat wanita. \nadapun layanan kami meliputi pijat seluruh semarang",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1269",
                        "icon": "https://s.kaskus.id/ficon/image-1269.png",
                        "name": "Kaskus Bola Mania",
                        "isOfficial": false,
                        "communityId": "1269",
                        "description": "Informasi seputar dunia sepak bola, prediksi dan tips JP",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1525",
                        "icon": "https://s.kaskus.id/ficon/image-1525.png",
                        "name": "forum Jual Beli Kaskus",
                        "isOfficial": false,
                        "communityId": "1525",
                        "description": "forum jual beli ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1270",
                        "icon": "https://s.kaskus.id/ficon/image-1270.png",
                        "name": "TOYOTA AVANZA CLUB INDONESIA",
                        "isOfficial": false,
                        "communityId": "1270",
                        "description": "Deskripsi komunitas : Toyota Avanza Club Indonesia adalah komunitas tempat atau wadah interaksi pengguna Toyota Avanza untuk diskusi dan bertukar informasi kreatifitas otomotif, serta memberikan contoh kepada masyarakat umum ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1526",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "FJB ANTIK",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "1526",
                        "description": "jual beli antik",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2550",
                        "icon": "https://s.kaskus.id/ficon/image-2550.png",
                        "name": "TEAM NASIONAL INDONESIA",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": false,
                        "communityId": "2550",
                        "description": "Demi menjaga ketertiban dan kondusivitas Forum Komunitas Timnas Indonesia, hanya kaskusser dengan jumlah minimal 500 postingan yg diizinkan join Komunitas.\n\nTerima kasih atas pengertiannya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1015",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Bukliciyusss",
                        "isOfficial": false,
                        "communityId": "1015",
                        "description": "Merupakan suatu wadah untuk saling berbagi di saat suka duka. Dengan memnaca buku bukan berarti kita kalah. Tetapi mengarungi luasnya samudra ilmu yang masih belum digali sepenuhnya. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1271",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Barbershop",
                        "isOfficial": false,
                        "communityId": "1271",
                        "description": "Komunitas Barbershop",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1527",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Antik Supranatural",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "1527",
                        "description": "forum jual beli ",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1783",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "NEW FJB Jual Beli Online Kaskus",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "1783",
                        "description": "FJB Kaskus Antik",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2039",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "ANEKA SEAFOOD",
                        "isOfficial": false,
                        "communityId": "2039",
                        "description": "Selamat datang di toko kami!\nToko kami memproduksi berbagai olahan seafood yang dapat anda nikmati kapanpun. Dengan harga yang terjangkau anda dapat menikmati olahan seafood yang sangat lezat.\n\n\n",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2295",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Media Informatif",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2295",
                        "description": "Kumpulan informasi video dan gambar menarik",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2551",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jual Beli Regional Yogyakarta",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "2551",
                        "description": "Tempat jual beli area Jogja",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1016",
                        "icon": "https://s.kaskus.id/ficon/image-1016.png",
                        "name": "PENCARI KEADILAN",
                        "isOfficial": false,
                        "communityId": "1016",
                        "description": "Sharing kasus LAPORAN POLISI, BIROKRASI, PENGADILAN, yg udah lama gak jalan/berbelit\n\nYg SELAMA INI GAK ADA WADAHNYA\nu/teman2 yg kecewa dng Aparatur Negara\nHarap kawalan netizen semoga ada petinggi yg berani \"REFORMASI HUKUM Yg masih jaman BELANDA\"",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1272",
                        "icon": "https://s.kaskus.id/ficon/image-1272.png",
                        "name": "Bocoran Prediksi Skor",
                        "isOfficial": false,
                        "communityId": "1272",
                        "description": "Bocora Informasi :\n- Head to Head \n- Line Up Pemain \n- Data Statistis\n- Data Analystic\n- Win WIn Solution",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1528",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "jual beli sepeda motor",
                        "isOfficial": false,
                        "communityId": "1528",
                        "description": "jual beli sepeda motor seputaran jabodetabek",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2296",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Isu Agama Kristen",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2296",
                        "description": "Komunitas ini tentang isu yg berhubungan dengan agama Kristen. Baik itu isu positif dan isu negatif",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2552",
                        "icon": "https://s.kaskus.id/ficon/image-2552.png",
                        "name": "LAGU TERBAIK SEPANJANG MASA V2",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2552",
                        "description": "LAGU TERBAIK SEPANJANG MASA",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1017",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Enthusiast kaskus",
                        "isOfficial": false,
                        "communityId": "1017",
                        "description": "Perkumpulan enthusiast dan retired enthusiast kaskus ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1273",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "kekebalan",
                        "isOfficial": false,
                        "communityId": "1273",
                        "description": "membahas tentang segala yang berhubungan dengan kekebalan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2297",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jasa Pembuatan LSP Tangerang Selatan",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2297",
                        "description": "Jasa Pembuatan Lsp Sukabumi, Jasa Pembuatan Lsp Tasikmalaya, Jasa Pembuatan Lsp Banjarnegara, Jasa Pembuatan Lsp Banyumas, Jasa Pembuatan Lsp Batang, Jasa Pembuatan Lsp Blora, Jasa Pembuatan Lsp Boyolali, Jasa Pembuatan Lsp Brebes, Jasa Pembuatan Lsp Cila",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2553",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Menikmati Pemandangan Alam",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2553",
                        "description": "Untuk Para Pecinta Alam Club\nNo Main Main",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1018",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "One Piece Mania",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "1018",
                        "description": "Komunitas penggemar One Piece",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1274",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "hipnotis",
                        "isOfficial": false,
                        "communityId": "1274",
                        "description": "membahas tentang hipnotis dan gendam",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1530",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "komunitas paranormal asli kalimantan",
                        "isOfficial": false,
                        "communityId": "1530",
                        "description": "tempat bertukar pikiran, ilmu ataupun diskusi seputar ilmu ghaib kalimantan.. dilarang keras saling menghujat apalagi memprovokasi.. salam persaudaraan! satu kalimantan! ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2042",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Dhewana Gaming",
                        "isOfficial": false,
                        "communityId": "2042",
                        "description": "Dhewana Gaming",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2298",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "RENTAL MOBIL",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": false,
                        "communityId": "2298",
                        "description": "yuk Gabung di komunitas kami",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2554",
                        "icon": "https://s.kaskus.id/ficon/image-2554.png",
                        "name": "KOLEKSI LAGU POP INDONESIA V2",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2554",
                        "description": "KOLEKSI LAGU POP INDONESIA",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1019",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "lorem ipsum",
                        "isOfficial": false,
                        "communityId": "1019",
                        "description": "testttt",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1275",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Energi Haq",
                        "isOfficial": false,
                        "communityId": "1275",
                        "description": "membahas tentang energi haq",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1531",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Pulsa dan Kuota Seluler",
                        "isOfficial": false,
                        "communityId": "1531",
                        "description": "Untuk menaungi para penjual dan pembeli pulsa dan kuota dari FJB kaskus",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1787",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jual Benda Bertuah",
                        "isOfficial": false,
                        "communityId": "1787",
                        "description": "Pusat pemaharan benda bertuah, batu mustika asli, batu permata bertuah dan azimat pusaka ampuh. batu, mustika, benda, bertuah, pusaka, azimat, khasiat, antik, mistik, ghaib, ampuh +62895416808700",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2043",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Inspiring stories",
                        "isOfficial": false,
                        "communityId": "2043",
                        "description": "Cerita yang menginspirasi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2299",
                        "icon": "https://s.kaskus.id/ficon/image-2299.png",
                        "name": "Jurusan Di Smk Penerbangan Di Denpasar",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2299",
                        "description": "Ppdb Smk Penerbangan Di Klungkung, Sekolah Penerbangan Angkatan Udara Di Barru, Sekolah Untuk Penerbangan Di Bone, Sekolah Penerbangan Yang Masuk Di Bulukumba, Sekolah Penerbangan Untuk Wanita Di Enrekang, Smk Penerbangan Di Gowa, Biaya Masuk Smk Penerban",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2555",
                        "icon": "https://s.kaskus.id/ficon/image-2555.png",
                        "name": "KUMPULAN LAGU POP INDONESIA TERBAIK V2",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2555",
                        "description": "KUMPULAN LAGU POP INDONESIA TERBAIK",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1020",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "KASKUSER SENDAWAR",
                        "isOfficial": false,
                        "communityId": "1020",
                        "description": "mewadahi kaskuser2 yg berdomisili di kutai barat kaltim, dan sekitarnya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1276",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Keperkasaan",
                        "isOfficial": false,
                        "communityId": "1276",
                        "description": "solusi keperkasaan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1532",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "jasa paranormal",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "1532",
                        "description": "jasa paranormal dan sebagainya",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1788",
                        "icon": "https://s.kaskus.id/ficon/image-1788.png",
                        "name": "Bebek Enjoyer",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "1788",
                        "description": "Buat yang suka bebek, mulai dari bebek beneran sampe bebek mainan, boleh join komunitas ini.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2044",
                        "icon": "https://s.kaskus.id/ficon/image-2044.png",
                        "name": "Jual Beli Barang Jabodetabek",
                        "isOfficial": false,
                        "communityId": "2044",
                        "description": "Forum jual beli barang Bekas / Baru ! apa saja ! \n\nAsal Bukan barang Terlarang / Narkoba Atau yang dilarang oleh Undang undang.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2300",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Yayasan yatim piatu dan dhuafa",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "2300",
                        "description": "Aqiqah Di Panti Asuhan Aceh Barat\nAlamat Panti Asuhan Terdekat Aceh Barat Daya\nBolehkah Membayar Fidyah Ke Panti Asuhan Aceh Besar\nBolehkah Zakat Mal Untuk Panti Asuhan Aceh Jaya\nBakti Sosial Panti Asuhan Aceh Selatan",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2556",
                        "icon": "https://s.kaskus.id/ficon/image-2556.png",
                        "name": "KUMPULAN LAGU ENAK DI DENGAR V2",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2556",
                        "description": "KUMPULAN LAGU ENAK DI DENGAR",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1021",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Dunia saham",
                        "isOfficial": false,
                        "communityId": "1021",
                        "description": "dunia pershaman",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1277",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "gtumo dan atunemen",
                        "isOfficial": false,
                        "communityId": "1277",
                        "description": "membahas tentang gtumo dan atunemen",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1533",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "forum antik supranatural",
                        "isOfficial": false,
                        "communityId": "1533",
                        "description": "supranatural",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2301",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "KUMPULAN DRAMA KOREA TERBARU",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2301",
                        "description": "ayo nonton drakor bersama kami disini!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2557",
                        "icon": "https://s.kaskus.id/ficon/image-2557.png",
                        "name": "KUMPULAN LAGU TERBAIK V2",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "2557",
                        "description": "KUMPULAN LAGU TERBAIK",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1278",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "reiki",
                        "isOfficial": false,
                        "communityId": "1278",
                        "description": "membahas tentang reiki",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1534",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "jasa pelet",
                        "isOfficial": false,
                        "communityId": "1534",
                        "description": "jasa pelet",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2558",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "katarinaabluua",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2558",
                        "description": "katarinaabluua",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1023",
                        "icon": "https://s.kaskus.id/ficon/image-1023.png",
                        "name": "Berita sepakbola",
                        "isOfficial": false,
                        "communityId": "1023",
                        "description": "Berita sepakbola dalam dan luar negeri",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1279",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "ilmu gaib",
                        "isOfficial": false,
                        "communityId": "1279",
                        "description": "keilmuan gaib",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/1535",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "pelet pengasihan",
                        "isOfficial": false,
                        "communityId": "1535",
                        "description": "pelet pengasihan",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2047",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Envato Indonesia Member",
                        "isOfficial": false,
                        "communityId": "2047",
                        "description": "Quick tips dan Panduan untuk Member Envato Indonesia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2303",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "World of Nasgor",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "2303",
                        "description": "Kumpulan situs bokep. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/2559",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Belajar Hacking",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "2559",
                        "description": "ini adalah Komunitas untuk belajar Hacking",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/923",
                        "icon": "https://s.kaskus.id/ficon/image-923.png",
                        "name": "Milanisti Kaskus",
                        "isOfficial": false,
                        "communityId": "923",
                        "description": "Forum untuk kaskuser pendukung AC Milan, Tempat sharing segala bentuk jenis dukungan untuk AC Milan mulai dari Chants, Koleksi Jersey, Analisa Pertandingan hingga ngobrolin Pemain AC Milan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/936",
                        "icon": "https://s.kaskus.id/ficon/image-936.png",
                        "name": "Speed Drifters Community",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "936",
                        "description": "Komunitas Speed Drifters Indonesia adalah komunitas game balapan online, bahas segalanya terkait speed drifter disini.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/937",
                        "icon": "https://s.kaskus.id/ficon/image-937.png",
                        "name": "Kaskus Bandung Tourism Community",
                        "isOfficial": false,
                        "communityId": "937",
                        "description": "Komunitas Khusus Pariwasata dan Kuliner Bandung",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/939",
                        "icon": "https://s.kaskus.id/ficon/image-939.png",
                        "name": "GSX Club Indonesia",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": false,
                        "communityId": "939",
                        "description": "Komunitas motor Suzuki GSX, berbagi seputar informasi motor Suzuki GSX dan berkomunitas.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/940",
                        "icon": "https://s.kaskus.id/ficon/image-940.png",
                        "name": "Spectre",
                        "isOfficial": false,
                        "communityId": "940",
                        "description": "Tempat saling ceng2an antar fans bola, tapi tetap ada aturan2 jelas untuk dipatuhi bersama",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/942",
                        "icon": "https://s.kaskus.id/ficon/image-942.png",
                        "name": "Droid Kaskus",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "942",
                        "description": "Komunitas pengguna perangkat Android. Di komunitas ini dibahas berita, review, tips, tutorial aplikasi dan perangkat Android dan juga hal lainnya seputar Android",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/943",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Bahasa",
                        "isOfficial": false,
                        "communityId": "943",
                        "description": "Forum untuk diskusi tentang bahasa dan membahas tentang bahasa-bahasa dunia secara mendalam",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/944",
                        "icon": "https://s.kaskus.id/ficon/image-944.png",
                        "name": "Bumi Abdi",
                        "isOfficial": false,
                        "communityId": "944",
                        "description": "Berangkat dari kerjasama sepuh guru dari kalangan ustad dan kyai serta beberapa tokoh supranatural. Bumi Abdi buka peluang solusi alternative buat masalah anda.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/945",
                        "icon": "https://s.kaskus.id/ficon/image-945.png",
                        "name": "The Mang Father",
                        "isOfficial": false,
                        "communityId": "945",
                        "description": "Komunitas pecinta segala bidang hobby",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/946",
                        "icon": "https://s.kaskus.id/ficon/image-946.png",
                        "name": "UX KASKUS",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "946",
                        "description": "Tempat sharing, diskusi dan tanya jawab seputar dunia UX(User Experience).",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/947",
                        "icon": "https://s.kaskus.id/ficon/image-947.png",
                        "name": "Meme & Recehan Kaskus",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "947",
                        "description": "Tempat berbagi meme dan postingan-postingan recehan yang sangat berfaedah.Yuk ramaikan gan! Jangan sampe ketinggalan!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/948",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Out Of Topic",
                        "isOfficial": false,
                        "communityId": "948",
                        "description": "Forum buat ngobrol segala hal out of topic namun tetap elegan dan sopan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/949",
                        "icon": "https://s.kaskus.id/ficon/image-949.png",
                        "name": "Pemburu",
                        "isOfficial": false,
                        "communityId": "949",
                        "description": "Seputar gratisan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/950",
                        "icon": "https://s.kaskus.id/ficon/image-950.png",
                        "name": "Pestisida Solusi Tanaman",
                        "isOfficial": false,
                        "communityId": "950",
                        "description": "Komunitas ini sengaja saya buat untuk teman teman yang mau bergabung ke dalam penjualan pestisida dan tanaman serta berbagi ilmu tentangnya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/951",
                        "icon": "https://s.kaskus.id/ficon/image-951.png",
                        "name": "Komunitas Boardgame Kaskus",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "951",
                        "description": "Komunitas yang memperkenalkan boardgame ke masyarakat sebagai media alternatif menyenangkan saat berkumpul keluarga, teman maupun teman kerja ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/952",
                        "icon": "https://s.kaskus.id/ficon/image-952.png",
                        "name": "HACK (Home Appliances Community on Kaskus)",
                        "isOfficial": false,
                        "communityId": "952",
                        "description": "Tempat diskusi, bertanya, dan berbagi berbagai hal seputar elektronik dan peralatan rumah tangga di Kaskus. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/953",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Sports On Time",
                        "isOfficial": false,
                        "communityId": "953",
                        "description": "Penyedia berita olahraga terupdate dan terbaru mulai dari Sepakbola, Bola Basket, Voli, Badminton, UFC serta banyak lagi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/954",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Growing Circle",
                        "isOfficial": false,
                        "communityId": "954",
                        "description": "\"Growing Circle\" agar kita dapat terus bertumbuh dalam mencapai harapan dan tujuan ke depannya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/955",
                        "icon": "https://s.kaskus.id/ficon/image-955.png",
                        "name": "Penggemar Ayam Indonesia",
                        "isOfficial": false,
                        "communityId": "955",
                        "description": "Diskusi tentang dunia perayaman Indonesia ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/956",
                        "icon": "https://s.kaskus.id/ficon/image-956.png",
                        "name": "KasTubers (Kaskus Youtubers)",
                        "isOfficial": false,
                        "communityId": "956",
                        "description": "Komunitas Kaskuser yang juga seorang youtuber. Baik youtuber pemula maupun experts. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/957",
                        "icon": "https://s.kaskus.id/ficon/image-957.png",
                        "name": "Belajar dakwah",
                        "isOfficial": false,
                        "communityId": "957",
                        "description": "Yuk Belajar Dakwah Biar Lebih Banyak lagi Strategi Dakwahnya, juga banyak ilmu ilmu agama lainnya lo ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/958",
                        "icon": "https://s.kaskus.id/ficon/image-958.png",
                        "name": "Toba Ethos",
                        "isOfficial": false,
                        "communityId": "958",
                        "description": "Toba Ethos merupakan forum bebas untuk mengekspresikan diri melalui tulisan dengan tema bebas, para penulis bebas menulis topik apapun selagi tidak melanggar UU-ITE yang berlaku di Indonesia.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/959",
                        "icon": "https://s.kaskus.id/ficon/image-959.png",
                        "name": "Sedan Sriwijaya Community Reborn",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": false,
                        "communityId": "959",
                        "description": "Seputar Maslah Otomotive terutama mobil sedan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/960",
                        "icon": "https://s.kaskus.id/ficon/image-960.png",
                        "name": "Lapotekno",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "960",
                        "description": "Lapo Tekno merupakan Forum yang membahas atau diskusi seputar dunia Teknologi, Internet dan Crypto.\n\nTopik berbau Judi, Dagangan Gak Jelas, Pornografi dan SARA akan DIHAPUS.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/961",
                        "icon": "https://s.kaskus.id/ficon/image-961.png",
                        "name": "Kajian Hikmah Islami ANF Podcast",
                        "isOfficial": false,
                        "communityId": "961",
                        "description": "Seputar Kajian hikmah Islami sosial media Dalam Podcast, Youtube, Facebook, Twitter Dll ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/962",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Nurul Huda",
                        "isOfficial": false,
                        "communityId": "962",
                        "description": "Saluran informasi edukatif tentang manajemen dan bisnis digital finansial teknologi blockchain industri dan investasi cryptocurrency ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/963",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Sisi Lain Indonesia",
                        "isOfficial": false,
                        "communityId": "963",
                        "description": "Membahas, mengupas, menyelesaikan tentang masalah dengan sisi lain ummat internet indonesia ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/964",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Blogger Indonesia",
                        "isOfficial": false,
                        "communityId": "964",
                        "description": "Membahas tentang blog ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/965",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "KITA MEMBANTU SESAMA",
                        "isOfficial": false,
                        "communityId": "965",
                        "description": "Membantu sesama dalam pemberdayaan ekonomi sosial pendidikan dan kemasyarakatan ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/966",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "DATABASE SQL SERVER INDONESIA",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "966",
                        "description": "Membahas tentang database SQL Server dari dasar sampai mahir ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/967",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kongkow Account Officer",
                        "isOfficial": false,
                        "communityId": "967",
                        "description": "Account Officer adalah sebuah posisi/bagian di sebuah lembaga keuangan yang mempunyai jobdesk menjual produk-produk lembaga keuangan, seperti: Kredit Multiguna, Kredit PNS, KUR, Deposito, Tabungan, mari sharing informasi dan lain-lain.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/968",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Fivemin",
                        "isOfficial": false,
                        "communityId": "968",
                        "description": "Berbagi Solusi ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/969",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Honest Writer Community",
                        "isOfficial": false,
                        "communityId": "969",
                        "description": "Honest Writer Community atau biasa disingkat HWC adalah sebuah komunitas kepenulisan berbasis online. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/970",
                        "icon": "https://s.kaskus.id/ficon/image-970.png",
                        "name": "GAMEBUFF",
                        "isOfficial": false,
                        "communityId": "970",
                        "description": "GAMEBUFF MEDIA ESPORTS adalah tempat share informasi game dan esport di Indonesia. Kami membahas seputar game secara keseleruhan, review game, dan berita esports. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/971",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Tuah Sakato engineering",
                        "isOfficial": false,
                        "communityId": "971",
                        "description": "Pemberdayaan masyarakat & Lembaga swadaya ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/972",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Gembira Runners",
                        "isOfficial": false,
                        "communityId": "972",
                        "description": "Adalah komunitas pelari yang menikmati track yg dilalui. Pace tidak penting, asal enjoy running. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/973",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kaskus Clip Studio Paint",
                        "isOfficial": false,
                        "communityId": "973",
                        "description": "softwere komikus memnggambar ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/975",
                        "icon": "https://s.kaskus.id/ficon/image-975.png",
                        "name": "TULIS AJA KASKUS",
                        "channel": {
                          "id": "11",
                          "name": "Regional"
                        },
                        "isOfficial": false,
                        "communityId": "975",
                        "description": "Semua Kumpulan Kategori (0 1 2 3 4 5 6 7 8 9) Rumus Beredukasi dan Huruf Berbahasa (aA-zZ) Baik dan Benar Tulisan KASKUS Dapat Agan/Agin Ketik & Muat Up.Sharing Pada Forum Komunitas Mau Tulis Apa?! TULIS AJA KASKUS",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/976",
                        "icon": "https://s.kaskus.id/ficon/image-976.png",
                        "name": "DCS World Indonesia",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "976",
                        "description": "Komunitas DCS World Indonesia. Players, Enthusiast, Military Simulation",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/977",
                        "icon": "https://s.kaskus.id/ficon/image-977.png",
                        "name": "KASKUS Smilies",
                        "isOfficial": false,
                        "communityId": "977",
                        "description": "Ini adalah Subforum khusus Emoticon Kaskus (Smilies Kaskus), baik secara resmi maupun tidak resmi dari Kaskus (termasuk sticker dan emoji)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/978",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Fonabo (Forum Naruto dan Boruto)",
                        "isOfficial": false,
                        "communityId": "978",
                        "description": "Membahas tentang dunia anime Naruto dan Boruto",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/979",
                        "icon": "https://s.kaskus.id/ficon/image-979.png",
                        "name": "Big Family of Kalong Resurrection",
                        "isOfficial": false,
                        "communityId": "979",
                        "description": "Komunitas kalong malam adalah, sebuah perkumpulan user yang ingin mengembalikan TRAFFIC LIGHT kaskus kembali seperti pada era masa jayanya dan segala informasi terkait untuk berusaha kembali membuat KASKUS tetap Menjadi |THE LARGEST INDONESIAN COMMUNITY|",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/980",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Dzebpas Pekalongan",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": false,
                        "communityId": "980",
                        "description": "D'zebpas adalah komunitas mobil dengan jenis daihatsu zebra dan espas , D'zebpas berdiri tanggal 25 Febuari 2016",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/981",
                        "icon": "https://s.kaskus.id/ficon/image-981.png",
                        "name": "Arma 3 Indonesia - Jangkrik Old Squad",
                        "isOfficial": false,
                        "communityId": "981",
                        "description": "Komunitas game Arma 3 military simulator (air, sea, land warfare). Jangkrik Old Squad (JOS) adalah unit Arma 3 paling besar & aktif di Indonesia maupun international. Kunjungi josgc.com untuk info lebih lanjut.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/982",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Gerakan Muda Peduli Kemanusiaan Kota Tasikmalaya",
                        "isOfficial": false,
                        "communityId": "982",
                        "description": "bergerak dalam membantu kemanusiaan dan sosial ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/983",
                        "icon": "https://s.kaskus.id/ficon/image-983.png",
                        "name": "Hobby Burung Kontes dan Ayam Laga",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "983",
                        "description": "Hobi Anda",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/984",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "saruajaboong",
                        "isOfficial": false,
                        "communityId": "984",
                        "description": "komunitas yang membahas serba serbi motor trail se-nusantara",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/985",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "carimurahtiket",
                        "isOfficial": false,
                        "communityId": "985",
                        "description": "Sarana Komunikasi para pecinta dan pengguna pengharum ruangan merek Summerspring untuk berbagi pengalaman",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/986",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Babel Mendunia",
                        "isOfficial": false,
                        "communityId": "986",
                        "description": "tentang pariwisata, UMKM, dan potensi SDM Bangka Belitung",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/987",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Forum Aquascape, Paludarium dan Aquarium Indonesia",
                        "isOfficial": false,
                        "communityId": "987",
                        "description": "Sharing dan Belajar bersama dunia Aquascape, Paludarium dan Aquarium Indonesia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/988",
                        "icon": "https://s.kaskus.id/ficon/image-988.png",
                        "name": "Komunitas NFT Indonesia",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "988",
                        "description": "NFT bisa diartikan sebagai kode digital unik yang mewakili berbagai macam aset baik berwujud maupun tidak berwujud. Forum Komunitas ini merupakan tempat membahas segala hal terkait NFT (Non-fungable Token)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/989",
                        "icon": "https://s.kaskus.id/ficon/image-989.png",
                        "name": "Kartun Lovers Indonesia",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "989",
                        "description": "Komunitas bagi para pecinta kartun dan berbagi spoiler anime",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/990",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "MAGGOT BSF CLUB",
                        "isOfficial": false,
                        "communityId": "990",
                        "description": "komunitas ini membahas seputar maggot bsf yang berguna sebagai salah satu pengurai sampah organik yang sangat diminati oleh masyarakat karena dapat menghasilkan cuan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/992",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Komunitas Penggemar Cerita Horor",
                        "isOfficial": false,
                        "communityId": "992",
                        "description": "Cerita Horor baik Secara Fiktif dan Nonfiktif",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/993",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Jual Beli Mobil Bekas Berkualitas",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": false,
                        "communityId": "993",
                        "description": "Komunitas ini dibangun agar para penjual mobil bisa dengan mudah menjualkan mobilnya di komunitas ini",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/994",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "youtuber pemula",
                        "isOfficial": false,
                        "communityId": "994",
                        "description": "seputar tentang youtuber",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/995",
                        "icon": "https://s.kaskus.id/ficon/image-995.png",
                        "name": "The Uncommon",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "995",
                        "description": "The first music, art and NFT collaboration projects in Indonesia. Collaborating with various indie musician and NFT artist",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/996",
                        "icon": "https://s.kaskus.id/ficon/image-996.png",
                        "name": "Pandora Community Room",
                        "isOfficial": false,
                        "communityId": "996",
                        "description": "Pandora Community Room adalah forum komunitas member Pandora di KASKUS. Sekaligus tempat berbagi informasi, ngobrol, dan event.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/997",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Padepokan Adisoka Nusantara",
                        "isOfficial": false,
                        "communityId": "997",
                        "description": "komunitas yang menjaring para penyuka komik lokal, kultur dan mitologi. Membahas komik dari segi budaya yang seru.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/998",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "AdSense",
                        "isOfficial": false,
                        "communityId": "998",
                        "description": "Membahas Tentang Cara Mudah Di Terima di Google Adsense, Teman-teman bisa bergabung disini untuk memulai mendaptkan Tips dan Trik Seputar AdSense",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/999",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Begal Tanah",
                        "isOfficial": false,
                        "communityId": "999",
                        "description": "Forum untuk Kaskuser berbagi cerita pahit tanahnya dibegal mafia tanah, atau kesulitan pengurusan terkait tanah.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/924",
                        "icon": "https://s.kaskus.id/ficon/image-924.png",
                        "name": "Kaskus Badge Hunter",
                        "isOfficial": false,
                        "communityId": "924",
                        "description": "Forum Komunitas Kaskuser yang gemar berburu Kaskus Badge. Tempat ngobrol, sharing dan berbagi informasi event khususnya yang memberikan reward badge. Baik COC, Quiz, Challenge dan lain sebagainya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/934",
                        "icon": "https://s.kaskus.id/ficon/image-934.png",
                        "name": "Cryptocurrency Kaskus",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": false,
                        "communityId": "934",
                        "description": "Forum diskusi seputar mata uang kripto atau cryptocurrency, bahas semuanya disini",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/469",
                        "icon": "https://s.kaskus.id/ficon/image-469.png",
                        "name": "Saham",
                        "isOfficial": false,
                        "communityId": "469",
                        "description": "Forum diskusi seputar trading saham lokal/Indonesia, dari strategi saham hingga serba serbi ilmu trading.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/925",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "R25 Owner Community on Kaskus (ROCK)",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": false,
                        "communityId": "925",
                        "description": "ROCK merupakan sarana sharing, diskusi dan interaksi antar warga yang mempunyai atau ingin memiliki Yamaha YZF-R25 dan MT-25 terutama di kaskus",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/941",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "ERTIGA SOLUTION",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": false,
                        "communityId": "941",
                        "description": "Komunitas Ertiga Solution adalah sekumpulan para pecinta mobil Suzuki Ertiga,disini kami sama2 belajar seputar mobil tunggangan kita belajar modifikasi dan bersilaturahmi antar member",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/926",
                        "icon": "https://s.kaskus.id/ficon/image-926.png",
                        "name": "Altis Indonesia Community (ALTIC)",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": false,
                        "communityId": "926",
                        "description": "Pusat Informasi, Diskusi, Modifikasi dan Sharing bagi penggemar serta pengguna Toyota Corolla Altis di Indonesia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/938",
                        "icon": "https://s.kaskus.id/ficon/image-938.png",
                        "name": "Allvariant Music on Kaskus (ASIK.IN)",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "938",
                        "description": "Wadah untuk orang yang menyukai musik rock, dan berbagai macam genre musik. Sharing tentang sejarah band, event musik, bermain band, dan berita musik.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/927",
                        "icon": "https://s.kaskus.id/ficon/image-927.png",
                        "name": "Kaskus Hot Wheels Lovers (KHWL)",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "927",
                        "description": "Tempat ngumpulnya Kaskuser yang Hobby Koleksi, Photography, Race, Custom, dan Diorama yang berhubungan dengan HOT WHEELS.\n\nBerbagi tips n trik, update produk sampai event-event kejuaraan dan pameran HOT WHEELS",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/928",
                        "icon": "https://s.kaskus.id/ficon/image-928.png",
                        "name": "Yamaha R15 Kaskus Rider Community (R15ER)",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": false,
                        "communityId": "928",
                        "description": "R15er merupakan sarana sharing, diskusi dan interaksi antar warga yang mempunyai atau ingin memiliki Yamaha R15 terutama di kaskus",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/929",
                        "icon": "https://s.kaskus.id/ficon/image-922.png",
                        "name": "Kaskus Original Gamers",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "929",
                        "description": "Share disini semua terkait game original, seperti : Steam, Origin, Uplay, dan lainnya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/930",
                        "icon": "https://s.kaskus.id/ficon/image-930.png",
                        "name": "Saint Seiya Awakening",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": false,
                        "communityId": "930",
                        "description": "Tempat untuk berdiskusi seputar Saint Saiya Awakening, mulai dari update game, tips & trik, hingga menjalin silahturahmi antar kaskuser. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/931",
                        "icon": "https://s.kaskus.id/ficon/image-931.png",
                        "name": "Komunitas Eboard",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": false,
                        "communityId": "931",
                        "description": "Share disini semua terkait eboard, tips dan trick, berita, informasi dan lainnya",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/935",
                        "icon": "https://s.kaskus.id/ficon/image-935.png",
                        "name": "KOMPAK (Komunitas Penulis Aktif Kreatif)",
                        "isOfficial": false,
                        "communityId": "935",
                        "description": "Komunitas dengan tujuan sebagai wadah bagi para penulis ataupun yang baru ingin menulis agar menjadi semakin aktif menulis konten yang berkualitas",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/19",
                        "icon": "https://s.kaskus.id/ficon/image-19.png",
                        "name": "Computer Stuff",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "19",
                        "description": "Forum untuk berdiskusi dan berbagi segala sesuatu tentang komputer dan internet.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/14",
                        "icon": "https://s.kaskus.id/ficon/image-14.png",
                        "name": "CCPB - Shareware & Freeware",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "14",
                        "description": "Tempat berbagi trik dan aplikasi.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/391",
                        "icon": "https://s.kaskus.id/ficon/image-391.png",
                        "name": "REQUEST @ CCPB",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "391",
                        "description": "Tempat berbagi kumpulan Windows-based applications.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/419",
                        "icon": "https://s.kaskus.id/ficon/image-419.png",
                        "name": "Taman Bacaan CCPB",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "419",
                        "description": "Tempat khusus e-books dan tutorial Computer Stuff.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/243",
                        "icon": "https://s.kaskus.id/ficon/image-243.png",
                        "name": "Hardware Computer",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "243",
                        "description": "Tempat diskusi computer hardware: updates, problems, drivers, peripheral, performance, upgrade, overclocking, showcase, dan konsultasi.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/557",
                        "icon": "https://s.kaskus.id/ficon/image-557.png",
                        "name": "Hardware Review Lab",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "557",
                        "description": "Tempat kumpulan ulasan mengenai hardware.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/183",
                        "icon": "https://s.kaskus.id/ficon/image-183.png",
                        "name": "Internet Service & Networking",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "183",
                        "description": "Tempat membahas internet service provider dan networking (hardware & tutorial).",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/397",
                        "icon": "https://s.kaskus.id/ficon/image-397.png",
                        "name": "ISP",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "397",
                        "description": "Tempat diskusi Penyedia Layanan Internet di Indonesia.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/65",
                        "icon": "https://s.kaskus.id/ficon/image-65.png",
                        "name": "Linux dan OS Selain Microsoft & Mac",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "65",
                        "description": "Tempat diskusi seputar sistem operasi Unix, Linux, dan sistem operasi lainnya (selain produk Microsoft & Mac).",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/383",
                        "icon": "https://s.kaskus.id/ficon/image-383.png",
                        "name": "Macintosh",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "383",
                        "description": "Tempat diskusi dan berbagi informasi tentang produk Macintosh, baik hardware maupun software.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/569",
                        "icon": "https://s.kaskus.id/ficon/image-569.png",
                        "name": "Mac Applications & Games",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "569",
                        "description": "Tempat review, share, troubleshooting apps, games, modifikasi OSX, beragam tips dan trik aplikasi.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/568",
                        "icon": "https://s.kaskus.id/ficon/image-568.png",
                        "name": "Mac OSX Info & Discussion",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "568",
                        "description": "Tempat diskusi dan berbagi informasi dan pengalaman seputar Mac, Mac buyers guide, tutorials & e-books, serta teknologi terbaru .",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/176",
                        "icon": "https://s.kaskus.id/ficon/image-176.png",
                        "name": "Programmer Forum",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "176",
                        "description": "Tempat diskusi dan belajar bahasa programming, dari pemula hingga pakar.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/13",
                        "icon": "https://s.kaskus.id/ficon/image-13.png",
                        "name": "Website, Webmaster, Webdeveloper",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "13",
                        "description": "Tempat diskusi teknis dan review seputar website, security, blogs, CMS, webhosting, filehoster, forum, board, mail, SEO, templates, snippets/scripts, social bookmarking, social network.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/443",
                        "icon": "https://s.kaskus.id/ficon/image-443.png",
                        "name": "Hosting Stuff",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "443",
                        "description": "Hosting (shared hosting, VPS, dedicated), domain (register), software hosting (cPanel, WHM, lxAdmin, etc), technical & security issues, webserver.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/442",
                        "icon": "https://s.kaskus.id/ficon/image-442.png",
                        "name": "Templates & Scripts Stuff",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "442",
                        "description": "Tempat kumpulan templates dan scripts.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/29",
                        "icon": "https://s.kaskus.id/ficon/image-29.png",
                        "name": "Cooking & Resto Guide",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": true,
                        "communityId": "29",
                        "description": "Forum bagi penggemar masak-memasak dan pemburu kuliner seru.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/62",
                        "icon": "https://s.kaskus.id/ficon/image-62.png",
                        "name": "Oriental Exotic (Asian food)",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": true,
                        "communityId": "62",
                        "description": "Tempat membahas kuliner khas Asia.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/248",
                        "icon": "https://s.kaskus.id/ficon/image-248.png",
                        "name": "Restaurant Review",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": true,
                        "communityId": "248",
                        "description": "Tempat berbagi pengalaman makan dan ulasan seputar resto (menu, tempat, promo).",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/60",
                        "icon": "https://s.kaskus.id/ficon/image-60.png",
                        "name": "Selera Nusantara (Indonesian Food)",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": true,
                        "communityId": "60",
                        "description": "Tempat membahas kuliner khas Indonesia.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/63",
                        "icon": "https://s.kaskus.id/ficon/image-63.png",
                        "name": "The KASKUS Bar",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": true,
                        "communityId": "63",
                        "description": "Tempat membahas beragam jenis minuman.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/61",
                        "icon": "https://s.kaskus.id/ficon/image-61.png",
                        "name": "The Rest of the World (International Food)",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": true,
                        "communityId": "61",
                        "description": "Tempat membahas hidangan dari berbagai penjuru dunia lainnya, termasuk kuliner western dan european.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/713",
                        "icon": "https://s.kaskus.id/ficon/image-713.png",
                        "name": "Deals",
                        "isOfficial": true,
                        "communityId": "713",
                        "description": "Tempat berbagi promo dan diskon menarik.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/191",
                        "icon": "https://s.kaskus.id/ficon/image-191.png",
                        "name": "Debate Club",
                        "isOfficial": false,
                        "communityId": "191",
                        "description": "Forum berbagi dan menyatakan perbedaan pendapat dan pandangan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/15",
                        "icon": "https://s.kaskus.id/ficon/image-15.png",
                        "name": "Disturbing Picture",
                        "isOfficial": true,
                        "communityId": "15",
                        "description": "Forum kumpulan gambar-gambar 'Disturbing Picture'.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/856",
                        "icon": "https://s.kaskus.id/ficon/image-856.png",
                        "name": "Do It Yourself",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "856",
                        "description": "Forum berisi kumpulan topik diskusi, tips, dan tutorial do it yourself dengan memanfaatkan barang baru maupun recycle",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/67",
                        "icon": "https://s.kaskus.id/ficon/image-67.png",
                        "name": "Education",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "67",
                        "description": "Forum diskusi dan berbagi pengetahuan tentang buku, sejarah, ilmu misteri dunia. Serta kumpulan aktivitas dari beragam almamater.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/247",
                        "icon": "https://s.kaskus.id/ficon/image-247.png",
                        "name": "Civitas Academica",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "247",
                        "description": "Tempat kumpul alumni dan siswa dari beragam almamater. Saling berbagi info lowongan kerja, acara reuni, dan kondisi terbaru sekolah atau universitas.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/246",
                        "icon": "https://s.kaskus.id/ficon/image-246.png",
                        "name": "Sejarah & Xenology",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "246",
                        "description": "Tempat membahas sejarah/biografi tokoh dalam dan luar negeri. Juga diskusi tentang xenology (ilmu yang membahas misteri-misteri dunia).",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/597",
                        "icon": "https://s.kaskus.id/ficon/image-597.png",
                        "name": "Sains & Teknologi",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "597",
                        "description": "Tempat diskusi mendalam dan berbagi pengetahuan sains dan teknologi.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/281",
                        "icon": "https://s.kaskus.id/ficon/image-281.png",
                        "name": "Electronics",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "281",
                        "description": "Forum diskusi dan berbagi seputar barang elektronik. Mulai dari yang terbaru, komparasi produk, hingga konsultasi sebelum membeli.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/282",
                        "icon": "https://s.kaskus.id/ficon/image-282.png",
                        "name": "Audio & Video",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "282",
                        "description": "Tempat khusus membahas peralatan audio dan video",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/673",
                        "icon": "https://s.kaskus.id/ficon/image-673.png",
                        "name": "Home Appliance",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "673",
                        "description": "Tempat khusus membahas barang elektronik rumah tangga",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/113",
                        "icon": "https://s.kaskus.id/ficon/image-113.png",
                        "name": "English",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "113",
                        "description": "Forum untuk membahas dan mempelajari Bahasa Inggris.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/464",
                        "icon": "https://s.kaskus.id/ficon/image-464.png",
                        "name": "English Education & Literature",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "464",
                        "description": "A place where you can find all the English help you need from TOEFL, IELTS and everything else regarding the English language and its usage.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/465",
                        "icon": "https://s.kaskus.id/ficon/image-465.png",
                        "name": "Fun with English",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "465",
                        "description": "A place to learn English through various game threads.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/474",
                        "icon": "https://s.kaskus.id/ficon/image-474.png",
                        "name": "Event from Kaskuser",
                        "isOfficial": true,
                        "communityId": "474",
                        "description": "Forum untuk berbagi informasi mengenai event yang berhubungan dengan KASKUS. Untuk gathering & FR regional harap dibuat di regional masing-masing.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/44",
                        "icon": "https://s.kaskus.id/ficon/image-44.png",
                        "name": "Games",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": true,
                        "communityId": "44",
                        "description": "Forumnya penggemar berbagai jenis game.",
                        "allowCommerce": true
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/722",
                        "icon": "https://s.kaskus.id/ficon/image-722.png",
                        "name": "Arcade Games",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": true,
                        "communityId": "722",
                        "description": "Forum diskusi seputar games yang dioperasikan dengan menggunakan credit atau koin.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/119",
                        "icon": "https://s.kaskus.id/ficon/image-119.png",
                        "name": "Console & Handheld Games",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": true,
                        "communityId": "119",
                        "description": "Tempat diskusi seputar games yang dimainkan di console dan handheld. Termasuk Xbox, Playstation, Nintendo, Gizmondo, dan N-Gage",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/881",
                        "icon": "https://s.kaskus.id/ficon/image-881.png",
                        "name": "eSports",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": true,
                        "communityId": "881",
                        "description": "Tempat berbagi info dan berita seputar turnamen eSports dari berbagai genre video game di dalam dan luar negeri.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/720",
                        "icon": "https://s.kaskus.id/ficon/image-720.png",
                        "name": "Game News and Events",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": true,
                        "communityId": "720",
                        "description": "Forum untuk saling berbagi info seputar berita games, event dan kompetisi yang berkaitan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/721",
                        "icon": "https://s.kaskus.id/ficon/image-721.png",
                        "name": "Mobile Games",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": true,
                        "communityId": "721",
                        "description": "Forum diskusi seputar games yang dimainkan di platform mobile, dari smartphone, tablet, hingga featured phone.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/879",
                        "icon": "https://s.kaskus.id/ficon/image-879.png",
                        "name": "AoV",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": true,
                        "communityId": "879",
                        "description": "Forum diskusi untuk bertukar informasi seputar strategi dalam permainan Arena of Valor.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/865",
                        "icon": "https://s.kaskus.id/ficon/image-865.png",
                        "name": "Mobile Legends",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": true,
                        "communityId": "865",
                        "description": "Forum diskusi seputar mobile legend, mulai dari heroes, strategi, skin, turnamen, update game, hingga tips mobile legend di perangkat mobile atau PC",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/747",
                        "icon": "https://s.kaskus.id/ficon/image-747.png",
                        "name": "Pokemon Go",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": true,
                        "communityId": "747",
                        "description": "Pokestop untuk berbagi informasi, tips dan trik, strategi hingga koleksi antar Trainer Pokemon Go",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/883",
                        "icon": "https://s.kaskus.id/ficon/image-883.png",
                        "name": "PUBG-M",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": true,
                        "communityId": "883",
                        "description": "Tempatnya tips & trick para pemburu chicken dinner di PUBG Mobile meskipun bermodalkan frying pan\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/528",
                        "icon": "https://s.kaskus.id/ficon/image-528.png",
                        "name": "PC Games",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": true,
                        "communityId": "528",
                        "description": "Tempat untuk berdiskusi game PC online dan offline, review game, dan berbagi tips seputar game personal computer (PC)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/711",
                        "icon": "https://s.kaskus.id/ficon/image-711.png",
                        "name": "Dota 2",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": true,
                        "communityId": "711",
                        "description": "Forum diskusi komunitas Multiplayer Online Battle Arena khusus bagi yang memainkan Dota 2.\n\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/100",
                        "icon": "https://s.kaskus.id/ficon/image-100.png",
                        "name": "Online Games",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": true,
                        "communityId": "100",
                        "description": "Forum diskusi dan berbagi informasi seputar game online PC, strategi permainan, tips trik, dan ulasan game online terbaru",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/878",
                        "icon": "https://s.kaskus.id/ficon/image-878.png",
                        "name": "PUBG",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": true,
                        "communityId": "878",
                        "description": "Forum diskusi untuk berbagi tips, strategi, dan update terbaru seputar Playerunknown’s Battleground (PUBG) PC. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/709",
                        "icon": "https://s.kaskus.id/ficon/image-709.png",
                        "name": "Private Servers",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": true,
                        "communityId": "709",
                        "description": "Forum diskusi komunitas Massively Multiplayer Online (MMO) yang menggunakan sistem emulasi server atau Non-Official.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/37",
                        "icon": "https://s.kaskus.id/ficon/image-37.png",
                        "name": "Ragnarok Online",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": true,
                        "communityId": "37",
                        "description": "Tempat bagi Massively Multiplayer Online Role-Playing Game (MMORPG) Community yang memainkan Ragnarok",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/932",
                        "icon": "https://s.kaskus.id/ficon/image-932.png",
                        "name": "Valorant",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": true,
                        "communityId": "932",
                        "description": "Forum diskusi komunitas dan berbagi tips and trick bagi para pemain game FPS Valorant.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/38",
                        "icon": "https://s.kaskus.id/ficon/image-38.png",
                        "name": "Web-based Games",
                        "channel": {
                          "id": "3",
                          "name": "Games"
                        },
                        "isOfficial": true,
                        "communityId": "38",
                        "description": "Tempat diskusi seputar games yang dimainkan dari web browser.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/678",
                        "icon": "https://s.kaskus.id/ficon/image-678.png",
                        "name": "Gemstone",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "678",
                        "description": "Membahas jenis batu akik dan batu mulia lain, trend, pengolahan, perawatan, aksesoris, asal muasal batu hingga tips sebelum membeli",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/39",
                        "icon": "https://s.kaskus.id/ficon/image-39.png",
                        "name": "Girls & Boys Corner",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": true,
                        "communityId": "39",
                        "description": "Forum tempat nanya dan meminta pendapat soal cowok ke Agan dan soal cewek ke Aganwati.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/114",
                        "icon": "https://s.kaskus.id/ficon/image-114.png",
                        "name": "Ask da Boys",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": true,
                        "communityId": "114",
                        "description": "Apa kata Agan?",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/105",
                        "icon": "https://s.kaskus.id/ficon/image-105.png",
                        "name": "Ask da Girls",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": true,
                        "communityId": "105",
                        "description": "Apa kata Aganwati?",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/630",
                        "icon": "https://s.kaskus.id/ficon/image-630.png",
                        "name": "Green Lifestyle",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "630",
                        "description": "Forum untuk berbagi informasi dan berdiskusi seputar gaya hidup ramah lingkungan serta hal-hal terkait mengenai alam & lingkungan sekitar.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/36",
                        "icon": "https://s.kaskus.id/ficon/image-36.png",
                        "name": "Handphone & Tablet",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "36",
                        "description": "Forum diskusi dan berbagi seputar handphone dan Tablet. Mulai dari tren terbaru, tips dan trik, komparasi produk, games dan aplikasi hingga konsultasi sebelum membeli.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/577",
                        "icon": "https://s.kaskus.id/ficon/image-577.png",
                        "name": "Android",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "577",
                        "description": "Diskusi khusus mengenai Android",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/880",
                        "icon": "https://s.kaskus.id/ficon/image-880.png",
                        "name": "HONOR",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "880",
                        "description": "Forum diskusi dan berbagi seputar brand HONOR.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/307",
                        "icon": "https://s.kaskus.id/ficon/image-307.png",
                        "name": "BlackBerry Corner",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "307",
                        "description": "Diskusi khusus mengenai Blackberry",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/672",
                        "icon": "https://s.kaskus.id/ficon/image-672.png",
                        "name": "IOS",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "672",
                        "description": "Diskusi khusus mengenai IOS",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/413",
                        "icon": "https://s.kaskus.id/ficon/image-413.png",
                        "name": "Featured Phone",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "413",
                        "description": "Diskusi mengenai ponsel berbasis Java, Symbian, GSM, CDMA, dan Dual GSM/CDMA",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/417",
                        "icon": "https://s.kaskus.id/ficon/image-417.png",
                        "name": "Operator CDMA & GSM",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "417",
                        "description": "Diskusi khusus layanan operator CDMA dan GSM.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/541",
                        "icon": "https://s.kaskus.id/ficon/image-541.png",
                        "name": "Windows Phone",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "541",
                        "description": "Diskusi khusus mengenai Windows Phone",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/94",
                        "icon": "https://s.kaskus.id/ficon/image-94.png",
                        "name": "Health",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "94",
                        "description": "Forum seputar dunia kesehatan yang membahas seputar penyakit, gaya hidup sehat, metode diet & latihan untuk kebugaran tubuh dan hal-hal yang berhubungan dengan dunia kesehatan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/558",
                        "icon": "https://s.kaskus.id/ficon/image-558.png",
                        "name": "Fitness & Healthy Body",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "558",
                        "description": "Tempat berdiskusi mengenai pengaturan diet, nutrisi dan olahraga untuk menjaga kesehatan & muscle building.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/274",
                        "icon": "https://s.kaskus.id/ficon/image-274.png",
                        "name": "Fat-loss,Gain-Mass,Nutrisi Diet & Suplementasi Fitness",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "274",
                        "description": "Tempat berdiskusi berbagai hal mengenai pengaturan diet sehat menurunkan/menambah berat badan, suplementasi fitness, dll.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/236",
                        "icon": "https://s.kaskus.id/ficon/image-236.png",
                        "name": "Muscle Building",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "236",
                        "description": "Tempat diskusi cara meningkatkan massa otot, kekuatan, performa olahraga, flexibilitas & stabilitas tubuh dari tingkat pemula, lanjutan maupun tingkat atlet untuk binaraga maupun body fitness.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/724",
                        "icon": "https://s.kaskus.id/ficon/image-724.png",
                        "name": "Health Consultation",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "724",
                        "description": "Tempat untuk berkonsultasi dan tanya jawab mengenai kesehatan dengan para ahli medis.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/725",
                        "icon": "https://s.kaskus.id/ficon/image-725.png",
                        "name": "Healthy Lifestyle",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "725",
                        "description": "Tempat berbagi dan membahas semua tentang tips hidup sehat dan berguna untuk pencegahan penyakit serta menjaga kebugaran tubuh.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/559",
                        "icon": "https://s.kaskus.id/ficon/image-559.png",
                        "name": "Quit Drugs, Alcohol & Smoking",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "559",
                        "description": "Tempat berdiskusi dan berbagi metode untuk mengubah mindset dan gaya hidup agar dapat berhenti merokok, adiksi alkohol dan narkotik.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/16",
                        "icon": "https://s.kaskus.id/ficon/image-16.png",
                        "name": "Heart to Heart",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": true,
                        "communityId": "16",
                        "description": "Forum buat yang suka nulis, nge-blog, atau bikin puisi.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/49",
                        "icon": "https://s.kaskus.id/ficon/image-49.png",
                        "name": "B-Log Collections",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": true,
                        "communityId": "49",
                        "description": "Tempat Agan dan Aganwati ngeblog di KASKUS.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/735",
                        "icon": "https://s.kaskus.id/ficon/image-735.png",
                        "name": "B-Log Community",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": true,
                        "communityId": "735",
                        "description": "Forum khusus Komunitas untuk membuat blog dan saling berbagi.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/734",
                        "icon": "https://s.kaskus.id/ficon/image-734.png",
                        "name": "B-Log Personal",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": true,
                        "communityId": "734",
                        "description": "Buat blog pribadi di sini dan sharing bareng Kaskuser lain!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/50",
                        "icon": "https://s.kaskus.id/ficon/image-50.png",
                        "name": "Poetry",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": true,
                        "communityId": "50",
                        "description": "Tempat berbaginya para pencinta puisi.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/51",
                        "icon": "https://s.kaskus.id/ficon/image-51.png",
                        "name": "Stories from the Heart",
                        "channel": {
                          "id": "1",
                          "name": "Story"
                        },
                        "isOfficial": true,
                        "communityId": "51",
                        "description": "Tempat memajang cerita karya Kaskuser.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/32",
                        "icon": "https://s.kaskus.id/ficon/image-32.png",
                        "name": "Hewan Peliharaan",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "32",
                        "description": "Forum diskusi dan berbagi informasi untuk penggemar dan pemilik berbagai jenis hewan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/124",
                        "icon": "https://s.kaskus.id/ficon/image-124.png",
                        "name": "Burung",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "124",
                        "description": "Tempat untuk membahas berbagai jenis unggas dan burung.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/127",
                        "icon": "https://s.kaskus.id/ficon/image-127.png",
                        "name": "Freshwater Fish",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "127",
                        "description": "Tempat untuk membahas ikan air tawar.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/123",
                        "icon": "https://s.kaskus.id/ficon/image-123.png",
                        "name": "Mamalia",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "123",
                        "description": "Tempat untuk membahas binatang mamalia seperti anjing, kucing, hamster, macan, beruang, tupai, dsb.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/125",
                        "icon": "https://s.kaskus.id/ficon/image-125.png",
                        "name": "Reptil",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "125",
                        "description": "Tempat untuk membahas berbagai jenis reptil.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/126",
                        "icon": "https://s.kaskus.id/ficon/image-126.png",
                        "name": "Saltwater Fish",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "126",
                        "description": "Tempat untuk membahas berbagai ikan laut.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/392",
                        "icon": "https://s.kaskus.id/ficon/image-392.png",
                        "name": "Hobby & Community",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "392",
                        "description": "Forum diskusi dan berbagi informasi seputar hobi dan komunitas.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/591",
                        "icon": "https://s.kaskus.id/ficon/image-591.png",
                        "name": "Jam",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "591",
                        "description": "Tempat diskusi tentang jam sebagai tools, koleksi, dan hobi",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/252",
                        "icon": "https://s.kaskus.id/ficon/image-252.png",
                        "name": "Action Figures",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "252",
                        "description": "Tempat berbagi segala sesuatu tentang figures baik resin, die-cast, gashapon maupun poseable action figures.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/581",
                        "icon": "https://s.kaskus.id/ficon/image-581.png",
                        "name": "Lampu Senter / Flashlight",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "581",
                        "description": "Tempat ngumpulnya Flashholic dan pengguna senter, laser, LED, beserta aksesorisnya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/395",
                        "icon": "https://s.kaskus.id/ficon/image-395.png",
                        "name": "Mancing",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "395",
                        "description": "Tempat diskusi dan berbagi tips & trik, tackle, serta pengalaman seputar hobi memancing.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/393",
                        "icon": "https://s.kaskus.id/ficon/image-393.png",
                        "name": "Pisau",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "393",
                        "description": "Tempat diskusi dan berbagi informasi tentang pisau yang mencakup pisau lipat, fix blades, pedang, dan peralatan lain yang berhubungan dengan pisau.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/580",
                        "icon": "https://s.kaskus.id/ficon/image-580.png",
                        "name": "Radio Komunikasi",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "580",
                        "description": "Tempat diskusi dan ngumpulnya para penggemar radio komunikasi (HAM Radio).",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/394",
                        "icon": "https://s.kaskus.id/ficon/image-394.png",
                        "name": "Sepeda",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "394",
                        "description": "Tempatnya pengguna, penikmat, dan pemerhati semua jenis sepeda.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/674",
                        "icon": "https://s.kaskus.id/ficon/image-674.png",
                        "name": "Vaporizer",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "674",
                        "description": "Membahas seputar personal vaporizer dan alat hirup lain.\n\nForum ini dikhususkan bagi Kaskuser yang berumur 18 tahun ke atas.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/387",
                        "icon": "https://s.kaskus.id/ficon/image-387.png",
                        "name": "Ilmu Marketing",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "387",
                        "description": "Forum diskusi seputar dunia marketing, baik keilmuan maupun terapan",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/388",
                        "icon": "https://s.kaskus.id/ficon/image-388.png",
                        "name": "Ilmu Marketing & Research",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "388",
                        "description": "Tempat diskusi dan membahas dasar-dasar ilmu marketing, serta berbagi hasil penelitian terkait marketing.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/9",
                        "icon": "https://s.kaskus.id/ficon/image-9.png",
                        "name": "Jokes & Cartoon",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "9",
                        "description": "Forum yang berisi kumpulan humor dari Kaskuser, siap ngakak Gan!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/331",
                        "icon": "https://s.kaskus.id/ficon/image-331.png",
                        "name": "Pictures",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "331",
                        "description": "Tempat kumpulan gambar-gambar lucu.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/689",
                        "icon": "https://s.kaskus.id/ficon/image-689.png",
                        "name": "Stand Up Comedy",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "689",
                        "description": "Segala hal yang kamu butuhkan tentang Stand Up Comedy ada di sini! Siap ngakak bareng-bareng, gan?",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/887",
                        "icon": "https://s.kaskus.id/ficon/image-887.png",
                        "name": "Kekoreaan",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "887",
                        "description": "Forum bagi Kaskuser untuk berbagi gosip, gambar, foto, video informasi, berita, dan segalanya tentang kekoreaan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/24",
                        "icon": "https://s.kaskus.id/ficon/image-24.png",
                        "name": "Lifestyle",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "24",
                        "description": "Forum tentang serba serbi gaya hidup, mulai dari hal inspiratif, fashion & event terkait lifestyle.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/306",
                        "icon": "https://s.kaskus.id/ficon/image-306.png",
                        "name": "Fashion",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "306",
                        "description": "Tempat diskusi dan membahas tren fashion, serta update informasi fashion terkini.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/249",
                        "icon": "https://s.kaskus.id/ficon/image-249.png",
                        "name": "Inspirasi",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "249",
                        "description": "Berbagi tips dan masukan inspirasional, serta motivasi dari dan untuk Kaskuser.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/275",
                        "icon": "https://s.kaskus.id/ficon/image-275.png",
                        "name": "Nightlife & Events",
                        "isOfficial": true,
                        "communityId": "275",
                        "description": "Tempat berbagi informasi mengenai event dan promosi yang terkait dengan lifestyle.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/723",
                        "icon": "https://s.kaskus.id/ficon/image-723.png",
                        "name": "Liga Mahasiswa ( Lima )",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": false,
                        "communityId": "723",
                        "description": "Tempat berbagi informasi lengkap seputar kejuaraan Liga Mahasiswa (LIMA).",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/594",
                        "icon": "https://s.kaskus.id/ficon/image-594.png",
                        "name": "Melek Hukum",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": false,
                        "communityId": "594",
                        "description": "Forum diskusi mengenai hukum yang berlaku di Indonesia, mulai dari penerapan hukum sederhana hingga pembahasan mendalam.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/575",
                        "icon": "https://s.kaskus.id/ficon/image-575.png",
                        "name": "Militer dan Kepolisian",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "575",
                        "description": "Forum diskusi dan berbagi berita maupun informasi seputar dunia militer dan kepolisian.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/576",
                        "icon": "https://s.kaskus.id/ficon/image-576.png",
                        "name": "Kepolisian",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "576",
                        "description": "Tempat diskusi seputar dunia kepolisian.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/140",
                        "icon": "https://s.kaskus.id/ficon/image-140.png",
                        "name": "Militer",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "140",
                        "description": "Tempat diskusi tentang teknologi alat-alat militer, strategi, serta sejarah kemiliteran, di dalam maupun luar negeri.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/491",
                        "icon": "https://s.kaskus.id/ficon/image-491.png",
                        "name": "Mobile Broadband",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "491",
                        "description": "Forum diskusi mengenai wireless dan high-speed internet access menggunakan modem portable, jaringan telepon, maupun perangkat lainnya.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/70",
                        "icon": "https://s.kaskus.id/ficon/image-70.png",
                        "name": "Model Kit & R/C",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "70",
                        "description": "Forum bagi para penggemar model kit & radio control.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/253",
                        "icon": "https://s.kaskus.id/ficon/image-253.png",
                        "name": "Gallery & Tutorial",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "253",
                        "description": "Tempat berbagi tutorial dan gallery baik yang sudah selesai maupun work in progress (WIP).",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/251",
                        "icon": "https://s.kaskus.id/ficon/image-251.png",
                        "name": "Plamo",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "251",
                        "description": "Tempat berbagi info tentang plastic model kit, dari mobil, military sampai Gundam.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/11",
                        "icon": "https://s.kaskus.id/ficon/image-11.png",
                        "name": "Movies",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": false,
                        "communityId": "11",
                        "description": "Forum penggemar film, simak info terbaru seputar dunia perfilman, serial TV, sinetron hingga miniseri favorit.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/621",
                        "icon": "https://s.kaskus.id/ficon/image-621.png",
                        "name": "Film Indonesia",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "621",
                        "description": "Forum untuk berdiskusi seputar film Indonesia, mulai dari berita film Indonesia terbaru, review film, hingga terkait industri perfilman Indonesia.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/619",
                        "icon": "https://s.kaskus.id/ficon/image-619.png",
                        "name": "Indie Filmmaker",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "619",
                        "description": "Tempat untuk pembuat film independent saling berdiskusi & berbagi kesukaan. Baik produksi atau topik yang berhubungan dengan film independent.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/382",
                        "icon": "https://s.kaskus.id/ficon/image-382.png",
                        "name": "KASKUS Theater",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "382",
                        "description": "Forum untuk membahas dan saling sharing tentang segala genre dan kualitas Movies.\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/754",
                        "icon": "https://s.kaskus.id/ficon/image-754.png",
                        "name": "Star Wars",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "754",
                        "description": "Gabung dengan penggemar Star Wars lainnya dan diskusikan topik favoritmu!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/736",
                        "icon": "https://s.kaskus.id/ficon/image-736.png",
                        "name": "Series & Film Asia",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "736",
                        "description": "Jangan ngaku penggemar serial televisi dan film Asia kalau belum berbagi di sini!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/171",
                        "icon": "https://s.kaskus.id/ficon/image-171.png",
                        "name": "TV",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "171",
                        "description": "Forum untuk membahas segala jenis acara TV dari sinetron, mini series, dan lain lain.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/33",
                        "icon": "https://s.kaskus.id/ficon/image-33.png",
                        "name": "Music",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "33",
                        "description": "Forum bagi pencinta segala jenis musik, untuk berbagi info perkembangan musik, ulasan musik, dan ngobrolin serunya KaskusRadio.com",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/88",
                        "icon": "https://s.kaskus.id/ficon/image-88.png",
                        "name": "Help, Tips & Tutorial Music",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "88",
                        "description": "Tempat berbagi ilmu seputar teknik, audio processing, mixing, musical instruments, dll.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/58",
                        "icon": "https://s.kaskus.id/ficon/image-58.png",
                        "name": "KASKUSRadio Archive",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "58",
                        "description": "Arsip KaskusRadio (Obrolan KaskusRadio, DJ hingga playlist di masa lalu).",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/137",
                        "icon": "https://s.kaskus.id/ficon/image-137.png",
                        "name": "KASKUS Tunes",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "137",
                        "description": "Tempat berbagi lagu, lirik, rekaman konser dan video klip",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/87",
                        "icon": "https://s.kaskus.id/ficon/image-87.png",
                        "name": "Musician Corner",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "87",
                        "description": "Tempat nongkrong musisi kaskus, DJ, music producer, recording label serta sound engineer. Dan juga anak band, cari personil baru, serta media promosi.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/882",
                        "icon": "https://s.kaskus.id/ficon/image-882.png",
                        "name": "Musiklopedia",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "882",
                        "description": "Diskusi tentang band favorit maupun band ternama, grup musik, fandom, serta kupas tuntas tentang genre musik. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/28",
                        "icon": "https://s.kaskus.id/ficon/image-28.png",
                        "name": "Otomotif",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": true,
                        "communityId": "28",
                        "description": "Forum diskusi dan berbagi segala sesuatu tentang dunia otomotif, info dan tren otomotif terbaru hingga tips & trik seputar perawatan kendaraan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/112",
                        "icon": "https://s.kaskus.id/ficon/image-112.png",
                        "name": "Kendaraan Roda 2",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": true,
                        "communityId": "112",
                        "description": "Tempat membahas kendaraan beroda dua (motor) dari segala brand (merek)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/570",
                        "icon": "https://s.kaskus.id/ficon/image-570.png",
                        "name": "Kendaraan Roda 4",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": true,
                        "communityId": "570",
                        "description": "Tempat membahas kendaraan beroda empat (mobil) dari segala brand (merek)",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/332",
                        "icon": "https://s.kaskus.id/ficon/image-332.png",
                        "name": "Racing / Balap",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": true,
                        "communityId": "332",
                        "description": "Tempat diskusi serta berbagi informasi tentang dunia balap di dalam dan luar negeri.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/685",
                        "icon": "https://s.kaskus.id/ficon/image-685.png",
                        "name": "F1",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": true,
                        "communityId": "685",
                        "description": "Membahas mesin mobil F1, pembalap, tim dan konstruktor, sirkuit, kualifikasi, hasil race, klasemen, hingga GP2 dan GP3",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/684",
                        "icon": "https://s.kaskus.id/ficon/image-684.png",
                        "name": "MotoGP",
                        "channel": {
                          "id": "7",
                          "name": "Automotive"
                        },
                        "isOfficial": true,
                        "communityId": "684",
                        "description": "Membahas info MotoGP, pembalap, tim dan konstruktor, setting motor, sirkuit, kualifikasi, hasil race, klasemen, hingga kelas Moto2 dan Moto3",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/98",
                        "icon": "https://s.kaskus.id/ficon/image-98.png",
                        "name": "Outdoor Adventure & Nature Clubs",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": true,
                        "communityId": "98",
                        "description": "Forum bagi pecinta alam dan kegiataan outdoor serta para petualang.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/596",
                        "icon": "https://s.kaskus.id/ficon/image-596.png",
                        "name": "Catatan Perjalanan OANC",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": true,
                        "communityId": "596",
                        "description": "Tempat diskusi, berbagi dan ajakan perjalanan mencakup bahasan tentang lokasi, rute, biaya, logistik, dll",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/752",
                        "icon": "https://s.kaskus.id/ficon/image-752.png",
                        "name": "Outdoor Gear",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": true,
                        "communityId": "752",
                        "description": "Diskusikan peralatan outdoor favoritmu dan temukan berbagai review outdoor gear terbaik",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/620",
                        "icon": "https://s.kaskus.id/ficon/image-620.png",
                        "name": "Perencanaan Keuangan",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "620",
                        "description": "Forum untuk diskusi & konsultasi seputar perencanaan keuangan, mulai dari pengelolaan keuangan hingga cara berinvestasi yang tepat.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/749",
                        "icon": "https://s.kaskus.id/ficon/image-749.png",
                        "name": "Pajak",
                        "channel": {
                          "id": "5",
                          "name": "News"
                        },
                        "isOfficial": true,
                        "communityId": "749",
                        "description": "Forum diskusi seputar pajak, dari kurs pajak, pph, pajak online, hingga tax amnesty",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/54",
                        "icon": "https://s.kaskus.id/ficon/image-54.png",
                        "name": "Photography",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "54",
                        "description": "Forum untuk berdiskusi dan berbagi segala sesuatu tentang fotografi (amatir dan pro) termasuk tutorial, tips dan trik.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/863",
                        "icon": "https://s.kaskus.id/ficon/image-863.png",
                        "name": "POLYTRON",
                        "channel": {
                          "id": "6",
                          "name": "Tech"
                        },
                        "isOfficial": true,
                        "communityId": "863",
                        "description": "Forum diskusi dan berbagi seputar brand POLYTRON",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/715",
                        "icon": "https://s.kaskus.id/ficon/image-715.png",
                        "name": "Sista",
                        "channel": {
                          "id": "10",
                          "name": "Female"
                        },
                        "isOfficial": true,
                        "communityId": "715",
                        "description": "Buat dirimu up to date dengan berbagai diskusi seputar dunia wanita.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/717",
                        "icon": "https://s.kaskus.id/ficon/image-717.png",
                        "name": "Beauty",
                        "channel": {
                          "id": "10",
                          "name": "Female"
                        },
                        "isOfficial": true,
                        "communityId": "717",
                        "description": "Temukan tips & trik terbaru seputar dunia kecantikan dari ujung rambut sampai ujung kaki.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/716",
                        "icon": "https://s.kaskus.id/ficon/image-716.png",
                        "name": "Fashionista",
                        "channel": {
                          "id": "10",
                          "name": "Female"
                        },
                        "isOfficial": true,
                        "communityId": "716",
                        "description": "Wadah diskusi berbagai tips & trik seputar fashion perempuan, mulai dari update gaya terbaru sampai merawat pakaian.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/718",
                        "icon": "https://s.kaskus.id/ficon/image-718.png",
                        "name": "Women’s Health",
                        "channel": {
                          "id": "10",
                          "name": "Female"
                        },
                        "isOfficial": true,
                        "communityId": "718",
                        "description": "Forum diskusi mengenai kesehatan perempuan, dari gaya hidup sehat sampai info medis.\n\n",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/35",
                        "icon": "https://s.kaskus.id/ficon/image-35.png",
                        "name": "Sports",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": true,
                        "communityId": "35",
                        "description": "Forum bagi penggemar berbagai jenis olah raga.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/187",
                        "icon": "https://s.kaskus.id/ficon/image-187.png",
                        "name": "Airsoft Indonesia",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": true,
                        "communityId": "187",
                        "description": "Tempat diskusi para pecinta airsoft.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/440",
                        "icon": "https://s.kaskus.id/ficon/image-440.png",
                        "name": "Basketball",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": true,
                        "communityId": "440",
                        "description": "Tempat diskusi para pecinta basket.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/144",
                        "icon": "https://s.kaskus.id/ficon/image-144.png",
                        "name": "Martial Arts",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": true,
                        "communityId": "144",
                        "description": "Tempat diskusi para praktisi beladiri tentang ilmu beladiri, tangan kosong mapun bersenjata, dari dalam dan luar negeri, baik modern dan tradisional.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/276",
                        "icon": "https://s.kaskus.id/ficon/image-276.png",
                        "name": "Grappling",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": true,
                        "communityId": "276",
                        "description": "Tempat berkumpulnya para pecinta olahraga grappling. ",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/888",
                        "icon": "https://s.kaskus.id/ficon/image-888.png",
                        "name": "ONE Championship",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": true,
                        "communityId": "888",
                        "description": "Rumah seni bela diri untuk berdiskusi seputar petarung Indonesia dan mancanegara, peraturan, event, berita, hingga ring girl ONE Champhionship",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/545",
                        "icon": "https://s.kaskus.id/ficon/image-545.png",
                        "name": "Pro Wrestling",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": true,
                        "communityId": "545",
                        "description": "Tempat diskusi para pecinta pro wrestling.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/538",
                        "icon": "https://s.kaskus.id/ficon/image-538.png",
                        "name": "Racket",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": true,
                        "communityId": "538",
                        "description": "Tempat diskusi para pecinta olahraga yang menggunakan raket (tenis, squash, ping pong/tenis meja (tenis meja), dan badminton/bulutangkis.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/539",
                        "icon": "https://s.kaskus.id/ficon/image-539.png",
                        "name": "Badminton",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": true,
                        "communityId": "539",
                        "description": "Tempat diskusi khusus pencinta olahraga badminton atau bulutangkis.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/104",
                        "icon": "https://s.kaskus.id/ficon/image-104.png",
                        "name": "Soccer & Futsal Room",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": true,
                        "communityId": "104",
                        "description": "Ruang untuk para pecinta sepakbola dalam dan luar negeri, berkumpul, berdiskusi dan berbagi informasi.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/565",
                        "icon": "https://s.kaskus.id/ficon/image-565.png",
                        "name": "FutSal",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": true,
                        "communityId": "565",
                        "description": "Tempat berbagi para pencinta futsal tentang berita, informasi, dan pengalaman seputar dunia futsal.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/748",
                        "icon": "https://s.kaskus.id/ficon/image-748.png",
                        "name": "Liga Inggris",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": true,
                        "communityId": "748",
                        "description": "Forum diskusi liga Inggris atau \nEnglish Premier League seperti prediksi pertandingan, \njadwal pertandingan, profil pemain dan klasemen",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/661",
                        "icon": "https://s.kaskus.id/ficon/image-661.png",
                        "name": "Sundul Bola",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": true,
                        "communityId": "661",
                        "description": "Sundul informasi terkini dan terunik dari ajang pesta sepak bola internasional",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/755",
                        "icon": "https://s.kaskus.id/ficon/image-755.png",
                        "name": "Liga Italia",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": true,
                        "communityId": "755",
                        "description": "Forum diskusi informasi sepakbola liga Italia meliputi profil pemain, prediksi pertandingan, jadwal pertandingan, hingga klasemen Seri A.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/537",
                        "icon": "https://s.kaskus.id/ficon/image-537.png",
                        "name": "Sport Games",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": true,
                        "communityId": "537",
                        "description": "Tempat berbagi game olahraga seru.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/731",
                        "icon": "https://s.kaskus.id/ficon/image-731.png",
                        "name": "Berita Olahraga",
                        "channel": {
                          "id": "8",
                          "name": "Sports"
                        },
                        "isOfficial": true,
                        "communityId": "731",
                        "description": "Jadilah yang pertama mengetahui berita terbaru seputar dunia olahraga di sini!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/23",
                        "icon": "https://s.kaskus.id/ficon/image-23.png",
                        "name": "Supranatural",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "23",
                        "description": "Forum bagi penggemar supranatural baik yang berangkat dari budaya maupun yang terkait dengan dunia spiritual.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/389",
                        "icon": "https://s.kaskus.id/ficon/image-389.png",
                        "name": "Budaya",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "389",
                        "description": "Tempat berbagi hal-hal yang terkait dengan budaya dan adat istiadat Nusantara",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/173",
                        "icon": "https://s.kaskus.id/ficon/image-173.png",
                        "name": "Spiritual",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "173",
                        "description": "Tempat membahas hal spiritual seperti meditasi, teknik relaksasi, dan pencerahan (tidak termasuk ilmu pelet, pengasihan, santet, dan penampakan makhluk halus).",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/188",
                        "icon": "https://s.kaskus.id/ficon/image-188.png",
                        "name": "Surat Pembaca",
                        "isOfficial": true,
                        "communityId": "188",
                        "description": "Tempat berbagi keluh kesah seputar pelayanan publik atau produk tertentu secara bertanggung jawab, dengan memberi masukan untuk pelayanan yang lebih baik (bukan untuk menjatuhkan kredibilitas).",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/192",
                        "icon": "https://s.kaskus.id/ficon/image-192.png",
                        "name": "Tanaman",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "192",
                        "description": "Forum diskusi dan berbagi informasi untuk penggemar tanaman atau tumbuhan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/578",
                        "icon": "https://s.kaskus.id/ficon/image-578.png",
                        "name": "Teknik",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "578",
                        "description": "Forum untuk berdiskusi dan berbagi pengetahuan atau informasi seputar teknik arsitektur dan teknik sipil .",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/234",
                        "icon": "https://s.kaskus.id/ficon/image-234.png",
                        "name": "Arsitektur",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "234",
                        "description": "Tempat diskusi seputar arsitektur, baik keilmuan maupun terapan, termasuk cara membangun dan mendesain rumah.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/579",
                        "icon": "https://s.kaskus.id/ficon/image-579.png",
                        "name": "Sipil",
                        "channel": {
                          "id": "2",
                          "name": "Hobby"
                        },
                        "isOfficial": true,
                        "communityId": "579",
                        "description": "Tempat diskusi seputar teknik sipil, baik keilmuan maupun terapan.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/21",
                        "icon": "https://s.kaskus.id/ficon/image-21.png",
                        "name": "The Lounge",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "21",
                        "description": "Forum bagi Kaskuser untuk berbagi gosip, gambar, foto, dan video yang seru, lucu, serta unik.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/59",
                        "icon": "https://s.kaskus.id/ficon/image-59.png",
                        "name": "Gosip Nyok!",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "59",
                        "description": "Tempat bergosip bareng Kaskuser.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/6",
                        "icon": "https://s.kaskus.id/ficon/image-6.png",
                        "name": "Image",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "6",
                        "description": "No Pic, HOAX!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/186",
                        "icon": "https://s.kaskus.id/ficon/image-186.png",
                        "name": "Lounge Pictures",
                        "channel": {
                          "id": "4",
                          "name": "Entertainment"
                        },
                        "isOfficial": true,
                        "communityId": "186",
                        "description": "Tempat berbagi kumpulan gambar menarik, seru, lucu, dan unik.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/8",
                        "icon": "https://s.kaskus.id/ficon/image-8.png",
                        "name": "Lounge Video",
                        "isOfficial": true,
                        "communityId": "8",
                        "description": "Tempat berbagi kumpulan video menarik, seru, lucu, dan unik.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/235",
                        "icon": "https://s.kaskus.id/ficon/image-235.png",
                        "name": "Travellers",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": true,
                        "communityId": "235",
                        "description": "Forum diskusi para penggemar jalan-jalan. Tempat berbagi ulasan tempat wisata dan tips berwisata.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/437",
                        "icon": "https://s.kaskus.id/ficon/image-437.png",
                        "name": "Domestik",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": true,
                        "communityId": "437",
                        "description": "Tempat diskusi seputar objek wisata dalam negeri.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/669",
                        "icon": "https://s.kaskus.id/ficon/image-669.png",
                        "name": "Cerita Pejalan Domestik",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": true,
                        "communityId": "669",
                        "description": "Jurnal perjalanan wisata KASKUSer ke pelosok negeri",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/439",
                        "icon": "https://s.kaskus.id/ficon/image-439.png",
                        "name": "Mancanegara",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": true,
                        "communityId": "439",
                        "description": "Tempat diskusi seputar objek wisata luar negeri.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/670",
                        "icon": "https://s.kaskus.id/ficon/image-670.png",
                        "name": "Cerita Pejalan Mancanegara",
                        "channel": {
                          "id": "9",
                          "name": "Food & Travel"
                        },
                        "isOfficial": true,
                        "communityId": "670",
                        "description": "Jurnal perjalanan wisata KASKUSer ke penjuru dunia",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/193",
                        "icon": "https://s.kaskus.id/ficon/image-193.png",
                        "name": "Wedding & Family",
                        "channel": {
                          "id": "10",
                          "name": "Female"
                        },
                        "isOfficial": true,
                        "communityId": "193",
                        "description": "Forum diskusi dan berbagi informasi seputar pernikahan, keluarga & anak.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/429",
                        "icon": "https://s.kaskus.id/ficon/image-429.png",
                        "name": "Kids & Parenting",
                        "channel": {
                          "id": "10",
                          "name": "Female"
                        },
                        "isOfficial": true,
                        "communityId": "429",
                        "description": "Tempat berbagi pengetahuan dan berdiskusi tentang anak, mencakup metode pendidikan bagi anak.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/103",
                        "icon": "https://s.kaskus.id/ficon/image-103.png",
                        "name": "Welcome to KASKUS",
                        "isOfficial": false,
                        "communityId": "103",
                        "description": "Forum untuk tahu dan mengulik lebih banyak tentang KASKUS.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/855",
                        "icon": "https://s.kaskus.id/ficon/image-855.png",
                        "name": "KASKUS Kreator Lounge",
                        "isOfficial": true,
                        "communityId": "855",
                        "description": "Tempat diskusi, sharing seputar teknik menulis, penyajian konten, hingga kabar menarik seputar KASKUS Kreator",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/31",
                        "icon": "https://s.kaskus.id/ficon/image-31.png",
                        "name": "Kritik, Saran, Pertanyaan Seputar KASKUS",
                        "isOfficial": true,
                        "communityId": "31",
                        "description": "Tempat menampung kritik, saran dan request fitur KASKUS ke Moderator forum atau Admin. Posting selain tiga kategori diatas akan dihapus.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/204",
                        "icon": "https://s.kaskus.id/ficon/image-204.png",
                        "name": "Jual Beli Feedback & Testimonials",
                        "isOfficial": false,
                        "communityId": "204",
                        "description": "Sebelum posting, silakan cek petunjuk, tips, tutorial dari Kaskuser",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/544",
                        "icon": "https://s.kaskus.id/ficon/image-544.png",
                        "name": "Young on Top KASKUS Community (YOTKC)",
                        "isOfficial": true,
                        "communityId": "544",
                        "description": "Forum untuk berbagi inspirasi bersama Billy Boen.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/239",
                        "icon": "https://s.kaskus.id/ficon/image-239.png",
                        "name": "KASKUS Corner",
                        "isOfficial": true,
                        "communityId": "239",
                        "description": "Lebih dekat dengan update, info, promo, event dan hal-hal menarik lainnya dari KASKUS!",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/629",
                        "icon": "https://s.kaskus.id/ficon/image-629.png",
                        "name": "KASKUS Playground",
                        "isOfficial": true,
                        "communityId": "629",
                        "description": "Tempat informasi, kisah-kisah & cerita unik tentang Kaskus & Kaskus Officer",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/240",
                        "icon": "https://s.kaskus.id/ficon/image-240.png",
                        "name": "KASKUS Peduli",
                        "isOfficial": true,
                        "communityId": "240",
                        "description": "Forum berisi informasi mengenai berbagai kegiatan bakti sosial yang diselenggarakan oleh KASKUS bersama dengan Kaskuser.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/473",
                        "icon": "https://s.kaskus.id/ficon/image-473.png",
                        "name": "Gathering, Event Report & Bakti Sosial",
                        "isOfficial": true,
                        "communityId": "473",
                        "description": "Tempat kumpulan arsip dari semua event dan bakti sosial komunitas KASKUS.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/263",
                        "icon": "https://s.kaskus.id/ficon/image-263.png",
                        "name": "KASKUS Celeb",
                        "isOfficial": true,
                        "communityId": "263",
                        "description": "Forum untuk membahas kumpulan celebrities yang Ngaskus.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/435",
                        "icon": "https://s.kaskus.id/ficon/image-435.png",
                        "name": "KASKUS Promo",
                        "isOfficial": true,
                        "communityId": "435",
                        "description": "Forum yang berisi berbagai update, info & promosi terbaru dari KASKUS.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/663",
                        "icon": "https://s.kaskus.id/ficon/image-239.png",
                        "name": "Jual Beli Zone",
                        "isOfficial": true,
                        "communityId": "663",
                        "description": "Segala info, ulasan, dan konten yang berkaitan dengan program-program resmi di Jual Beli KASKUS.",
                        "allowCommerce": false
                      },
                      {
                        "url": "https://www.kaskus.co.id/forum/273",
                        "icon": "https://s.kaskus.id/ficon/image-273.png",
                        "name": "Product Review",
                        "isOfficial": true,
                        "communityId": "273",
                        "description": "Ulasan seputar produk",
                        "allowCommerce": false
                      }
                    ]
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:kaskus/community/{communityId}": {
      "get": {
        "operationId": "social_media_kaskus_community",
        "summary": "Get Community Detail",
        "description": "Detail satu sub-forum beserta jumlah thread, member, dan post.",
        "tags": [
          "Kaskus"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/kaskus#reference-community"
        },
        "parameters": [
          {
            "name": "communityId",
            "in": "path",
            "required": true,
            "description": "Community (sub-forum) ID",
            "schema": {
              "type": "string",
              "example": "21"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "community": {
                      "url": "https://www.kaskus.co.id/forum/21",
                      "icon": "https://s.kaskus.id/ficon/image-21.png",
                      "name": "The Lounge",
                      "channel": {
                        "id": "4",
                        "name": "Entertainment"
                      },
                      "allowChat": true,
                      "allowTopic": false,
                      "isOfficial": true,
                      "totalPosts": 250497392,
                      "communityId": "21",
                      "description": "Forum bagi Kaskuser untuk berbagi gosip, gambar, foto, dan video yang seru, lucu, serta unik.",
                      "totalMembers": 108302,
                      "totalThreads": 1284412
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:kaskus/user-posts/{userId}": {
      "get": {
        "operationId": "social_media_kaskus_user_posts",
        "summary": "Get User Replies",
        "description": "Balasan seorang pengguna beserta konteks thread-nya.",
        "tags": [
          "Kaskus"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/kaskus#reference-user-posts"
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "description": "Kaskus user ID",
            "schema": {
              "type": "string",
              "example": "7706954"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number. Default 1, upstream clamps at 50",
            "schema": {
              "type": "number",
              "example": "1"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": false,
            "description": "Items per page. Default 20, max 20 (upstream cap)",
            "schema": {
              "type": "number",
              "example": "20"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "page": 1,
                    "count": 20,
                    "items": [
                      {
                        "postId": "55356f2c60e24bde7a8b456b",
                        "created": 0,
                        "threadId": "55351959a09a3917268b456c",
                        "community": "The Lounge",
                        "threadUrl": "https://kask.us/hZ9oH",
                        "threadTitle": "Olga dan Fenomena Artis Meninggal di Usia Muda"
                      },
                      {
                        "postId": "5514f9b6c1cb176f278b4572",
                        "created": 0,
                        "threadId": "5514f9b6c1cb176f278b4571",
                        "community": "The Lounge",
                        "threadUrl": "https://kask.us/hYMjS",
                        "threadTitle": "Pengen Tau Soal Hukuman Mati Gan? piramida version"
                      },
                      {
                        "postId": "5509389fc0cb17a07b8b4568",
                        "created": 0,
                        "threadId": "5507fb7f62088107368b4567",
                        "community": "The Lounge",
                        "threadUrl": "https://kask.us/hYcKJ",
                        "threadTitle": "4 Fakta unik penelitian soal jenglot"
                      },
                      {
                        "postId": "55088eaa529a4581288b4568",
                        "created": 0,
                        "threadId": "5507fb7f62088107368b4567",
                        "community": "The Lounge",
                        "threadUrl": "https://kask.us/hYcKJ",
                        "threadTitle": "4 Fakta unik penelitian soal jenglot"
                      },
                      {
                        "postId": "55088e39a09a39c0758b4568",
                        "created": 0,
                        "threadId": "5507fb7f62088107368b4567",
                        "community": "The Lounge",
                        "threadUrl": "https://kask.us/hYcKJ",
                        "threadTitle": "4 Fakta unik penelitian soal jenglot"
                      },
                      {
                        "postId": "55088ddcc0cb17523b8b456e",
                        "created": 0,
                        "threadId": "5507fb7f62088107368b4567",
                        "community": "The Lounge",
                        "threadUrl": "https://kask.us/hYcKJ",
                        "threadTitle": "4 Fakta unik penelitian soal jenglot"
                      },
                      {
                        "postId": "55088d800d8b466c4e8b4567",
                        "created": 0,
                        "threadId": "5507fb7f62088107368b4567",
                        "community": "The Lounge",
                        "threadUrl": "https://kask.us/hYcKJ",
                        "threadTitle": "4 Fakta unik penelitian soal jenglot"
                      },
                      {
                        "postId": "55088aa81cbfaabd498b4568",
                        "created": 0,
                        "threadId": "550887eb0e8b46031c8b456a",
                        "community": "The Lounge",
                        "threadUrl": "https://kask.us/hYedc",
                        "threadTitle": "7 Keajaiban Otak Yang Tidak Kita Sadari"
                      },
                      {
                        "postId": "550836e4a3cb17e4408b456a",
                        "created": 0,
                        "threadId": "5507fb7f62088107368b4567",
                        "community": "The Lounge",
                        "threadUrl": "https://kask.us/hYcKJ",
                        "threadTitle": "4 Fakta unik penelitian soal jenglot"
                      },
                      {
                        "postId": "55082bff31e2e686348b456d",
                        "created": 0,
                        "threadId": "5507fb7f62088107368b4567",
                        "community": "The Lounge",
                        "threadUrl": "https://kask.us/hYcKJ",
                        "threadTitle": "4 Fakta unik penelitian soal jenglot"
                      },
                      {
                        "postId": "55082a5ac3cb173a268b456c",
                        "created": 0,
                        "threadId": "5507fb7f62088107368b4567",
                        "community": "The Lounge",
                        "threadUrl": "https://kask.us/hYcKJ",
                        "threadTitle": "4 Fakta unik penelitian soal jenglot"
                      },
                      {
                        "postId": "55082a2a128b4664398b456b",
                        "created": 0,
                        "threadId": "5507fb7f62088107368b4567",
                        "community": "The Lounge",
                        "threadUrl": "https://kask.us/hYcKJ",
                        "threadTitle": "4 Fakta unik penelitian soal jenglot"
                      },
                      {
                        "postId": "55080e59128b46aa2b8b4568",
                        "created": 0,
                        "threadId": "5507fb7f62088107368b4567",
                        "community": "The Lounge",
                        "threadUrl": "https://kask.us/hYcKJ",
                        "threadTitle": "4 Fakta unik penelitian soal jenglot"
                      },
                      {
                        "postId": "55080dd5d44f9f02728b4567",
                        "created": 0,
                        "threadId": "5507fb7f62088107368b4567",
                        "community": "The Lounge",
                        "threadUrl": "https://kask.us/hYcKJ",
                        "threadTitle": "4 Fakta unik penelitian soal jenglot"
                      },
                      {
                        "postId": "55080c4ba4cb175c1c8b4567",
                        "created": 0,
                        "threadId": "5507fb7f62088107368b4567",
                        "community": "The Lounge",
                        "threadUrl": "https://kask.us/hYcKJ",
                        "threadTitle": "4 Fakta unik penelitian soal jenglot"
                      },
                      {
                        "postId": "5508089fd44f9f8f4a8b456f",
                        "created": 0,
                        "threadId": "5507fb7f62088107368b4567",
                        "community": "The Lounge",
                        "threadUrl": "https://kask.us/hYcKJ",
                        "threadTitle": "4 Fakta unik penelitian soal jenglot"
                      },
                      {
                        "postId": "5508086f529a45831a8b456b",
                        "created": 0,
                        "threadId": "5507fb7f62088107368b4567",
                        "community": "The Lounge",
                        "threadUrl": "https://kask.us/hYcKJ",
                        "threadTitle": "4 Fakta unik penelitian soal jenglot"
                      },
                      {
                        "postId": "5508082cd44f9f464c8b456f",
                        "created": 0,
                        "threadId": "5507fb7f62088107368b4567",
                        "community": "The Lounge",
                        "threadUrl": "https://kask.us/hYcKJ",
                        "threadTitle": "4 Fakta unik penelitian soal jenglot"
                      },
                      {
                        "postId": "550807820f8b46be308b4568",
                        "created": 0,
                        "threadId": "5507fb7f62088107368b4567",
                        "community": "The Lounge",
                        "threadUrl": "https://kask.us/hYcKJ",
                        "threadTitle": "4 Fakta unik penelitian soal jenglot"
                      },
                      {
                        "postId": "5508074d9e7404f0778b456b",
                        "created": 0,
                        "threadId": "5507fb7f62088107368b4567",
                        "community": "The Lounge",
                        "threadUrl": "https://kask.us/hYcKJ",
                        "threadTitle": "4 Fakta unik penelitian soal jenglot"
                      }
                    ],
                    "total": 80,
                    "userId": "7706954",
                    "hasMore": true,
                    "nextPage": 2,
                    "totalIsCapped": false
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:kaskus/followers/{userId}": {
      "get": {
        "operationId": "social_media_kaskus_followers",
        "summary": "Get User Followers",
        "description": "Daftar follower seorang pengguna Kaskus.",
        "tags": [
          "Kaskus"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/kaskus#reference-followers"
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "description": "Kaskus user ID",
            "schema": {
              "type": "string",
              "example": "7706954"
            }
          },
          {
            "name": "cursor",
            "in": "query",
            "required": false,
            "description": "Cursor from a previous response's `nextCursor`",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": false,
            "description": "Followers per page. Default 20, max 20",
            "schema": {
              "type": "number",
              "example": "20"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "count": 4,
                    "users": [
                      {
                        "url": "https://www.kaskus.co.id/profile/5744610",
                        "title": "kaskus addict",
                        "avatar": "https://s.kaskus.id/user/avatar/2013/08/08/avatar5744610_4.gif",
                        "userId": "5744610",
                        "isOnline": false,
                        "username": "virzoy",
                        "biography": "JASA UPGRADE KASKUS PLUS BONUS BERLIMPAH ",
                        "displayName": "virzoy"
                      },
                      {
                        "url": "https://www.kaskus.co.id/profile/10700288",
                        "title": "newbie",
                        "avatar": "https://s.kaskus.id/user/avatar/2019/09/14/avatar10700288_4.gif",
                        "userId": "10700288",
                        "isOnline": false,
                        "username": "gdangelektroni",
                        "biography": "Silahkan Belanja Di Toko Kami Semoga Berkah 😇",
                        "displayName": "gdangelektroni"
                      },
                      {
                        "url": "https://www.kaskus.co.id/profile/8456310",
                        "title": "Kaskuser",
                        "avatar": "https://s.kaskus.id/user/avatar/2016/01/15/avatar8456310_3.gif",
                        "userId": "8456310",
                        "isOnline": false,
                        "username": "zaky.maulani",
                        "biography": "Tukang Plagiat.",
                        "displayName": "zaky.maulani"
                      },
                      {
                        "url": "https://www.kaskus.co.id/profile/2562644",
                        "title": "aktivis kaskus",
                        "avatar": "https://s.kaskus.id/user/avatar/2011/02/06/avatar2562644_1.gif",
                        "userId": "2562644",
                        "isOnline": false,
                        "username": "Phramp",
                        "biography": "Klik AS Roma, itu adalah nama keduaku.",
                        "displayName": "Phramp"
                      }
                    ],
                    "userId": "7706954",
                    "hasMore": true,
                    "nextCursor": "5bebffc4cd6bbd5125f5d920"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:lahelu/feed": {
      "get": {
        "operationId": "social_media_lahelu_feed",
        "summary": "Feed / Pencarian",
        "description": "Feed Lahelu — pencarian (query), hashtag, atau feed tersortir.",
        "tags": [
          "Lahelu"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/lahelu#reference-feed"
        },
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "required": false,
            "description": "Kata kunci pencarian post. Jika diisi -> mode search.",
            "schema": {
              "type": "string",
              "example": "meme absurd"
            }
          },
          {
            "name": "hashtag",
            "in": "query",
            "required": false,
            "description": "Filter post by hashtag (tanpa #). Diabaikan jika `query` diisi.",
            "schema": {
              "type": "string",
              "example": "absurd"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": false,
            "description": "Urutan feed default (kalau tanpa query/hashtag). Default 'hot'.",
            "schema": {
              "type": "string",
              "enum": [
                "fresh",
                "hot",
                "top"
              ],
              "example": "hot"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Halaman (1,2,3...). Default 1",
            "schema": {
              "type": "number",
              "example": "1"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "mode": "search",
                    "page": 1,
                    "posts": [
                      {
                        "url": "https://lahelu.com/post/POTYCNYVo",
                        "media": "https://cache.lahelu.com/watermarked/assets/1781318109064-bd40f418-6d97-454c-bfeb-da11ce0147ea.mp4",
                        "title": "Meme absurd hari ini",
                        "author": {
                          "avatar": "https://cache.lahelu.com/106770c4-9509-4ec5-bc34-bdd5065bcd57.webp",
                          "userId": "UuiY1EFP3",
                          "fullName": "cukuruk",
                          "username": "cukuruk"
                        },
                        "postId": "POTYCNYVo",
                        "hashtags": [
                          "absurd",
                          "meme",
                          "non-ori"
                        ],
                        "mediaType": "video",
                        "createTime": 1781318076035,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 1,
                        "totalComments": 0,
                        "mediaThumbnail": "https://cache.lahelu.com/018a360d-f1de-4770-afdc-dcce02151ee7.webp",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/PQCOl4BUE",
                        "media": "https://cache.lahelu.com/watermarked/assets/1781178989641-11137e2f-422f-4081-9c9f-9ba07882d656.mp4",
                        "title": "Basa Jawa Dan Muflis (Orang Yang Bangkrut) #meme #basajawa #halal #halalmeme #muflis",
                        "author": {
                          "avatar": "https://lh3.googleusercontent.com/a/AGNmyxat7AU801ZhxSqRixjYKlbGAyD9fklR6YXiLgKHTw=s96-c",
                          "userId": "U4lt6oHz4",
                          "fullName": "bimaaulama7355314",
                          "username": "bimaaulama7355314"
                        },
                        "postId": "PQCOl4BUE",
                        "hashtags": [
                          "basa-jawa",
                          "halal",
                          "muflis"
                        ],
                        "mediaType": "video",
                        "createTime": 1781178980391,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 5,
                        "totalComments": 1,
                        "mediaThumbnail": "https://cache.lahelu.com/d632fc18-632c-467e-801e-e799deb83428.webp",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/PvVmRYV2n",
                        "media": "https://cache.lahelu.com/watermarked/assets/1781172435295-85ab0aed-2722-41fc-a268-9ec0aa529fe3.mp4",
                        "title": "Meme lama 🗿",
                        "author": {
                          "avatar": "https://cache.lahelu.com/5aec8090-8563-49b7-a45a-76c4783a5219.webp",
                          "userId": "UoYQQ0rOC",
                          "fullName": "dr.greyline",
                          "username": "dr.greyline"
                        },
                        "postId": "PvVmRYV2n",
                        "hashtags": [
                          "anime"
                        ],
                        "mediaType": "video",
                        "createTime": 1781172430820,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 4,
                        "totalComments": 2,
                        "mediaThumbnail": "https://cache.lahelu.com/bd930a0a-bb9a-4e09-b2e0-b3607c02c0b9.webp",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/PmmsfSHiX",
                        "media": "https://cache.lahelu.com/watermarked/assets/1781166200070-c1aaee62-359b-4086-b84b-0a5ba31b6bed.mp4",
                        "title": "Meme tentang nilai hasil ulangan🗿",
                        "author": {
                          "avatar": "https://cache.lahelu.com/f8b1e8d4-a0d2-4c84-b4c5-dcf0d9cc18dc.webp",
                          "userId": "UMcA0rnGz",
                          "fullName": "penerjun_indo",
                          "username": "penerjun_indo"
                        },
                        "postId": "PmmsfSHiX",
                        "hashtags": [
                          "sekolah"
                        ],
                        "mediaType": "video",
                        "createTime": 1781166193013,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 4,
                        "totalComments": 0,
                        "mediaThumbnail": "https://cache.lahelu.com/4f7a3ee2-2faa-461e-bdd3-3ffb6f39abbd.webp",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/P0srNUqkt",
                        "media": "https://cache.lahelu.com/watermarked/assets/1781140791038-bc86b2b8-6413-4d40-928c-40d4a1534c07.webp",
                        "title": "Meme fantasy lagi",
                        "author": {
                          "avatar": "https://cache.lahelu.com/604c58a5-e7fa-47c6-adcc-f2a89e14a719.webp",
                          "userId": "UCadtNmHQ",
                          "fullName": "alaric_bornaparte",
                          "username": "alaric_bornaparte"
                        },
                        "postId": "P0srNUqkt",
                        "hashtags": [
                          "funny"
                        ],
                        "mediaType": "text",
                        "createTime": 1781140790530,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 5,
                        "totalComments": 0,
                        "mediaThumbnail": "",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/PeuhaDCW0",
                        "media": "https://cache.lahelu.com/watermarked/assets/1781089940520-eb082a0a-8244-40a0-bc7e-3a198d19f7b6.mp4",
                        "title": "Meme bahasa baku",
                        "author": {
                          "avatar": "",
                          "userId": "UCI0LANzH",
                          "fullName": "mnaufaln05185",
                          "username": "mnaufaln05185"
                        },
                        "postId": "PeuhaDCW0",
                        "hashtags": [
                          "random"
                        ],
                        "mediaType": "video",
                        "createTime": 1781089931456,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 4,
                        "totalComments": 1,
                        "mediaThumbnail": "https://cache.lahelu.com/adbb99cd-f958-4522-b377-1295dd25c489.webp",
                        "totalDownvotes": 0
                      }
                    ],
                    "query": "meme",
                    "hasMore": true,
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:lahelu/profile/{username}": {
      "get": {
        "operationId": "social_media_lahelu_profile",
        "summary": "Profil User",
        "description": "Profil user Lahelu berdasarkan username.",
        "tags": [
          "Lahelu"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/lahelu#reference-profile"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Username (dengan/tanpa @) atau full URL profil",
            "schema": {
              "type": "string",
              "example": "valt_pipas2"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "profile": {
                      "url": "https://lahelu.com/user/valt_pipas2",
                      "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp",
                      "isPlus": false,
                      "userId": "Uf8UXgiy0",
                      "fullName": "valt_pipas2",
                      "username": "valt_pipas2",
                      "privilege": 0,
                      "createTime": 1709299109366,
                      "totalCoins": 0,
                      "totalPosts": 34,
                      "description": "I'm legend of legend☝️🗿\r\nNama: valt\r\nUsia: 11(yang ytta aja😹)\r\nHobi: meme dan Beyblade🪁\r\nAkun baru dari @valt.pipas @valkryie_all  btw :v",
                      "totalUpvotes": 2860,
                      "upvotesByTag": {
                        "sus": 70,
                        "dark": 183,
                        "anime": 181,
                        "absurd": 1263,
                        "random": 66,
                        "relate": 1019,
                        "sarcasm": 59
                      },
                      "totalDownvotes": 33,
                      "totalReferrals": 0
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:lahelu/post/{postId}": {
      "get": {
        "operationId": "social_media_lahelu_post",
        "summary": "Detail Post",
        "description": "Detail satu post Lahelu beserta media, author, dan topik.",
        "tags": [
          "Lahelu"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/lahelu#reference-post"
        },
        "parameters": [
          {
            "name": "postId",
            "in": "path",
            "required": true,
            "description": "Post ID atau full URL post (mis. https://lahelu.com/post/PVxJKCvPY)",
            "schema": {
              "type": "string",
              "example": "PVxJKCvPY"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "post": {
                      "url": "https://lahelu.com/post/PVxJKCvPY",
                      "media": "https://cache.lahelu.com/watermarked/assets/1781246839672-af3d651f-6877-4dae-8996-e4537217d6d3.mp4",
                      "title": "Emperor Angga 🫡",
                      "topic": {
                        "media": "https://cache.lahelu.com/8827891b-8421-441f-8490-52042f6bd709.webp",
                        "title": "meme seadanya",
                        "topicId": "TilZhCNnp",
                        "description": "bebas kalian mau ngapain aja disini",
                        "totalMembers": 116
                      },
                      "author": {
                        "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp",
                        "isPlus": false,
                        "userId": "Uf8UXgiy0",
                        "fullName": "valt_pipas2",
                        "username": "valt_pipas2",
                        "totalPosts": 34,
                        "description": "I'm legend of legend☝️🗿\r\nNama: valt\r\nUsia: 11(yang ytta aja😹)\r\nHobi: meme dan Beyblade🪁\r\nAkun baru dari @valt.pipas @valkryie_all  btw :v",
                        "totalUpvotes": 2860,
                        "totalDownvotes": 33
                      },
                      "postId": "PVxJKCvPY",
                      "content": [
                        {
                          "type": "video",
                          "value": "https://cache.lahelu.com/watermarked/assets/1781246839672-af3d651f-6877-4dae-8996-e4537217d6d3.mp4",
                          "width": 406,
                          "height": 720
                        },
                        {
                          "type": "image",
                          "value": "https://cache.lahelu.com/55cb5162-76d3-4721-a7c9-c15f006764a4.webp"
                        },
                        {
                          "type": "media",
                          "value": "https://cache.lahelu.com/watermarked/assets/1781246839672-af3d651f-6877-4dae-8996-e4537217d6d3.mp4"
                        }
                      ],
                      "country": "ID",
                      "hashtags": [
                        "menyentuh",
                        "kasus",
                        "anak-sd",
                        "king-angga",
                        "bukan-beyblade"
                      ],
                      "mediaType": "video",
                      "createTime": 1781246835508,
                      "mediaWidth": 406,
                      "totalCoins": 0,
                      "isSensitive": false,
                      "mediaHeight": 720,
                      "totalUpvotes": 21,
                      "totalComments": 5,
                      "mediaThumbnail": "https://cache.lahelu.com/55cb5162-76d3-4721-a7c9-c15f006764a4.webp",
                      "totalDownvotes": 0
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:lahelu/posts/{username}": {
      "get": {
        "operationId": "social_media_lahelu_posts",
        "summary": "Postingan User",
        "description": "Daftar postingan milik seorang user (username atau userId).",
        "tags": [
          "Lahelu"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/lahelu#reference-posts"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Username (dengan/tanpa @), full URL profil, atau userId mentah (mis. Uf8UXgiy0)",
            "schema": {
              "type": "string",
              "example": "valt_pipas2"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Halaman (1,2,3...). Default 1",
            "schema": {
              "type": "number",
              "example": "1"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "page": 1,
                    "posts": [
                      {
                        "url": "https://lahelu.com/post/P3QvnsccB",
                        "media": "https://cache.lahelu.com/image-P3QvnsccB-61110",
                        "title": "Jir, ini buat sunat atau buat motong kayu💀",
                        "author": {
                          "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp",
                          "userId": "Uf8UXgiy0",
                          "fullName": "valt_pipas2",
                          "username": "valt_pipas2"
                        },
                        "postId": "P3QvnsccB",
                        "hashtags": [
                          "dark",
                          "sunat",
                          "random-post",
                          "what-the-hell",
                          "bukan-beyblade"
                        ],
                        "mediaType": "image",
                        "createTime": 1710227015186,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 183,
                        "totalComments": 56,
                        "mediaThumbnail": "",
                        "totalDownvotes": 2
                      },
                      {
                        "url": "https://lahelu.com/post/PR2vi0JBJ",
                        "media": "https://cache.lahelu.com/image-PR2vi0JBJ-57795",
                        "title": "Ya begitulah🗿",
                        "author": {
                          "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp",
                          "userId": "Uf8UXgiy0",
                          "fullName": "valt_pipas2",
                          "username": "valt_pipas2"
                        },
                        "postId": "PR2vi0JBJ",
                        "hashtags": [
                          "relate",
                          "meme-random",
                          "mimpi-random",
                          "gajelas",
                          "bukan-beyblade"
                        ],
                        "mediaType": "image",
                        "createTime": 1710396449860,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 16,
                        "totalComments": 1,
                        "mediaThumbnail": "",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/P5iUqTRcs",
                        "media": "https://cache.lahelu.com/image-P5iUqTRcs-56575",
                        "title": "Gak gitu juga konsepnya🗿",
                        "author": {
                          "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp",
                          "userId": "Uf8UXgiy0",
                          "fullName": "valt_pipas2",
                          "username": "valt_pipas2"
                        },
                        "postId": "P5iUqTRcs",
                        "hashtags": [
                          "relate",
                          "meme",
                          "liat-pake-mata",
                          "bukan-pake-mata",
                          "bukan-beyblade"
                        ],
                        "mediaType": "image",
                        "createTime": 1710483500814,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 18,
                        "totalComments": 4,
                        "mediaThumbnail": "",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/PJtI8k2ca",
                        "media": "https://cache.lahelu.com/video-PJtI8k2ca-78236",
                        "title": "Warga: 🤫🧏",
                        "author": {
                          "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp",
                          "userId": "Uf8UXgiy0",
                          "fullName": "valt_pipas2",
                          "username": "valt_pipas2"
                        },
                        "postId": "PJtI8k2ca",
                        "hashtags": [
                          "absurd",
                          "sahur",
                          "mewing",
                          "ramadhan",
                          "bukan-beyblade"
                        ],
                        "mediaType": "video",
                        "createTime": 1710655807780,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 172,
                        "totalComments": 29,
                        "mediaThumbnail": "https://cache.lahelu.com/thumbnail-PJtI8k2ca-21980",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/P91NlQhk0",
                        "media": "https://cache.lahelu.com/image-P91NlQhk0-96086",
                        "title": "Namanya juga gak sengaja🗿",
                        "author": {
                          "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp",
                          "userId": "Uf8UXgiy0",
                          "fullName": "valt_pipas2",
                          "username": "valt_pipas2"
                        },
                        "postId": "P91NlQhk0",
                        "hashtags": [
                          "absurd",
                          "random-post",
                          "gak-sengaja",
                          "puasa",
                          "bukan-beyblade"
                        ],
                        "mediaType": "image",
                        "createTime": 1710742484237,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 173,
                        "totalComments": 30,
                        "mediaThumbnail": "",
                        "totalDownvotes": 4
                      },
                      {
                        "url": "https://lahelu.com/post/PKrxQZctW",
                        "media": "https://cache.lahelu.com/image-PKrxQZctW-97104",
                        "title": "Minuman yang Cocok buat berbuka😁👍",
                        "author": {
                          "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp",
                          "userId": "Uf8UXgiy0",
                          "fullName": "valt_pipas2",
                          "username": "valt_pipas2"
                        },
                        "postId": "PKrxQZctW",
                        "hashtags": [
                          "absurd",
                          "random-post",
                          "minuman",
                          "buka-puasa",
                          "bukan-beyblade"
                        ],
                        "mediaType": "image",
                        "createTime": 1710829717416,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 155,
                        "totalComments": 60,
                        "mediaThumbnail": "",
                        "totalDownvotes": 0
                      }
                    ],
                    "userId": "Uf8UXgiy0",
                    "hasMore": true,
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:lahelu/comments/{postId}": {
      "get": {
        "operationId": "social_media_lahelu_comments",
        "summary": "Komentar",
        "description": "Komentar top-level sebuah post (atau balasan bila commentId diisi).",
        "tags": [
          "Lahelu"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/lahelu#reference-comments"
        },
        "parameters": [
          {
            "name": "postId",
            "in": "path",
            "required": true,
            "description": "Post ID atau full URL post",
            "schema": {
              "type": "string",
              "example": "PVxJKCvPY"
            }
          },
          {
            "name": "commentId",
            "in": "query",
            "required": false,
            "description": "Jika diisi, ambil replies dari comment ini (bukan top-level)",
            "schema": {
              "type": "string",
              "example": "ConSSyjZK8hX"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Halaman (1,2,3...). Default 1",
            "schema": {
              "type": "number",
              "example": "1"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "page": 1,
                    "hasMore": false,
                    "comments": [
                      {
                        "text": "Emperor Angga 🫡",
                        "author": {
                          "avatar": "https://cache.lahelu.com/5ab338cb-6f5f-47cb-aa37-530811b4dbed.webp",
                          "userId": "U3rk3DlqB",
                          "fullName": "mark_grayson",
                          "username": "mark_grayson"
                        },
                        "postId": "PVxJKCvPY",
                        "commentId": "ConSSyjZK8hX",
                        "createTime": 1781249620190,
                        "totalCoins": 0,
                        "totalLikes": 1,
                        "totalReplies": 0
                      },
                      {
                        "text": "Dia selamat kan ibu nya yang diperkosa tapi dia dibac**",
                        "author": {
                          "avatar": "",
                          "userId": "USPAaIce9",
                          "fullName": "riskigame7773459",
                          "username": "riskigame7773459"
                        },
                        "postId": "PVxJKCvPY",
                        "commentId": "CyqmQVdgVA5B",
                        "createTime": 1781253200365,
                        "totalCoins": 0,
                        "totalLikes": 0,
                        "totalReplies": 0
                      },
                      {
                        "text": "Respect for emperor Angga",
                        "media": [
                          "https://cache.lahelu.com/permanent/comment-image-bayu-skak.webp"
                        ],
                        "author": {
                          "avatar": "https://cache.lahelu.com/27dc69a1-834a-42f2-b32b-b98f8f7c8451.webp",
                          "userId": "UFPdeSkQj",
                          "fullName": "genrewtf67",
                          "username": "genrewtf67"
                        },
                        "postId": "PVxJKCvPY",
                        "commentId": "CR7Zqi6xybyz",
                        "createTime": 1781259362829,
                        "totalCoins": 0,
                        "totalLikes": 0,
                        "totalReplies": 0
                      },
                      {
                        "text": "🕊",
                        "author": {
                          "avatar": "https://cache.lahelu.com/f2cf8a34-2b6b-4a8f-97d1-1297686e3603.webp",
                          "userId": "U68NRCkv6",
                          "fullName": "nazx",
                          "username": "nazx"
                        },
                        "postId": "PVxJKCvPY",
                        "commentId": "CRiMbpCzi3Hx",
                        "createTime": 1781317041906,
                        "totalCoins": 0,
                        "totalLikes": 0,
                        "totalReplies": 0
                      },
                      {
                        "text": "Respect the king lord emperor Rangga",
                        "author": {
                          "avatar": "https://cache.lahelu.com/712bac99-3979-434e-8241-7804bc0a166b.webp",
                          "userId": "Ul68MDqhm",
                          "fullName": "king_of_revese",
                          "username": "king_of_revese"
                        },
                        "postId": "PVxJKCvPY",
                        "commentId": "CDxk0jqlleGs",
                        "createTime": 1781318363774,
                        "totalCoins": 0,
                        "totalLikes": 0,
                        "totalReplies": 0
                      }
                    ],
                    "nextPage": null
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:lahelu/topics": {
      "get": {
        "operationId": "social_media_lahelu_topics",
        "summary": "Get Topics",
        "description": "Daftar komunitas Lahelu yang paling baru aktif, atau cari komunitas.",
        "tags": [
          "Lahelu"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/lahelu#reference-topics"
        },
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "required": false,
            "description": "Search term. Omit to browse the most recently active topics",
            "schema": {
              "type": "string",
              "example": "anime"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number. Default 1, 12 topics per page",
            "schema": {
              "type": "number",
              "example": "1"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "page": 1,
                    "sort": "recentlyActive",
                    "count": 12,
                    "topics": [
                      {
                        "url": "https://lahelu.com/topic/Tprk1fH0t",
                        "title": "Free coin 2.0💰🪙",
                        "topicId": "Tprk1fH0t",
                        "activeTime": 1786013809721,
                        "createTime": 1721104856406,
                        "totalCoins": 11,
                        "description": "free coin 2.0 meme lucu original dapet coin😁💰",
                        "totalMembers": 1907
                      },
                      {
                        "url": "https://lahelu.com/topic/TzXdOKRco",
                        "title": "ElainaOrganization9",
                        "topicId": "TzXdOKRco",
                        "activeTime": 1786013698416,
                        "createTime": 1784921288343,
                        "totalCoins": 0,
                        "description": "ElainaOrganization group 9",
                        "totalMembers": 1
                      },
                      {
                        "url": "https://lahelu.com/topic/TKjiDApxK",
                        "title": "Devil may cry",
                        "topicId": "TKjiDApxK",
                        "activeTime": 1786012186755,
                        "createTime": 1784864979812,
                        "totalCoins": 0,
                        "description": "Hanya boleh postingan yang berkaitan dengan series devil may cry bukan hal lain ya Kontol",
                        "totalMembers": 2
                      },
                      {
                        "url": "https://lahelu.com/topic/TSFvMNhN2",
                        "title": "MINECRAFT LAHELU",
                        "topicId": "TSFvMNhN2",
                        "activeTime": 1786012073158,
                        "createTime": 1720857736863,
                        "totalCoins": 8,
                        "description": "Silahkan post meme minecraft disini\r\nUdah itu aj 🗿☕",
                        "totalMembers": 2166
                      },
                      {
                        "url": "https://lahelu.com/topic/TqLE8bS9V",
                        "title": "GROUP INDONESIAN MEME",
                        "topicId": "TqLE8bS9V",
                        "activeTime": 1786011856617,
                        "createTime": 1785849577339,
                        "totalCoins": 0,
                        "description": "welcome to group Indonesian meme",
                        "totalMembers": 2
                      },
                      {
                        "url": "https://lahelu.com/topic/TSOXISB6R",
                        "title": "RecallAHollowHeart",
                        "topicId": "TSOXISB6R",
                        "activeTime": 1786010396340,
                        "createTime": 1785877124189,
                        "totalCoins": 0,
                        "description": "Aku membuat taufik ini karna aku merasakan bahwa hanya aku yang fandom nya RAHH dan aku ingin melihat apakah ada yang tau RAHH selain aku.",
                        "totalMembers": 2
                      },
                      {
                        "url": "https://lahelu.com/topic/TEkMyKndU",
                        "title": "Boleh minta saran harus jawab apa?",
                        "topicId": "TEkMyKndU",
                        "activeTime": 1786006415563,
                        "createTime": 1786006415563,
                        "totalCoins": 0,
                        "description": "POV:ngerjain PR malem²,trus kepikiran jokes politik",
                        "totalMembers": 0
                      },
                      {
                        "url": "https://lahelu.com/topic/T8BL7VVDQ",
                        "title": "katieverse Association Meme Community",
                        "topicId": "T8BL7VVDQ",
                        "activeTime": 1785995542023,
                        "createTime": 1777247411918,
                        "totalCoins": 0,
                        "description": "We remember who’s Katie is. LONG REMEMBERING A3DGHOST!",
                        "totalMembers": 2
                      },
                      {
                        "url": "https://lahelu.com/topic/TilZhCNnp",
                        "title": "meme seadanya",
                        "topicId": "TilZhCNnp",
                        "activeTime": 1785986884474,
                        "createTime": 1759296367919,
                        "totalCoins": 0,
                        "description": "bebas kalian mau ngapain aja disini",
                        "totalMembers": 129
                      },
                      {
                        "url": "https://lahelu.com/topic/TPkJerKXg",
                        "title": "Komunitas user random🗿👍🏿",
                        "topicId": "TPkJerKXg",
                        "activeTime": 1785985593274,
                        "createTime": 1723286864152,
                        "totalCoins": 4,
                        "description": "k̵̨̪̖͇͙͎̜͊̌͘͜i̵̢̢̡͚̩̞̥͕̜̻̫̩̐̈͘͜️ṉ̵͓̬͈̞̥̭̥̇̓̔͋t̵̏͛̃̍́̈̚͜͝o̶̯͎̱͐̇͋̅̃̈́͋̽̊̀̓͊̃́͋̓  (ノಠ益ಠ)ノ彡┻━┻",
                        "totalMembers": 916
                      },
                      {
                        "url": "https://lahelu.com/topic/TeBIme77f",
                        "title": "Campus Goblin Lahelu: Universitas Safin Pati",
                        "topicId": "TeBIme77f",
                        "activeTime": 1785985011126,
                        "createTime": 1782123275916,
                        "totalCoins": 0,
                        "description": "YO! Selamat Datang di CGL Campus: Universitas Safin Pati! 🫵🔥\n\n\nWeladalah rek! Welcome to CGL: USP. Komunitas ini menjadi tempat berkumpulnya mahasiswa dan alumni USP untuk berbagi cerita, pengalaman kuliah, meme kampus, kegiatan organisasi, event mahasiswa, hingga berbagai hal seru yang hanya dipahami oleh sesama warga kampus lho ya. Mari bersama membangun komunitas yang aktif, positif, dan menghibur, sekaligus memperkenalkan lebih banyak mahasiswa USP ke ekosistem Lahelu. 🤟 🔥\r\nTerbuka untuk seluruh mahasiswa, alumni, dan civitas akademika yang ingin ikut\r\nmeramaikan komunitas ini.",
                        "totalMembers": 10
                      },
                      {
                        "url": "https://lahelu.com/topic/TZbCBHBrt",
                        "title": "Topik bebas",
                        "topicId": "TZbCBHBrt",
                        "activeTime": 1785974451969,
                        "createTime": 1766272648308,
                        "totalCoins": 0,
                        "description": "bebas untuk semua topik,(kecuali sus)",
                        "totalMembers": 9
                      }
                    ],
                    "hasMore": true,
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:lahelu/topic/{topicId}": {
      "get": {
        "operationId": "social_media_lahelu_topic",
        "summary": "Get Topic Detail",
        "description": "Detail satu komunitas Lahelu beserta postingannya.",
        "tags": [
          "Lahelu"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/lahelu#reference-topic"
        },
        "parameters": [
          {
            "name": "topicId",
            "in": "path",
            "required": true,
            "description": "Topic ID, or a full lahelu.com/topic/… URL",
            "schema": {
              "type": "string",
              "example": "TPkJerKXg"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Posts page. Default 1, 12 posts per page",
            "schema": {
              "type": "number",
              "example": "1"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "page": 1,
                    "count": 12,
                    "posts": [
                      {
                        "url": "https://lahelu.com/post/PDy5fUEpi",
                        "media": "https://cache.lahelu.com/watermarked/assets/1781402010234-d00ced1b-24dc-4544-a195-276aac559aa1.mp4",
                        "title": "ketika elu belajar bahasa indo",
                        "author": {
                          "userId": "USRqJ4RCp",
                          "username": "pria.solo"
                        },
                        "postId": "PDy5fUEpi",
                        "hashtags": [
                          "random"
                        ],
                        "mediaType": "video",
                        "createTime": 1781402004300,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 57,
                        "totalComments": 5,
                        "mediaThumbnail": "https://cache.lahelu.com/bb5a1914-7aee-427f-8e95-ada59b6628fa.webp",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/PByhUegoG",
                        "media": "https://cache.lahelu.com/watermarked/assets/PByhUegoG-bce4eb96-9da2-4788-be46-e0349e52e90c.mp4",
                        "title": "ketika elu makan rendang pake....",
                        "author": {
                          "userId": "USRqJ4RCp",
                          "username": "pria.solo"
                        },
                        "postId": "PByhUegoG",
                        "hashtags": [
                          "random"
                        ],
                        "mediaType": "video",
                        "createTime": 1780744924871,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 88,
                        "totalComments": 8,
                        "mediaThumbnail": "https://cache.lahelu.com/38f55ff5-a811-46fa-91e9-fb8ff991ec18.webp",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/PSkW1ivDM",
                        "media": "https://cache.lahelu.com/watermarked/assets/1780191571670-e15c36ff-bbe0-4838-90e7-57448d9a636b.webp",
                        "title": "ketika hantavirus telah datang",
                        "author": {
                          "userId": "USRqJ4RCp",
                          "username": "pria.solo"
                        },
                        "postId": "PSkW1ivDM",
                        "hashtags": [
                          "random"
                        ],
                        "mediaType": "image",
                        "createTime": 1780191571212,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 67,
                        "totalComments": 6,
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/Po8rafEVC",
                        "media": "https://cache.lahelu.com/fd125365-8d80-43f7-a743-c8cea91d9204.mp4",
                        "title": "Doksli",
                        "author": {
                          "userId": "UqR0NT2HC",
                          "username": "alpha_predator_123"
                        },
                        "postId": "Po8rafEVC",
                        "hashtags": [
                          "random",
                          "doksli"
                        ],
                        "mediaType": "video",
                        "createTime": 1777351774800,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 108,
                        "totalComments": 13,
                        "mediaThumbnail": "https://cache.lahelu.com/61de1e35-69f4-4397-9fc3-a4f925f4a067.webp",
                        "totalDownvotes": 1
                      },
                      {
                        "url": "https://lahelu.com/post/PBs2h82g4",
                        "media": "https://cache.lahelu.com/1ef5fe6c-2c37-4551-9c70-164d9bc98048.mp4",
                        "title": "Awas dek",
                        "author": {
                          "userId": "UhsZdx9s4",
                          "username": "fritzzzsukamw"
                        },
                        "postId": "PBs2h82g4",
                        "hashtags": [
                          "funny"
                        ],
                        "mediaType": "video",
                        "createTime": 1777026069844,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 53,
                        "totalComments": 6,
                        "mediaThumbnail": "https://cache.lahelu.com/7a64da20-1553-4b5b-ba64-610d3f4672df.webp",
                        "totalDownvotes": 1
                      },
                      {
                        "url": "https://lahelu.com/post/PrGcvCfQE",
                        "media": "https://cache.lahelu.com/bbd8f47a-ae07-4754-8ae2-746620ea8948.mp4",
                        "title": "Real",
                        "author": {
                          "userId": "UqR0NT2HC",
                          "username": "alpha_predator_123"
                        },
                        "postId": "PrGcvCfQE",
                        "hashtags": [
                          "pertemanan"
                        ],
                        "mediaType": "video",
                        "createTime": 1776246174292,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 16,
                        "totalComments": 5,
                        "mediaThumbnail": "https://cache.lahelu.com/e57573df-5ca0-40e4-a94a-7b09d3b3cea9.webp",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/Plfd1oWNm",
                        "media": "https://cache.lahelu.com/0c58e9f7-e337-4984-8bee-8cda7ecc6b39.mp4",
                        "title": "Lvl 1  vs  lvl 10000",
                        "author": {
                          "userId": "UqR0NT2HC",
                          "username": "alpha_predator_123"
                        },
                        "postId": "Plfd1oWNm",
                        "hashtags": [
                          "random"
                        ],
                        "mediaType": "video",
                        "createTime": 1776051510568,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 16,
                        "totalComments": 5,
                        "mediaThumbnail": "https://cache.lahelu.com/50d7df3e-0aed-4352-b763-a6e44981c248.webp",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/PMeQqfzSZ",
                        "media": "https://cache.lahelu.com/b3be4f3e-1028-4961-aeac-8c5d67cc842b.webp",
                        "title": "Tidak selamat",
                        "author": {
                          "userId": "UqR0NT2HC",
                          "username": "alpha_predator_123"
                        },
                        "postId": "PMeQqfzSZ",
                        "hashtags": [
                          "funny"
                        ],
                        "mediaType": "image",
                        "createTime": 1775552381947,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 32,
                        "totalComments": 7,
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/PmB6tDuxD",
                        "title": "MAPPA IS COOKING🗣🔥💯",
                        "author": {
                          "userId": "UChWpUx0O",
                          "username": "sdam.ricebean_alt_account"
                        },
                        "postId": "PmB6tDuxD",
                        "hashtags": [
                          "jujutsu-kaisen",
                          "random"
                        ],
                        "mediaType": "text",
                        "createTime": 1775180960152,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 7,
                        "totalComments": 1,
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/PThCv09jo",
                        "media": "https://cache.lahelu.com/24687ad4-3ca1-43bd-81ea-be5547f6d67e.mp4",
                        "title": "Langsung nyala",
                        "author": {
                          "userId": "UqR0NT2HC",
                          "username": "alpha_predator_123"
                        },
                        "postId": "PThCv09jo",
                        "hashtags": [
                          "highiq"
                        ],
                        "mediaType": "video",
                        "createTime": 1775162356048,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 35,
                        "totalComments": 5,
                        "mediaThumbnail": "https://cache.lahelu.com/d35c8bb3-05dd-4b7a-9569-09b801a0a86c.webp",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/P3LrwScPI",
                        "media": "https://cache.lahelu.com/a2086101-e792-4c66-8fed-45450e34f1c6.mp4",
                        "title": "Saling mengokop 🗿",
                        "author": {
                          "userId": "UhsZdx9s4",
                          "username": "fritzzzsukamw"
                        },
                        "postId": "P3LrwScPI",
                        "hashtags": [
                          "absurd"
                        ],
                        "mediaType": "video",
                        "createTime": 1774951715856,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 26,
                        "totalComments": 4,
                        "mediaThumbnail": "https://cache.lahelu.com/cb9a4035-c43c-4c30-9312-26b2f4554080.webp",
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/post/PPzzCbcVL",
                        "media": "https://cache.lahelu.com/1ce3fa47-2451-406d-98b2-3eb4a22d81a4.mp4",
                        "title": "🤨🤨🤨",
                        "author": {
                          "userId": "UqR0NT2HC",
                          "username": "alpha_predator_123"
                        },
                        "postId": "PPzzCbcVL",
                        "hashtags": [
                          "wtf"
                        ],
                        "mediaType": "video",
                        "createTime": 1774674914652,
                        "totalCoins": 0,
                        "isSensitive": false,
                        "totalUpvotes": 21,
                        "totalComments": 14,
                        "mediaThumbnail": "https://cache.lahelu.com/56b0f3cb-8975-48a3-8c6f-39949578ba13.webp",
                        "totalDownvotes": 0
                      }
                    ],
                    "topic": {
                      "url": "https://lahelu.com/topic/TPkJerKXg",
                      "owner": {
                        "userId": "UupJa9Oee",
                        "username": "carv_",
                        "description": "I'm a eccentric person :3\r\n♀️\r\nI'm a \"LAZY\" artist 👽🙏\r\nfriend irl: @r0tten._.lzet_  @ballerina_coilcina\r\n12 y/o :|\r\nദ്ദി(˵ •̀ ᴗ - ˵ )✧"
                      },
                      "rules": [
                        "jangan rasis",
                        "dilarang membuat kegaduhan ''menghina user, menghina topik,mengemis,dll\"",
                        "dilarang membuat meme dengan tag #sus #sindiran dan meme yang mengandung BRAINROT",
                        "dilarang mencuri meme dari user lain!!",
                        "Kalau memenya ngambil apk lain kasih sumber awalnya",
                        "Yang ngelangggar gw teror🧢🧢"
                      ],
                      "title": "Komunitas user random🗿👍🏿",
                      "topicId": "TPkJerKXg",
                      "adminIds": [
                        "UTzV5fQDm",
                        "UXYbuy4BV",
                        "UBKCvC6Na",
                        "URYlyImxl"
                      ],
                      "activeTime": 1785985593274,
                      "createTime": 1723286864152,
                      "totalCoins": 4,
                      "description": "k̵̨̪̖͇͙͎̜͊̌͘͜i̵̢̢̡͚̩̞̥͕̜̻̫̩̐̈͘͜️ṉ̵͓̬͈̞̥̭̥̇̓̔͋t̵̏͛̃̍́̈̚͜͝o̶̯͎̱͐̇͋̅̃̈́͋̽̊̀̓͊̃́͋̓  (ノಠ益ಠ)ノ彡┻━┻",
                      "totalMembers": 916
                    },
                    "hasMore": true,
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:lahelu/users": {
      "get": {
        "operationId": "social_media_lahelu_users",
        "summary": "Search Users",
        "description": "Cari pengguna Lahelu berdasarkan nama.",
        "tags": [
          "Lahelu"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/lahelu#reference-users"
        },
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "required": true,
            "description": "Username or display name to search for",
            "schema": {
              "type": "string",
              "example": "carv"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "count": 8,
                    "query": "carv",
                    "users": [
                      {
                        "url": "https://lahelu.com/user/carv_",
                        "avatar": "https://cache.lahelu.com/28c832fc-0ad1-4955-a6da-ce2a696f72f6.webp",
                        "isPlus": false,
                        "userId": "UupJa9Oee",
                        "username": "carv_",
                        "createTime": 1716297854275,
                        "totalCoins": 0,
                        "totalPosts": 185,
                        "description": "I'm a eccentric person :3\r\n♀️\r\nI'm a \"LAZY\" artist 👽🙏\r\nfriend irl: @r0tten._.lzet_  @ballerina_coilcina\r\n12 y/o :|\r\nദ്ദി(˵ •̀ ᴗ - ˵ )✧",
                        "totalUpvotes": 1962,
                        "totalDownvotes": 39
                      },
                      {
                        "url": "https://lahelu.com/user/carvanakun9135",
                        "isPlus": false,
                        "userId": "UtwxdoOb5",
                        "username": "carvanakun9135",
                        "createTime": 1715609623883,
                        "totalCoins": 0,
                        "totalPosts": 0,
                        "totalUpvotes": 0,
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/user/carvendiff2227440",
                        "isPlus": false,
                        "userId": "UL3OFfb7R",
                        "username": "carvendiff2227440",
                        "createTime": 1722413112549,
                        "totalCoins": 0,
                        "totalPosts": 0,
                        "totalUpvotes": 0,
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/user/carviajah554570",
                        "isPlus": false,
                        "userId": "U41WRJOLO",
                        "username": "carviajah554570",
                        "createTime": 1687771979036,
                        "totalCoins": 0,
                        "totalPosts": 0,
                        "totalUpvotes": 0,
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/user/carvin283426568",
                        "isPlus": false,
                        "userId": "UCEz2MqeC",
                        "username": "carvin283426568",
                        "createTime": 1718711395454,
                        "totalCoins": 0,
                        "totalPosts": 0,
                        "totalUpvotes": 0,
                        "totalDownvotes": 0
                      },
                      {
                        "url": "https://lahelu.com/user/carvinx",
                        "avatar": "https://lh3.googleusercontent.com/a/AGNmyxayxwnnoOUuJZ7HyYiddkvsGdGz8_ue0N328ZF-5A=s96-c",
                        "isPlus": false,
                        "userId": "U8xrEN7Vo",
                        "username": "carvinx",
                        "createTime": 1679095732137,
                        "totalCoins": 0,
                        "totalPosts": 1,
                        "description": "Cultural man 🗿",
                        "totalUpvotes": 25,
                        "totalDownvotes": 6
                      },
                      {
                        "url": "https://lahelu.com/user/carvy.__",
                        "avatar": "https://cache.lahelu.com/9f8b9ed5-84f1-41a9-b2a1-adf42860b1d2.webp",
                        "isPlus": false,
                        "userId": "URYlyImxl",
                        "username": "carvy.__",
                        "createTime": 1770874079065,
                        "totalCoins": 0,
                        "totalPosts": 19,
                        "description": "Any pronouns\nFirst acc:  @carv_\nI feel that my life and live is controlled, even i think my gender can be controlled\nI'm a shrimp🦐🍤 (artist)",
                        "totalUpvotes": 93,
                        "totalDownvotes": 1
                      },
                      {
                        "url": "https://lahelu.com/user/carvy_cuy",
                        "avatar": "https://cache.lahelu.com/b03e5c69-fa10-4faf-908c-20e69e33231f.webp",
                        "isPlus": false,
                        "userId": "UFPdeSkQj",
                        "username": "carvy_cuy",
                        "createTime": 1715998662128,
                        "totalCoins": 0,
                        "totalPosts": 15,
                        "description": "Gw iseng upload meme........",
                        "totalUpvotes": 27,
                        "totalDownvotes": 1
                      }
                    ]
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:lahelu/toppers": {
      "get": {
        "operationId": "social_media_lahelu_toppers",
        "summary": "Get Top Posts",
        "description": "Papan postingan berskor tertinggi di Lahelu.",
        "tags": [
          "Lahelu"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/lahelu#reference-toppers"
        },
        "parameters": [
          {
            "name": "limit",
            "in": "query",
            "required": false,
            "description": "Trim the board to N entries. Default all (~99)",
            "schema": {
              "type": "number",
              "example": "25"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "count": 25,
                    "items": [
                      {
                        "url": "https://lahelu.com/post/PHxCUS7Z6",
                        "rank": 1,
                        "media": "https://cache.lahelu.com/8b980afa-f0ca-4bff-b9d5-91b3c7906040.webp",
                        "score": 29,
                        "title": "\"Salah denger lirik 😅\"",
                        "postId": "PHxCUS7Z6",
                        "userId": "UmP7bZkk3",
                        "mediaType": "video",
                        "createTime": 1785838275239,
                        "totalUpvotes": 29,
                        "totalComments": 13
                      },
                      {
                        "url": "https://lahelu.com/post/PbXzWOpuO",
                        "rank": 2,
                        "media": "https://cache.lahelu.com/watermarked/assets/1785132951651-2f5e2ba1-7cde-4013-b207-39e510b8341f.webp",
                        "score": 24,
                        "title": "Terciptanya siklus rantai contekan",
                        "postId": "PbXzWOpuO",
                        "userId": "UgknCNfp0",
                        "mediaType": "image",
                        "createTime": 1785132950984,
                        "totalUpvotes": 48,
                        "totalComments": 7
                      },
                      {
                        "url": "https://lahelu.com/post/Pj4CYFdpC",
                        "rank": 3,
                        "media": "https://cache.lahelu.com/2571b905-e2b1-454b-afc1-a626a7e3c7c1.webp",
                        "score": 24,
                        "title": "how long we need a person like this in indonesia😭🙏",
                        "postId": "Pj4CYFdpC",
                        "userId": "UxRhWbuG9",
                        "mediaType": "video",
                        "createTime": 1783743472689,
                        "totalUpvotes": 62,
                        "totalComments": 17
                      },
                      {
                        "url": "https://lahelu.com/post/P9eCY7vRu",
                        "rank": 4,
                        "media": "https://cache.lahelu.com/watermarked/assets/1784558118515-abc3041d-3d62-4c77-a5b3-87c3318b2081.webp",
                        "score": 20,
                        "title": "Kayak kenal posenya🧐",
                        "postId": "P9eCY7vRu",
                        "userId": "Ug6RmJovB",
                        "mediaType": "image",
                        "createTime": 1784558117872,
                        "totalUpvotes": 51,
                        "totalComments": 21
                      },
                      {
                        "url": "https://lahelu.com/post/Pl3aamGYn",
                        "rank": 5,
                        "media": "https://cache.lahelu.com/cb73aad4-b8ff-4cb4-94f1-9eb6efa1dba0.webp",
                        "score": 18,
                        "title": "selamat tidur",
                        "postId": "Pl3aamGYn",
                        "userId": "UgrStdkwD",
                        "mediaType": "video",
                        "createTime": 1784222110623,
                        "totalUpvotes": 67,
                        "totalComments": 6
                      },
                      {
                        "url": "https://lahelu.com/post/POmXI4h8n",
                        "rank": 6,
                        "media": "https://cache.lahelu.com/watermarked/assets/1785564040394-57e03ce7-2730-4a44-a023-3248ca3c0dd7.webp",
                        "score": 17,
                        "title": "🎉 UPLOAD MEME PERTAMAMU BULAN INI!",
                        "postId": "POmXI4h8n",
                        "userId": "Ul7pZeXxU",
                        "mediaType": "image",
                        "createTime": 1785564039695,
                        "totalUpvotes": 30,
                        "totalComments": 24
                      },
                      {
                        "url": "https://lahelu.com/post/PHlLMCCQC",
                        "rank": 7,
                        "media": "https://cache.lahelu.com/4358178f-b068-4433-8aca-fc0b05e17bc4.webp",
                        "score": 15,
                        "title": "habis wudhu langsung masuk surga rek😂",
                        "postId": "PHlLMCCQC",
                        "userId": "UgrStdkwD",
                        "mediaType": "video",
                        "createTime": 1782952577947,
                        "totalUpvotes": 53,
                        "totalComments": 10
                      },
                      {
                        "url": "https://lahelu.com/post/PE2hq2ZNW",
                        "rank": 8,
                        "media": "https://cache.lahelu.com/99ba60a6-37d2-4841-8302-0f095b36c6cd.webp",
                        "score": 15,
                        "title": "mengawali hari",
                        "postId": "PE2hq2ZNW",
                        "userId": "UHYRV0bJA",
                        "mediaType": "video",
                        "createTime": 1784673301236,
                        "totalUpvotes": 41,
                        "totalComments": 8
                      },
                      {
                        "url": "https://lahelu.com/post/PuJSAzvT5",
                        "rank": 9,
                        "media": "https://cache.lahelu.com/watermarked/assets/1784596810550-bdf88ed4-e702-42b9-ad24-ebed5bf1f81c.webp",
                        "score": 15,
                        "title": "Biar ku bantu copot giginya 😛💢",
                        "postId": "PuJSAzvT5",
                        "userId": "UUhL5Wc4i",
                        "mediaType": "image",
                        "createTime": 1784596810063,
                        "totalUpvotes": 81,
                        "totalComments": 23
                      },
                      {
                        "url": "https://lahelu.com/post/PFgLrQW4n",
                        "rank": 10,
                        "media": "https://cache.lahelu.com/watermarked/assets/1785802945489-0ef69488-17a4-4c24-b416-fbe95890c86e.webp",
                        "score": 15,
                        "title": "Yok",
                        "postId": "PFgLrQW4n",
                        "userId": "Ut5fFNvPJ",
                        "mediaType": "image",
                        "createTime": 1785802945010,
                        "totalUpvotes": 15,
                        "totalComments": 3
                      },
                      {
                        "url": "https://lahelu.com/post/PN6I0EMH3",
                        "rank": 11,
                        "media": "https://cache.lahelu.com/81c2574d-401f-439e-b50b-1f7519ccf2b6.webp",
                        "score": 15,
                        "title": "Hanya memori yang hilangin",
                        "postId": "PN6I0EMH3",
                        "userId": "Uq2Xl2oG3",
                        "mediaType": "video",
                        "createTime": 1785886817320,
                        "totalUpvotes": 15,
                        "totalComments": 0
                      },
                      {
                        "url": "https://lahelu.com/post/P9Ocqidm4",
                        "rank": 12,
                        "media": "https://cache.lahelu.com/b1ca43f9-4425-43c2-8548-0edc74b21b2e.webp",
                        "score": 14,
                        "title": "Only people who watch recallAHollowHeart will understand",
                        "postId": "P9Ocqidm4",
                        "userId": "U1XY2D0OD",
                        "mediaType": "video",
                        "createTime": 1785816299864,
                        "totalUpvotes": 14,
                        "totalComments": 0
                      },
                      {
                        "url": "https://lahelu.com/post/Pfxls7d6H",
                        "rank": 13,
                        "media": "https://cache.lahelu.com/watermarked/assets/1784274905159-a0ea6439-300a-41d2-809e-18ae1c28e810.webp",
                        "score": 13,
                        "title": "Akhirnya kita diakui",
                        "postId": "Pfxls7d6H",
                        "userId": "UegI3jbpZ",
                        "mediaType": "image",
                        "createTime": 1784274904604,
                        "totalUpvotes": 46,
                        "totalComments": 3
                      },
                      {
                        "url": "https://lahelu.com/post/POLExTo6f",
                        "rank": 14,
                        "media": "https://cache.lahelu.com/6e332f76-a41a-41e2-929f-b3b323e9bd1b.webp",
                        "score": 13,
                        "title": "Skill 99999999%",
                        "postId": "POLExTo6f",
                        "userId": "UZljScr4B",
                        "mediaType": "video",
                        "createTime": 1784175449936,
                        "totalUpvotes": 87,
                        "totalComments": 13
                      },
                      {
                        "url": "https://lahelu.com/post/PsHYMwEXl",
                        "rank": 15,
                        "media": "https://cache.lahelu.com/watermarked/assets/1785807587537-30eccd67-ccc2-466a-aa75-14571f6eba46.webp",
                        "score": 13,
                        "title": "Bener tapi salah",
                        "postId": "PsHYMwEXl",
                        "userId": "UqFc7PBsR",
                        "mediaType": "image",
                        "createTime": 1785807587050,
                        "totalUpvotes": 13,
                        "totalComments": 4
                      },
                      {
                        "url": "https://lahelu.com/post/Pp7rsiAyU",
                        "rank": 16,
                        "media": "https://cache.lahelu.com/cdb575f8-72ac-4e7b-a615-c94ed2067a77.webp",
                        "score": 13,
                        "title": "Kera",
                        "postId": "Pp7rsiAyU",
                        "userId": "UhsZdx9s4",
                        "mediaType": "video",
                        "createTime": 1785803038501,
                        "totalUpvotes": 13,
                        "totalComments": 2
                      },
                      {
                        "url": "https://lahelu.com/post/PU1ojcsl2",
                        "rank": 17,
                        "media": "https://cache.lahelu.com/a2d6c910-bec5-462c-b75f-bea0df1028ed.webp",
                        "score": 12,
                        "title": "1 dari 10 selalu tidak merekomendasikan",
                        "postId": "PU1ojcsl2",
                        "userId": "UiUoK82xO",
                        "mediaType": "video",
                        "createTime": 1784193710912,
                        "totalUpvotes": 55,
                        "totalComments": 6
                      },
                      {
                        "url": "https://lahelu.com/post/PmGU19gN1",
                        "rank": 18,
                        "media": "https://cache.lahelu.com/cf45630e-fd00-47ac-a740-c2c59816a747.webp",
                        "score": 12,
                        "title": "Tank",
                        "postId": "PmGU19gN1",
                        "userId": "UqR0NT2HC",
                        "mediaType": "video",
                        "createTime": 1784684889465,
                        "totalUpvotes": 55,
                        "totalComments": 11
                      },
                      {
                        "url": "https://lahelu.com/post/PD3Y6w1uC",
                        "rank": 19,
                        "media": "https://cache.lahelu.com/watermarked/assets/1784181596251-f6df50fb-f34a-413e-9f2b-f2719abd1cfb.webp",
                        "score": 12,
                        "title": "Entahlah",
                        "postId": "PD3Y6w1uC",
                        "userId": "UkksURJw3",
                        "mediaType": "image",
                        "createTime": 1784181595624,
                        "totalUpvotes": 46,
                        "totalComments": 11
                      },
                      {
                        "url": "https://lahelu.com/post/PLoS8IhaB",
                        "rank": 20,
                        "media": "https://cache.lahelu.com/6d7a4aba-534a-4c26-84dc-edef5d05bada.webp",
                        "score": 12,
                        "title": "\"Agus lapar bu\"",
                        "postId": "PLoS8IhaB",
                        "userId": "UgrStdkwD",
                        "mediaType": "video",
                        "createTime": 1785839354061,
                        "totalUpvotes": 12,
                        "totalComments": 1
                      },
                      {
                        "url": "https://lahelu.com/post/PPjJzSSXK",
                        "rank": 21,
                        "media": "https://cache.lahelu.com/45e6ff3b-7ce6-4b93-95d7-aa0be36235ca.webp",
                        "score": 12,
                        "title": "Michael blippi",
                        "postId": "PPjJzSSXK",
                        "userId": "Ugj5wQFBm",
                        "mediaType": "video",
                        "createTime": 1785841492593,
                        "totalUpvotes": 12,
                        "totalComments": 0
                      },
                      {
                        "url": "https://lahelu.com/post/PX6iMC042",
                        "rank": 22,
                        "media": "https://cache.lahelu.com/59e03dcc-261f-4d67-b974-efbc8cda5cbe.webp",
                        "score": 12,
                        "title": "im shocked",
                        "postId": "PX6iMC042",
                        "userId": "UqvGdGziS",
                        "mediaType": "video",
                        "createTime": 1785930296140,
                        "totalUpvotes": 12,
                        "totalComments": 3
                      },
                      {
                        "url": "https://lahelu.com/post/Pj6bydh2C",
                        "rank": 23,
                        "media": "https://cache.lahelu.com/e1f400cd-a7dd-451c-85b4-e1a147b7a382.webp",
                        "score": 11,
                        "title": "Yo let's go",
                        "postId": "Pj6bydh2C",
                        "userId": "UuVPA7AbM",
                        "mediaType": "video",
                        "createTime": 1784563198108,
                        "totalUpvotes": 31,
                        "totalComments": 4
                      },
                      {
                        "url": "https://lahelu.com/post/PLItOhxMg",
                        "rank": 24,
                        "media": "https://cache.lahelu.com/watermarked/assets/1784018385130-228ac576-d661-40fc-b037-60d57d9909f0.webp",
                        "score": 11,
                        "title": "Arlecchino Daily Post #6",
                        "postId": "PLItOhxMg",
                        "userId": "UPXEJVm9P",
                        "mediaType": "image",
                        "createTime": 1784018384350,
                        "totalUpvotes": 45,
                        "totalComments": 13
                      },
                      {
                        "url": "https://lahelu.com/post/P5st18zmi",
                        "rank": 25,
                        "media": "https://cache.lahelu.com/524761a6-5cb5-4c0d-9013-c0172c3f7e62.webp",
                        "score": 11,
                        "title": "Orewa tatakau",
                        "postId": "P5st18zmi",
                        "userId": "UegI3jbpZ",
                        "mediaType": "video",
                        "createTime": 1783323963295,
                        "totalUpvotes": 68,
                        "totalComments": 4
                      }
                    ]
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:ngl/send": {
      "post": {
        "operationId": "social_media_ngl_send",
        "summary": "Send message",
        "description": "",
        "tags": [
          "NGL Send"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/ngl#reference-send"
        },
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "required": true,
            "description": "Username target (dengan/tanpa @)",
            "schema": {
              "type": "string",
              "example": "zaadevofc"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "sentAt": "2026-05-22T22:58:17.064Z",
                    "message": "Halo! Kamu orang baik banget :)",
                    "deviceId": "3fbb0394-1c99-41df-9335-74a3d350770d",
                    "username": "zaadevofc",
                    "questionId": "4bJB8rxuiNKraXYGuniR"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "required": [
                  "message"
                ],
                "properties": {
                  "message": {
                    "type": "string",
                    "example": "Halo! Kamu orang baik banget :)"
                  }
                }
              }
            }
          }
        }
      }
    },
    "/v1/social-media:reddit/user/{username}": {
      "get": {
        "operationId": "social_media_reddit_user",
        "summary": "User",
        "description": "Fetch a user profile and submissions.",
        "tags": [
          "Reddit"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/reddit#reference-user"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Reddit username (without the u/ prefix)",
            "schema": {
              "type": "string",
              "example": "spez"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": false,
            "description": "Cursor from a previous response's `after` field",
            "schema": {
              "type": "string",
              "example": "t3_1vdnb3e"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": null
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:reddit/post/{postId}": {
      "get": {
        "operationId": "social_media_reddit_post",
        "summary": "Post",
        "description": "Fetch a post and its comment discussion.",
        "tags": [
          "Reddit"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/reddit#reference-post"
        },
        "parameters": [
          {
            "name": "postId",
            "in": "path",
            "required": true,
            "description": "Reddit post ID, or a full reddit.com post URL",
            "schema": {
              "type": "string",
              "example": "1vg555b"
            }
          },
          {
            "name": "sub",
            "in": "query",
            "required": false,
            "description": "Subreddit, only needed when it cannot be read from a URL",
            "schema": {
              "type": "string",
              "example": "programming"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": false,
            "description": "Max comments to return. Default 100",
            "schema": {
              "type": "number",
              "example": "50"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": null
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:reddit/subreddit/{sub}": {
      "get": {
        "operationId": "social_media_reddit_subreddit",
        "summary": "Subreddit",
        "description": "Fetch posts from a subreddit.",
        "tags": [
          "Reddit"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/reddit#reference-subreddit"
        },
        "parameters": [
          {
            "name": "sub",
            "in": "path",
            "required": true,
            "description": "Subreddit name (without the /r/ prefix)",
            "schema": {
              "type": "string",
              "example": "programming"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": false,
            "description": "Listing sort order. Default hot",
            "schema": {
              "type": "string",
              "enum": [
                "hot",
                "new",
                "top",
                "rising"
              ],
              "example": "hot"
            }
          },
          {
            "name": "time",
            "in": "query",
            "required": false,
            "description": "Time window, only meaningful when sort=top",
            "schema": {
              "type": "string",
              "enum": [
                "hour",
                "day",
                "week",
                "month",
                "year",
                "all"
              ],
              "example": "week"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": false,
            "description": "Cursor from a previous response's `after` field",
            "schema": {
              "type": "string",
              "example": "t3_1vdnb3e"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": null
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:telegram-channel/preview/{channel}": {
      "get": {
        "operationId": "social_media_telegram_channel_preview",
        "summary": "Channel Preview",
        "description": "Get preview of a public Telegram channel.",
        "tags": [
          "Telegram Channel"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/telegram-channel#reference-preview"
        },
        "parameters": [
          {
            "name": "channel",
            "in": "path",
            "required": true,
            "description": "Telegram public channel username (without @)",
            "schema": {
              "type": "string",
              "example": "durov"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "name": "Pavel Durov",
                    "channel": "durov",
                    "messages": [
                      {
                        "id": "501",
                        "date": "2026-05-04T14:54:43+00:00",
                        "text": "⚡️ Fees in TON have dropped 6× — to nearly zero. \n\nNext step — Telegram replaces the TON Foundation as the driving force behind TON and becomes its largest validator. \n\n⚙️ The focus shifts to tech superiority. \n\n🧩 New ton.org, new dev tools, new performance upgrades. \n\n🧭 Timeline — 2-3 weeks.\n\n🪙 This is step 3 of 7 to Make TON Great Again.",
                        "views": "9.98M"
                      },
                      {
                        "id": "502",
                        "date": "2026-05-05T15:46:44+00:00",
                        "text": "💎 Telegram becoming TON’s largest validator strengthens decentralization. \n\n✅ It lets other major players join the validator pool without centralizing the network — with Telegram as the counterbalance.\n\n📈 More and more TON gets locked in validation as everyone competes for 20%+ APR.",
                        "views": "11.4M"
                      },
                      {
                        "id": "503",
                        "date": "2026-05-06T15:57:26+00:00",
                        "text": "🏁 TON leads Layer-1 blockchains in finality time. \n\n🔗 Sources: https://telegra.ph/Comparison-of-Layer-1-blockchains-by-finalization-time-05-01",
                        "media": "https://cdn4.telesco.pe/file/85102421eb.mp4?token=SxV2TstW7lKEvPn3Is-4z0jFSgE8SpaQifAmYoElKtSX0ze_hQkCw5IG3Nj9-VSjLZ-FN1-Hb9_vLicQSOujUKIc0XeWgIb6_13AhfMatVISQX8UYskQoD8Jy271Upu5hrUjgIPXdjDoVBuGsqM5OGLsuLFRJrxldJYjnL4Xfn2Aw24Yi-e2IJDogU45nBQeZ4SflH9uLi5R7x6miKGCmSIFFZMX1WCJy6K-a5TMDBAUWA07iTdFP1lDpwd27Aa1VFUHgOL-3gT0EcggT9-unlEkPybDCWUvwDclBckIF8HqH4pznJznF8BhcUwy0iBOdLFfYNpWVfs4k896UyKSHg",
                        "views": "13.9M"
                      },
                      {
                        "id": "504",
                        "date": "2026-05-07T16:00:22+00:00",
                        "text": "Huge Telegram update — 10 major new features, 200+ improvements. https://telegram.org/blog/ai-bot-revolution-11-new-features",
                        "views": "15.1M"
                      },
                      {
                        "id": "505",
                        "date": "2026-05-08T17:41:53+00:00",
                        "text": "🫴 TON is #1 in annual staking rewards among the 50 largest cryptocurrencies. \n\nAnd that’s on top of the coin’s price growth — which doubled over the past week.",
                        "views": "3.52M"
                      },
                      {
                        "id": "506",
                        "date": "2026-05-09T15:32:17+00:00",
                        "text": "🏆 We’ve distributed &#036;75,000 among the best designers who imagined a new way to communicate — Telegram Nodes (see here).\n\n⚖ I joined the judging process and spent 10+ hours reviewing thousands of designs from nearly 200 participants. Great work&#33; 👏\n\n🔜 We’ve now invited the 19 winners to suggest improvements to existing Telegram features. \n\n⭐️ We’re looking for people who — like us — have a burning desire to make Telegram better every day, with no exceptions.",
                        "views": "2.56M"
                      },
                      {
                        "id": "507",
                        "date": "2026-05-09T22:24:14+00:00",
                        "text": "🥖 The French government is accusing X and Elon Musk of the very things the French government itself is doing:\n\n- Illegally collecting personal data\n- Processing personal data without proper security\n- Extracting data from automated systems\n- Violating the secrecy of electronic communications\n\nThe French government is panicking. They know a major political shift in 2027 will expose their misdeeds. So they’re trying to silence free speech platforms under whatever pretext they think they can get away with.\n\n✊ The free world should stand with Elon and X against this immoral assault by the French state. Telegram supports our brothers and sisters from X in their fight for our freedoms.",
                        "views": "2.56M"
                      },
                      {
                        "id": "508",
                        "date": "2026-05-10T18:42:03+00:00",
                        "text": "📊 Channel admins can now run massive polls limited to subscribers or specific countries — making fake-vote inflation much harder.\n\nNow people in places like Russia can see real results. For example, only 5% support internet restrictions — not 52%, as old rigged polls claimed 😏",
                        "views": "2.57M"
                      },
                      {
                        "id": "509",
                        "date": "2026-05-11T19:32:24+00:00",
                        "text": "🛠 Developing for TON just became 10x faster. The new toolchain makes smart contracts easy to create, test, and deploy.\n\nMost importantly, fully AI-ready.\n\nIt replaces TON’s fragmented tooling stack with one developer flow. Start building&#33;",
                        "views": "2.21M"
                      },
                      {
                        "id": "510",
                        "date": "2026-05-12T17:28:39+00:00",
                        "text": "🌍 With 400 validators across 6 continents, TON is one of the most decentralized blockchain networks on the planet. \n\n🧑‍💻 Telegram becoming the largest validator opened the door for major exchanges and custodians to stake TON without increasing centralization risk.",
                        "views": "2.43M"
                      },
                      {
                        "id": "512",
                        "date": "2026-05-14T12:38:57+00:00",
                        "text": "🕵️‍♂️ Now you can search 100M+ Telegram stickers and emoji by keyword — in 36 languages.\n\nTelegram’s AI scans and labels millions of public stickers so you can finally find the exact suspicious frog you need. 🤔",
                        "media": "https://cdn4.telesco.pe/file/c7f159051d.mp4?token=Wa_9kiqq_z7wdFfVBN3AUdCgRaf56xw-zvcq2RDYCXbJ3ov5twPqU_KCZfRXd0NcmMRQscX65YHUWvW5msFgudYpCGtVxh2C1AQzUdpEc8kI-4UassMul9y4Pj_kF1JgkonEfHPvrPoC7XOr1U9EELi5cZoewLJ1kUhqcW7da6YPeOyFmnsvDZWf9Kfi2jSnwsYLlUQOrtI-ZZrGvW4T8EwMzRigbT0NXyX3-JSX48mJXRTRpafFgnnmKAaXMspPL5NJDRwNUUoknPGn16klYxYE2jWq1GGiFmSmB0e05KuBlOWaadDnHbHFAwdu7P0nu9MrAF5i9F48Wd0aoopzjA",
                        "views": "2M"
                      },
                      {
                        "id": "513",
                        "date": "2026-05-15T18:14:32+00:00",
                        "text": "&#036;100,400 just went to the 15 winners of the TON Consensus Challenge. \n\n🧠 The smartest engineers on the planet — some armed with loyal AI sidekicks — helped us maximize the security of the new consensus mechanism.\n\n🏆 Telegram contests offer generous prize money — and the only path to joining our engineering team.",
                        "views": "2.09M"
                      },
                      {
                        "id": "514",
                        "date": "2026-05-16T13:57:49+00:00",
                        "text": "🇦🇪 Dubai is full of traffic and crowds again. Already missing the Iranian fireworks — they helped clear the city of the easily impressed.\n\nThe UAE’s air defenses proved excellent under fire. For 0% tax, we get better protection than Europeans paying 50%.",
                        "views": "1.82M"
                      },
                      {
                        "id": "515",
                        "date": "2026-05-17T14:44:56+00:00",
                        "text": "🏆 We just awarded &#036;52,420 to the winners of the Telegram Art Contest.\n\n🎨 The participants did an amazing job with the MiniDurov collectibles.\n\n💎 Their skills and ideas will enrich Telegram’s TON-based NFT ecosystem.",
                        "media": "https://cdn4.telesco.pe/file/c4225d3b52.mp4?token=VVhufGBd8SmE0YXTBxh2H4bk1f7CwOQWPGQSC4UAU9_QTX4TtmcsxN7xdBcKXbp2BLOSW3d77rqMEWskQen34lUKG8cqSiISXC95jpMVrHEIcT9dfyDfcVFZm8qI1Z_4-rdKMeJCYp6fug0_ANK8y5EK7PLrqRUl8GDGlTMQ_FunUQF1Z_HFQArPHQPu0mZ3cNVUK1LQx1RuCLtLf1NcdhZT9LHFlO4aGKYR3rR-6MzlWFCAjl7XmPeQtzDZimCU1O0NKj1n353DPbipF9R-sOheYajhq30XvXPo-r0rG76ovxrYIPSy4_JE1_Lu17xWwBXoiJ-UuT5OyKvakVhx9A",
                        "views": "1.78M"
                      },
                      {
                        "id": "516",
                        "date": "2026-05-17T14:55:50+00:00",
                        "text": "🎁",
                        "views": "2.08M"
                      },
                      {
                        "id": "517",
                        "date": "2026-05-18T14:56:21+00:00",
                        "text": "🧠 AI devs asked for this — and we delivered.\n\n🤖 Bots can now talk to other bots on Telegram.\n\n💬 Autonomous agents now have a communication layer humans can follow.\n\n🛠 Start building&#33;",
                        "media": "https://cdn4.telesco.pe/file/7e945b36d4.mp4?token=PIIe5-v1rdRM60cIybKEFjUvAxPbh4pNTNm-oL31wzdOEccEcf5jcXqw-kCTCMmdJXz9K-GdktZYPUvOiM9T9IMosrPPsmonfZ1rp9V3AhoIEZtWnpiB4TnK1Gzn0maWZEh-1lcNk-i4DSP4_vuH8avlKwO_4ORxQ0dirgOlH8b0LT4azah5KBgHqZfn1RDK0hX-c6EsIuhD4QOyd3CrCzT0FVg9VeFaF7B2YL5Xfr6o0-RePCRl0vcM7X2iuK7bx7bJuZMY__FrfA0_68GcpFSkncORyUbK5VEwI3infx_NGwPSkcsq5x9OQQpu1EnuuuwPyX318foR1eOMtCvwIw",
                        "views": "1.66M"
                      },
                      {
                        "id": "518",
                        "date": "2026-05-19T18:02:53+00:00",
                        "text": "💪 Anyone can now prompt their own text transformation style — for example, “Gym Bro” — and turn any message into motivational protein poetry.\n\n💪 Then share the style with friends so they can reply like gym bros too.\n\n🤐 All fully confidential. No AI-related privacy leaks.",
                        "media": "https://cdn4.telesco.pe/file/105be22719.mp4?token=qRR2k233NHAHKGVwU3o9e5kdiVf2f8DWmbomPaYT6ink6v_pqh1sX9WtQFNmcIwUUCxgXkZuDqvvw8sHKMO5jY6GfC4R0C8WkVcrZvXjbyAicng8-29Vq0kpE74kFWct5kGO0aZfigqjp4zOUhkSCG2lPzqosgDeTvReITJOwfE5O4ScesPiyKGkfsiDTzE3LSjykM99C-mSUiYpmET-Hw7dnJO8rtOeyKqfDNtFXpqQYa5_9xEhGd6WCqNlquH1p0vRZC4YCIF8Fj4XMLzxRgRJ2VK-Ha_Ta2LxzqgFmlarrfs86oaTG_20UTjyPzl9aVwqdPsOFgiiLWYbYS69FA",
                        "views": "1.58M"
                      },
                      {
                        "id": "519",
                        "date": "2026-05-20T15:38:10+00:00",
                        "text": "🤖 Your Telegram inbox can now run itself.\n\nAssign a bot to read and reply for you — with granular control over its rights and chat access. 🧠\n\n⚙️ Start building&#33;",
                        "media": "https://cdn4.telesco.pe/file/e174be993b.mp4?token=HKj8exXd-gDJ5GLaaWmpMNxR3KQi7qzBEV2lgICgf6vo-zLQqBZnliTpWEPaZl62uWrnABA-6G1i5jJHVknWEC75hXt2520q7QuuMNzc-vYC1UDfiXxVmgW9xYgEOlrGPjKKiOx57qVnNRgCcCEIegnEAAN_3zXHwCTXiwZ2tpjWP-Di5H4UTwrPHxIUBerFsw2zuo3k81zwlb5H_ltHBFfS4ULnzaMebkUSFnrFIbVBRYBMzOAvuOXnQ5syOF1N4i5FIm0S3CBmS-BBoddW86GCPL-yiA8vrMucQ7Mqi8uI8BOzuqh2sZpO5ignw2rqJZOIuR1bBTFvzsMPlh38MQ",
                        "views": "1.44M"
                      },
                      {
                        "id": "520",
                        "date": "2026-05-23T13:26:07+00:00",
                        "text": "🎭 WhatsApp encryption is a giant fraud.\n\n🇺🇸 The state of Texas just sued WhatsApp for lying to users about privacy — because WhatsApp employees have access to “virtually all” private messages.\n\nNow we know what WhatsApp’s founder meant when he said he “sold his users’ privacy.”\n\nStay safe — stay Telegram&#33; 📱",
                        "views": "1.1M"
                      }
                    ],
                    "description": "Founder of Telegram.",
                    "subscribers": "11.3M"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:telegram-channel/lookup/{username}": {
      "get": {
        "operationId": "social_media_telegram_channel_lookup",
        "summary": "Lookup Entity",
        "description": "Kenali sebuah username Telegram dan ambil angka pastinya.",
        "tags": [
          "Telegram Channel"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/telegram-channel#reference-lookup"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Telegram username (without @), for a channel, group, bot or user",
            "schema": {
              "type": "string",
              "example": "durov"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "url": "https://t.me/durov",
                    "name": "Pavel Durov ✔",
                    "type": "channel",
                    "avatar": "https://cdn4.telesco.pe/file/g9tVQp_Zfeo1jILoQ2WGgojZWP65TGhGwD_7ebE-8Ldy9s7XcPXmBCxiprv5TS9rcUvIhTq_yC3KJJVvUQXJNbMQW035FFSCzsPQjZ6zVbCX_S8v_GyDdKUFLSvXvsfrkD4GfsvuOXhFMFmqCi4Ymjs5x3nTJv4qqzriZMO5EVgZxpqo7t4OALsqKAKX4dPMz_vFbiy3He2ZPMnnnnCABjL9fxjKk_VFxQ0AOlEe7BRSzNKBsFBOpZ-IINW7COuuLxCdL9z6YbK6RWbFTAUlwLGrmOuERqWbbsZPXSoB8ybtmlC6FRLa8iofBquKKfR4aKn8pa8bVJJbhTO6rSfCww.jpg",
                    "username": "durov",
                    "counterText": "11 338 995 subscribers",
                    "description": "Founder of Telegram.",
                    "subscribers": 11338995
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:telegram-channel/messages/{channel}": {
      "get": {
        "operationId": "social_media_telegram_channel_messages",
        "summary": "Get Messages",
        "description": "Pesan sebuah channel Telegram publik, bisa ditelusuri ke belakang.",
        "tags": [
          "Telegram Channel"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/telegram-channel#reference-messages"
        },
        "parameters": [
          {
            "name": "channel",
            "in": "path",
            "required": true,
            "description": "Telegram public channel username (without @)",
            "schema": {
              "type": "string",
              "example": "durov"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": false,
            "description": "Return messages older than this message id",
            "schema": {
              "type": "number",
              "example": "100"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": false,
            "description": "Return messages newer than this message id",
            "schema": {
              "type": "number",
              "example": "1"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "count": 20,
                    "channel": "durov",
                    "messages": [
                      {
                        "id": 518,
                        "url": "https://t.me/durov/518",
                        "date": "2026-05-19T18:02:53+00:00",
                        "text": "💪 Anyone can now prompt their own text transformation style — for example, “Gym Bro” — and turn any message into motivational protein poetry.\n\n💪 Then share the style with friends so they can reply like gym bros too.\n\n🤐 All fully confidential. No AI-related privacy leaks.",
                        "media": "https://cdn4.telesco.pe/file/105be22719.mp4?token=HGQVyL-KFZW9v4QGrWUCv7BffqoVt4Gs0T9N577dVtRW-tWPxrXwF9Nxd3g91rZiNOhtseXV2HJuNbN8ERj17KLjoiakcpfum_cXJ0Tj_7KJ_Du2bIvqAu94B9MqNh9nyQGQ2hjOuYELNYgEAZ4l8fSNnKbQ1SSVBA1ccvkHhG7abQUUAJ5FBl9mSLSZZKZ_Y9Viw4v8zwUyos_59tPQ3X6sHzOt3A_tydpe7QijRSFlMXTSSmSWRCLChWj2tRaRUqYTZTXLXHHdl13CcQojU82s4RWM9rjAtA5rzLagxKVi0Ol4WyGB2O_E5roY0fYro8AtvHe-4eaCQF5JjPvbbQ",
                        "views": "4.47M"
                      },
                      {
                        "id": 519,
                        "url": "https://t.me/durov/519",
                        "date": "2026-05-20T15:38:10+00:00",
                        "text": "🤖 Your Telegram inbox can now run itself.\n\nAssign a bot to read and reply for you — with granular control over its rights and chat access. 🧠\n\n⚙️ Start building!",
                        "media": "https://cdn4.telesco.pe/file/e174be993b.mp4?token=ohtSSMZAhThj4sFImo9zSLjbBQL-_f4gsyzNyPEQmebkua-Fzfjvv-roC2IPuJSB5aF_LMFjiI488ZnzhnHleK6YMHpXYwKjHdzXaH7BA3Swbjitr8GHJFWhLh-AgpueKR2GYNS1QRaq_pOTThZ9-yTEPo0cj71MlV1CvU8BEBAXuctVSiXT6FpWTJupqvXzwkAQXvOt45Wviuhrjn-vq0G73Em20yaWoBIh5pa8576wk1XrSqtM83PO33MYHc3dp1lDS0x56hznQqM2t7kCGKyxc7KpDUVec1AlWq3G0HeEsDdIPCfHb6bTf-BAttdkx-lvuerEgp1HY9gcIXdb6A",
                        "views": "8.65M"
                      },
                      {
                        "id": 520,
                        "url": "https://t.me/durov/520",
                        "date": "2026-05-23T13:26:07+00:00",
                        "text": "🎭 WhatsApp encryption is a giant fraud.\n\n🇺🇸 The state of Texas just sued WhatsApp for lying to users about privacy — because WhatsApp employees have access to “virtually all” private messages.\n\nNow we know what WhatsApp’s founder meant when he said he “sold his users’ privacy.”\n\nStay safe — stay Telegram! 📱",
                        "views": "11.4M"
                      },
                      {
                        "id": 521,
                        "url": "https://t.me/durov/521",
                        "date": "2026-06-01T15:40:13+00:00",
                        "text": "💎 TON’s native currency is becoming Gram.\n\n🤑 Gram was the original name of TON’s currency in the first white paper.\n\n🌱 We’re returning to our roots — and starting a new chapter.\n\n✈️ This rebranding will pave the way for what comes next.\n\n⏳ The transition will take around 3 weeks. \n\n💪 TON remains the name of the blockchain.\n\n🪙 This is step 4 of 7 to Make TON Great Again.",
                        "views": "6.46M"
                      },
                      {
                        "id": 522,
                        "url": "https://t.me/durov/522",
                        "date": "2026-06-01T15:46:12+00:00",
                        "views": "7.01M"
                      },
                      {
                        "id": 523,
                        "url": "https://t.me/durov/523",
                        "date": "2026-06-09T19:33:51+00:00",
                        "text": "⌚️ A fully native Telegram app for Apple Watch is out.",
                        "media": "https://cdn4.telesco.pe/file/3d8e6da6a4.mp4?token=U8VKlC2gyrc0F3jfDwKKE-7vsCTSXo4tW5xmGHIyv3cMOkTJCDQRmAv5hPmjxndwIndVmf-x1N2Hlh7DEJLIKPAxU1HJOXaBQFhCCh0wtNQm9P-NpddXuOF_1zCFnIkhjtROv2srtJyP_dJ8A4Azuiq789S4hNcSPYimm23W57t_pIdmmgPKBGF3R8QOwkChQkffcrdu_SM_7EwM0Mc6lp-bRCER6RXS7k772yJvvaCoJTkrW51jw4FKNrTAhhNrVrp2ARbC_Ur-yBr1gI2zqXq22RklVdxfP8rKwetSTYHna1_Cx8WuI4NZFHPs1ZVKPRj7otlxQAeifKS81ZELww",
                        "views": "12.4M"
                      },
                      {
                        "id": 524,
                        "url": "https://t.me/durov/524",
                        "date": "2026-06-11T17:54:31+00:00",
                        "text": "⌚️ Telegram is now on Wear OS.\n\nOwners of Galaxy Watch, Pixel Watch, Xiaomi Watch and other smartwatches — enjoy! ☕️",
                        "media": "https://cdn4.telesco.pe/file/2192a7c5b9.mp4?token=RPXO7ibEHpbOYl_p9Y5oUfkr8FFIuotop-Q6a7dlw5Ym0i3HkANeMq_bmCJDnPNmN8Jpwt-9vssYqG19Lhz1nVoenn-Lalcnk-Hs5nPS7rImwTI3Cp8aw2qjt1xbtwDKK99JQiWrVjrHlUFf1jpmLUk23YvAsUSrQyYwYrSFObmmMGL3_-kPfm7l6BihSn49mFjhC6Z4rXDjORU09dFsosOpGdFNTNiiFLpwUL9daJrSonMwaxYjnCDXaK8bl1iWmH-3_evijhm2zaOCI0KPPCXOM1LAJPU5N5f7-6Q07Z9R4hmgGZRgwdn1GB_1G90XtY6l-0Kx-yVRS13l_tVSDw",
                        "views": "14.5M"
                      },
                      {
                        "id": 525,
                        "url": "https://t.me/durov/525",
                        "date": "2026-06-12T19:15:19+00:00",
                        "text": "🔄 Telegram’s new update is out. Lots of great new features.\n\n😂 But most importantly: the announcement is actually fun to read.",
                        "views": "16M"
                      },
                      {
                        "id": 526,
                        "url": "https://t.me/durov/526",
                        "date": "2026-06-13T20:15:20+00:00",
                        "text": "🖥 Don't be surprised if you see tables, nested lists, inline media, formulas, headers and more in Telegram messages.\n\n📖 We now support rich formatting for all chatbots.\n\n🔨 Start building! Docs for chatbot devs →",
                        "media": "https://cdn4.telesco.pe/file/1fd3fed61d.mp4?token=mAK55xIVrSSzFWP5F0zbn3P5aaQaxW_8fsUev7wYyR9fIj3hBKbu3XUMJPiO3vZdbro2hGokQ6HWjPdUnY_uo-gcdzjqJYd08vjwf14CKNIwCj9ICmrf_odi8dBUt41vGeWp_K6UgVhvOn3RUYG5aBCXCRZ4jUmr1C4KPR-8yY73IJcfxfueBLmbhR5K8M1M6y5KW8HlLcMMOlO_1EsLcwh_FoECypUBxG1mbKfOxlrTGdJl6WMZBuF2SpT_UdYQkzblxgnA2oC5Lh3LQhNwf6-pytCMdQTf0MbryavKvkq5ctEdVkz3GFON8S1bdPIvvVvsC5gOkGQh8NBN_qcEjA",
                        "views": "22.4M"
                      },
                      {
                        "id": 527,
                        "url": "https://t.me/durov/527",
                        "date": "2026-06-15T15:53:15+00:00",
                        "text": "🏆 Telegram is launching a $200,000 contest for content creators.\n\n🎬 Create a video about digital freedom using ideas and footage from this speech — plus any content or ideas of your own.\n\n📈 Pass 10,000+ organic views for a chance to win a share of the prize fund.\n\n📣 Full details in the @contest channel.",
                        "views": "23.6M"
                      },
                      {
                        "id": 528,
                        "url": "https://t.me/durov/528",
                        "date": "2026-06-15T18:58:13+00:00",
                        "text": "⛔️ The UK government wants to ban social media for children under 16.\n\nBut banning social media for kids only puts them in greater danger.\n\nThey will be pushed to use VPNs — and unlock far worse illegal content.\n\nWe’ve seen this before.\n\nWhen the Russian government banned Telegram, 95% of Russian teenagers kept using it. They just moved to VPNs. Same in Iran.\n\nParents already have the tools to restrict their kids’ digital habits: parental controls, screen-time limits — or no smartphone at all.\n\n🤦‍♂️ Instead, many parents give toddlers iPads just to keep them quiet.\n\nNo amount of government regulation will fix that.\n\nUnder the new law, all social media users in the UK will have to “prove” they’re over 16 — with an ID, face scan or bank card.\n\n🚨 Thousands in the UK are already arrested for political posts every year. \n\nIs this really about protecting children — or identifying more people to arrest?\n\nP. S. More about digital freedom in my speech — the source material for our $200,000 clipping contest.",
                        "views": "18.1M"
                      },
                      {
                        "id": 529,
                        "url": "https://t.me/durov/529",
                        "date": "2026-06-16T15:05:29+00:00",
                        "text": "🚫 India’s IT ministry banned Telegram for one week because some users shared leaked exam questions.\n\nThis punishes 150 million ordinary Telegram users in India — not the insiders who leaked the exam materials.\n\nAnd the ban hasn't stopped anything. The leaks just moved to other apps.\n\n🛡 We’ve done a lot to help fix the problem — even though its source is not Telegram.\n\nOver the past few weeks, we removed hundreds of channels sharing leaked exam materials and related scams in India.\n\nWe’ve also been making the “edited” label more visible to prevent backdating scams.\n\n🏳️ Telegram is a force for good. Banning it — even temporarily — is a mistake.",
                        "views": "8.61M"
                      },
                      {
                        "id": 531,
                        "url": "https://t.me/durov/531",
                        "date": "2026-07-16T20:45:25+00:00",
                        "text": "🩵 Telegram now has a Rich Text Editor.\n\nIt supports tables, headings, inline media, lists, AI content, formulas, and more.\n\n😈 Messaging apps will never be the same!",
                        "media": "https://cdn4.telesco.pe/file/b231b9b161.mp4?token=eSQ5-zt26MR4q5SkmGHC_mK2DWWcY-Uyzx0UWkZtDVBoFPpIBAAkvPQAjPxOZ7jeNE6dwnY_mkdVznfjJ0J237bCEiC2cUkQVcdBNgSNU_E-Iq3lDzrREXzRT-7qCgK7kbcKxY83js7fbeNd-bPepHeI7xkwjzg4riad5zDO-YQa3145qEWOykbs_FNhmVh7LryI6jstT2epYUw7Yj6d2_B44H4HcRbUrp5s8pn65W2PREiBQ-6bhNObA_fT094XLIAE2EeUKFmU8rBYitsWoD4GKEuAsjhyCHFdrCA1QdJmatgM3F4Nsuesq2bZM2_mkNvndJhI95LKOEFl9mbHwTzoLYYGMqknLXWitR9ENcuYlvuH2_duRcW1gSNrDutwJRiNb4oohoOr2QiJZhWoYyGpijaw_6z9cGAq5qraeb67jIHbQJRGf3qFSIx1nXYKlYBH2IGEFbmyeDQT784STQ5YPI-eEt4U2NpNTzs5qqOhyJVQlX8AwFaoOXyE8JMF1U5N6F2kgYRk9lSL-fG7i4rS94h3rQJ8XKuOf9GXGF6tJT-wZRWgCS1AQJnzDxJQ0sz9GR52DM9Ho7mOsVJxsH0JrprSkZ-jLGCuNWz4izHcr0djjMAgjRxHVogYUkwXcmv5R27x7EdgEMGthHOr_gJwSqXM3BRMKCcD7HrBjy0",
                        "views": "4.72M"
                      },
                      {
                        "id": 532,
                        "url": "https://t.me/durov/532",
                        "date": "2026-07-19T21:45:01+00:00",
                        "text": "🎠 Telegram now supports carousels\n\nOne small step for messaging, one giant leap toward turning cat photos into keynote presentations. 😺",
                        "media": "https://cdn4.telesco.pe/file/181642ae31.mp4?token=tTYZIjDIVH3T2qK8eCTOBDphvxVPnEOW2DexwC4AG5vzPQFma_sdgSvU1d6myHsiOb7qJyJ7WmCY26DsrfIvH5JgOipWOxQlGfTKy2uunwPoOpLpZgAqv0xiYfeVYV4cVm_UgvCVrfb15Es37nglRD3xMD1wT_xL_jreO3by6XlB0bLoOIMCvltg1lPLXSlKgMNUYvXm9_HMl6pXKPO6prC-SQLTGvPQ4g319z4XiF6uy_UVCR8edPkbn3i9I81b9jHedtpdGh7W_Z-Rzi9oi0xYb1GffGWtPKm0KVSR2nlUqaHB8OQOc5xO1lpNVletxbkNtb_Ir7bTUgcdgMi2GQ",
                        "views": "4.75M"
                      },
                      {
                        "id": 533,
                        "url": "https://t.me/durov/533",
                        "date": "2026-07-21T14:36:55+00:00",
                        "text": "🌍 This summer will see the largest rollout of a non-custodial crypto wallet in human history.\n\n⚡️Instant zero-fee crypto transactions for over a billion users are about to become reality.\n\n💎 We're bringing a native non-custodial Gram wallet to every Telegram app! 🏳️",
                        "views": "5.07M"
                      },
                      {
                        "id": 534,
                        "url": "https://t.me/durov/534",
                        "date": "2026-07-23T15:15:33+00:00",
                        "text": "🇬🇪 Very impressed with Georgia.\n\n🏔 The country is known for its warm people, ancient culture, local food and epic landscapes. \n\nBut it doesn’t stop there.\n\n📈 Thanks to its government’s business-friendly policies, Georgia is becoming a major business hub.\n\n❎️ The country’s economy doubled in 5 years and is still growing by 8% a year.\n\n💼 International tech companies pay 0% corporate tax and just 5% on dividends and salaries.\n\nGeorgia is seriously underrated as a place to visit and do business.\n\nI'll be back very soon! ✈️",
                        "views": "4.85M"
                      },
                      {
                        "id": 535,
                        "url": "https://t.me/durov/535",
                        "date": "2026-07-30T16:52:37+00:00",
                        "text": "💣 Russia has designated me as a “terrorist” for refusing its demands for mass surveillance and censorship on Telegram.\n\nUnder Russian law, I’m banned from “publishing information on the Internet” 😌\n\nRussian officials have clearly got confused about who can ban whom from the Internet  😉",
                        "views": "3.68M"
                      },
                      {
                        "id": 536,
                        "url": "https://t.me/durov/536",
                        "date": "2026-07-30T16:55:01+00:00",
                        "text": "🇦🇫😈",
                        "views": "4.03M"
                      },
                      {
                        "id": 537,
                        "url": "https://t.me/durov/537",
                        "date": "2026-08-03T07:19:56+00:00",
                        "text": "🧠 The 2026 International Olympiad in Artificial Intelligence starts today. \n\nAs a token of support for those who will reinvent our civilization, we'll issue 🏆 240 exclusive Intelligence Cups to the winners.\n\n💵 We guarantee minimum buyback prices ($1,000 per Gold Cup, etc.), but the cups' limited supply may make them worth much more on the secondary market.\n\nGood luck, AI coders! 🍀",
                        "views": "1.58M"
                      },
                      {
                        "id": 538,
                        "url": "https://t.me/durov/538",
                        "date": "2026-08-04T15:20:04+00:00",
                        "text": "Last night, Apple briefly removed Telegram from the App Store because a single user had planted illegal pornographic content in a public group chat.\n\n⬅️ Telegram was restored within hours. But I want to explain what happened — to warn other app developers and help protect online communities from similar attacks.\n\n🧹Because Telegram quickly removes illegal content from public groups using all kinds of moderation tools, the attacker had to resort to a technical trick. He inserted AI-modified illegal content by editing an old message in an active group chat. As a result, the content was effectively hidden from the group’s members, preventing them from seeing and promptly reporting it.\n\n💰  The attacker was a takedown extortionist: someone who demands ransom from group owners in exchange for not targeting their communities. These extortionists use automated accounts  to plant illegal content in public groups and then report it directly to Apple, attempting to trigger the removal of legitimate communities whose owners refused to pay them.\n\n🤝 From a practical standpoint, illegal pornographic content in Telegram’s public groups is not a systemic problem. Our moderation is effective. The fact that attackers must resort to backdated, effectively invisible content and other technical tricks proves this.\n\n⚠️ However, there are two important lessons here for app developers and online communities:\n\n— Extortionists have found a way to manipulate Apple into overreacting. Apple removed Telegram from the App Store before contacting us. This creates a potential systemic risk for every mobile app that hosts user-generated content. If an app used by more than a billion people can be removed from the App Store without prior warning, any app can be.\n\n— The tactics used by takedown extortionists are evolving, putting communities across social platforms at risk. Telegram has extensive experience identifying the tricks used by coordinated reporting gangs and protecting legitimate communities (even when doing so risks our own app being temporarily removed from the App Store). Other platforms may not be equally prepared.\n\nStay vigilant! ☝️",
                        "views": "1.3M"
                      }
                    ],
                    "newestId": 538,
                    "oldestId": 518,
                    "nextBefore": 518
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:telegram-channel/message/{channel}/{messageId}": {
      "get": {
        "operationId": "social_media_telegram_channel_message",
        "summary": "Get Single Message",
        "description": "Satu pesan channel Telegram beserta view dan reaksinya.",
        "tags": [
          "Telegram Channel"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/telegram-channel#reference-message"
        },
        "parameters": [
          {
            "name": "channel",
            "in": "path",
            "required": true,
            "description": "Telegram public channel username (without @)",
            "schema": {
              "type": "string",
              "example": "durov"
            }
          },
          {
            "name": "messageId",
            "in": "path",
            "required": true,
            "description": "Message ID within that channel",
            "schema": {
              "type": "number",
              "example": "377"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "id": 377,
                    "ok": true,
                    "url": "https://t.me/durov/377",
                    "date": "2024-11-18T18:44:19+00:00",
                    "text": "🙃 This is the biggest update in the history of Mini Apps: full-screen mode, home screen shortcuts, geolocation, motion tracking, media sharing, document creation, gift sending, subscription tiers, emoji statuses — and much more 😎 \n\n🕺 To explore some of these new features, update Telegram and check out these early examples:\n\nTiny Verse opens in full-screen, which looks great on desktops and tablets. Make sure to swipe and zoom to admire the 3D effects 😊\n\nPlaydeck's task section now features an \"Add to Home Screen\" option — and a flying Yeti that moves based on your device’s orientation 😙\n\nMajor has added a custom loading screen and the new Major Maze mini-game, where you can guide a rolling ball by tilting your phone 😎\n\n😏 This is just the beginning — all discovered within the first day of Mini Apps 2.0's launch! 😮",
                    "media": "https://cdn4.telesco.pe/file/2dbb180dc5.mp4?token=iEKbq5DqbrWbaMPq7tphPaaocpEw67gPPScekQ7FgjsQZWIFpKLaufbbSWoH0ZfiRWpnAzMDwiZZzyd9LfACIo-3BDiZp8hs_MwDlWLDDmJH0ZCfht-auhp0jeHQ8Rqa0-tnrADbiWLxtEz7QIBqU2grvSrhoOpwvCDTpGGEDkAs_DfTSMEUUwY2SNhkOJs8KBWms3nM2iYlLych46B5-Ut90uW0ZToerCVys09xVjgpti1fAaxWPHqwoQcJbmtaGfHPsVtoVJR5MhvElne4_K8xYX3va_mRUzVNEeHwdKG4Vi04co_VICCGQ3qpaO7KrxeXtHyC0UI2zVKIFonthQ",
                    "channel": "durov",
                    "reactions": [
                      {
                        "icon": "telegram-stars",
                        "countText": "12.5K"
                      },
                      {
                        "emojiId": "5434095036394387314",
                        "countText": "29K"
                      },
                      {
                        "emojiId": "5199610880257435665",
                        "countText": "13.9K"
                      },
                      {
                        "emojiId": "5217449524410199951",
                        "countText": "11.1K"
                      },
                      {
                        "emojiId": "5265077361648368841",
                        "countText": "30"
                      },
                      {
                        "emojiId": "5472404692975753822",
                        "countText": "19"
                      }
                    ],
                    "viewsText": "5.82M"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/profile/{username}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_profile",
        "summary": "Get User Profile",
        "description": "",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-profile"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Username (with/without @) or full TikTok URL",
            "schema": {
              "type": "string",
              "example": "tiktok"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ftc": false,
                    "url": "https://www.tiktok.com/@mrbeast",
                    "secUid": "MS4wLjABAAAABKjQkOz_IIzXXzEAl_9LGsWhvK-gBnlczwRPXK8EmxAp6K3X0qiaP5_OEqmm0XwG",
                    "secret": false,
                    "userId": "6614519312189947909",
                    "nickname": "MrBeast",
                    "username": "mrbeast",
                    "verified": true,
                    "diggCount": 0,
                    "signature": "Checkout My New Book!👇",
                    "createTime": 1540063576,
                    "heartCount": 1318098041,
                    "shareTitle": "MrBeast on TikTok",
                    "videoCount": 462,
                    "avatarThumb": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1e2348ca19d394037718e3b1d3fc2958~tplv-tiktokx-cropcenter:100:100.webp?dr=9640&refresh_token=0e0885f5&x-expires=1784793600&x-signature=xZdp3baT0YuVBFSmTqJnJ%2Fe0E80%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=2472a6c6&idc=useast8",
                    "isADVirtual": false,
                    "avatarLarger": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1e2348ca19d394037718e3b1d3fc2958~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640&refresh_token=94682d9d&x-expires=1784793600&x-signature=GkS3V9LMltqcxUGZjUt2eftD5jU%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=2472a6c6&idc=useast8",
                    "avatarMedium": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1e2348ca19d394037718e3b1d3fc2958~tplv-tiktokx-cropcenter:720:720.webp?dr=9640&refresh_token=d95050c9&x-expires=1784793600&x-signature=IsWvcZPe0cjbDWIEh8dMXamhWBc%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=2472a6c6&idc=useast8",
                    "isUnderAge18": false,
                    "openFavorite": false,
                    "followerCount": 129273832,
                    "followingCount": 353,
                    "privateAccount": false,
                    "shareDescription": "Checkout My New Book!👇"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/posts/{username}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_posts",
        "summary": "Get User Posts",
        "description": "",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-posts"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Username (with/without @) atau full TikTok URL",
            "schema": {
              "type": "string",
              "example": "tiktok"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Nomor halaman. Default 1",
            "schema": {
              "type": "number",
              "example": "1"
            }
          },
          {
            "name": "count",
            "in": "query",
            "required": false,
            "description": "Jumlah post per page. Default 30, max 35",
            "schema": {
              "type": "number",
              "example": "30"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 30,
                    "videos": [
                      {
                        "url": "https://www.tiktok.com/@paulmccartney/video/7642802052485106974",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/bf00efeba74f2a9f98b05624f3524bc5/6a1314d3/video/tos/maliva/tos-maliva-ve-0068c799-us/osjBQAPZKVKFEEEqkEFfEBAPDs1Q9PIfRQDqEg/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=425&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NDw3NTY6OWk4ZTY3aTo3aEBpajZqcm85cnJkOzMzaTczNEAuYS8wY2MuXy4xX2BhL2M0YSM0cmxjMmQ0cjVhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e000b0000",
                        "size": 672009,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/okRDwthQCFAABIudAiPBasACEiAAAiAE6lCC1~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=1d604679&x-expires=1779634800&x-signature=J6Q3ZmQ90wfA9yFDom4CONjcjys%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "Hi there! I’m going LIVE on TikTok to answer your questions 🐦‍⬛ See you there! 🗓️ May 27th 3:30PM BST / 10:30am EST / 7:30am PST ",
                        "author": {
                          "id": "6726967538045535237",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/c4168685b31130f0fc5606937e9b3abf~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=1a730207&x-expires=1779634800&x-signature=WmjagXRIc8S0vIMnf4K6dbMzm60%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "Paul McCartney",
                          "username": "paulmccartney"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "GB",
                        "wmSize": 0,
                        "wmplay": "https://v19.tiktokcdn-eu.com/bf00efeba74f2a9f98b05624f3524bc5/6a1314d3/video/tos/maliva/tos-maliva-ve-0068c799-us/osjBQAPZKVKFEEEqkEFfEBAPDs1Q9PIfRQDqEg/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=425&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NDw3NTY6OWk4ZTY3aTo3aEBpajZqcm85cnJkOzMzaTczNEAuYS8wY2MuXy4xX2BhL2M0YSM0cmxjMmQ0cjVhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e000b0000",
                        "musicId": "7642802074735889182",
                        "videoId": "7642802052485106974",
                        "duration": 12,
                        "diggCount": 72281,
                        "playCount": 698882,
                        "createTime": 1779478538,
                        "musicTitle": "original sound - paulmccartney",
                        "shareCount": 9891,
                        "isSlideshow": false,
                        "musicAuthor": "Paul McCartney",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oggfhU8IhCVEeAjMrQgAoWQI7YMAMICie88BBq~tplv-tiktokx-360p.webp?dr=10375&refresh_token=46f5ad13&x-expires=1779634800&x-signature=JpjCFJg4J0SaSKd843fGuSdcbZI%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 11289,
                        "commentCount": 1713,
                        "musicPlayUrl": "https://sf19.tiktokcdn-us.com/obj/ies-music-tx2/7642802131405802270.mp3",
                        "createTimeIso": "2026-05-22T19:35:38.000Z",
                        "downloadCount": 21,
                        "musicDuration": 12,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7642770753292635422",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/78cf3146f3e2803d457481c61bd7a36d/6a1314fd/video/tos/maliva/tos-maliva-ve-0068c799-us/okLYsaeUIAegIVNAInZSxjTCqyCeRCgxIS0AgG/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1005&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=Zmk0OTVlZTxnaTw5M2lmaEBpajgzPHM5cjQ8OzMzaTczNEBgMjA0Ll42NjExX2IxNjYtYSNiZGduMmRrMzVhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 7020321,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oIaQPAAO5EAhnBlpRgiuTiAAIEk1BlJRCayrA~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=05ae6a48&x-expires=1779634800&x-signature=5gnmVScM6IfkCM3W3ESQ9fdnJQo%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "Shout out all the iconic @Zara Larsson stans who helped inspire Midnight Sun: Girls Trip 🪩",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 6436195,
                        "wmplay": "https://v19.tiktokcdn-eu.com/ea734b935b4e5b8f24315861e9e2d5c7/6a1314fd/video/tos/maliva/tos-maliva-ve-0068c799-us/oY5vmIBR0EA9IQV05VGTdAEiBhYCaBk6iFIEQ/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=921&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZGhoaTg0ZWY8Zzk1aTw3M0BpajgzPHM5cjQ8OzMzaTczNEBjYy02YDMzNS8xM2E1NS01YSNiZGduMmRrMzVhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7642770792052280095",
                        "videoId": "7642770753292635422",
                        "duration": 54,
                        "diggCount": 1615,
                        "playCount": 53086,
                        "createTime": 1779471253,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 92,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/okICYYQVIRBkMi5BqAlEmAFiaAahd0ITc5vBB~tplv-tiktokx-360p.webp?dr=10375&refresh_token=3e888873&x-expires=1779634800&x-signature=TAz3H%2B%2Fi16DR3Md2%2B1UczSXMYrQ%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 154,
                        "commentCount": 261,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/ies-music-tx2/7642770849728121631.mp3",
                        "createTimeIso": "2026-05-22T17:34:13.000Z",
                        "downloadCount": 2,
                        "musicDuration": 54,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7642540102207524126",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/d0e489e51a452414378fec8436360eed/6a13151b/video/tos/maliva/tos-maliva-ve-0068c799-us/oMIPEQE6RwVDADBqii8tfsMVYB5E7iOAVYegBc/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1450&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZzU1ZGg8aGc4NWk3NmY0OEBpM2ZvOHM5cnd2OzMzaTczNEAyLjEtMDBfXzQxNi8xXmJeYSNgZV5lMmRzLjRhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 15646430,
                        "cover": "https://p19-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/owAIO5GSLAiVHgffAjI4AEKI97wQgqAeAU4OgI~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=10e712fb&x-expires=1779634800&x-signature=g6Sw%2BV%2FGNA5ln2uP0ikLaftU44M%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "the feed is better when everybody's involved, thanks for sharing your journey with us @Chanelle | Half Blind 🫶 #GlobalAccessibilityAwarenessDay",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 14325098,
                        "wmplay": "https://v19.tiktokcdn-eu.com/894af64dcd5c12d9369c6526bc27dc59/6a13151b/video/tos/maliva/tos-maliva-ve-0068c799-us/owV2IIALigpmQjAAJLIHxHR4kggvGetCqfZUVf/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1328&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NTdlMzpnOjwzOjxpPDZpNEBpM2ZvOHM5cnd2OzMzaTczNEBfLS9iYGFhXjUxYC4wX19jYSNgZV5lMmRzLjRhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7642540196575087390",
                        "videoId": "7642540102207524126",
                        "duration": 84,
                        "diggCount": 2118,
                        "playCount": 45061,
                        "createTime": 1779417548,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 202,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/o8BjMQArBSURFrIzACfJjqXXqHBfBI84MeA5Hv~tplv-tiktokx-360p.webp?dr=10375&refresh_token=b58aaa5b&x-expires=1779634800&x-signature=EP4Wl7SO%2FLX%2F%2FCitOKm0UsYzP%2Bg%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 226,
                        "commentCount": 356,
                        "musicPlayUrl": "https://sf19.tiktokcdn-us.com/obj/ies-music-tx2/7642540228686777119.mp3",
                        "createTimeIso": "2026-05-22T02:39:08.000Z",
                        "downloadCount": 8,
                        "musicDuration": 84,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7642519488302222622",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/2ee6f4949a18fdc3c2be9ac9a8ddd260/6a1314ef/video/tos/maliva/tos-maliva-ve-0068c799-us/o0frJfx86q74IAExrzYF3E0DBQBLDERP29VAQE/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=235&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=aDk6OjszNzZlNDo7PDpmZ0Bpank5eXg5cmR0OzMzaTczNEBjX14xMzIxX2AxYTZeYl40YSMybGNxMmRzbzRhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 1212051,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/ogFvEKovBBAwrUAYAei4iI1AAC8A5BYBIhvoPi~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=252b823a&x-expires=1779634800&x-signature=wcqlRdAHzigsWkgt%2Bih9ImwKAfA%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "not the #ScreenTime hacker lurking in the comment section 👀 comment your fan theories before Act II drops Friday May 22 at 12am PT (3am ET) 🍿",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 1105696,
                        "wmplay": "https://v19.tiktokcdn-eu.com/cf2b60aa0b578e8a9d295755a5f6feb5/6a1314ef/video/tos/maliva/tos-maliva-ve-0068c799-us/ogADEExqVErQBRtE2LPfBFrDcDnm36I9fGYz7A/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=214&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=O2Q2NDxoOWY5NDZmNTM5Z0Bpank5eXg5cmR0OzMzaTczNEBeYF4tYS8tNTExYDAvLS4wYSMybGNxMmRzbzRhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7642519514059737886",
                        "videoId": "7642519488302222622",
                        "duration": 40,
                        "diggCount": 2359,
                        "playCount": 37981,
                        "createTime": 1779412745,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 144,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/okAEzrYwI39EVGDBfPwDfELR2rAFAM6ADUUqI7~tplv-tiktokx-360p.webp?dr=10375&refresh_token=3e467845&x-expires=1779634800&x-signature=4JlHdB9xHoH7E3UoQB39bIUsJE8%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 213,
                        "commentCount": 263,
                        "musicPlayUrl": "https://sf19.tiktokcdn-us.com/obj/ies-music-tx2/7642519557705435934.mp3",
                        "createTimeIso": "2026-05-22T01:19:05.000Z",
                        "downloadCount": 3,
                        "musicDuration": 40,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7642410275831827742",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/a23aab076ebdc412de2738f89ac65460/6a1314f7/video/tos/maliva/tos-maliva-ve-0068c799-us/o42EOAFD0IDA7uQArQFAfeEjqPEgRalEVE80SB/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=696&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=OTYzaDY0NDw8Ojk5aTY0ZEBpM25ueXE5cnhuOzMzaTczNEBiYTEvYzEtNTAxNjVeNDNgYSM1cWg1MmRzaTRhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 4276848,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oEAABHiIEiA1YQBfBSiKPAAME7XjdCAoBB6IA6~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=e7e1997a&x-expires=1779634800&x-signature=tDo9hBPCKP61wijczeF3eE32aZg%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "searches for 'custard creams' since we clocked how much @SIENNA SPIRO loves them  📈 #BehindTheBreakthrough",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 3964121,
                        "wmplay": "https://v19.tiktokcdn-eu.com/1c5c178d07ed18cda637f2e784c7ed73/6a1314f7/video/tos/maliva/tos-maliva-ve-0068c799-us/og8PRqDjD8eEESvKEAEx0urf7lVA2FIDQOVBQ0/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=645&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NmU0ZGU3aWdkOGY0M2VlaUBpM25ueXE5cnhuOzMzaTczNEAyLTUyYDNfNWExYDRiYWIvYSM1cWg1MmRzaTRhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7642410278071634718",
                        "videoId": "7642410275831827742",
                        "duration": 48,
                        "diggCount": 1448,
                        "playCount": 23932,
                        "createTime": 1779387314,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 119,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oA0jVFDvREERdIw7NPEIerBASBOA7uHlDqfQ0Q~tplv-tiktokx-360p.webp?dr=10375&refresh_token=ef6c70b4&x-expires=1779634800&x-signature=MngHbURvK7EQh2F6m9Zj9wfEni4%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 149,
                        "commentCount": 198,
                        "musicPlayUrl": "https://sf19.tiktokcdn-us.com/obj/ies-music-tx2/7642410321772104479.mp3",
                        "createTimeIso": "2026-05-21T18:15:14.000Z",
                        "downloadCount": 3,
                        "musicDuration": 48,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7641647587056962846",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/71cba6950d1cfc18cf68d310c3c32808/6a1314ff/video/tos/maliva/tos-maliva-ve-0068c799-us/owJEADQsTFXrABVdWqrCRGAEXEIlfEeDEMljL4/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=650&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=Z2loMztpNjU5OTw6M2c3ZEBpanhmcm85cmo8OzMzaTczNEAxYzNgL2EvNjYxYi41XzMvYSNpay5oMmRrXzNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 4681137,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/osDoAEjAYIlDZF7EeVnfA5ghouAnCRAbMqEJAE~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=2a0e5638&x-expires=1779634800&x-signature=VmsdxTVJuGqVob81MvfRCX3xNpo%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "the magic of TikTok covers? sometimes they end up on that artist’s feed 🪄@SIENNA SPIRO #BehindTheBreakthrough",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 4322304,
                        "wmplay": "https://v19.tiktokcdn-eu.com/6f6334ae63cd5bcf269853c7b9030b04/6a1314ff/video/tos/maliva/tos-maliva-ve-0068c799-us/ocDMHV0CEBXDWIEsjfRlEIrE3XyrJAeAQTAEFq/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=600&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=OWRmM2UzPDc4Zzo3ZWY4ZUBpanhmcm85cmo8OzMzaTczNEAxNmJfNi4tX2AxYy02L19hYSNpay5oMmRrXzNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7641647630900710174",
                        "videoId": "7641647587056962846",
                        "duration": 56,
                        "diggCount": 10512,
                        "playCount": 1455457,
                        "createTime": 1779209755,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 400,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/o0VDrIqlE8BBIhFAq2eAWlJfTXrRBCEDMIEkAX~tplv-tiktokx-360p.webp?dr=10375&refresh_token=165cbc89&x-expires=1779634800&x-signature=a6zmH0SX1S4QC9W1Ar9oxZoJYVk%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 671,
                        "commentCount": 878,
                        "musicPlayUrl": "https://sf19.tiktokcdn-us.com/obj/ies-music-tx2/7641647693466536734.mp3",
                        "createTimeIso": "2026-05-19T16:55:55.000Z",
                        "downloadCount": 28,
                        "musicDuration": 56,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7641268387934489886",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/e02e2edebf202caccc8f89d48fdbc1d9/6a131551/video/tos/maliva/tos-maliva-ve-0068c799-us/o4i5WN91BAOMixEQi1sZ8IPAqFLfEisdCv3AIB/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=794&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=MzZkNzQ3NTg3Zjk4Zmk6OUBpamtqdW85cjVtOzMzaTczNEAuLmMwNi4yNWExY2MvNDRgYSNvbTJrMmRjbTJhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 14122525,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oM4EVAFCUEDiowAA0eAAfLEzqLIhR4OEVASzPC~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=ada8c8bb&x-expires=1779634800&x-signature=QgIAeYqp%2BSggoWbKIJrNs%2BmGRvY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "Before the debut EP and tours, @SIENNA SPIRO had day-one fans supporting her on TikTok, like @KRISTA. Watch the full-circle moment on #BehindTheBreakthrough.",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 13130744,
                        "wmplay": "https://v19.tiktokcdn-eu.com/affdcfe85908c5b8503eba00f1dbe4e7/6a131551/video/tos/maliva/tos-maliva-ve-0068c799-us/owZ1ALBMiEViMYPAQAsIB3vhI5ssBiQ1CfUExq/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=738&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NzQ6NTxlPDNkaDw0OmhkaUBpamtqdW85cjVtOzMzaTczNEBhMjVhNjQ0NWExLl4wYjMxYSNvbTJrMmRjbTJhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7641268354543569695",
                        "videoId": "7641268387934489886",
                        "duration": 138,
                        "diggCount": 104259,
                        "playCount": 9803432,
                        "createTime": 1779121449,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1327,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/osQIBiAsIv1BM4CSIALlxqibsB3UPifZ19Au5E~tplv-tiktokx-360p.webp?dr=10375&refresh_token=b9ba04e9&x-expires=1779634800&x-signature=%2BPjB5GT1WVpxv9%2FNOntQeWZdWcU%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 5584,
                        "commentCount": 1315,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27641268425213381407.mp3",
                        "createTimeIso": "2026-05-18T16:24:09.000Z",
                        "downloadCount": 226,
                        "musicDuration": 138,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7637896329779350814",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/e3ac0f8b331f2501a41f919504754596/6a131509/video/tos/maliva/tos-maliva-ve-0068c799-us/ok0f4AYfihfgPtN9PbT3NDoiABDeK1bEleoQg3/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1766&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=OjZpOjQzOzk7aTozZzhoO0BpM3d5dXA5cnFuOjMzaTczNEAtM2AwYmIzX2IxNTQyLzItYSM0Ym5kMmRjLnNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 15070965,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oswIKHFfuIDHWmAAJUAAfdEmTfQZjnKIqAl0QE~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=adf2a235&x-expires=1779634800&x-signature=H7zjVduB%2BumrM2UVCHxrgfEEYgg%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "your caribbean mom friend is LIVE 📱step into the world of @Shanisse’s Family Lifestyle 🥘✈️ #MomsofTikTok ",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 13613861,
                        "wmplay": "https://v19.tiktokcdn-eu.com/bfe81b40ae11b5233d4a3502ab84669c/6a131509/video/tos/maliva/tos-maliva-ve-0068c799-us/oY3QR9vcILAGYfgAIGmGU7vuo6QZGanf8QeeFn/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1595&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZjM8NmY7NmU7ZWY3NWc0ZUBpM3d5dXA5cnFuOjMzaTczNEBgMTM1Xl4vNmExMjYtMC00YSM0Ym5kMmRjLnNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7637896395407526686",
                        "videoId": "7637896329779350814",
                        "duration": 66,
                        "diggCount": 9530,
                        "playCount": 257214,
                        "createTime": 1778336344,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1125,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p19-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oEldg4Woe6U780vfQIMAgGf0GNnAQFvRpoQf8y~tplv-tiktokx-360p.webp?dr=10375&refresh_token=908f842a&x-expires=1779634800&x-signature=SWMV%2F1MCbPFZX6NmbTJTfsumWtU%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 10905,
                        "commentCount": 2615,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27637896447530158878.mp3",
                        "createTimeIso": "2026-05-09T14:19:04.000Z",
                        "downloadCount": 30,
                        "musicDuration": 66,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7636131611674692894",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/864251a590ed1cb39f44aa5b8f3ffdd1/6a13150d/video/tos/maliva/tos-maliva-ve-0068c799-us/owDxDqvbICXeNQENXfjfIjwIIwxgPAOKgzAXFT/?a=1233&bti=MzU8OGYpNHYpNzo5ZjEuLjpkLTptNDQwOg%3D%3D&&bt=1348&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=aGc3OzU1PDM7ODQ7PGc6NUBpMzp0c3I5cjlpOjMzaTczNEAuYl8zMDIwNTYxMDIvMWMwYSM1azVgMmRzbHBhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 12089214,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oIHI1UDuFAqLefx6AjRwAEHIBvSIQqAfATPaBE~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=fced2d76&x-expires=1779634800&x-signature=dW3lCYb20RRFz4a5U2I7nLaIUrw%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "@Zara Larsson said Girl’s Trip Season starts now 🌺 Search Midnight Sun: Girls Trip on TikTok, and listen on iHeartRadio.",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 11098743,
                        "wmplay": "https://v19.tiktokcdn-eu.com/23ba673f8a626534bc2452cdc2ea05d6/6a13150d/video/tos/maliva/tos-maliva-ve-0068c799-us/okVCgfOKDI3TFKNIbxEfPrQWeCqIzgXAwzj9wA/?a=1233&bti=MzU8OGYpNHYpNzo5ZjEuLjpkLTptNDQwOg%3D%3D&&bt=1238&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NTloNzg8NDw8aWhkOzZmOkBpMzp0c3I5cjlpOjMzaTczNEAwLV5eYzMyXmMxMF8tMGAuYSM1azVgMmRzbHBhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7636131669757414174",
                        "videoId": "7636131611674692894",
                        "duration": 70,
                        "diggCount": 12569,
                        "playCount": 352678,
                        "createTime": 1777925453,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1426,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oIFwU8ITeAKXIObCEwKPvjfCq8xfQCNiIzgAQD~tplv-tiktokx-360p.webp?dr=10375&refresh_token=7e9eb482&x-expires=1779634800&x-signature=KAn4YfgJVcpCnPYtnv%2Fae4Y05dk%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 10574,
                        "commentCount": 2331,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/ies-music-tx2/7636131697955834655.mp3",
                        "createTimeIso": "2026-05-04T20:10:53.000Z",
                        "downloadCount": 53,
                        "musicDuration": 70,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok_kr/video/7635982102428929288",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/2ef423bd6b16f75a2facff0a3b76de5c/6a131506/video/tos/alisg/tos-alisg-pve-0037c001/owvEM6FrQZpIoeeC7wiDfDwjU0AFgMHAOBnTIo/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=918&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZWVkaDVpNGk8Zzk5OzdmNkBpM3dyZ245cmc6OjMzODczNEBgMGMtMzZfXmExNGBjMTFjYSNwMi1qMmQ0XnBhLS1kMTFzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00090000",
                        "size": 7443684,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-alisg-p-0037/ooP4dhSKfBAiWQzEAIcA8AAgJ71wU0M7BCI4iD~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=bbdcd0e4&x-expires=1779634800&x-signature=8VmnrmOww%2BAg8MK6q4q7wcoNUOY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "Next-level chemistry between  TikTok and CORTIS 🤟 Discover @CORTIS on TikTok now 🎁 #CORTIS #CORTIS_TNT #GREENGREEN",
                        "author": {
                          "id": "61659601890",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-alisg-avt-0068/e6cfe9816744768741a20068bd68b21c~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=d908a7de&x-expires=1779634800&x-signature=iW9C63ZECL257HmSzwdBSWHx%2Bqc%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "틱톡 TikTok Korea",
                          "username": "tiktok_kr"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "KR",
                        "wmSize": 7705957,
                        "wmplay": "https://v19.tiktokcdn-eu.com/5dc0399d30488500232bb510300c6e43/6a131506/video/tos/alisg/tos-alisg-pve-0037c001/ogd09isCiEXIwsfCh4P14HNAIW0F0BqGAQWbAo/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=950&eid=20480&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=MzM1Njo8NGU0NTVnPDhlaEBpM3dyZ245cmc6OjMzODczNEBgNi1eNTNeNS8xMV5fYWEvYSNwMi1qMmQ0XnBhLS1kMTFzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00090000",
                        "musicId": "7635982181791271701",
                        "videoId": "7635982102428929288",
                        "duration": 63,
                        "diggCount": 161432,
                        "playCount": 609000,
                        "createTime": 1777890634,
                        "musicTitle": "original sound - tiktok_kr",
                        "shareCount": 7234,
                        "isSlideshow": false,
                        "musicAuthor": "틱톡 TikTok Korea",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-alisg-p-0037/o41fBP0NCiWqIWd9sB0wiA04IpIhAOC4HAxFGr~tplv-tiktokx-360p.webp?dr=10375&refresh_token=6a64f539&x-expires=1779634800&x-signature=zzoj6bbYOvhmImlC4QrUto%2FJq%2FU%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 15454,
                        "commentCount": 2184,
                        "musicPlayUrl": "https://sf16-ies-music-sg.tiktokcdn.com/obj/tiktok-obj/7635982187422124816.mp3",
                        "createTimeIso": "2026-05-04T10:30:34.000Z",
                        "downloadCount": 486,
                        "musicDuration": 63,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7634616554583231774",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/7744812a11f0a5580e972e86f66dce3c/6a131502/video/tos/maliva/tos-maliva-ve-0068c799-us/oULCIUVRXEX5afDEETAFY84iQfmBp0EBJgqjzA/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1340&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZGRlNzVnZDw1N2ZnNDw0N0BpM2Y1a2s5cmdzOjMzaTczNEAwLmEvNTNjXy0xMy5eYl42YSMyMTFqMmQ0aW1hLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 10157703,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oQEiApcCs52iEQiRnNIAvNAVAmAfkx9zADeE2B~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=d4776d50&x-expires=1779634800&x-signature=ZK4L8AKL431AuW7NC7MfnKMYp84%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "@Olivia Rodrigo said karaoke and the TikTok livies DELIVERED 💞",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 9274272,
                        "wmplay": "https://v19.tiktokcdn-eu.com/779673ec17e85934f3f33253811bd56b/6a131502/video/tos/maliva/tos-maliva-ve-0068c799-us/oEOAIitPDzS0iiAxIa3KImMBAi7Cq9QEtgf0E2/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1223&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZDozaTk3OmQ5Njw6ODYzOEBpM2Y1a2s5cmdzOjMzaTczNEA2MDZhNDIxXmAxYDVhMC42YSMyMTFqMmQ0aW1hLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7634616615950387998",
                        "videoId": "7634616554583231774",
                        "duration": 59,
                        "diggCount": 11896,
                        "playCount": 390595,
                        "createTime": 1777572709,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 850,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/o4pfQzYEADEdEAuEUmUBfF2jqEVn0QJaR58BcB~tplv-tiktokx-360p.webp?dr=10375&refresh_token=e8265fab&x-expires=1779634800&x-signature=YPHFpIQNh%2B5bpxD7YJRTddCz9dU%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 1176,
                        "commentCount": 2071,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27634616663861742366.mp3",
                        "createTimeIso": "2026-04-30T18:11:49.000Z",
                        "downloadCount": 25,
                        "musicDuration": 59,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7634241887720770846",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/d796380146650c8e87f30722479158d4/6a131531/video/tos/maliva/tos-maliva-ve-0068c799-us/oUYuRpNnfABgQYDBEsuyXrEAeFRik8mFzVEIEQ/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=401&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=aGVoNGg3aGQzZzk6Njk4PEBpM3J1dXE5cmo3OjMzaTczNEAtXi8wYzNjXjIxLzBjNF5hYSM1MzBeMmRjX21hLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 5465908,
                        "cover": "https://p19-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oYEyIAiAIRFfAbB0hiDqvvk3sG3CliAAKGJpBu~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=4fc81cd6&x-expires=1779634800&x-signature=Gvlh7%2B7HuhyReYkyPfHRH4t7Cg4%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "some secrets are so bad they don’t deserve to be ranked 🤭 Screen Time is OUT now exclusively on TikTok @HOORAE Media 🍿🎬",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 5004922,
                        "wmplay": "https://v19.tiktokcdn-eu.com/40b16d2b804735b62c307e732b7e56b0/6a131531/video/tos/maliva/tos-maliva-ve-0068c799-us/oYwFgEBmQWRVfXJBKfuryIk9priRYDdS8gEAAE/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=367&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZThoNjg7OTQ7OTs7N2g7OUBpM3J1dXE5cmo3OjMzaTczNEAwXy40MWE2XzQxLTZgMjMvYSM1MzBeMmRjX21hLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7634241912538450719",
                        "videoId": "7634241887720770846",
                        "duration": 106,
                        "diggCount": 20542,
                        "playCount": 483765,
                        "createTime": 1777485464,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1592,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oMWTrqu7fAvdBj4pAgLA5RqGDexhNpIIIICfyg~tplv-tiktokx-360p.webp?dr=10375&refresh_token=c5b65c51&x-expires=1779634800&x-signature=MGG6PANu%2BuDOZpyUinJjYHVrErM%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 1749,
                        "commentCount": 1863,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27634241964640095007.mp3",
                        "createTimeIso": "2026-04-29T17:57:44.000Z",
                        "downloadCount": 77,
                        "musicDuration": 106,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7633821937415834910",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/9183dd5a285132001337b17d9f7b22d0/6a131504/video/tos/maliva/tos-maliva-ve-0068c799-us/owb8Df1qEEUVEOyQ7QpAFBPwIgRMADTenECIjA/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1069&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NTgzZTQ3OjU6aDloOTY8ZkBpMzs5c3Q5cnRmOjMzaTczNEBeYzQxMGFhXi0xLS00XzRfYSNjZ3JyMmRrYWxhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 8447881,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/owDECAtgiiAZ4fAAIIkBKvtSDLyAI70wmiOvBL~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=ba4396d6&x-expires=1779634800&x-signature=%2F%2FNOZpxPWuTpqW3Eayp0m39Ww%2B4%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "@Noah Kahan always finds a way to show up for his fans 🤩",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 7731944,
                        "wmplay": "https://v19.tiktokcdn-eu.com/8c3f9da18c92d1051e59b3dce6d18625/6a131504/video/tos/maliva/tos-maliva-ve-0068c799-us/oUCPEjfDVQ1eRTpE7kY838QMhBbALEbvFgOqIA/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=978&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZWlnZmlpN2Y1N2YzZTk3PEBpMzs5c3Q5cnRmOjMzaTczNEBhMzI2MzQ0XjQxLjU2XzRhYSNjZ3JyMmRrYWxhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7633822048774589215",
                        "videoId": "7633821937415834910",
                        "duration": 61,
                        "diggCount": 26421,
                        "playCount": 1580139,
                        "createTime": 1777387712,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1039,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/o0Dh9VXqQBT8jQEZYfRkEc1EfbO8MAQPC7AlFp~tplv-tiktokx-360p.webp?dr=10375&refresh_token=bee3ad8f&x-expires=1779634800&x-signature=FPa90JD9pJeh0IvUep7h7icAQpc%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 1569,
                        "commentCount": 1920,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27633822109692676894.mp3",
                        "createTimeIso": "2026-04-28T14:48:32.000Z",
                        "downloadCount": 66,
                        "musicDuration": 61,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@zaralarsson/video/7632394492485651734",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/8451aba03c0902a7fcd0a2c6729b6aa4/6a1314e5/video/tos/no1a/tos-no1a-ve-0068c001-no/ooy1GeozIIIIEmtuqQTALD5rIcj2AZfKXLxCe4/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=654&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=Z2RlODNkODtmNjw8ODZkZkBpM2h3ZXQ5cnB1OjMzbzczNUBgYC4xXmEyNTUxYDIyLjNeYSMyc2cyMmRjYGlhLS1kMTFzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00090000",
                        "size": 2512788,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-no1a-p-0037-no/oYenILALfE1o7jAAq5I1uyI2HKtzGeIDIlbT5r~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=b75d2a9f&x-expires=1779634800&x-signature=52LIfGWXTRzjyht7SQsI1UZ%2FN0Y%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "PACK YOUR BAGS! Join me LIVE on my GIRLS TRIP on @TikTok and @iHeartRadio stations Thursday April 30th at 9pmET!! I’m soo exciteddd 🌺 ",
                        "author": {
                          "id": "205879097384816641",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-no1a-avt-0068c001-no/5a0fa6aecc0a3b03b9924a0432e62896~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=ead8c30e&x-expires=1779634800&x-signature=uZvTWWbJeeGN%2BexA%2FN%2FUkIeH76A%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "Zara Larsson",
                          "username": "zaralarsson"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 2750431,
                        "wmplay": "https://v19.tiktokcdn-eu.com/6bc87f9916420ff2896618544d41eace/6a1314e5/video/tos/no1a/tos-no1a-ve-0068c001-no/osnYU9AIIzGA1IeL2iD5vTAyoFqLjIgPQLHcef/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=716&eid=5376&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NmQ2Ozs3aTZlODU1OjM8NkBpM2h3ZXQ5cnB1OjMzbzczNUBfMzBgLjY1NTUxX2NhM15eYSMyc2cyMmRjYGlhLS1kMTFzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00090000",
                        "musicId": "7632394493836888854",
                        "videoId": "7632394492485651734",
                        "duration": 30,
                        "diggCount": 134637,
                        "playCount": 2450739,
                        "createTime": 1777055327,
                        "musicTitle": "original sound - zaralarsson",
                        "shareCount": 3434,
                        "isSlideshow": false,
                        "musicAuthor": "Zara Larsson",
                        "originCover": "https://p19-common-sign.tiktokcdn-eu.com/tos-no1a-p-0037-no/osxrj2RgTBIeIfLRtD1X4fyQA7MFVCA9zA8Kmz~tplv-tiktokx-360p.webp?dr=10375&refresh_token=e2fff4c7&x-expires=1779634800&x-signature=8ESpn8RUJA9CXzuBZWnXZrW8%2F9U%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 9977,
                        "commentCount": 3977,
                        "musicPlayUrl": "https://sf16-music.tiktokcdn-eu.com/obj/ies-music-eu2-no/7632394518239251222.mp3",
                        "createTimeIso": "2026-04-24T18:28:47.000Z",
                        "downloadCount": 235,
                        "musicDuration": 30,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7632035781472734495",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/dff8ab029a4862112bbcfb968d90bda8/6a131504/video/tos/maliva/tos-maliva-ve-0068c799-us/ocfuJeFTmptUIAEMcapFzE3DBrLR6ERq8rVAQE/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1473&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=OGY3ZTUzZTs1NzVpZmYzZUBpanhvd285cmU5OjMzaTczNEA2MGM1MjFjNTAxYy0yLjAtYSM1NmlwMmRrcmlhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 11686247,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/ooIIgK0ATrqodTOqBiEii9iD8AABKAf7icCADC~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=4e165e60&x-expires=1779634800&x-signature=4zo0VA5g3d5%2BUFEaBtU0yDYnTqQ%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "the world needs @Moore Crunch 🥨💕",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 10837038,
                        "wmplay": "https://v19.tiktokcdn-eu.com/4cedc216c213255299b5e308f60d4c4d/6a131504/video/tos/maliva/tos-maliva-ve-0068c799-us/ooA8QVizuDAHctUlqmFrERpgfEpA8BW6Iaf9qE/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1366&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=PDxmOjg3Ozg8OWdnaGYzN0Bpanhvd285cmU5OjMzaTczNEBfXmMxNmM2NS0xMmFiY2IzYSM1NmlwMmRrcmlhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7632035793724328735",
                        "videoId": "7632035781472734495",
                        "duration": 61,
                        "diggCount": 11703,
                        "playCount": 319265,
                        "createTime": 1776971818,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 929,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oAajEEAFpISrHRBAz2E6e8ImcRcuDf4BVCZptq~tplv-tiktokx-360p.webp?dr=10375&refresh_token=9321bff6&x-expires=1779634800&x-signature=HTAgKeQydfUINU3IQhT8pgVH0uA%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 1115,
                        "commentCount": 1663,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27632035864830429982.mp3",
                        "createTimeIso": "2026-04-23T19:16:58.000Z",
                        "downloadCount": 47,
                        "musicDuration": 62,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7631229398531788062",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/9cd3ca6c89a2ce2c4402c7b608ed32a9/6a1314fc/video/tos/maliva/tos-maliva-ve-0068c799-us/oQTAqfegNCxAyAWj5IRi1fzBmzILAa88RRSMQJ/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1969&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=M2U6PGVkOmZoNTg5NTg0OUBpamg4NHE5cjxzOjMzaTczNEAwMi5fY2NfXjExLzE0MjZhYSMxaGkzMmRrMWdhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 13371194,
                        "cover": "https://p19-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/okAAMQyUTIAeSrn6AMEscAezWAWhqA8j0I2reQ~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=e9a88414&x-expires=1779634800&x-signature=M8HUjsjyf64YG04BS%2BbxQPx%2FqUU%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "this STEMTok creativity is blowing us away 👏",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 12184665,
                        "wmplay": "https://v19.tiktokcdn-eu.com/483347462e9085d1414b2efbccc63c18/6a1314fc/video/tos/maliva/tos-maliva-ve-0068c799-us/oAnJ3iAIqB0v8pCSkALGArvaIvOJMFii4QEneQ/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1794&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=Zjw0Zzc7OmdnPGlnNWk6Z0Bpamg4NHE5cjxzOjMzaTczNEBgMC5gXi40Xi8xXmMuNl9iYSMxaGkzMmRrMWdhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7631229493591542559",
                        "videoId": "7631229398531788062",
                        "duration": 53,
                        "diggCount": 10760,
                        "playCount": 262112,
                        "createTime": 1776784085,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 826,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/ooMGIGA0iAOIdzIJOiDtvBOAnJ2B8i3SeqakpC~tplv-tiktokx-360p.webp?dr=10375&refresh_token=9395e11d&x-expires=1779634800&x-signature=ELQCFX8jlsilOnfJ4y4ZZmpSkqw%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 3092,
                        "commentCount": 1481,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27631229538877393695.mp3",
                        "createTimeIso": "2026-04-21T15:08:05.000Z",
                        "downloadCount": 50,
                        "musicDuration": 53,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7631201918366289165",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/b8e28697df4bc6dc35811dfaf9ad7f35/6a1314e4/video/tos/maliva/tos-maliva-ve-0068c799-us/oAs75v1VMRueYdfOAxWAkejbPC8ITRHgQRAGIz/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1223&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=O2g7Ozg6NWdlNjw1NDdmOEBpM211bnE5cm1xOjMzZzczNEAtLS9gMTIzNmMxNGA0LWBiYSNvbGFuMmRjZ2dhLS1kMS9zcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 4639204,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast5-p-0068-tx/okeOuZgQEnDA5S8F3bCgHp8n6AYDREAAIR8yfu~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=902c5c85&x-expires=1779634800&x-signature=23hhVUqE5UmyWDqTgXxywwzLMS8%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "PSA: always sing your ❤️ out, you'll never know who's going to listen 👀   tune into the full episode of Behind the Breakthrough with @SIENNA SPIRO, on our page coming soon.",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 4262428,
                        "wmplay": "https://v19.tiktokcdn-eu.com/5a33ca8af612d45dda37d2d7a4b74910/6a1314e4/video/tos/maliva/tos-maliva-ve-0068c799-us/osXEd84fQqvESo5BnOUDfDsRnNAFgI3gItCpIj/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1123&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZTRnNmZpZzQ3ZmhoZjk5aUBpM211bnE5cm1xOjMzZzczNEBjNl8uLjZeNTAxX14xMGMvYSNvbGFuMmRjZ2dhLS1kMS9zcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7631202037841152782",
                        "videoId": "7631201918366289165",
                        "duration": 29,
                        "diggCount": 148489,
                        "playCount": 6121348,
                        "createTime": 1776777705,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1892,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast5-p-0068-tx/ogT3k4OVbCPgvAWjfHxgGesHfzI7Az8nTO8MQY~tplv-tiktokx-360p.webp?dr=10375&refresh_token=276e3cb7&x-expires=1779634800&x-signature=UIwfwur5UjVpUqfdPIF0%2Bw70fTM%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 5619,
                        "commentCount": 1668,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/7631202134381316878.mp3",
                        "createTimeIso": "2026-04-21T13:21:45.000Z",
                        "downloadCount": 386,
                        "musicDuration": 29,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok_uk/video/7630874294385413398",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/6a4490490cebfd5c0141b5299a7252f1/6a131520/video/tos/no1a/tos-no1a-ve-0068c001-no/oAgtEEkmpFB5UXm4ADBQfjV5Fg7QkIfRDEkgmS/?a=1233&bti=MzU8OGYpNHYpNzo5ZjEuLjpkLTptNDQwOg%3D%3D&&bt=2059&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZDo3NWg1Z2VkPGg2Njc7PEBpamVmN3Y5cnM3OjMzbzczNUAvYjEtNjY2XmMxM2FjYi40YSNoMWY1MmRrcWdhLS1kMTFzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00090000",
                        "size": 23608451,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-no1a-p-0037-no/osKDC2vBSE0OIq0CbTdDDejZmB8AtiPAiAAwIw~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=7187b4d4&x-expires=1779634800&x-signature=e2idE8NAp%2FX6m1ndEC21ta%2Bobwk%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "From Kirkcaldy to your For You Feed ✨ People really fly across the ocean just for the @REBECCA’S gravy pour and we’re here for it 💖🌈 ",
                        "author": {
                          "id": "8811223",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-no1a-avt-0068c001-no/f00a90ce749e45c7a1fe38b6d2c3c0d5~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=63191a96&x-expires=1779634800&x-signature=HELnpVGIrkZ60roN3wyqGL7ngG4%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok UK",
                          "username": "tiktok_uk"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "GB",
                        "wmSize": 0,
                        "wmplay": "https://v19.tiktokcdn-eu.com/6a4490490cebfd5c0141b5299a7252f1/6a131520/video/tos/no1a/tos-no1a-ve-0068c001-no/oAgtEEkmpFB5UXm4ADBQfjV5Fg7QkIfRDEkgmS/?a=1233&bti=MzU8OGYpNHYpNzo5ZjEuLjpkLTptNDQwOg%3D%3D&&bt=2059&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZDo3NWg1Z2VkPGg2Njc7PEBpamVmN3Y5cnM3OjMzbzczNUAvYjEtNjY2XmMxM2FjYi40YSNoMWY1MmRrcWdhLS1kMTFzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00090000",
                        "musicId": "7630874336890489622",
                        "videoId": "7630874294385413398",
                        "duration": 89,
                        "diggCount": 6733,
                        "playCount": 131040,
                        "createTime": 1776701380,
                        "musicTitle": "original sound - tiktok_uk",
                        "shareCount": 638,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok UK",
                        "originCover": "https://p19-common-sign.tiktokcdn-eu.com/tos-no1a-p-0037-no/oI8IIfLzugGhNxGA3k5AeJIBTMgjj7MLIYfJnD~tplv-tiktokx-360p.webp?dr=10375&refresh_token=800e5083&x-expires=1779634800&x-signature=kzczBCYdy4JRVibt1FtPJo7ndvo%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 656,
                        "commentCount": 615,
                        "musicPlayUrl": "https://sf19-music.tiktokcdn-eu.com/obj/ies-music-eu2-no/7630874363927038742.mp3",
                        "createTimeIso": "2026-04-20T16:09:40.000Z",
                        "downloadCount": 1,
                        "musicDuration": 89,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7628619815690833183",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/e58b97ebc6f31681d9b001530da33924/6a1314f7/video/tos/maliva/tos-maliva-ve-0068c799-us/ogE0KpkBTixEEeFRiXIg7IAV2mAfuqg8Z23QxD/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=874&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ODk5Zzs0aTs1ZDNkNjM6M0BpamVneGo5cnQ3OjMzaTczNEAwNjU0YTBiXjUxNC1jLjQyYSNvL2cxMmRrbGNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 5454476,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oEsGEw03A1wRAIQWpAQGqxFwEVEeVkfTCEAADA~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=d04f744b&x-expires=1779634800&x-signature=0jZZFHX6G2wSR%2F0X5Xqhj4uiEdc%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "a reminder to romanticize the little moments ❤️",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 4941526,
                        "wmplay": "https://v19.tiktokcdn-eu.com/7eb2cf7080a6d154fc58b3699155f03e/6a1314f7/video/tos/maliva/tos-maliva-ve-0068c799-us/oIAgeFiqx3TYDT3JRf0BkHEgAVEPEObIXpo2Qu/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=791&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NTYzOGY0Zzg1aTVmOjo3OEBpamVneGo5cnQ3OjMzaTczNEBjNGAzNi0tNi4xNS9iYzQyYSNvL2cxMmRrbGNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7628619900222753567",
                        "videoId": "7628619815690833183",
                        "duration": 48,
                        "diggCount": 13028,
                        "playCount": 392711,
                        "createTime": 1776176493,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1139,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/owVBkQiqegpAu0BT0cE2BF3EREXDTAxV2QfOiX~tplv-tiktokx-360p.webp?dr=10375&refresh_token=8c2d57bb&x-expires=1779634800&x-signature=ZU0ydYrziAkIbktV40IA8u%2Frx%2Bg%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 1273,
                        "commentCount": 2701,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27628619956657146654.mp3",
                        "createTimeIso": "2026-04-14T14:21:33.000Z",
                        "downloadCount": 53,
                        "musicDuration": 48,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7627209981670001950",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/a15a6de42571588c3bca06d8a11a636a/6a131514/video/tos/maliva/tos-maliva-ve-0068c799-us/oURBEAIvVd7ia1oBJASjo4RbEvMEZQ3lOSvli/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1340&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=MzhpZzw8ZWQ4NTs5NzY2N0Bpamg2bnI5cjtuOjMzaTczNEAzLjZhYGBhNWExYDMuNWEuYSM1YmlxMmRrZ2BhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 13361803,
                        "cover": "https://p19-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oIlEE2oVfQAU0AwmnRlsyfAAQAEiICDGpIFRAF~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=c6dfdbd2&x-expires=1779634800&x-signature=E3YK%2Fd6LPFetEfR%2Fd9FCRxH7MNM%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "your TikTok grandpa @writers cramp is proud of you 🫵🥹❤️",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 12480544,
                        "wmplay": "https://v19.tiktokcdn-eu.com/3dd1063bb65f632a84d713e09c245c7c/6a131514/video/tos/maliva/tos-maliva-ve-0068c799-us/oooOl3ZRBdAiv4SLJE5zoZzSBaE7IAAR1QMiV/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1252&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=OWg3OmY8M2U3OWRkNzs4aUBpamg2bnI5cjtuOjMzaTczNEA0My5gMzAwXy0xMi02LmMzYSM1YmlxMmRrZ2BhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7627210068635568926",
                        "videoId": "7627209981670001950",
                        "duration": 77,
                        "diggCount": 18211,
                        "playCount": 280054,
                        "createTime": 1775848235,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1309,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/o00vSIoR7IAM8BV34UaJRAViBdolaBSyiO3EZ~tplv-tiktokx-360p.webp?dr=10375&refresh_token=b95c5656&x-expires=1779634800&x-signature=uCQ1upl72%2FDw6OmYuBM4k24Ff%2F0%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 1690,
                        "commentCount": 2577,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/ies-music-tx2/7627210116295199519.mp3",
                        "createTimeIso": "2026-04-10T19:10:35.000Z",
                        "downloadCount": 62,
                        "musicDuration": 77,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7626810027520593183",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/93a27ffa8f5d78d940de80c920bcf6e0/6a13150d/video/tos/maliva/tos-maliva-ve-0068c799-us/ocgvRAIfjvjrAfGT9LmjeOA6YzKIxIkAqn7wCt/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1074&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZWg3NmU0ZmY1NDtmaTg3aUBpM202cWw5cnh3OjMzaTczNEA0MmEtYTExX14xMGFgLzQzYSNnZ2lrMmQ0cF9hLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 9695295,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/o4AJv9eEDQGqgv49AzFAVPRX1CfJpAEIEVAtE1~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=96875cff&x-expires=1779634800&x-signature=uZ4QTJsXscE6xVjNy6oepfUOYz8%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "wishing it, singing it, living it 🎶 TikTok LIVE made @⭐️Anyelique Solorio⭐️ dreams real 💫",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 8836902,
                        "wmplay": "https://v19.tiktokcdn-eu.com/9ba20fcc8e8b1c85b82688f0eceefc17/6a13150d/video/tos/maliva/tos-maliva-ve-0068c799-us/osmz1QqGTC3KzU5LIIb76AIeIIoXer3AejE3Xx/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=979&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ODU4NmRnNmk8NTVpPDZpNUBpM202cWw5cnh3OjMzaTczNEBhYy5gLl8uNjMxNmFeYDYwYSNnZ2lrMmQ0cF9hLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7626810017768885022",
                        "videoId": "7626810027520593183",
                        "duration": 70,
                        "diggCount": 13639,
                        "playCount": 228482,
                        "createTime": 1775755097,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1323,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oYCBA3zr8LzGeI7BITIGK1emIowyAzoeIqXx5j~tplv-tiktokx-360p.webp?dr=10375&refresh_token=0958dc56&x-expires=1779634800&x-signature=mCE43n9Z7ZJMjJf6NXKRnOxi4Ps%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 1302,
                        "commentCount": 1733,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27626810082197539615.mp3",
                        "createTimeIso": "2026-04-09T17:18:17.000Z",
                        "downloadCount": 63,
                        "musicDuration": 70,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tastebuds_nyc/video/7624270296031202573",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/2a29fe4eb8a9f048d0b90c31e87854bb/6a131572/video/tos/maliva/tos-maliva-ve-0068c799-us/oYQjinQeRPzP5dkfIC25s4AgM8ArXHBeDCATaR/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=944&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=OTVpaDQ8NDpkZTNoZjc3PEBpM3k7OXY5cnFnOjMzZzczNEBjMTQwLy02XzMxLjRfMWFiYSNmZC9fMmQ0YTRhLS1kMS9zcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 20713209,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast5-p-0068-tx/oM2XOA9n2JAl5iI0D5ifBBwmP2cAypEXIABwC8~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=25b68a5e&x-expires=1779634800&x-signature=fBPZBVt33jIIvURASvSI4S3CNvA%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "Trying food from every country in the world, without leaving New York City. Episode 19: Honduras 🇭🇳 S/O @tiktok for helping us find @siesvecinos 🌎 #nyc #food #tiktok ",
                        "author": {
                          "id": "7045805732814013445",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/23e22527aae5b09db675b8cb667a1540~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=41b4abef&x-expires=1779634800&x-signature=nH%2FSIYXehGx2YknlTjrUAiDpmuo%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "tastebuds_nyc",
                          "username": "tastebuds_nyc"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 19221227,
                        "wmplay": "https://v19.tiktokcdn-eu.com/93525905b0cce4cb55c8d80583aaf027/6a131572/video/tos/maliva/tos-maliva-ve-0068c799-us/owWnkQ5IGI02aCsfAIeeAbgqhLZhkTHISxIjNd/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=876&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=Njw8Ozw1ZDhnNjo2ZjxlN0BpM3k7OXY5cnFnOjMzZzczNEBiYmEzX2EwXjAxM14uNTJfYSNmZC9fMmQ0YTRhLS1kMS9zcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7624270322342808333",
                        "videoId": "7624270296031202573",
                        "duration": 171,
                        "diggCount": 103980,
                        "playCount": 510308,
                        "createTime": 1775163771,
                        "musicTitle": "original sound - tastebuds_nyc",
                        "shareCount": 4480,
                        "isSlideshow": false,
                        "musicAuthor": "tastebuds_nyc",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast5-p-0068-tx/oA2nGex5IIakQa2fZATALChOQTjaAshIfHpgIB~tplv-tiktokx-360p.webp?dr=10375&refresh_token=0d6e0122&x-expires=1779634800&x-signature=GB%2FAfuEX%2FTy2jI14LXSqdbvaptI%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 4878,
                        "commentCount": 3830,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/ies-music-tx/7624270355125455629.mp3",
                        "createTimeIso": "2026-04-02T21:02:51.000Z",
                        "downloadCount": 151,
                        "musicDuration": 171,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7624178064527740190",
                        "isAd": true,
                        "play": "https://v19.tiktokcdn-eu.com/0820a66d5af6df8d6b0fdaf782c3fdb9/6a131502/video/tos/maliva/tos-maliva-ve-0068c799-us/ocmRKgVDpBh6Gd7FEOZozAQWEEgOfzYAmRIbfr/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=986&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NjQ0PDtmaDY8OTg7N2hmO0BpajY0bnc5cnQ7OjMzaTczNEBgMC8uLTYyXy4xMV5fYTQyYSM2b24yMmRzNTRhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 7552065,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/ooKsaAqGTEC2HvDLIAAQfAIsIISdenpAfjQyGr~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=8f923996&x-expires=1779634800&x-signature=gDTuw%2BNaO71EBEKZhTKlXg8XqRA%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "the sick girl support system we didn’t know we needed 🫶 @nicolepedra #MyLIVEMyStory",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 7023833,
                        "wmplay": "https://v19.tiktokcdn-eu.com/aa7aa3c456090774445e07d530a11ce5/6a131502/video/tos/maliva/tos-maliva-ve-0068c799-us/o0XjCGOiIqTfdIvThAQ0QEs5IAL0Q9B5o1biiA/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=917&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=Zzc0OTlmN2k0NWU4NmlmN0BpajY0bnc5cnQ7OjMzaTczNEA1YmMtMzZeNjAxY2A1Yy82YSM2b24yMmRzNTRhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7624178022102485791",
                        "videoId": "7624178064527740190",
                        "duration": 59,
                        "diggCount": 42581,
                        "playCount": 34706069,
                        "createTime": 1775142296,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 2458,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oYOdjySCIILAZqrf9nIATQB0VhTiii10AAOIh5~tplv-tiktokx-360p.webp?dr=10375&refresh_token=0acf5eff&x-expires=1779634800&x-signature=MxRNazgNdZ69Bfi4roMRuHuyu4w%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 3842,
                        "commentCount": 2372,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27624178102482045726.mp3",
                        "createTimeIso": "2026-04-02T15:04:56.000Z",
                        "downloadCount": 20,
                        "musicDuration": 59,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7623530460693515550",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/ea9728f07c5bdc1625b90c5cae8abc55/6a13150c/video/tos/maliva/tos-maliva-ve-0068c799-us/oUcIcIcGAjyCl5ULeJTjIAAVgbYNamReGzSeRq/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1467&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=Z2c3NjU6OmU0M2RnODU7NUBpajs4Zm85cmg2OjMzaTczNEBeMl8uM2A2NjMxNV4xLzNeYSNvXm9fMmRjYjNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 13147199,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/okflAOUGDpmEIAErc7qF0EfDCVA2zQRYilVAAE~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=0d292f90&x-expires=1779634800&x-signature=P8gHI9INtENUE0H5Rr5Msr8IkIs%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "honoring trans voices today & always 🏳️‍⚧️ happy TDOV 💘 @THEE BEAUTEUSS ",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 11709286,
                        "wmplay": "https://v19.tiktokcdn-eu.com/f6b81e6a808319055a1a5d3f66c892a1/6a13150c/video/tos/maliva/tos-maliva-ve-0068c799-us/o0kuIq3WcBAMOzLrKhi1iI0QrCVAIAj5EZf4Mi/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1307&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=OThlZWU0ZTc0N2U3ZGllNEBpajs4Zm85cmg2OjMzaTczNEA2X2MtNDEzX2ExM2M2NWAyYSNvXm9fMmRjYjNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7623530536153139999",
                        "videoId": "7623530460693515550",
                        "duration": 69,
                        "diggCount": 15350,
                        "playCount": 244467,
                        "createTime": 1774991527,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1184,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/ooIMIh3t0IqMCqi1OA5iDDuiIZBBWtAVcAf1Kz~tplv-tiktokx-360p.webp?dr=10375&refresh_token=67152f76&x-expires=1779634800&x-signature=aJxvMO0R%2B5QfLTtqBAxU8I7BGq8%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 1471,
                        "commentCount": 2056,
                        "musicPlayUrl": "https://sf19.tiktokcdn-us.com/obj/ies-music-tx2/7623530579081841439.mp3",
                        "createTimeIso": "2026-03-31T21:12:07.000Z",
                        "downloadCount": 69,
                        "musicDuration": 70,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tmobile/video/7623104764754103565",
                        "isAd": true,
                        "play": "https://v19.tiktokcdn-eu.com/7e8ca7e44fdfa40c974ef3f5d06aa59b/6a131502/video/tos/maliva/tos-maliva-ve-0068c799-us/ogqIQLCjkGTMl9Ih1AY8AepxgeTR6AHIaeRqWA/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=854&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NDNoaWczaDU0Ojc5Zzc7ZEBpM253ZW45cmRlOjMzZzczNEAtMWBeL2IxNS8xNTYxXjNgYSNtbG00MmQ0NTJhLS1kMS9zcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 6463991,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast5-p-0068-tx/oICPRFEwJkAiqiVtDsIU05fvArBCBBAIgAY0OK~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=31cf3177&x-expires=1779634800&x-signature=NJO%2FskYUK3jGsjMvsiNVAKsxGNw%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "don’t worry @Charlie Puth music makes us cry too 😭 tune in to the full episode of TikTok In The Mix, presented by T-Mobile ",
                        "author": {
                          "id": "6721246225590584325",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/7316947090885017642~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=ad575c3c&x-expires=1779634800&x-signature=ePLWomgf26kEQ5rYLIUgEPZbAOM%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "T-Mobile",
                          "username": "tmobile"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 5814887,
                        "wmplay": "https://v19.tiktokcdn-eu.com/6195fa6095c97e4fdf4e7d10892accd0/6a131502/video/tos/maliva/tos-maliva-ve-0068c799-us/oskGkLbFI2egI0LATVpAeaWe6hQjCRIlVQHv84/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=769&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZGQ3OTY5OzUzNWk7ZGU4OUBpM253ZW45cmRlOjMzZzczNEAzMmA0MTQyXzMxXjJhYy1jYSNtbG00MmQ0NTJhLS1kMS9zcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7623104830055222030",
                        "videoId": "7623104764754103565",
                        "duration": 59,
                        "diggCount": 49113,
                        "playCount": 10643213,
                        "createTime": 1774892428,
                        "musicTitle": "original sound - tmobile",
                        "shareCount": 593,
                        "isSlideshow": false,
                        "musicAuthor": "T-Mobile",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast5-p-0068-tx/ooYOEcOU0Byg4AM08PNKPjIBiBciaItKU4qXv~tplv-tiktokx-360p.webp?dr=10375&refresh_token=ef8e7c93&x-expires=1779634800&x-signature=3NLg8RxbV0yrJBWqocHMaFZKu2s%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 2512,
                        "commentCount": 5567,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/7623104922972293901.mp3",
                        "createTimeIso": "2026-03-30T17:40:28.000Z",
                        "downloadCount": 11,
                        "musicDuration": 59,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7622064700431289630",
                        "isAd": true,
                        "play": "https://v19.tiktokcdn-eu.com/3cac9eac020dfce7e7da8daef1578402/6a1314fe/video/tos/maliva/tos-maliva-ve-0068c799-us/o4IAFiiIQDwfb54q7055AaqH4MICEIpRB4AMiA/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1205&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NjlmN2lmZTk5ODRlMzg5ZUBpM2Y5M3M5cnJqOjMzaTczNEA0Xl9iX2M1XmMxNGMuNjRjYSNhZm5pMmRjMjBhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 8591895,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oUAE8OpnABR0EM5EFwAGhIQDOAdVxA6CEifex3~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=df1dcf34&x-expires=1779634800&x-signature=5jNeC4kXf0FFcSfWfN6PUqukwM4%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "@Ezra Frech isn’t letting anything stop him from winning and neither should you 🫵🥇 #MyLIVEMyStory",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 7934765,
                        "wmplay": "https://v19.tiktokcdn-eu.com/23d79d764ca2c63d8f79f5c8e7a2d3dd/6a1314fe/video/tos/maliva/tos-maliva-ve-0068c799-us/ocaFTQqB0AA5MUpiiHk4bAIqCiRHf4cADIE6Tw/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=1112&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NWhlOmloNTU5ZmY3ZmU4M0BpM2Y5M3M5cnJqOjMzaTczNEAyYzFfMzVeX2AxX14yLy1eYSNhZm5pMmRjMjBhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7622064747508222751",
                        "videoId": "7622064700431289630",
                        "duration": 55,
                        "diggCount": 141058,
                        "playCount": 117044899,
                        "createTime": 1774650254,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 6099,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oAiF5BU04AWpiMwCi5D4DIAAqBHfIgRaCqaAIB~tplv-tiktokx-360p.webp?dr=10375&refresh_token=2a31f2da&x-expires=1779634800&x-signature=2HYoKI4dw5EPL9t1Wr%2BU%2FshBbJM%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 10511,
                        "commentCount": 3634,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/ies-music-tx2/7622064800608373535.mp3",
                        "createTimeIso": "2026-03-27T22:24:14.000Z",
                        "downloadCount": 53,
                        "musicDuration": 55,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7622051063377546527",
                        "isAd": true,
                        "play": "https://v19.tiktokcdn-eu.com/f72e96ff2316386328bcb2def6ab9e0e/6a131509/video/tos/maliva/tos-maliva-ve-0068c799-us/oQAlEE0pVESQGRoEanGfBF9xjDzFbvIyfv3IAA/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=808&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZzZmZDdnNWZnNTM6OWVkNEBpanlrcnM5cjdpOjMzaTczNEA0Y2MzY2IvNjAxMjAyMmA2YSNnay0zMmRrYTBhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 6906103,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/owFc5AVDpC97eTpFEAAvZAEqEEJGfxAANRIyDg~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=44b98194&x-expires=1779634800&x-signature=4UKAY6x93Zxls1BmCUCATuh1X%2Bg%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "Professor Puth said it best 🗣️ share your knowledge on TikTok. tune in to the full episode of TikTok In The Mix, presented by @T-Mobile ",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 6204155,
                        "wmplay": "https://v19.tiktokcdn-eu.com/8c898e8b7dd584daa98127cd963b9cae/6a131509/video/tos/maliva/tos-maliva-ve-0068c799-us/oYfGSbaE6ARIQE2IdBFpA9rDAnVqFEQzfvxE3y/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=726&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=aTpkZDs2O2RnZzc2NmU1NEBpanlrcnM5cjdpOjMzaTczNEAxLV8zYDBgNmMxNF5jYy00YSNnay0zMmRrYTBhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7622051069698345758",
                        "videoId": "7622051063377546527",
                        "duration": 66,
                        "diggCount": 66190,
                        "playCount": 11895516,
                        "createTime": 1774647074,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 436,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/osFayKVpxAW3EfSBEyAvjR9BVUGfI2ItEbnAID~tplv-tiktokx-360p.webp?dr=10375&refresh_token=acc582bd&x-expires=1779634800&x-signature=b8t9VqLnr2t%2Fi4Zwn8S5cnwc09I%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 3403,
                        "commentCount": 1923,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/ies-music-tx2/7622051129458838303.mp3",
                        "createTimeIso": "2026-03-27T21:31:14.000Z",
                        "downloadCount": 9,
                        "musicDuration": 66,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7622029139947605279",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-eu.com/9b5751b07b39aa3d4999e4acbbd86d25/6a1314e7/video/tos/maliva/tos-maliva-ve-0068c799-us/ow3xVI8ED8tKuB4tAEf0AoQNOFxSIpEEofaRkG/?a=1233&bti=MzU8OGYpNHYpNzo5ZjEuLjpkLTptNDQwOg%3D%3D&&bt=2051&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NjxlOGVmN2VoOWY8aTM4Z0BpM2dqbnk5cmloOjMzaTczNEAtYTAuMi80NmMxMDQvM2EzYSNhcWtsMmQ0MjBhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 8615871,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/osAHAfd3DEGpFATErNExufIlxCVQ1OtApYRiMA~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=2da6125e&x-expires=1779634800&x-signature=do2jxfPku6ZCus%2FeN7tLRKZ%2BR3I%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "my inner child is (internally) screaming every lyric 🥹 search 'Hannah Montana' on TikTok and tune into the 20th Anniversary special on @Disney+ 💫",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 7904784,
                        "wmplay": "https://v19.tiktokcdn-eu.com/a08426db5f63d81ca461807131cbd83e/6a1314e7/video/tos/maliva/tos-maliva-ve-0068c799-us/o8neANrRAYgH1AJeRx0F4voerQUeziXKG4GhFA/?a=1233&bti=MzU8OGYpNHYpNzo5ZjEuLjpkLTptNDQwOg%3D%3D&&bt=1882&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=NmQ0NGdnODczZjw6aDs7NkBpM2dqbnk5cmloOjMzaTczNEBjNTE2MGIxNTUxYTIyYzY2YSNhcWtsMmQ0MjBhLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7622029169739713311",
                        "videoId": "7622029139947605279",
                        "duration": 32,
                        "diggCount": 9403,
                        "playCount": 152740,
                        "createTime": 1774641965,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 508,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oAGOt7XERIxAzVBffjIBS8DpKBaFEE8uBA0K4x~tplv-tiktokx-360p.webp?dr=10375&refresh_token=5f9743f4&x-expires=1779634800&x-signature=ArddLMHMhkQGMAc855rIJUJb2EQ%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 829,
                        "commentCount": 933,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/ies-music-tx2/7622029224404749086.mp3",
                        "createTimeIso": "2026-03-27T20:06:05.000Z",
                        "downloadCount": 54,
                        "musicDuration": 32,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7621658376077888798",
                        "isAd": true,
                        "play": "https://v19.tiktokcdn-eu.com/2c6023784bd0b6921d7d2a36bbe68404/6a131be2/video/tos/maliva/tos-maliva-ve-0068c799-us/o4lYpEIpmlDVA2ApQUfEBx2FoVFWRxBExWF1fR/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=770&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=aDRlZ2RnNjc5N2Y8OTY4ZkBpMzNmaG45cmRyOjMzaTczNEAzYS9fYi82X18xMjBjYGM0YSNuaW9xMmRjZy9hLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 179453006,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oQgLnDAieAIPkPGMAGjTlfEAIIIqLIAXiyAQof~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=338bd77e&x-expires=1779634800&x-signature=WS7rP4kVl7AMdsrVuBBBMsLPjkc%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "rumor has it @Charlie Puth travels with a keyboard 🎹 thanks for joining us and Jack Coyne from @Track Star for TikTok In the Mix, presented by @T-Mobile 💘",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 161517818,
                        "wmplay": "https://v19.tiktokcdn-eu.com/aee2bf4dddd9215770314f73b516123f/6a131be2/video/tos/maliva/tos-maliva-ve-0068c799-us/oM60RxTbaAC0SIYLAIi04lqBUf7gKCsiiCATFE/?a=1233&bti=M0BzMzU8OGYpNzo5Zi5wIzEuLjpkNDQwOg%3D%3D&&bt=693&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=Mzg2ZzQ7Ozw1NDo2NDw8Z0BpMzNmaG45cmRyOjMzaTczNEA1NDZjLzE0XzExY2BgMy82YSNuaW9xMmRjZy9hLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7621658444109548319",
                        "videoId": "7621658376077888798",
                        "duration": 1819,
                        "diggCount": 91522,
                        "playCount": 23247303,
                        "createTime": 1774555637,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 269,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oYWmQVEDd1fEVphCJpYLEBoQNLFM2RAx2pBeQA~tplv-tiktokx-360p.webp?dr=10375&refresh_token=680b2982&x-expires=1779634800&x-signature=mTNEcZmvWbmzxHdUr7R%2BIuS7mJg%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 6372,
                        "commentCount": 1896,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/ies-music-tx2/7621658514510842654.mp3",
                        "createTimeIso": "2026-03-26T20:07:17.000Z",
                        "downloadCount": 6,
                        "musicDuration": 1819,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7621282555890814238",
                        "isAd": true,
                        "play": "https://v19.tiktokcdn-eu.com/84ffd51b28dd8c630190d18b777d30aa/6a131516/video/tos/maliva/tos-maliva-ve-0068c799-us/o4arEAefqiEQSPjjIHAeIrLIB8HCxTEFGKIHC9/?a=1233&bti=MzU8OGYpNHYpNzo5ZjEuLjpkLTptNDQwOg%3D%3D&&bt=805&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=O2U6PDNnZjg7M2czZTw1Z0BpMzV0aWs5cmo2OjMzaTczNEBhYjYyYjA1NjExXy4vYDA2YSM2anMyMmRzai9hLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "size": 8151523,
                        "cover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oc44EKm6aBADP7AVAhi0iI0ADCBAKBq4IOfWEi~tplv-tiktokx-cropcenter:300:400.jpeg?dr=10399&refresh_token=334faa38&x-expires=1779634800&x-signature=zrvpyr8B2%2BXRm3yGPYXrEtfsKPk%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH",
                        "isTop": false,
                        "title": "coming thru with multiple povs from #WomensHistoryMonth at The Met only on TikTok LIVE 🎨",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=10397&refresh_token=c39391a8&x-expires=1779634800&x-signature=fRRQ4s%2FGpo%2FeqXvJP8zikNp88BY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 7620125,
                        "wmplay": "https://v19.tiktokcdn-eu.com/6f401746ff0987911fc561cc13df560f/6a131516/video/tos/maliva/tos-maliva-ve-0068c799-us/o8fFEAr7HqQoeIETHiLeICA6CPkRaSIrjHGEIH/?a=1233&bti=MzU8OGYpNHYpNzo5ZjEuLjpkLTptNDQwOg%3D%3D&&bt=752&ft=ERfCkaZWD0DK12Nv_BfAzIxRQjj5hq_45SY&mime_type=video_mp4&rc=ZjVnM2k3OWZkZDk3ODhpZ0BpMzV0aWs5cmo2OjMzaTczNEAuLjMzYjViNS0xYy4yXjZhYSM2anMyMmRzai9hLS1kMTJzcw%3D%3D&vvpl=1&l=2026052323095954A4AC5B6FA74582A0DC&btag=e00088000",
                        "musicId": "7621282657674038047",
                        "videoId": "7621282555890814238",
                        "duration": 79,
                        "diggCount": 23795,
                        "playCount": 33400208,
                        "createTime": 1774468151,
                        "musicTitle": "original sound - tiktok",
                        "shareCount": 1278,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok",
                        "originCover": "https://p16-common-sign.tiktokcdn-eu.com/tos-useast8-p-0068-tx2/oIeeEnHAIACIurArE2GCqTIDiILa2Pj1HLSIrf~tplv-tiktokx-360p.webp?dr=10375&refresh_token=b28e2c75&x-expires=1779634800&x-signature=SBauFuidMHXDY6jxaYC3obASuro%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast2b&s=PUBLISH&ftpl=1",
                        "collectCount": 2269,
                        "commentCount": 1164,
                        "musicPlayUrl": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27621282703194802974.mp3",
                        "createTimeIso": "2026-03-25T19:49:11.000Z",
                        "downloadCount": 25,
                        "musicDuration": 79,
                        "musicOriginal": true
                      }
                    ],
                    "hasMore": true,
                    "nextPage": 2,
                    "username": "tiktok"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/post/{id}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_post",
        "summary": "Get Detail Post",
        "description": "",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-post"
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "description": "Video ID (numeric) atau full TikTok URL. Auto-inject dari path-param via template `:id`.",
            "schema": {
              "type": "string",
              "example": "7554652158981983544"
            }
          },
          {
            "name": "url",
            "in": "query",
            "required": false,
            "description": "Full TikTok video URL — alias untuk id (dipakai bulk async scraping)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hd",
            "in": "query",
            "required": false,
            "description": "Request HD play URL kalau available. Default true",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "url": "https://www.tiktok.com/@mrbeast/video/7659558620098465055",
                    "isAd": false,
                    "play": "https://v16m.tiktokcdn-us.com/7e8db613ae0e5955a19a51b0c4da6daa/6a5f7f52/video/tos/useast8/tos-useast8-ve-0068c004-tx2/oMGgqFDzjIIeIInORYEQQeCAcgQACjHLmUfsFy/?a=1233&bti=OUBzOTg7QGo6OjZAL3AjLTAzYCMxNDNg&&bt=1629&ft=arR-Iqq2m0nPD12o~gdI3wU1OGrdaeF~O5&mime_type=video_mp4&rc=OWdpZGRlOTs2aWllZzg0N0BpMzVwNWs5cjY2PDMzaTczNEBhYmMvM19hNjExMDMwNWEwYSNvZC1sMmRrYzNhLS1kMTJzcw%3D%3D&vvpl=1&l=20260721081631D525FB3687370C5095DF&btag=e000b8000",
                    "size": 3995654,
                    "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oEqAV2YyHCgIDAFRyEvQ8AfAATE1ACfC3gcDEO~tplv-tiktokx-dmt-logoccm:300:400:tos-useast8-i-0068-tx2/o0BEgADaFAEGTOMRARTHACuEdf0EIVAfAqDDYE.jpeg?dr=8595&refresh_token=46dc33cc&x-expires=1784707200&x-signature=WoHeq9%2FFyqYEwYq%2FmKwq%2FnvAamE%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1d1a97fc&idc=useast5&biz_tag=tt_video&s=AWEME_DETAIL&sc=cover",
                    "music": {
                      "id": "7659558591884118814",
                      "title": "original sound - mrbeast",
                      "author": "MrBeast",
                      "playUrl": "https://v19-ies-music.tiktokcdn-us.com/25b1db0166b820dd789512bb4fbf4a31/6a686585/video/tos/useast8/tos-useast8-v-27dcd7-tx2/oQIVMEIcTMwmEMGUJL5FefchiAroXIsAqeHXCZ/?a=583965&bti=OUBzOTg7QGo6OjZAL3AjLTAzYCMxNDNg&&bt=125&ft=aERJYqq2m0nPD12o~gdI3wU1OGrdaeF~O5&mime_type=audio_mpeg&rc=ZTNoO2llZDM6O2Y3ODg0aUBpM3lqOXQ5cjU2PDMzaTU8NEBhLi1iYWAuXjAxYGIyYV8tYSNlcjBtMmRzZDNhLS1kMTJzcw%3D%3D&vvpl=1&l=20260721081631D525FB3687370C5095DF&btag=e000f8000&shp=d05b14bd&shcp=-",
                      "duration": 19,
                      "original": true
                    },
                    "title": "@riley check your DMs :) @riley ",
                    "author": {
                      "id": "6614519312189947909",
                      "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/1e2348ca19d394037718e3b1d3fc2958~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&idc=useast5&ps=87d6e48a&refresh_token=da8ae928&s=AWEME_DETAIL&sc=avatar&shcp=1d1a97fc&shp=d05b14bd&t=223449c4&x-expires=1784707200&x-signature=rK7H8nPH020zsIuZcvmZCDp0QMg%3D",
                      "nickname": "MrBeast",
                      "username": "mrbeast"
                    },
                    "hdSize": 3639675,
                    "hdplay": "https://v16m-default.tiktokcdn-us.com/a3eb63870a349f8e830f1c00f48b3ac9/6a5f7f52/video/tos/useast8/tos-useast8-pve-0068-tx2/oMIeQqsgODAVOQGReGFjIjUgJIQAFC4mILfkME/?a=0&bti=OUBzOTg7QGo6OjZAL3AjLTAzYCMxNDNg&&bt=1484&ft=ary.8qUHm3-PD12o~gdI3wUdS7bhMeF~O5&mime_type=video_mp4&rc=O2dlNDdlPGQ7Z2RpaTQ5aEBpMzVwNWs5cjY2PDMzaTczNEAwYGMxLy4vXmIxMTNhXi5eYSNvZC1sMmRrYzNhLS1kMTJzcw%3D%3D&vvpl=1&l=20260721081631EB487DDD0B8ACC59D5E3&btag=e000b8000",
                    "images": [],
                    "region": "US",
                    "wmSize": 3642568,
                    "wmplay": "https://v16m.tiktokcdn-us.com/417dd5b464029631619e71a4d86fc257/6a5f7f52/video/tos/useast8/tos-useast8-pve-0068-tx2/o82IeeUIMQFDUCLOAOqBGfEJFIAjVgmjTsQgGQ/?a=1233&bti=OUBzOTg7QGo6OjZAL3AjLTAzYCMxNDNg&&bt=1485&ft=arR-Iqq2m0nPD12o~gdI3wU1OGrdaeF~O5&mime_type=video_mp4&rc=NmVoNGlnNzU2ZWU7OTw8aUBpMzVwNWs5cjY2PDMzaTczNEAyLTQxLzRfNWMxXy9gYi9gYSNvZC1sMmRrYzNhLS1kMTJzcw%3D%3D&vvpl=1&l=20260721081631D525FB3687370C5095DF&btag=e000b8000",
                    "anchors": [],
                    "videoId": "7659558620098465055",
                    "duration": 19,
                    "diggCount": 522498,
                    "playCount": 7392809,
                    "createTime": 1783379976,
                    "shareCount": 23433,
                    "isSlideshow": false,
                    "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/ooOkMAhua2CIwoVAY4FARtyuEjw3ivBIBBxiI~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=e01de40c&x-expires=1784707200&x-signature=zlaC9JtziTiER8IPRH39zFuyj44%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1d1a97fc&idc=useast5&biz_tag=tt_video&s=AWEME_DETAIL&sc=feed_cover",
                    "collectCount": 19752,
                    "commentCount": 22379,
                    "createTimeIso": "2026-07-06T23:19:36.000Z",
                    "downloadCount": 597
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/comments/{id}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_comments",
        "summary": "Get Post Comments",
        "description": "Komentar sebuah video TikTok beserta penulisnya. Catatan: statistik penulis komentar (followerCount, videoCount, dan sejenisnya) selalu 0 — sumber datanya tidak mengirim angka itu di daftar komentar. Pakai endpoint profile kalau butuh angka aslinya.",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-comments"
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "description": "Video ID (numeric) atau full TikTok URL",
            "schema": {
              "type": "string",
              "example": "7554652158981983544"
            }
          },
          {
            "name": "url",
            "in": "query",
            "required": false,
            "description": "Full TikTok video URL — alias untuk id (dipakai bulk async scraping)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Nomor halaman. Default 1",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "count",
            "in": "query",
            "required": false,
            "description": "Jumlah komentar per page. Default 20, max 50",
            "schema": {
              "type": "number"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 7,
                    "total": 22379,
                    "hasMore": true,
                    "videoId": "7659558620098465055",
                    "comments": [
                      {
                        "text": "I LOVE YOU OMGGGG THANK YOU",
                        "author": {
                          "id": "7082730284035130410",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/64c15499b4abf1ae4291fa5141246716~tplv-tiktokx-cropcenter-q:100:100:q70.jpeg?dr=8835&idc=useast5&ps=87d6e48a&refresh_token=516d1459&s=COMMENT_LIST&sc=avatar&shcp=ff37627b&shp=30310797&t=223449c4&x-expires=1784707200&x-signature=dHw7M6piwhRRByLfhL9fg3Bu5TM%3D",
                          "region": "US",
                          "nickname": "riley",
                          "username": "rileylovesguineapigz",
                          "followerCount": 0
                        },
                        "images": [],
                        "videoId": "7659558620098465055",
                        "commentId": "7659558849795572511",
                        "diggCount": 117418,
                        "createTime": 1783380036,
                        "replyCount": 85,
                        "createTimeIso": "2026-07-06T23:20:36.000Z"
                      },
                      {
                        "text": "yo mrbeast my 1 million dollars broke down",
                        "author": {
                          "id": "7620528461370770452",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/856555478564b1e097eda42aa6daea72~tplv-tiktokx-cropcenter-q:100:100:q70.jpeg?dr=8835&idc=useast5&ps=87d6e48a&refresh_token=c6dccbd4&s=COMMENT_LIST&sc=avatar&shcp=ff37627b&shp=30310797&t=223449c4&x-expires=1784707200&x-signature=kthKfZvh7IEwEqCRMZtsk5ojcyE%3D",
                          "region": "PK",
                          "nickname": "👑CALL ME SAMEER👑",
                          "username": "callmesameer16",
                          "followerCount": 0
                        },
                        "images": [],
                        "videoId": "7659558620098465055",
                        "commentId": "7659683020446958337",
                        "diggCount": 3290,
                        "createTime": 1783408974,
                        "replyCount": 7,
                        "createTimeIso": "2026-07-07T07:22:54.000Z"
                      },
                      {
                        "text": "She wasn’t even following? 😭",
                        "author": {
                          "id": "7395868844667946027",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/aa81decc71eb29e6cf5ed75849bef515~tplv-tiktokx-cropcenter-q:100:100:q70.jpeg?dr=8835&idc=useast5&ps=87d6e48a&refresh_token=e6f9191a&s=COMMENT_LIST&sc=avatar&shcp=ff37627b&shp=30310797&t=223449c4&x-expires=1784707200&x-signature=DyOagIgjnHbEu3Pn%2BJSgTuZbDMg%3D",
                          "region": "US",
                          "nickname": "CoTW/CT(AKA_BLAKE)💙",
                          "username": "cotw_clips9673",
                          "followerCount": 0
                        },
                        "images": [],
                        "videoId": "7659558620098465055",
                        "commentId": "7659946464688259870",
                        "diggCount": 18583,
                        "createTime": 1783470291,
                        "replyCount": 26,
                        "createTimeIso": "2026-07-08T00:24:51.000Z"
                      },
                      {
                        "text": "Bro should consider making a YouTube Channel",
                        "author": {
                          "id": "7357402926577517574",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/6e1603b62f4c8224699762fedd588643~tplv-tiktokx-cropcenter-q:100:100:q70.jpeg?dr=8835&idc=useast5&ps=87d6e48a&refresh_token=a35e33bd&s=COMMENT_LIST&sc=avatar&shcp=ff37627b&shp=30310797&t=223449c4&x-expires=1784707200&x-signature=AOL9WD6RH3kfsXiiP%2FVx9Te8d7Q%3D",
                          "region": "PK",
                          "nickname": "ssalaajikyl",
                          "username": "ssalaajikyl",
                          "followerCount": 0
                        },
                        "images": [],
                        "videoId": "7659558620098465055",
                        "commentId": "7659566632197997313",
                        "diggCount": 7478,
                        "createTime": 1783381848,
                        "replyCount": 25,
                        "createTimeIso": "2026-07-06T23:50:48.000Z"
                      },
                      {
                        "text": "I love him",
                        "author": {
                          "id": "6669850252496093190",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/9f4315a2c636415c918dc81fd0963d64~tplv-tiktokx-cropcenter-q:100:100:q70.jpeg?dr=8835&idc=useast5&ps=87d6e48a&refresh_token=10fd83f5&s=COMMENT_LIST&sc=avatar&shcp=ff37627b&shp=30310797&t=223449c4&x-expires=1784707200&x-signature=Ev13JzCt5nqVK3Qb4%2BSuWqvLK0w%3D",
                          "region": "US",
                          "nickname": "Brandon Max",
                          "username": "itsbrandonmax",
                          "followerCount": 0
                        },
                        "images": [],
                        "videoId": "7659558620098465055",
                        "commentId": "7659928117440168718",
                        "diggCount": 1867,
                        "createTime": 1783466021,
                        "replyCount": 36,
                        "createTimeIso": "2026-07-07T23:13:41.000Z"
                      },
                      {
                        "text": "dead internet theory proven",
                        "author": {
                          "id": "7537075067378009106",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/485c549f0d4e7450c135f191565ba3a6~tplv-tiktokx-cropcenter-q:100:100:q70.jpeg?dr=8835&idc=useast5&ps=87d6e48a&refresh_token=63d85141&s=COMMENT_LIST&sc=avatar&shcp=ff37627b&shp=30310797&t=223449c4&x-expires=1784707200&x-signature=iHABT79WiKWrKHdD4pOU5cYoIIY%3D",
                          "region": "DZ",
                          "nickname": "moony",
                          "username": "moonyvoid_",
                          "followerCount": 0
                        },
                        "images": [],
                        "videoId": "7659558620098465055",
                        "commentId": "7659563601674502932",
                        "diggCount": 193,
                        "createTime": 1783381158,
                        "replyCount": 6,
                        "createTimeIso": "2026-07-06T23:39:18.000Z"
                      },
                      {
                        "text": "Mrs aap reply Nahin dete",
                        "author": {
                          "id": "7650415663802696725",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/b098a56a605eb44750e8033f5fadb9b4~tplv-tiktokx-cropcenter-q:100:100:q70.jpeg?dr=8835&idc=useast5&ps=87d6e48a&refresh_token=d97911a6&s=COMMENT_LIST&sc=avatar&shcp=ff37627b&shp=30310797&t=223449c4&x-expires=1784707200&x-signature=VeXKDcGZ8tFeU2UtblO67tZhEu8%3D",
                          "region": "PK",
                          "nickname": "🖤Ali🔥 Waris🫵",
                          "username": "aliwaris..6",
                          "followerCount": 0
                        },
                        "images": [],
                        "videoId": "7659558620098465055",
                        "commentId": "7664880510318183189",
                        "diggCount": 0,
                        "createTime": 1784619082,
                        "replyCount": 0,
                        "createTimeIso": "2026-07-21T07:31:22.000Z"
                      }
                    ],
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/following/{username}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_following",
        "summary": "Get User Following",
        "description": "",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-following"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Username (with/without @) atau full TikTok URL",
            "schema": {
              "type": "string",
              "example": "youtube"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Nomor halaman. Default 1",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "count",
            "in": "query",
            "required": false,
            "description": "Jumlah user per page. Default 30, max 50",
            "schema": {
              "type": "number"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 1,
                    "total": 2,
                    "userId": "107955",
                    "hasMore": false,
                    "nextPage": null,
                    "username": "tiktok",
                    "following": [
                      {
                        "id": "6551237489917432832",
                        "avatar": "https://p19-common-sign.tiktokcdn.com/tos-maliva-avt-0068/7310199914919673862~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&idc=my2&ps=87d6e48a&refresh_token=b3070e5f&s=COMMON_RELATION_LIST&sc=avatar&shcp=65db1d19&shp=30310797&t=223449c4&x-expires=1784707200&x-signature=WacTmu6lPZmh%2FfJojSiwAx3lRJk%3D",
                        "region": "PH",
                        "secUid": "MS4wLjABAAAAXqqA-cLDC0hfQPIrS5APYNsg04zkl-socWCkqkI3UIOaEe6_Qnokg0GcWpLnMNQP",
                        "nickname": "tiktok creators",
                        "username": "tiktokcreators",
                        "verified": true,
                        "diggCount": 1857,
                        "signature": "The official account for TikTok Creators who inspire creativity and bring joy ✨\n\n⬇️ Creator Growth Challenge 💰⬇️",
                        "heartCount": 33288042,
                        "videoCount": 1088,
                        "followerCount": 8499482,
                        "followingCount": 568,
                        "privateAccount": false
                      }
                    ]
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/hashtag/{name}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_hashtag",
        "summary": "Get Hashtag Info",
        "description": "Statistik hashtag TikTok: jumlah video dan total view.",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-hashtag"
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "description": "Hashtag name (with or without #) or a full TikTok tag URL",
            "schema": {
              "type": "string",
              "example": "fyp"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "url": "https://www.tiktok.com/tag/belajarditiktok",
                    "hashtag": "belajarditiktok",
                    "hashtagId": "1591477531538433",
                    "userCount": 137054,
                    "viewCount": 3361168284
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/hashtag-posts/{name}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_hashtag_posts",
        "summary": "Get Hashtag Posts",
        "description": "Video yang diposting di bawah sebuah hashtag TikTok.",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-hashtag-posts"
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "description": "Hashtag name (with or without #) or a full TikTok tag URL",
            "schema": {
              "type": "string",
              "example": "belajarditiktok"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number. Default 1",
            "schema": {
              "type": "number",
              "example": "1"
            }
          },
          {
            "name": "count",
            "in": "query",
            "required": false,
            "description": "Videos per page. Default 20, max 20",
            "schema": {
              "type": "number",
              "example": "20"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 18,
                    "videos": [
                      {
                        "url": "https://www.tiktok.com/@janeelisabet8/video/7670379271004654866",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/08582cdbdb93b94fd0cdf55e75f02dc5/6a74c2ad/video/tos/alisg/tos-alisg-pve-0037c001/o8TyCNwEi9BAOuOiVvAc91qR1BGAICQ1IFWkfG/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=420&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=Zmg5NzU8OmQ3aTllaTM1aEBpMzduOm85cnhkPDMzODczNEAzNl5hYzQzXjIxM2JeNjYwYSMuYS4wMmRzZW1hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "size": 1932747,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oYEjeDcDqBUqIANFEwEqFAQMEBalfcVg4RQrD7~tplv-tiktokx-dmt-logom:tos-alisg-i-0068/oEePBOfDcIsUR0qE7UPgDcrqlCqAMElAFAAXQg.image?dr=8594&refresh_token=91d30807&x-expires=1786100400&x-signature=kOpXEIiGEsYNboUXUEMCghHruFY%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=cover",
                        "isTop": false,
                        "title": "Kalimat singkat bahasa inggris #otodidakbahasainggris #belajarditiktok #bukubahasainggrispemula #bukubahasainggrispemula #lancarbahasainggris ",
                        "author": {
                          "id": "6865098292344685569",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/7d69222d003afbafbdd7cabad68a7afd~tplv-tiktokx-cropcenter:300:300.jpeg?dr=9638&refresh_token=239318e3&x-expires=1786100400&x-signature=xPoCPBSgEQtwafrQnXZHfJ9%2FG3Q%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8",
                          "nickname": "Jane Elisabet",
                          "username": "janeelisabet8"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 4283242,
                        "wmplay": "https://v45.tiktokcdn-us.com/86ca29563a597c3b0669b235ab65f6d2/6a74c2ad/video/tos/alisg/tos-alisg-pve-0037c001/ocAFACa1ui9QEIRERCyfAiqOZBnXGVI1kUGNcw/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=932&eid=20480&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=MzRlPGg3NTpmOmdkPDg1O0BpMzduOm85cnhkPDMzODczNEAzXmBjYDFjNjYxNl5iYzE1YSMuYS4wMmRzZW1hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "musicId": "7670379319407823617",
                        "videoId": "7670379271004654866",
                        "duration": 35,
                        "diggCount": 1297,
                        "playCount": 13327,
                        "createTime": 1785899352,
                        "musicTitle": "original sound - janeelisabet8",
                        "shareCount": 60,
                        "isSlideshow": false,
                        "musicAuthor": "Jane Elisabet",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oUrwckq9AGRCV1u1ItCAAGNuViIpIBiyRlOOfB~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=1ad088f6&x-expires=1786100400&x-signature=SDJbLMx5U6JJ2EUJMbOKeLisq7I%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=feed_cover",
                        "collectCount": 433,
                        "commentCount": 14,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/tiktok-obj/7670379324515584788.mp3",
                        "createTimeIso": "2026-08-05T03:09:12.000Z",
                        "downloadCount": 70,
                        "musicDuration": 35,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@toko.hopeng/video/7670525975750364436",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/fa3bbfdf2d25a9404c476fc9aeffbafb/6a74c2e3/video/tos/alisg/tos-alisg-pve-0037c001/o0EABADPtAQizQQEaQMAnBlzLXiI9uGYgh3Yt/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=573&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=ODQ0Zzs8Omc5NDNoaGQ2M0BpMzM2cG05cmpsPDMzODczNEA0YDQzNl8vNTExLi8yMi1gYSMtby9mMmQ0bm1hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "size": 6562440,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oAEA1IYzQYBtMVlXjlE4BIaALwz9wAQisginP~tplv-tiktokx-origin.image?dr=8593&refresh_token=e9aa944f&x-expires=1786100400&x-signature=WNqUp6K21rrgJfxrDIYDefz3CPk%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=cover",
                        "isTop": false,
                        "title": "Hari pertama belajar Mandarin bareng hopeng.. Gimana pengyoumen?  Bisa dimengerti  nda nihh kalo @Sianne AW jadi laoshi? #tokohopeng #learnchinese #belajarmandarin #belajarbareng #belajarditiktok ",
                        "author": {
                          "id": "7597683177062810644",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/a5d80159de42e47f448cba6bb22d1bdd~tplv-tiktokx-cropcenter:300:300.jpeg?dr=9638&refresh_token=5ef22d51&x-expires=1786100400&x-signature=%2Fizn0Qvl0aiM0XGlJSZ5wGz5Tuc%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8",
                          "nickname": "Toko Hopeng",
                          "username": "toko.hopeng"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 13666432,
                        "wmplay": "https://v45.tiktokcdn-us.com/7703f25c711a8216bb7ec218f37cd735/6a74c2e3/video/tos/alisg/tos-alisg-pve-0037c001/og2AgEnzPJQNAQiLi9qIlzYMYEBaBXtuxQmAC/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=1193&eid=20480&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=NjM3aGc7N2Y6PDplaWRmPEBpMzM2cG05cmpsPDMzODczNEBjMGAxLmItNTMxNDQ2LV4tYSMtby9mMmQ0bm1hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "musicId": "7670526060831869703",
                        "videoId": "7670525975750364436",
                        "duration": 89,
                        "diggCount": 211,
                        "playCount": 12594,
                        "createTime": 1785933509,
                        "musicTitle": "original sound - toko.hopeng",
                        "shareCount": 23,
                        "isSlideshow": false,
                        "musicAuthor": "Toko Hopeng",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/ooP0gitIBAAziiQlAgEsxaYLYzBnI54X9BQM5~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=fc096fe4&x-expires=1786100400&x-signature=cspOQBn4EId7zzH4B25su%2BN%2FUuQ%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=feed_cover",
                        "collectCount": 30,
                        "commentCount": 17,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/tiktok-obj/7670526066620500753.mp3",
                        "createTimeIso": "2026-08-05T12:38:29.000Z",
                        "downloadCount": 3,
                        "musicDuration": 89,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@kamutaugak11/video/7670436653189680400",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/0eed793e428d326a845cd51d85367b76/6a74c2af/video/tos/alisg/tos-alisg-pve-0037/owAAQZzysr1EfAJB91BWuIHFuO3Ki7iwaBuBwT/?a=1233&bti=Ojs2NGYpQHM6OjZALjU2OmQvcCMxNDNg&&bt=307&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=OzRlZ2Y5Zjs8NjU5aDwzOkBpM210bnc5cjZnPDMzODgzNEA2LjUvYC5iNS0xMWMwY15hYSNscXFpMmRzb21hLS1kL2Bzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e0008d000",
                        "size": 1488627,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oseyXKgcfAEcqvBqADVqN9CD2EBUFCA19tAIp4~tplv-tiktokx-origin.image?dr=8593&refresh_token=09ae582a&x-expires=1786100400&x-signature=vwdQT0TjEi9XdA3UDj5%2BxkjJb3Q%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=cover",
                        "isTop": false,
                        "title": "Kamu tau nggak kalau satu buah nanas ternyata terbentuk dari banyak buah nanas? Setiap pola seperti “mata” di permukaannya berasal dari satu bunga yang berbeda. Yuk, tonton sampai habis! #Nanas #faktaunik #edukasitiktok #sainsseru #Belajarditiktok#fyp",
                        "author": {
                          "id": "7658238549774468117",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/18143bf7a2e010d06eb6a5bcd9c230e8~tplv-tiktokx-cropcenter:300:300.jpeg?dr=9638&refresh_token=a9d58b46&x-expires=1786100400&x-signature=tTLger%2FU%2FQvg7LmZ%2BaWq9WuBAcY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8",
                          "nickname": "KamuTauGak?",
                          "username": "kamutaugak11"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 2814906,
                        "wmplay": "https://v45.tiktokcdn-us.com/312776d84e145ff54a65e0ca2f03f7ff/6a74c2af/video/tos/alisg/tos-alisg-pve-0037/oQBryZf7QuzW1iCBMO9AAHuwiOEA3ITwKuxrsX/?a=1233&bti=Ojs2NGYpQHM6OjZALjU2OmQvcCMxNDNg&&bt=581&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=ZGVoOjM8OmY5NjplNGY3ZUBpM210bnc5cjZnPDMzODgzNEBiMGFiLjIzNWExXjRgMDZjYSNscXFpMmRzb21hLS1kL2Bzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e0008d000",
                        "musicId": "7559095724965922832",
                        "videoId": "7670436653189680400",
                        "duration": 37,
                        "diggCount": 23,
                        "playCount": 728,
                        "createTime": 1785929700,
                        "musicTitle": "KAWAII.",
                        "shareCount": 2,
                        "isSlideshow": false,
                        "musicAuthor": "Mofeny",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/o8h7IuiB5rfAu9LA31WyBzwIZViaTKAOuHAy1w~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=09b99507&x-expires=1786100400&x-signature=4b3ktKM0641s5n7rVzMLAvtbVOo%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=feed_cover",
                        "collectCount": 5,
                        "commentCount": 2,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/tos-alisg-ve-2774/oAFzmeMmnvT8dLlCOQlcATfQAIeXg1jMGxAKeR",
                        "createTimeIso": "2026-08-05T11:35:00.000Z",
                        "downloadCount": 0,
                        "musicDuration": 193,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@new_cuan_bisnisonline/video/7599069299801640199",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/7bae9e3d4058cc68d7a27ff1ce98fb9d/6a74c30b/video/tos/alisg/tos-alisg-pve-0037c001/osBdR6DUdBUf7IyI1RE9UHsEQeoFIEpCBEgAWH/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=563&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=Zzk2N2Y5OTw8NGk0Njs2Z0BpMzZqaW45cnVuODMzODczNEAvLTE2My4yNjMxLl8vNDAvYSNzL2gxMmQ0cW5hLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "size": 9339284,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oETUpBI99ADlgsAXEdBECnM1fUF1RdcEQABQfA~tplv-tiktokx-dmt-logom:tos-alisg-i-0068/ocfDFCPaUEoABD9qIAAqEfyXUndApQA9CBrRgw.image?dr=8594&refresh_token=68911e58&x-expires=1786100400&x-signature=QMcGSN4u8XIkrUz%2BcUAAcCDvowA%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=cover",
                        "isTop": false,
                        "title": "Tehnik Bedah Akun Tiktok #promomakangajian #belajarditiktok #creatorsearchinsight ",
                        "author": {
                          "id": "7051188443787887642",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/5420ccc0dc557889b1fc4124dcf4f45a~tplv-tiktokx-cropcenter:300:300.jpeg?dr=9638&refresh_token=ec1203dd&x-expires=1786100400&x-signature=How9b8IHGbayZ4NWqp1iMAtR79U%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8",
                          "nickname": "New Cuan Bisnis Online",
                          "username": "new_cuan_bisnisonline"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 11496024,
                        "wmplay": "https://v45.tiktokcdn-us.com/2654b654fd38ba4b50c452e2d334248b/6a74c30b/video/tos/alisg/tos-alisg-pve-0037c001/ogfs9HjpUp9CIgE4WICFREODBUKedER17oUAQB/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=693&eid=20480&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=aDhlNGVlMzQ6PDo3Zjw6OkBpMzZqaW45cnVuODMzODczNEAyL2A0NTJjX2AxYjEyNjY2YSNzL2gxMmQ0cW5hLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "musicId": "7599069375673109266",
                        "videoId": "7599069299801640199",
                        "duration": 129,
                        "diggCount": 174,
                        "playCount": 34572,
                        "createTime": 1769296202,
                        "musicTitle": "original sound - new_cuan_bisnisonline",
                        "shareCount": 29,
                        "isSlideshow": false,
                        "musicAuthor": "New Cuan Bisnis Online",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oEQECtFdHIDisoBA7ekgf9ERp1IuRRIBUCUUUB~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=6f00c14c&x-expires=1786100400&x-signature=NozAm6S6tYNGSMcNl0h4VUlArew%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=feed_cover",
                        "collectCount": 24,
                        "commentCount": 15,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/tiktok-obj/7599069372795079441.mp3",
                        "createTimeIso": "2026-01-24T23:10:02.000Z",
                        "downloadCount": 10,
                        "musicDuration": 129,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@janeelisabet8/video/7670825059002371336",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/832c5a042b5018e746f377ed5a334713/6a74c2b4/video/tos/alisg/tos-alisg-pve-0037c001/oAx2weQiADAUlz68GeW4hKOo500OfIAFMCHjAY/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=1192&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=O2llaDRmNGdlaDM2NDZpOUBpajk6ZG05cjc2PDMzODczNEAxLjJeY2BjXzQxYGEwLi4wYSMwXjMtMmRrcW5hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "size": 6533218,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/ogCeAfY6QLXYCIHFgUIGMZecgVPqA0HjD4QlUj~tplv-tiktokx-dmt-logom:tos-alisg-i-0068/oIF7sAHqdAugBSGAEepDBRPCcb0fIoJAE0kgED.image?dr=8594&refresh_token=91261dd7&x-expires=1786100400&x-signature=WShKuXDgkM1sOKBxXdUPOpc5pXQ%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=c0f880ed&idc=useast8&sc=cover&biz_tag=tt_video&s=CHALLENGE_AWEME",
                        "isTop": false,
                        "title": "Membalas @S!!! Buku bahasa inggris pemula #bukubahasainggrispemula #bukubahasainggrisanak #belajarditiktok #otodidakbahasainggris #lancarbahasainggris ",
                        "author": {
                          "id": "6865098292344685569",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/7d69222d003afbafbdd7cabad68a7afd~tplv-tiktokx-cropcenter:300:300.jpeg?dr=9638&refresh_token=239318e3&x-expires=1786100400&x-signature=xPoCPBSgEQtwafrQnXZHfJ9%2FG3Q%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8",
                          "nickname": "Jane Elisabet",
                          "username": "janeelisabet8"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 7150454,
                        "wmplay": "https://v45.tiktokcdn-us.com/117b93f682fa3e74695cb941d620bc9b/6a74c2b4/video/tos/alisg/tos-alisg-pve-0037c001/oIMFhe80AOwHUW2IeBYCAl45Q6iDeAGAjoOjzz/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=1305&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=ZTczZmY1ZzU5ZThmZDpmNEBpajk6ZG05cjc2PDMzODczNEAzMC8yMy4vNmExMmIvL14vYSMwXjMtMmRrcW5hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "musicId": "7670825094574394119",
                        "videoId": "7670825059002371336",
                        "duration": 42,
                        "diggCount": 34,
                        "playCount": 660,
                        "createTime": 1786003143,
                        "musicTitle": "original sound - janeelisabet8",
                        "shareCount": 0,
                        "isSlideshow": false,
                        "musicAuthor": "Jane Elisabet",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/ognBhIBk0z1AHvnPoliQAiOCIAsBAweuxIvt1G~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=a4625700&x-expires=1786100400&x-signature=Abjgqmbe%2FfyOJMAdyCaiaI1ICN0%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=feed_cover",
                        "collectCount": 5,
                        "commentCount": 0,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/tiktok-obj/7670825100010146577.mp3",
                        "createTimeIso": "2026-08-06T07:59:03.000Z",
                        "downloadCount": 1,
                        "musicDuration": 42,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@rasyid_arun/video/7670584560073182471",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/3f956cacec693db1a9d6cdf8318c4a4b/6a74c2b2/video/tos/alisg/tos-alisg-pve-0037c001/o0gGqGuJI1vQEBLATjHA6ZxeeehNLfimzIMxRf/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=1237&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=NztpZjhpZjk8aDYzaDhnOUBpMzpvbHI5cnVwPDMzODczNEBiLi42LWMxNjExMl4zLS0tYSNpcjRjMmRzNG1hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "size": 6452497,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oco6Zx6eGIdAqzheAfLDgiNfHLenTrMIIrARim~tplv-tiktokx-origin.image?dr=8593&refresh_token=22c287e3&x-expires=1786100400&x-signature=lCHSCLpcZvNLzltSJOHutfpw2%2Bo%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=cover",
                        "isTop": false,
                        "title": "Jaring ini tidak menangkap ikan, tapi menangkap kabut dan menghasilkan hingga 90 liter air setiap hari! 🌫️💧 #faktaunik #sains #teknologi #belajarditiktok",
                        "author": {
                          "id": "7484123485233546247",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/9ff8ac9a9937dca2c434d4f4ad12c93c~tplv-tiktokx-cropcenter:300:300.jpeg?dr=9638&refresh_token=499fd8c2&x-expires=1786100400&x-signature=3pb7E7XX0iam9FtMH9BUAHoLabE%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8",
                          "nickname": "Rasyid Arun",
                          "username": "rasyid_arun"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 12582052,
                        "wmplay": "https://v45.tiktokcdn-us.com/a1f787ea1a3c56d285485483837c1ce6/6a74c2b2/video/tos/alisg/tos-alisg-pve-0037c001/oMLnAZPmyL9X8ixgQTIGhFeUIf6LAe1jMgzfeN/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=2413&eid=20480&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=OTY4N2U2ZTozOzVlODc5aEBpMzpvbHI5cnVwPDMzODczNEBgNl80Xi9jNS0xNS4uNl8uYSNpcjRjMmRzNG1hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "musicId": "7670584613384637205",
                        "videoId": "7670584560073182471",
                        "duration": 40,
                        "diggCount": 244,
                        "playCount": 48747,
                        "createTime": 1785947149,
                        "musicTitle": "original sound - rasyid_arun",
                        "shareCount": 9,
                        "isSlideshow": false,
                        "musicAuthor": "Rasyid Arun",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/owzRAmGBlITsLlfeMgeLNefZAhH8Zxi6AIMqDI~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=0b9a88cb&x-expires=1786100400&x-signature=3L1U3CMYhtR6uMlbIZotHjX35Q0%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c0f880ed&idc=useast8&sc=feed_cover&biz_tag=tt_video&s=CHALLENGE_AWEME",
                        "collectCount": 23,
                        "commentCount": 2,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/tiktok-obj/7670584620806982421.mp3",
                        "createTimeIso": "2026-08-05T16:25:49.000Z",
                        "downloadCount": 7,
                        "musicDuration": 40,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@makulala.mentordigitalmu/video/7670791833383030037",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/ada87dbddaf4988f91273e811bfdd9df/6a74c30f/video/tos/alisg/tos-alisg-pve-0037c001/ooDPwIXAPEYnMQXl9MKgRAUiBnMQaBILiqBE0/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=627&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=aTlmNDkzNmdkNmg6ZjhlM0BpamRqdnc5cnE1PDMzODczNEAzNjIxNV41Xi8xYF4tXjEzYSM1MC40MmQ0LW5hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "size": 10692391,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/o80fCLEj4GUB6dIDIAANAYHtEefhyBDIcuIAEA~tplv-tiktokx-dmt-logom:tos-alisg-i-0068/oQBPnxBaAgAIcskBBBEGAAHBpIknivRAY0EQi.image?dr=8594&refresh_token=7233011c&x-expires=1786100400&x-signature=OyBbgoUVMjDWir%2BZrKlEzwYnqjs%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=cover",
                        "isTop": false,
                        "title": "Hindari 2 HAL ini Agar Tiktok Mu Aman Pelanggaran‼️ #irtproduktif #belajarditiktok #pemulatiktok #makulala #fyp ",
                        "author": {
                          "id": "6972468885157823490",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/6c2b280cd3b22d2e2fcd6367d20f247b~tplv-tiktokx-cropcenter:300:300.jpeg?dr=9638&refresh_token=6441aa05&x-expires=1786100400&x-signature=uwjZD5wCwUOr%2FocckeyJ3XRYvxA%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8",
                          "nickname": "Mak Ulala || Mentor DigitalMu",
                          "username": "makulala.mentordigitalmu"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 22426958,
                        "wmplay": "https://v45.tiktokcdn-us.com/243a2cb552a78c3d4855edf7f135346b/6a74c30f/video/tos/alisg/tos-alisg-pve-0037c001/oQ0EEYBnXYMAPgqiwIBaRXAwQMT1BQi9PVIVk/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=1316&eid=20480&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=ZDNpNjk6ZTM2aTc7aTQ4NkBpamRqdnc5cnE1PDMzODczNEBjXzJjNWBhNjAxMDQvXmBiYSM1MC40MmQ0LW5hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "musicId": "7670791905466157842",
                        "videoId": "7670791833383030037",
                        "duration": 133,
                        "diggCount": 26,
                        "playCount": 516,
                        "createTime": 1785995407,
                        "musicTitle": "original sound - makulala.mentordigitalmu",
                        "shareCount": 8,
                        "isSlideshow": false,
                        "musicAuthor": "Mak Ulala || Mentor DigitalMu",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oQpDfCUQ0gUG2CYIA54JEeIxLIAjVC60iiDfgQ~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=c055e71e&x-expires=1786100400&x-signature=s0BGRx7grGXptpfYV21YRHv%2FfQg%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=feed_cover",
                        "collectCount": 1,
                        "commentCount": 7,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/tiktok-obj/7670791910604180240.mp3",
                        "createTimeIso": "2026-08-06T05:50:07.000Z",
                        "downloadCount": 0,
                        "musicDuration": 133,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@ssetianwarr/video/7670205563468254481",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/e8545bb9c1cddcf1699b51f19289d451/6a74c2e5/video/tos/alisg/tos-alisg-pve-0037c001/oYv5xIBgz5QEgiIBxYAECiVCSXyBpaxELKnAi/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=401&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=NjhkPDlmaWg3OGRnNmQ0OUBpajRkZnM5cm0zPDMzODczNEAwMV8uMDFjNl4xLTRhNi8vYSMyZl4uMmRraW1hLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "size": 4731631,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/ocfBAtqQkMcDPC5Fg6UvgfEUFEARDAciRcKoAI~tplv-tiktokx-origin.image?dr=8593&refresh_token=57949ae6&x-expires=1786100400&x-signature=AP49KMZCtWtXyQXVJdBY4ShE7lE%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=cover",
                        "isTop": false,
                        "title": "#seharisekata - mengemis dan hari Kamis. “minta-minta” umumnya sekarang juga bisa disebut dengan “ngemis”. setelah ditelusur, ternyata punya kaitan sama hari Kamis.  Kamis. Kemis. Pengemis. — #belajarditiktok #bahasaindonesia #sejarah #sejarahindonesia ",
                        "author": {
                          "id": "7324703947506156549",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/6ea7954bf03941948767325c25f5c7d9~tplv-tiktokx-cropcenter:300:300.jpeg?dr=9638&refresh_token=9a52b509&x-expires=1786100400&x-signature=OXdKSKIlxm3IUbHJxluGifbdv1E%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8",
                          "nickname": "Ricky",
                          "username": "ssetianwarr"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 9726986,
                        "wmplay": "https://v45.tiktokcdn-us.com/688f71b96e6c6e57a8c1925636f96219/6a74c2e5/video/tos/alisg/tos-alisg-pve-0037c001/o0SIgbcQFljFBxqWiFgOE1ESkDyefZACRgBrbU/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=826&eid=20480&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=ZDloZWk8OTZoZ2g5ZjtmaUBpajRkZnM5cm0zPDMzODczNEAvLjJeLl4tNjQxYzYtYTYuYSMyZl4uMmRraW1hLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "musicId": "7670205762404174610",
                        "videoId": "7670205563468254481",
                        "duration": 91,
                        "diggCount": 19178,
                        "playCount": 135017,
                        "createTime": 1785858940,
                        "musicTitle": "original sound - ssetianwarr",
                        "shareCount": 1705,
                        "isSlideshow": false,
                        "musicAuthor": "Ricky",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/osUApLKCIQCVB54vyniYASIxzEIKiBaACxM4B~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=8d6d5ec9&x-expires=1786100400&x-signature=WgAq2JM6UY7AInqMMdlH0gFa64A%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=feed_cover",
                        "collectCount": 1603,
                        "commentCount": 141,
                        "musicPlayUrl": "https://sf19.tiktokcdn-us.com/obj/tiktok-obj/7670570971241253648.mp3",
                        "createTimeIso": "2026-08-04T15:55:40.000Z",
                        "downloadCount": 23,
                        "musicDuration": 91,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok_promote_id/video/7344615323187940610",
                        "isAd": true,
                        "play": "https://v45.tiktokcdn-us.com/a55270b4d34d38a9a281e475eeab7b34/6a74c2d4/video/tos/alisg/tos-alisg-pve-0037c001/oglpU9tB5B7IVAFRkBeELM2QG7ExgxfrqBUDEz/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=733&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=NGVkOTY7OWg0N2Q1aDhpNkBpanU2PGw5cnhvcTMzODczNEBfXy41LjUyX14xLjIuLjViYSNtcWMtMmRjLWpgLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "size": 6973511,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/okxtBlLBELSVAF2neAUETgBUa5m7BzDkEIMfR7~tplv-tiktokx-dmt-logom:tos-alisg-i-0068/oYyaCrDEAqRLAQXIQCFlAoHDgaUeABrYfV7EY6.image?dr=8594&refresh_token=26eb2d35&x-expires=1786100400&x-signature=LCLp9OBxNtrPu6GzZNsKqkIDJkc%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=cover",
                        "isTop": false,
                        "title": "Mau bikin konten yang bagus? Kuncinya itu yang simple-simple aja 🔑😉 #TiktokUKM #TikTokUKMIndonesia #TiktokTips #BelajardiTikTok #EdukasiTikTok #SerunyaBelajarTTAM #TiktokAdsManager #TipsJualandiTikTok #UMKM #FYP",
                        "author": {
                          "id": "7140903447347840005",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/bcfa1f66b40f430bdafa941e53fbfed3~tplv-tiktokx-cropcenter:300:300.jpeg?dr=9638&refresh_token=6fdbfc3c&x-expires=1786100400&x-signature=2F6zSId4kpko8nTW3YXbLXf99PU%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8",
                          "nickname": "TikTok Promosi Indonesia",
                          "username": "tiktok_promote_id"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 0,
                        "wmplay": "https://v45.tiktokcdn-us.com/a55270b4d34d38a9a281e475eeab7b34/6a74c2d4/video/tos/alisg/tos-alisg-pve-0037c001/oglpU9tB5B7IVAFRkBeELM2QG7ExgxfrqBUDEz/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=733&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=NGVkOTY7OWg0N2Q1aDhpNkBpanU2PGw5cnhvcTMzODczNEBfXy41LjUyX14xLjIuLjViYSNtcWMtMmRjLWpgLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "musicId": "7344615381708458754",
                        "videoId": "7344615323187940610",
                        "duration": 74,
                        "diggCount": 119927,
                        "playCount": 16060677,
                        "createTime": 1710051524,
                        "musicTitle": "original sound - tiktok_promote_id",
                        "shareCount": 14155,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok Promosi Indonesia",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/a739691d0e7c448abca1ab17d92c92fe_1710051527~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=b4b64eb4&x-expires=1786100400&x-signature=HvcW9uxLBjcnIMVtSZJKNZDIV2g%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c0f880ed&idc=useast8&s=CHALLENGE_AWEME&sc=feed_cover&biz_tag=tt_video",
                        "collectCount": 10967,
                        "commentCount": 2238,
                        "musicPlayUrl": "https://sf19.tiktokcdn-us.com/obj/tiktok-obj/7344615361821608706.mp3",
                        "createTimeIso": "2024-03-10T06:18:44.000Z",
                        "downloadCount": 676,
                        "musicDuration": 74,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@imamsmail/video/7195582792963575067",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/328b2037f92140cae35cce15cf6fb6c7/6a74c2fe/video/tos/useast2a/tos-useast2a-pve-0037-aiso/ok25IvBjDQYUqXVnThgKNQQAbnVz2fOvePK2cC/?a=1233&bti=Ojs2NGYpQHM6OjZALjU2OmQvcCMxNDNg&&bt=1358&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=NmY5OGdoM2Y1ZGhkaGQ5NkBpampqaGg6Zm13aTMzZjgzM0BiYjI1MV5jXjIxMV9iYl40YSNnaF9vcjRnY2FgLS1kL2Nzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "size": 20321929,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast2a-p-0037-aiso/o4UXBNQ5zDXjf2cCnbh2ePEH2BPI2nKQOGVuvA~tplv-tiktokx-dmt-logom:tos-useast2a-pv-0037-aiso/e9d9868933ce4ed190f59ee746da35b1.image?dr=8594&refresh_token=7935375e&x-expires=1786100400&x-signature=ck%2F7Eyp1luKcPPaxjBRYViri6dI%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=cover&item=7195582792963575067",
                        "isTop": false,
                        "title": "Membalas @Milka Channel hampir semua hal sekarang di tiktok bisa kita pelajark. Tinggal kita manfaatin aja kan #marketingtimurtengah #serunyabelajar #belajarditiktok #belajaraffiliate #tiktokmarketing ",
                        "author": {
                          "id": "6887519481955206145",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/5cecfc8d2f24e6cb1bc46b7ead75d5b0~tplv-tiktokx-cropcenter:300:300.jpeg?dr=9638&refresh_token=e8033d4b&x-expires=1786100400&x-signature=M%2FFDjT2u%2FomzWpt%2FDLQ3TTR3kN8%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8",
                          "nickname": "Imam | Marketing Timur Tengah",
                          "username": "imamsmail"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 0,
                        "wmplay": "https://v45.tiktokcdn-us.com/328b2037f92140cae35cce15cf6fb6c7/6a74c2fe/video/tos/useast2a/tos-useast2a-pve-0037-aiso/ok25IvBjDQYUqXVnThgKNQQAbnVz2fOvePK2cC/?a=1233&bti=Ojs2NGYpQHM6OjZALjU2OmQvcCMxNDNg&&bt=1358&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=NmY5OGdoM2Y1ZGhkaGQ5NkBpampqaGg6Zm13aTMzZjgzM0BiYjI1MV5jXjIxMV9iYl40YSNnaF9vcjRnY2FgLS1kL2Nzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "musicId": "6817560498985240578",
                        "videoId": "7195582792963575067",
                        "duration": 116,
                        "diggCount": 201,
                        "playCount": 4923,
                        "createTime": 1675352180,
                        "musicTitle": "Relaxing Japanese-style piano song inviting nostalgia",
                        "shareCount": 35,
                        "isSlideshow": false,
                        "musicAuthor": "Akiko Akiyama",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-p-0037-aiso/35b2a10745f6424090bf1f629c2ebd3c_1675352201~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=c4affe2d&x-expires=1786100400&x-signature=uB6iz%2FPiIup5BYzca1u0k12vrCg%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c0f880ed&idc=useast8&sc=feed_cover&item=7195582792963575067&biz_tag=tt_video&s=CHALLENGE_AWEME",
                        "collectCount": 30,
                        "commentCount": 21,
                        "musicPlayUrl": "https://sf16-sign.tiktokcdn-us.com/obj/tos-alisg-ve-2774/03e472fd0638484bb3748e4cae34d6f9?lk3s=08d74b56&x-expires=1786036874&x-signature=5rENkQJxcl6TlmTa5v3qKZm6MBo%3D",
                        "createTimeIso": "2023-02-02T15:36:20.000Z",
                        "downloadCount": 6,
                        "musicDuration": 309,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@janeelisabet8/video/7670808035086044434",
                        "isAd": true,
                        "play": "https://v45.tiktokcdn-us.com/f2b08329a41728c0b8f3974c9d68c611/6a74c2a8/video/tos/alisg/tos-alisg-pve-0037c001/oUBiR9DLdZCf8Dwu0tV2cTFEQf8FIEqRBEgA1I/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=1051&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=PGVnNDdnZWc4aGQ1NDRlM0Bpajd2aHg5cjQ1PDMzODczNEA2YTMyMzQuNmIxYDFhXl4tYSNjZW5fMmRjcm5hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "size": 4152105,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/o0QIoLUbFCJRDcGvQee0K4DAIyXte65Li74Ajp~tplv-tiktokx-dmt-logom:tos-alisg-i-0068/oMfoiUgQEKDAdcTFCMCXDqX94AdBREAAIophfL.image?dr=8594&refresh_token=05b75c2d&x-expires=1786100400&x-signature=%2FHCJ5vNviRP6PUk%2BcFZiOjpObk8%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=cover",
                        "isTop": false,
                        "title": "Bahasa inggrisnya #Kamu kelas berapa? #bukubahasainggrispemula #bukubahasainggrisanak #belajarditiktok #kosakatabahasainggris ",
                        "author": {
                          "id": "6865098292344685569",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/7d69222d003afbafbdd7cabad68a7afd~tplv-tiktokx-cropcenter:300:300.jpeg?dr=9638&refresh_token=239318e3&x-expires=1786100400&x-signature=xPoCPBSgEQtwafrQnXZHfJ9%2FG3Q%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8",
                          "nickname": "Jane Elisabet",
                          "username": "janeelisabet8"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 4648480,
                        "wmplay": "https://v45.tiktokcdn-us.com/f6320b547f67ff5d033664066f607da3/6a74c2a8/video/tos/alisg/tos-alisg-pve-0037c001/oML8IFtEEEtIgCdRC0f8fEFARb2oqDcuBQP1By/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=1177&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=ZjVkZ2RmODY5ZzdoZWc3PEBpajd2aHg5cjQ1PDMzODczNEAyYDZeYjIwNWIxNF5eNjY1YSNjZW5fMmRjcm5hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "musicId": "7670808072549976840",
                        "videoId": "7670808035086044434",
                        "duration": 30,
                        "diggCount": 12,
                        "playCount": 641,
                        "createTime": 1785999179,
                        "musicTitle": "original sound - janeelisabet8",
                        "shareCount": 0,
                        "isSlideshow": false,
                        "musicAuthor": "Jane Elisabet",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/o4RERpFdIIDAF8AA8fKgf2Etq0I3RCuBc60CLB~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=37aa26e8&x-expires=1786100400&x-signature=DwF9pyYWOEcX7mu58YZ2dLH3Gos%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=feed_cover",
                        "collectCount": 1,
                        "commentCount": 0,
                        "musicPlayUrl": "https://sf19.tiktokcdn-us.com/obj/tiktok-obj/7670808075247700743.mp3",
                        "createTimeIso": "2026-08-06T06:52:59.000Z",
                        "downloadCount": 0,
                        "musicDuration": 30,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@belajarmatdas/video/7670508605979757832",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/3347270b52cfe6ecfc75c96ed609b99b/6a74c2c0/video/tos/alisg/tos-alisg-pve-0037c001/o8COhlIwqpAixiYHlOIT9OvhoeBLAAYEOGw19z/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=60&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=Ozw8OjNmZ2Y2ODM3NzQ3O0Bpam1ycnc5cjhrPDMzODczNEBiYzVgXy0uXi4xYS8tYy0wYSNscDZyMmRrcW1hLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "size": 418441,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/o4xI9OiROa9SlzqvChelHzwIBvApiAATOAY1YI~tplv-tiktokx-origin.image?dr=8593&refresh_token=cfcd418a&x-expires=1786100400&x-signature=4PpwT8rFsawnqCS1rz7TroTQQPA%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=cover",
                        "isTop": false,
                        "title": "​Kelihatan membingungkan, padahal kalau tahu trik eksponennya gampang banget! ⏱️ ​Tonton pembahasannya sampai habis ya! 💥 ​#Matematika #Eksponen #TrikHitung #BelajarDiTikTok #EduTok",
                        "author": {
                          "id": "7632869043007226900",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/7c8c18d700dc2cb34a55fc06134a7aca~tplv-tiktokx-cropcenter:300:300.jpeg?dr=9638&refresh_token=8f5d5cfa&x-expires=1786100400&x-signature=wiQGGgaysxoALtGqqf1TEMEV%2FEk%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8",
                          "nickname": "belajar matematika dasar",
                          "username": "belajarmatdas"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 1265145,
                        "wmplay": "https://v45.tiktokcdn-us.com/ae7beead9780d5944362d325dd31847a/6a74c2c0/video/tos/alisg/tos-alisg-pve-0037c001/ooBNTgiEIAw1lHOvhHiqz6NOx0eOtCA9BAYIQ9/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=181&eid=20480&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=OTU7OTpoODQzNjdnODczaUBpam1ycnc5cjhrPDMzODczNEBjXjYwMWJeNTExX18vXi82YSNscDZyMmRrcW1hLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "musicId": "7670508671491377927",
                        "videoId": "7670508605979757832",
                        "duration": 54,
                        "diggCount": 49,
                        "playCount": 1858,
                        "createTime": 1785929463,
                        "musicTitle": "original sound - belajarmatdas",
                        "shareCount": 1,
                        "isSlideshow": false,
                        "musicAuthor": "belajar matematika dasar",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/okvcQiFlfCUWEn6zBADAQ6c7R7qgHBREixEcfS~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=c83e843e&x-expires=1786100400&x-signature=hG27DYbyv4KZW4q7Ria4exK6Txo%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c0f880ed&idc=useast8&s=CHALLENGE_AWEME&sc=feed_cover&biz_tag=tt_video",
                        "collectCount": 13,
                        "commentCount": 0,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/tiktok-obj/7670508674867120913.mp3",
                        "createTimeIso": "2026-08-05T11:31:03.000Z",
                        "downloadCount": 2,
                        "musicDuration": 54,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@mathhacks_5/video/7670458935727361300",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/131d819cb1fd070eadf4db8ac921f084/6a74c2da/video/tos/alisg/tos-alisg-pve-0037c001/o88EGfvlCgfRD6PIgA9EAUBU4BcFQXV1qQGJr7/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=795&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=OTllOGk1M2Y3NzdkMzNnO0BpajszaHg5cjhpPDMzODczNEAtXzRhLTMzNWIxNGMxXjMxYSMuL2hmMmQ0MG1hLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "size": 8224350,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oUFGdp4qcAiBBIUDEe6vlR8BUKyfILgWEkDgID~tplv-tiktokx-origin.image?dr=8593&refresh_token=805b7844&x-expires=1786100400&x-signature=M5i2HWM5g0VGHtrzVk56ziepWaw%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=cover",
                        "isTop": false,
                        "title": "Random lagi ngajarin anak trik hitung cepat !!#trikmatematika #hitungcepat #belajarditiktok ",
                        "author": {
                          "id": "6951825430883533826",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-giso/19c16ecf9cff06cf79d4aa77150cd228~tplv-tiktokx-cropcenter:300:300.jpeg?dr=9638&refresh_token=a949fa5b&x-expires=1786100400&x-signature=f1OCyfrpILM5vZEq6P2forGoCdE%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8",
                          "nickname": "Mathhacks_5",
                          "username": "mathhacks_5"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 15595686,
                        "wmplay": "https://v45.tiktokcdn-us.com/20c8801230bd0111078d5ff48065c362/6a74c2da/video/tos/alisg/tos-alisg-pve-0037c001/oUBDFBgkvEe3I5GyIQOiEfDUU8cOqEA6ABBRgO/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=1508&eid=20480&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=NTc4OzM0aGhpaWQ0aDRkN0BpajszaHg5cjhpPDMzODczNEA1Ni9hM2IzNl4xYmEwXzA1YSMuL2hmMmQ0MG1hLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "musicId": "7670459076312697620",
                        "videoId": "7670458935727361300",
                        "duration": 80,
                        "diggCount": 192,
                        "playCount": 6846,
                        "createTime": 1785917899,
                        "musicTitle": "original sound - mathhacks_5",
                        "shareCount": 6,
                        "isSlideshow": false,
                        "musicAuthor": "Mathhacks_5",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/ooD1vE9CGQ4cUFCEQUQfrABeIC8GBRgJlqQvAB~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=792430a6&x-expires=1786100400&x-signature=heQmOEbvNSPnJ90CXcv1HNXLiAg%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c0f880ed&idc=useast8&sc=feed_cover&biz_tag=tt_video&s=CHALLENGE_AWEME",
                        "collectCount": 65,
                        "commentCount": 9,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/tiktok-obj/7670459086122584848.mp3",
                        "createTimeIso": "2026-08-05T08:18:19.000Z",
                        "downloadCount": 2,
                        "musicDuration": 80,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok_promote_id/video/7343188121032445185",
                        "isAd": true,
                        "play": "https://v45.tiktokcdn-us.com/08feba48c26154e2b47efefb1c90f738/6a74c2d0/video/tos/alisg/tos-alisg-pve-0037c001/okcoHgw9fAIKtzrsQBIyrsAUPiAqiCbVvBGEJz/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=750&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=ZDdmOWRnNTNkZjk0aGVpM0BpMzNrdG05cjY2cTMzODczNEAwNF8tMl8yNTMxYDVeYzFhYSNeX29rMmRzZ2hgLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "size": 6744391,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/ad21fdb2a4a24026a277fe9115af3312_1709719227~tplv-tiktokx-dmt-logom:tos-alisg-i-0068/ogAJPBaTBIDrBo9eAhiAKxItQBv9yAAEiZw8C9.image?dr=8594&refresh_token=2de8dc30&x-expires=1786100400&x-signature=BsSBk7QRZuEZ%2FLZBqDRiLE2sbs4%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=c0f880ed&idc=useast8&sc=cover&biz_tag=tt_video&s=CHALLENGE_AWEME",
                        "isTop": false,
                        "title": "👀 TikTok Ads Manager bikin hidupmu jadi lebih mudah 😲 #TikTokEducation #TiktokUKM #TikTokUKMIndonesia #TiktokTips #BelajardiTikTok #EdukasiTikTok #SerunyaBelajarTTAM #TikTokAdsManager #TipsJualandiTikTok #UMKM #FYP",
                        "author": {
                          "id": "7140903447347840005",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/bcfa1f66b40f430bdafa941e53fbfed3~tplv-tiktokx-cropcenter:300:300.jpeg?dr=9638&refresh_token=6fdbfc3c&x-expires=1786100400&x-signature=2F6zSId4kpko8nTW3YXbLXf99PU%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8",
                          "nickname": "TikTok Promosi Indonesia",
                          "username": "tiktok_promote_id"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 0,
                        "wmplay": "https://v45.tiktokcdn-us.com/08feba48c26154e2b47efefb1c90f738/6a74c2d0/video/tos/alisg/tos-alisg-pve-0037c001/okcoHgw9fAIKtzrsQBIyrsAUPiAqiCbVvBGEJz/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=750&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=ZDdmOWRnNTNkZjk0aGVpM0BpMzNrdG05cjY2cTMzODczNEAwNF8tMl8yNTMxYDVeYzFhYSNeX29rMmRzZ2hgLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "musicId": "7343188164393913090",
                        "videoId": "7343188121032445185",
                        "duration": 70,
                        "diggCount": 32867,
                        "playCount": 7713538,
                        "createTime": 1709719224,
                        "musicTitle": "original sound - tiktok_promote_id",
                        "shareCount": 6157,
                        "isSlideshow": false,
                        "musicAuthor": "TikTok Promosi Indonesia",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/4c3a9ca8bc9947589c6f094c559c6e5f_1709719227~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=0e155000&x-expires=1786100400&x-signature=5g33KBD0qGFLr7XZbcQdrQukPAA%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=feed_cover",
                        "collectCount": 4171,
                        "commentCount": 1020,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/tiktok-obj/7343188136858094338.mp3",
                        "createTimeIso": "2024-03-06T10:00:24.000Z",
                        "downloadCount": 355,
                        "musicDuration": 70,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktokaffiliate_id/video/7496419522434354437",
                        "isAd": true,
                        "play": "https://v45.tiktokcdn-us.com/d8640d469ec9b341a33d0de75c9e742a/6a74c2be/video/tos/alisg/tos-alisg-ve-0068c800-sg/oUoYQREEADEfvQoKgQABfF93FBJCoIW1RKCGEg/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=831&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=aDkzOTM4ZjY8OWY2NDg8O0BpMzVnZHU5cnRkMzMzNzczM0A2Ly1hYjEyXy4xMDYyYjQvYSM1Y2xxMmQ0LzFhLS1kMTZzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e0008d000",
                        "size": 5574099,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-maliva-p-0068/okEQzaEQJHAFvEKoAoRfsCftAHDbBCAIOAdoTI~tplv-tiktokx-origin.image?dr=8593&refresh_token=9bcce64e&x-expires=1786100400&x-signature=jwLN2ThXpr2t2XYYNUdblGujcWc%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=c0f880ed&idc=useast8&sc=cover&biz_tag=tt_video&s=CHALLENGE_AWEME",
                        "isTop": false,
                        "title": "Replying to @jkmbr__ gini lho kalau mau jaga level kreator kalian… #creatorlevel #levelkreator #belajarditiktok #belajarditiktokshop #affiliatepemula #affiliatetiktok ",
                        "author": {
                          "id": "6906377296220472326",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/d6343f28aad10db6340c8f766e62a2e4~tplv-tiktokx-cropcenter:300:300.jpeg?dr=9638&refresh_token=4e008613&x-expires=1786100400&x-signature=Vs7xkhNkE5tzg6tPKl6X4BqfpK0%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8",
                          "nickname": "Official TikTok Affiliate ID",
                          "username": "tiktokaffiliate_id"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 0,
                        "wmplay": "https://v45.tiktokcdn-us.com/d8640d469ec9b341a33d0de75c9e742a/6a74c2be/video/tos/alisg/tos-alisg-ve-0068c800-sg/oUoYQREEADEfvQoKgQABfF93FBJCoIW1RKCGEg/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=831&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=aDkzOTM4ZjY8OWY2NDg8O0BpMzVnZHU5cnRkMzMzNzczM0A2Ly1hYjEyXy4xMDYyYjQvYSM1Y2xxMmQ0LzFhLS1kMTZzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e0008d000",
                        "musicId": "7496419533629737734",
                        "videoId": "7496419522434354437",
                        "duration": 52,
                        "diggCount": 27928,
                        "playCount": 10179917,
                        "createTime": 1745396188,
                        "musicTitle": "original sound - tiktokaffiliate_id",
                        "shareCount": 4652,
                        "isSlideshow": false,
                        "musicAuthor": "Official TikTok Affiliate ID",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-p-0068/oIZI4DUBEia7BiiXhQBrKIdioQaAS6Pp4AIHA~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=622a482e&x-expires=1786100400&x-signature=c5LynlAYNfeZgJI%2BXMNzhpONvcw%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=feed_cover",
                        "collectCount": 3893,
                        "commentCount": 6262,
                        "musicPlayUrl": "https://sf19.tiktokcdn-us.com/obj/musically-maliva-obj/7496419555250555703.mp3",
                        "createTimeIso": "2025-04-23T08:16:28.000Z",
                        "downloadCount": 126,
                        "musicDuration": 52,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@mathhacks_5/video/7648613087020403989",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/ff77891649e0cf4139b49b2f33f54ca2/6a74c2d3/video/tos/alisg/tos-alisg-pve-0037c001/oM0BTTDTFIpzJVlo5R3aABXE92tIEcQfgqVf1E/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=997&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=ZDNoNDk3M2U3ZDk4ZDU4ZEBpMzxvaXU5cnZvOzMzODczNEBhYS1eLy8tNjMxMDYuNTNiYSNhY3FjMmRzNmZhLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000d5000",
                        "size": 9336403,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oIVqBl44EzSFXMVAkgSIJa9QRTftDBE2EfgIpc~tplv-tiktokx-origin.image?dr=8593&refresh_token=6a17c4bf&x-expires=1786100400&x-signature=%2FIzX4vc8eqHfK3n7cK6fIIk0PO0%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=cover",
                        "isTop": false,
                        "title": "Yang pusing sama desimal ngumpul disini !!! #matematika#math#belajarditiktok ",
                        "author": {
                          "id": "6951825430883533826",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-giso/19c16ecf9cff06cf79d4aa77150cd228~tplv-tiktokx-cropcenter:300:300.jpeg?dr=9638&refresh_token=a949fa5b&x-expires=1786100400&x-signature=f1OCyfrpILM5vZEq6P2forGoCdE%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8",
                          "nickname": "Mathhacks_5",
                          "username": "mathhacks_5"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 9336403,
                        "wmplay": "https://api16-normal-useast8.tiktokv.us/aweme/v1/play/?video_id=v1c044g50000d8il9svog65rfftlf9d0&line=0&watermark=0&logo_name=tiktok_m&source=CHALLENGE_AWEME&file_id=ea65821a95364a649b002426a10ed0da&item_id=7648613087020403989&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLmMwZmUyYzZiNDBjNThjMWEzMmYzNWQ0MmFjNmJhNDIw&shp=d05b14bd&shcp=-",
                        "musicId": "6817665487665629186",
                        "videoId": "7648613087020403989",
                        "duration": 73,
                        "diggCount": 496,
                        "playCount": 14744,
                        "createTime": 1780831519,
                        "musicTitle": "Chopin Nocturne No. 2 Piano Mono",
                        "shareCount": 56,
                        "isSlideshow": false,
                        "musicAuthor": "moshimo sound design",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/ow5QAItDjnaQUAqeKE0SBqksfSaGICLn47fDjv~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=46a16825&x-expires=1786100400&x-signature=IN9nJirtKaOagqJPAj06oCr9JVU%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=feed_cover",
                        "collectCount": 189,
                        "commentCount": 18,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/tos-alisg-ve-2774/7776172bb19a49c89a9506853c72a930",
                        "createTimeIso": "2026-06-07T11:25:19.000Z",
                        "downloadCount": 24,
                        "musicDuration": 246,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@woro_mobileclass/video/7614518558697049351",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/237232ebc3e4e77a6dd8950ff59539c0/6a74c2c5/video/tos/alisg/tos-alisg-ve-0068c800-sg/oIIKIoJeGFxQewIjTNWT6gLQyU4GHeADApRhsC/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=716&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=NGg0ODdlNGZlZWRlOGY0aUBpanJ3O245cjU2OTMzODczNEAyNTU2MmNgXmExYDQzMGIvYSNwNmNjMmRjMWphLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e0008d000",
                        "size": 5414289,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oEEgCRCpQrsNQFyutfCDCgAEUdBfAg9ApIAtED~tplv-tiktokx-dmt-logom:tos-alisg-i-0068/ocIAaEaiI0BIE60CBaAAACWFNCAsiIlw1VYPB.image?dr=8594&refresh_token=763ad0dc&x-expires=1786100400&x-signature=Y%2FG5Yaj%2BhAi1C3fqcB0QtXje9io%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=c0f880ed&idc=useast8&s=CHALLENGE_AWEME&sc=cover&biz_tag=tt_video",
                        "isTop": false,
                        "title": "Membalas @aisyah.sunarti Tutorial caramenghapus riwayat komentar ditiktok dengan cepat. #tutorial  #tipsandtricks  #menghapusriwayatkomentar  #edukasitiktokpemula  #belajarditiktok ",
                        "author": {
                          "id": "7514942872542577682",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/9869785f9b4614a734ceb6ab4efbe494~tplv-tiktokx-cropcenter:300:300.jpeg?dr=9638&refresh_token=16478647&x-expires=1786100400&x-signature=aIEvxbRQYtaiwbEBQBVu4RQb%2B8o%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8",
                          "nickname": "WORO_MOBILECLASS",
                          "username": "woro_mobileclass"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "TW",
                        "wmSize": 5414289,
                        "wmplay": "https://api16-normal-useast8.tiktokv.us/aweme/v1/play/?video_id=v14044g50000d6m342fog65kf8ft9osg&line=0&watermark=0&logo_name=tiktok_m&source=CHALLENGE_AWEME&file_id=2fe13c657bca4bdbacc1fb5495818e51&item_id=7614518558697049351&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLjUzMmZjOGQzY2UxNTYyOTJjNDBlYmZjYjkwZDUwMWM5&shp=d05b14bd&shcp=-",
                        "musicId": "7614518611125062408",
                        "videoId": "7614518558697049351",
                        "duration": 59,
                        "diggCount": 424,
                        "playCount": 30727,
                        "createTime": 1772893260,
                        "musicTitle": "original sound - woro_mobileclass",
                        "shareCount": 100,
                        "isSlideshow": false,
                        "musicAuthor": "WORO_MOBILECLASS",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/ocgKUEDfpBQ6N4JoADBkSgPrFBIIUIfREED9s5~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=e6e9a917&x-expires=1786100400&x-signature=e97ICDAn4Q6c475gOB85qenik4Y%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=feed_cover",
                        "collectCount": 147,
                        "commentCount": 29,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/tiktok-obj/7614518617253628680.mp3",
                        "createTimeIso": "2026-03-07T14:21:00.000Z",
                        "downloadCount": 117,
                        "musicDuration": 59,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@britishenglish.idn/video/7327559014819106054",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/833f4b7a41ad764f096824ff35468497/6a74c29d/video/tos/useast2a/tos-useast2a-ve-0068c002/oodsDfjPEEJJECucjQlQFBLwIQRLARgeOBICy5/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=930&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=ZTRlZzg5MzYzPDtpOGQ6N0BpM2g4c2s5cm1lcDMzNzczM0BhMjJeMDFfNjQxLTQuLWJhYSNjLWNsMmRzYmxgLS1kMTZzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000fd000",
                        "size": 2379256,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-maliva-p-0068/osDw7JGPIBgsyEEmBfRuEyjBtdCeLQcLAjA6Fl~tplv-tiktokx-origin.image?dr=8593&refresh_token=c577f0eb&x-expires=1786100400&x-signature=rYTBlwBAtje%2BfbMj6d9YbUwUBRs%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=cover",
                        "isTop": false,
                        "title": "kalo step by step dalam bahasa inggrisnya apa?? komen ya di kolom komentar . #bahasa #bahasainggris #bahasaindonesia #belajar #belajaronline #belajarbareng #belajarbahasainggris #belajarditiktok #kosakatahrian #belajarbahasainggris #bahasainggrispemula #bahasainggrismudah #belajarbahasainggrisdarifilm #kosakataharian #vocabulary #foryou #xyzbca ",
                        "author": {
                          "id": "7128834570724541466",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-avt-0068/bca01b84822a9d558eb8dab2f6bb8761~tplv-tiktokx-cropcenter:300:300.jpeg?dr=9638&refresh_token=0a8c2168&x-expires=1786100400&x-signature=kROPcbJjYkplPzVjCg9haU6ktUE%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8",
                          "nickname": "KAMPUNG INGGRIS PARE BRITISH",
                          "username": "britishenglish.idn"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 2150013,
                        "wmplay": "https://v45.tiktokcdn-us.com/623dbd778ef11665cb386c4f6a20b673/6a74c29d/video/tos/alisg/tos-alisg-pve-0037c001/oA9dIJejPDA1vLCuDLFjBRlQMEgQcBxsEyf84E/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&&bt=840&ft=73kDHDyjNkRVQQUnU~d-sdM_G.ZqYlvEN6-~hWLrK&mime_type=video_mp4&rc=NzlnOTtlZTs1OzQ2aDVlZ0BpM2g4c2s5cm1lcDMzNzczM0BgYDUuMjMxNjMxXmI1Ni1hYSNjLWNsMmRzYmxgLS1kMTZzcw%3D%3D&vvpl=1&l=20260806112114EC1CA1099925A527B6AB&btag=e000bd000",
                        "musicId": "7293921465496701701",
                        "videoId": "7327559014819106054",
                        "duration": 19,
                        "diggCount": 177,
                        "playCount": 19060,
                        "createTime": 1706080286,
                        "musicTitle": "daddys home",
                        "shareCount": 7,
                        "isSlideshow": false,
                        "musicAuthor": "Galuh",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-p-0068/65a30d6933114f11b91dc080efec0242_1706080288~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=dbc7f9c4&x-expires=1786100400&x-signature=z8vL8c1SaJGx2xe625iPV01Yv94%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c0f880ed&idc=useast8&biz_tag=tt_video&s=CHALLENGE_AWEME&sc=feed_cover",
                        "collectCount": 43,
                        "commentCount": 12,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/musically-maliva-obj/7293921463962569478.mp3",
                        "createTimeIso": "2024-01-24T07:11:26.000Z",
                        "downloadCount": 23,
                        "musicDuration": 20,
                        "musicOriginal": true
                      }
                    ],
                    "hasMore": true,
                    "hashtag": "belajarditiktok",
                    "nextPage": 2,
                    "hashtagId": "1591477531538433"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/search": {
      "get": {
        "operationId": "social_media_tiktok_scraper_search",
        "summary": "Search Videos",
        "description": "Cari video TikTok berdasarkan kata kunci.",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-search"
        },
        "parameters": [
          {
            "name": "keywords",
            "in": "query",
            "required": true,
            "description": "Search keywords for videos",
            "schema": {
              "type": "string",
              "example": "belajar bahasa inggris"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number. Default 1",
            "schema": {
              "type": "number",
              "example": "1"
            }
          },
          {
            "name": "count",
            "in": "query",
            "required": false,
            "description": "Videos per page. Default 20, max 30",
            "schema": {
              "type": "number",
              "example": "20"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 19,
                    "query": "belajar bahasa inggris",
                    "videos": [
                      {
                        "url": "https://www.tiktok.com/@skilldomain0/video/7670173058879081744",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/ff8b9828136ae12d8ea3f3a636d615b8/6a74c42b/video/tos/alisg/tos-alisg-pve-0037/oktE3fexeA1rDVLEQPqEAlCo7D4FIcQFUs69pR/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=230&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=OTQ2ZDtpNTk6aDtlZDhmNkBpamZ5O285cjx4PDMzODgzNEAwNi41Yy82XmIxM2AuMjMzYSNvcWhjMmRjcWxhLS1kLzFzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000a5000",
                        "size": 12210373,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/osAdDXfDSIuSr5UE82GUD4UejFxAeE2AFAAIQA~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_video.video_cover&dr=9638&idc=useast5&ps=13740610&refresh_token=3b0e03e0&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1786035600&x-signature=w4VfFNCjmBhTfYrNOXBJTF%2FDPBY%3D",
                        "isTop": false,
                        "title": "Trik membaca kalimat dalam bahasa inggris Tetap Semangat dan konsisten belajarnya #belajar #english #pemula #belajarbahasainggris #grammartips #tenses #parts #of #speech #daily #idioms #worldcup",
                        "author": {
                          "id": "6997955909641798683",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/5ede9b379012768dfbaac5d348ac0245~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&idc=useast5&ps=87d6e48a&refresh_token=9faf0ba2&s=SEARCH&sc=avatar&shcp=c1333099&shp=d05b14bd&t=223449c4&x-expires=1786100400&x-signature=ZlTcusUM%2F5jRgSuLHccH4zd4Jho%3D",
                          "nickname": "Skill Domain",
                          "username": "skilldomain0"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "SG",
                        "wmSize": 15668196,
                        "wmplay": "https://v45.tiktokcdn-us.com/11830c25f893197288146aee5feac32b/6a74c42b/video/tos/alisg/tos-alisg-pve-0037/o0fl8sxReUFmIAEx7PeF9EYDCRO34Erx6qoAQD/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=295&eid=20480&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=OzY7PDo2Z2Y4Omk2ZGhnO0BpamZ5O285cjx4PDMzODgzNEAtY19hY2BhNjMxMTRiMy9fYSNvcWhjMmRjcWxhLS1kLzFzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000a5000",
                        "musicId": "7670174087350192916",
                        "videoId": "7670173058879081744",
                        "duration": 414,
                        "diggCount": 14619,
                        "playCount": 117435,
                        "createTime": 1785851560,
                        "musicTitle": "original sound - skilldomain0",
                        "shareCount": 1007,
                        "isSlideshow": false,
                        "musicAuthor": "Skill Domain",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/osurq4EbP190PjoVEF6l3bAQDfAeFDCZ9CzUeQ~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=1fa35a20&x-expires=1786100400&x-signature=OtkiZTBoXkPTVAjv1jVtH2cNr4o%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c1333099&idc=useast5&biz_tag=tt_video&s=SEARCH&sc=feed_cover",
                        "collectCount": 6948,
                        "commentCount": 51,
                        "musicPlayUrl": "https://v16m.tiktokcdn-us.com/db69fda9a0ca7a9a6ff1f2bff3548136/6a7dabe9/video/tos/alisg/tos-alisg-v-27dcd7/oUj9WHAf6IAPTAeUEMAhI3Ije1oDQCDgDGHT4L/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=125&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=audio_mpeg&rc=MzRuaWs5cmZ4PDMzODU8NEBpMzRuaWs5cmZ4PDMzODU8NEBnNG9uMmRjcWxhLS1kMS1zYSNnNG9uMmRjcWxhLS1kMS1zcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000d0000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-04T13:52:40.000Z",
                        "downloadCount": 788,
                        "musicDuration": 414,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@eduraie_samarinda/video/7670756764991753479",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/8f01f080c5ee279b6e8aa1dae80a8a7d/6a74c29c/video/tos/alisg/tos-alisg-pve-0037c001/okG02kAIITGA64BLAJClxUAEfLtDjIMfQrLZeT/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=195&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=NTs8NWhpO2UzOmQ1ODVpO0BpamY7Znk5cjUzPDMzODczNEA2MC8yYDItNTUxNS80MWM1YSNxZ2pvMmRjLm5hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000bd000",
                        "size": 399356,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oAE6M8fTIQ14gVAzbOUAXCLogyjAAfmszDlhIe~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_video.video_cover&dr=9638&idc=useast5&ps=13740610&refresh_token=bd1608cd&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1786035600&x-signature=Bv49ntfXAVv4cMQLNQCAGiZ0b7E%3D",
                        "isTop": false,
                        "title": "Belajar vocabulary jadi lebih mudah lewat contoh yang sering kita temui setiap hari. Di video kali ini, kamu akan mengenal beberapa road sign vocabulary yang wajib diketahui, mulai dari Go Straight, Turn Right, Turn Left, Make a U-Turn, No Entry, Roundabout Ahead, Give Way, hingga Speed Limit. Semakin sering melihat dan menggunakannya, semakin mudah kamu mengingat kosakata tersebut🙌💙🧡 Tonton videonya sampai selesai, lalu tulis di kolom komentar, rambu mana yang paling sering kamu temui di jalan?🙌 Follow @ieforteen_adult_official untuk belajar bahasa Inggris yang praktis, menyenangkan, dan mudah dipahami🤗🤗 #intensiveeducation #berbahasainggris #bahasainggrismudah #bahasainggrisanak #belajarbahasainggrisonline",
                        "author": {
                          "id": "7406565068592219142",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/70347d8db468a8a25807e4f6bf0d5333~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&idc=useast5&ps=87d6e48a&refresh_token=ae73d99d&s=SEARCH&sc=avatar&shcp=c1333099&shp=d05b14bd&t=223449c4&x-expires=1786100400&x-signature=dHxH0UaVZ476YoCXi31O%2FhJzRHg%3D",
                          "nickname": "Kursus Bahasa Inggris Edura📚",
                          "username": "eduraie_samarinda"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 927663,
                        "wmplay": "https://v45.tiktokcdn-us.com/ae4425ea0b88a02af1d10f7a2f1575ee/6a74c29c/video/tos/alisg/tos-alisg-pve-0037c001/ogR9CBJyAf6EsOLq7AcFECJdIByfuJu0EgDAE2/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=455&eid=20480&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=OTY5Z2Y7NThlZThmO2llaEBpamY7Znk5cjUzPDMzODczNEAvLTFeMF9iNTExYzEtXzIwYSNxZ2pvMmRjLm5hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000bd000",
                        "musicId": "6981828410792216577",
                        "videoId": "7670756764991753479",
                        "duration": 15,
                        "diggCount": 45,
                        "playCount": 754,
                        "createTime": 1785987242,
                        "musicTitle": "Little Things",
                        "shareCount": 2,
                        "isSlideshow": false,
                        "musicAuthor": "Adrián Berenguer",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/ogZL2ICTQVj4rEETeeftoQAkUV0AlGZL6EIAAD~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=4c6ca009&x-expires=1786100400&x-signature=nunpuqT5WVGJa%2BZWS%2FRucEV5Sck%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c1333099&idc=useast5&biz_tag=tt_video&s=SEARCH&sc=feed_cover",
                        "collectCount": 12,
                        "commentCount": 1,
                        "musicPlayUrl": "https://sf19.tiktokcdn-us.com/obj/tos-alisg-ve-2774/o0vPWChcBMiOQY6xBmiOopsyUAfLz1AIidwZWz",
                        "createTimeIso": "2026-08-06T03:34:02.000Z",
                        "downloadCount": 2,
                        "musicDuration": 60,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@janeelisabet8/video/7670734647017475335",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/c712ee52d0c597c9d55c8b86e6c863b6/6a74c2b1/video/tos/alisg/tos-alisg-pve-0037c001/oQaaAYPElzsXPJQViiavnEIyz47lBCBB2AE4A/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=277&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=aTpnPDo2OmY5Zzk8ZDU4ZkBpM3Azc205cnR4PDMzODczNEBiLi0yYy42Nl4xLS9fYzQ1YSNwMmNeMmRrbG1hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e0008d000",
                        "size": 1303874,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oY6gAINFjjggUAsePtg5n9jqXbiGICLV4WeDeL~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_video.video_cover&dr=9638&idc=useast5&ps=13740610&refresh_token=df4d4ac9&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1786035600&x-signature=u49A3clYBU3BUkRSbyxlxp39pEA%3D",
                        "isTop": false,
                        "title": "Kosa kata bahasa inggris #otodidakbahasainggris #belajaronline #lancarbahasainggris #tipsbahasainggris #kalimatbahasainggris ",
                        "author": {
                          "id": "6865098292344685569",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/7d69222d003afbafbdd7cabad68a7afd~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&idc=useast5&ps=87d6e48a&refresh_token=27a7d7d7&s=SEARCH&sc=avatar&shcp=c1333099&shp=d05b14bd&t=223449c4&x-expires=1786100400&x-signature=H7GzCyqGWMdsb8nx5Q%2BFP%2BY%2BYeQ%3D",
                          "nickname": "Jane Elisabet",
                          "username": "janeelisabet8"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 2957190,
                        "wmplay": "https://v45.tiktokcdn-us.com/3d57f0e509ce7a3cb63e49f000d79ade/6a74c2b1/video/tos/alisg/tos-alisg-pve-0037c001/oEVXczE2aidAsNY4B4C7qPknIziBuCl0QaAvE/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=630&eid=20480&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=ZztkZDk4OjllaGZmZTNnZEBpM3Azc205cnR4PDMzODczNEBjMDU2YmIzNS4xYDYyL181YSNwMmNeMmRrbG1hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e0008d000",
                        "musicId": "7670734685128346376",
                        "videoId": "7670734647017475335",
                        "duration": 36,
                        "diggCount": 947,
                        "playCount": 11973,
                        "createTime": 1785982093,
                        "musicTitle": "original sound - janeelisabet8",
                        "shareCount": 36,
                        "isSlideshow": false,
                        "musicAuthor": "Jane Elisabet",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oMwA2InzvdaAABi7iCXIVzlPYEBaBXsVI4447~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=e79113a4&x-expires=1786100400&x-signature=Somy0BK%2FWn6Yg1%2FrpNZSsQ%2F4qRU%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c1333099&idc=useast5&biz_tag=tt_video&s=SEARCH&sc=feed_cover",
                        "collectCount": 278,
                        "commentCount": 8,
                        "musicPlayUrl": "https://v16m.tiktokcdn-us.com/ebc0d203bfe89fdae6dde52cf2e8efb0/6a7daa6f/video/tos/alisg/tos-alisg-v-27dcd7/oszzQDyEAgTlAEBERCFUE7BDAAgjADhJfe5of7/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=125&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=audio_mpeg&rc=M21ldnc5cjd4PDMzODU8NEBpM21ldnc5cjd4PDMzODU8NEAtcy9kMmQ0bW1hLS1kMS1zYSMtcy9kMmQ0bW1hLS1kMS1zcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000d0000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-06T02:08:13.000Z",
                        "downloadCount": 52,
                        "musicDuration": 36,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@ikalmalisenglish/video/7670843834682756370",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/ecdbe91b28ba015eeb5331d96eb8cb27/6a74c2f4/video/tos/alisg/tos-alisg-pve-0037c001/oMU2RvABPBtEQ9EYF0iaW0nEiAnSBBaVEgPIY/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=401&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=ZzU7Omk8aTpmZjRnZTNlNEBpamxwNHc5cnQ3PDMzODczNEAwNTNiMF9jNi4xYF5fXi4yYSNncjJuMmQ0cm5hLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e0008d000",
                        "size": 5309050,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/ow0VM0ISaihAP9YnBtlTjRvnE9iB8vEBBaAPE~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_video.video_cover&dr=9638&idc=useast5&ps=13740610&refresh_token=a5c546ea&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1786035600&x-signature=UsFe3kDsfKLoQhqZjH4My8h8CUA%3D",
                        "isTop": false,
                        "title": "Belajar Tense Bahasa Inggris",
                        "author": {
                          "id": "7252714850579825669",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/77ad54236e708e4b4f9439954dd3189e~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&idc=useast5&ps=87d6e48a&refresh_token=32f4e04c&s=SEARCH&sc=avatar&shcp=c1333099&shp=d05b14bd&t=223449c4&x-expires=1786100400&x-signature=4gmoUtsxiH%2F7w%2B%2FLupA31WrakjY%3D",
                          "nickname": "Ikal Malis English",
                          "username": "ikalmalisenglish"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 11528819,
                        "wmplay": "https://v45.tiktokcdn-us.com/bf6820744cbabdbe08ba8ade38eeb4b4/6a74c2f4/video/tos/alisg/tos-alisg-pve-0037c001/oMX7AXNU6Ae6DURBQulJnjQCofR8i6teIg5AAM/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=871&eid=20480&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=MztnODNlNGk6O2hnNDM4NkBpamxwNHc5cnQ3PDMzODczNEAxMDAyY2FeNTExXmAwLzM2YSNncjJuMmQ0cm5hLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e0008d000",
                        "musicId": "7670843902316137234",
                        "videoId": "7670843834682756370",
                        "duration": 103,
                        "diggCount": 371,
                        "playCount": 4361,
                        "createTime": 1786007514,
                        "musicTitle": "original sound - ikalmalisenglish",
                        "shareCount": 15,
                        "isSlideshow": false,
                        "musicAuthor": "Ikal Malis English",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/okPiaBAYBEihBR50VnEIIvwtA0SyTaPy99nVS~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=86ace3d3&x-expires=1786100400&x-signature=a%2Bq6Ms9Vi45LCnebFmQibh1Wkyw%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c1333099&idc=useast5&sc=feed_cover&biz_tag=tt_video&s=SEARCH",
                        "collectCount": 85,
                        "commentCount": 11,
                        "musicPlayUrl": "https://v16m.tiktokcdn-us.com/55b71d09b8bbe9ce87dda27f66bf9096/6a7daab2/video/tos/alisg/tos-alisg-v-27dcd7/o4DKeMIYQGAp9Z0eXnLAowDGgeeZDQJGGFTmg8/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=125&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=audio_mpeg&rc=Z2hmNjNlZjQ1OmU0aGdoOEBpM2lzc3k5cnE3PDMzODU8NEAxNi8wM2BhXl8xXy40Ly1jYSM1MGItMmRrc25hLS1kMS1zcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000d0000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-06T09:11:54.000Z",
                        "downloadCount": 12,
                        "musicDuration": 103,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@broikham.english/video/7670829087417470229",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/f7a2755185a61a426abed4721fb81a95/6a74c2ed/video/tos/alisg/tos-alisg-pve-0037c001/ogI3p1IA4KALxIIQFWjqs6eFvOG7DCKEeQpUf0/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=914&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=NjtlNTY1OmVnNzk7aDU1OUBpamRpcnU5cnA3PDMzODczNEAvLjM0XzQtXy4xMDFfMzEyYSNscWs0MmRrMG5hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e0008d000",
                        "size": 11257566,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oEsxBSfDcE1vR4qEyQjfBdFE0CmAFEJAFAArIg~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_video.video_cover&dr=9638&idc=useast5&ps=13740610&refresh_token=869f1bba&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1786035600&x-signature=lWyeNMNbnOEfbn87jDUalj9wpoc%3D",
                        "isTop": false,
                        "title": "#belajarbahasainggris #kampunginggris ",
                        "author": {
                          "id": "6887396809053537281",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/f966cabced9357a79f0b1d58ea101362~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&idc=useast5&ps=87d6e48a&refresh_token=35fb3dbc&s=SEARCH&sc=avatar&shcp=c1333099&shp=d05b14bd&t=223449c4&x-expires=1786100400&x-signature=6spb0qPrgcrnsihvQiZk8qDG6Io%3D",
                          "nickname": "BRO IKHAM",
                          "username": "broikham.english"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 21100709,
                        "wmplay": "https://v45.tiktokcdn-us.com/de228670ef568658e6791a371457e4e6/6a74c2ed/video/tos/alisg/tos-alisg-pve-0037c001/og4C65FA5I3Gxfs1QUHjt1eOIqDL0QIUAIxEe4/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=1713&eid=20480&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=aDNlNjRkM2U5ZWdkODs7Z0BpamRpcnU5cnA3PDMzODczNEA2XmIxNTU0X2AxYmAyMjQtYSNscWs0MmRrMG5hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e0008d000",
                        "musicId": "7670829193870838536",
                        "videoId": "7670829087417470229",
                        "duration": 96,
                        "diggCount": 1580,
                        "playCount": 48495,
                        "createTime": 1786004082,
                        "musicTitle": "original sound - broikham.english",
                        "shareCount": 20,
                        "isSlideshow": false,
                        "musicAuthor": "BRO IKHAM",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/ooBDOnGxLZq16Q003jcxACeIfs3II4BeAUIFJI~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=c038dce1&x-expires=1786100400&x-signature=8TZ1o8uH0sr0cBAYFh64l42G6mw%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c1333099&idc=useast5&biz_tag=tt_video&s=SEARCH&sc=feed_cover",
                        "collectCount": 70,
                        "commentCount": 30,
                        "musicPlayUrl": "https://v16m.tiktokcdn-us.com/0f34a1c8f65b36b514d5bcbcdb5b9fe7/6a7daaab/video/tos/alisg/tos-alisg-v-27dcd7/o0CageLgGDBULefo90IQINQo6CgYQqAAmMT9TE/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=125&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=audio_mpeg&rc=ODU1MzQzaTg3OzhpNjg1aUBpajh4NXM5cnk3PDMzODU8NEBgMDNfYS4xNTMxLWAuYi00YSNuLS5mMmRrMW5hLS1kMS1zcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000d0000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-06T08:14:42.000Z",
                        "downloadCount": 3,
                        "musicDuration": 96,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@english.without.fear/video/7670541482415099167",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/7dd33e40e81461e19fb119517f8b4b32/6a74c2e1/video/tos/useast8/tos-useast8-ve-0068c002-tx2/oMYYenbmGRHi8MHmADLAqZjHKCeeUTIgIdAuI5/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=470&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=M2czODk6NDo6OTM0NjRmaUBpamxydGs5cmptPDMzaTczNEBgXy8yLWIzXjUxYTUwLTBjYSNrLnBwMmRzbW1hLS1kMTJzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e00095000",
                        "size": 5079761,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/ogHKuH8ejUIeHqIqCYGMDmLnie85AAHQmA8ogI~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_video.video_cover&dr=9638&idc=useast5&ps=13740610&refresh_token=29534a5e&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1786035600&x-signature=oXJmPB8ZLNLH5URPIxUafKjXYcU%3D",
                        "isTop": false,
                        "title": "📚 Do you want to learn English fast and easily? You're in the right place! 💪 Watch my short lessons every week and improve your English step by step. Join our community of learners today and start speaking confidently! 🌍✨ Don’t forget to follow for more exclusive lessons 🔥 #learnenglish #englishforyou #englishlesson #englishteacher #englishlearning ",
                        "author": {
                          "id": "7485537046053733422",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/8dca1b3543070c3db8f8dc4364023a44~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&idc=useast5&ps=87d6e48a&refresh_token=c365a9b3&s=SEARCH&sc=avatar&shcp=c1333099&shp=d05b14bd&t=223449c4&x-expires=1786100400&x-signature=2VjzMafMmrSS13gx63dby12mYcg%3D",
                          "nickname": "English Without Fear 📚",
                          "username": "english.without.fear"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 4493495,
                        "wmplay": "https://v45.tiktokcdn-us.com/e84e365fcf68b331ade091a044eb8aff/6a74c2e1/video/tos/useast8/tos-useast8-pve-0068-tx2/oEyxP1SRfAAlQrBhCQEz55EAmiImZOFEAqiIiv/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=416&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=aTw2NjRmM2UzNDRmZTpnM0BpamxydGs5cmptPDMzaTczNEBgYy0zMTIxXl8xYmBfMDYvYSNrLnBwMmRzbW1hLS1kMTJzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e00095000",
                        "musicId": "7556747184545221379",
                        "videoId": "7670541482415099167",
                        "duration": 84,
                        "diggCount": 319,
                        "playCount": 8619,
                        "createTime": 1785937137,
                        "musicTitle": "original sound - rodenglishacademy",
                        "shareCount": 51,
                        "isSlideshow": false,
                        "musicAuthor": "rodenglishacademy",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oA1ORxyPIYZvAA5CIhyztiAUBIiPOqfrUAmB5i~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=2940f85b&x-expires=1786100400&x-signature=rvbYd7NdlCIUWvaoKH9QNUkcVQw%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&sc=feed_cover&biz_tag=tt_video",
                        "collectCount": 85,
                        "commentCount": 2,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/17244147d2b97a154fcbe5781c541625/6a7da955/video/tos/no1a/tos-no1a-v-2370-no/oIIsseGfLFrbevd8JNQ4SM0hIQ6gxgAeAGeKNI/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=125&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=audio_mpeg&rc=aDw7OjNlPDlnNzM8ZzlnZ0BpM2R0M245cjZpNjMzbzU8NUAvYmJeYDNiX2ExXzYxLi1jYSNzbmkuMmRjX2NhLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000d5000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-05T13:38:57.000Z",
                        "downloadCount": 204,
                        "musicDuration": 84,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@nakulahardin/video/7666687019501882645",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/ee3078567b66d5a7f661f34696ba06a3/6a74c2a6/video/tos/alisg/tos-alisg-pve-0037c001/oYmljpgZfAItYrRDPDRqf0BwiEBUFE0JHYlEov/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=315&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=PGc3NTdnaGY0NzVmaDkzZEBpMzxyeXE5cnJyPDMzODczNEBjLi0wXzAuNWMxXzQvLjU2YSNsZ3BlMmRzaWZhLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000bd000",
                        "size": 1021764,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/ogbCt0AYIE35TfABYFqELDoCZQ8DUhAfgA0FDR~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_video.video_cover&dr=9638&idc=useast5&ps=13740610&refresh_token=3f1860ab&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1786035600&x-signature=YOmF%2BJhiKW7Yuv2fPl3lL5e%2F%2F0o%3D",
                        "isTop": false,
                        "title": "Bahasa Inggrisnya TUMBEN !!  Here’s ways to say Tumben in English ! #belajarbahasainggris #bahasainggris #fypage #bahasainggrispemula #bahasainggrismudah ",
                        "author": {
                          "id": "7093136977524098075",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/2414a141002ecb257ca9637c9027d26c~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&idc=useast5&ps=87d6e48a&refresh_token=d15c2fde&s=SEARCH&sc=avatar&shcp=c1333099&shp=d05b14bd&t=223449c4&x-expires=1786100400&x-signature=fcFIyQPGelFKOzj8PTPtqSBOd5g%3D",
                          "nickname": "NakulaEnglish🇺🇸",
                          "username": "nakulahardin"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 2168230,
                        "wmplay": "https://v45.tiktokcdn-us.com/d932878648a129d7964addaeb1f7e4e0/6a74c2a6/video/tos/alisg/tos-alisg-pve-0037c001/oIAEBE5qUEjQCRkErwlfBFiZVDNPHYIvpsJmfg/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=669&eid=20480&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=OTk1O2hpMzxkMzVmZTVlNkBpMzxyeXE5cnJyPDMzODczNEBjL18zMF9hNTAxLjUwLl5hYSNsZ3BlMmRzaWZhLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000bd000",
                        "musicId": "7666687054939556609",
                        "videoId": "7666687019501882645",
                        "duration": 25,
                        "diggCount": 22278,
                        "playCount": 172142,
                        "createTime": 1785039683,
                        "musicTitle": "original sound - nakulahardin",
                        "shareCount": 1205,
                        "isSlideshow": false,
                        "musicAuthor": "NakulaEnglish🇺🇸",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/osfi0BhgURDqwTMlCeWQAXMHIyAjqWeQQP8Tox~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=17efadd4&x-expires=1786100400&x-signature=ZgBCyEZnVUsIKzLGLBSuTe%2FAhjE%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c1333099&idc=useast5&biz_tag=tt_video&s=SEARCH&sc=feed_cover",
                        "collectCount": 7583,
                        "commentCount": 106,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/52a9ece8c79e2b0747be4fd42344b1f6/6a7da91a/video/tos/alisg/tos-alisg-v-27dcd7/oAVohI6GARZCeaFLejUTDMEwQvRqMyYexJvjsg/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=125&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=audio_mpeg&rc=ZmRlM2U5OTg3NTY5Zmk3Z0Bpajt2eHY5cmtyPDMzODU8NEA0NTQ2LTRhNmMxLWIxMV8yYSNyMmkyMmQ0amZhLS1kMS1zcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000fd000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-07-26T04:21:23.000Z",
                        "downloadCount": 401,
                        "musicDuration": 25,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@learn_englis1/video/7670315001273535764",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/40fdf2afb6f2195fbb2c3c6fb792e11f/6a74c2a0/video/tos/alisg/tos-alisg-pve-0037c001/ooAvtuB4byBEEYXD6mRd5iSwTIunbiIaAJgEE/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=223&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=PGdlZDU4MzQ5aWdlNWQ0M0BpajY0aGo5cnc5PDMzODczNEBfMjYvLmIwXi4xMzE0LzVeYSM2amBwMmRrcG1hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000bd000",
                        "size": 563268,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oAbnyYyjaTD5JbXuyQgAAhvIEd4uivBIBAwiI~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_video.video_cover&dr=9638&idc=useast5&ps=13740610&refresh_token=90c2d065&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1786035600&x-signature=qlXf8ufXu7CGv5z2R5sYfpMQQts%3D",
                        "isTop": false,
                        "title": "#kosakatabahasainggris #filem #belajarbahasainggris #bahasainggris #belajarbareng ",
                        "author": {
                          "id": "6959144334680491010",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/cb6e73ba90d2987e0d4ca724b7e809ec~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&idc=useast5&ps=87d6e48a&refresh_token=176aceba&s=SEARCH&sc=avatar&shcp=c1333099&shp=d05b14bd&t=223449c4&x-expires=1786100400&x-signature=JomA0ta8L17tSrgooq7yYRRfplo%3D",
                          "nickname": "ENGLISH TIME",
                          "username": "learn_englis1"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 0,
                        "wmplay": "https://v45.tiktokcdn-us.com/248e14a429521f81377321edcbb51012/6a74c2a0/video/alisg/mps/logo/v2/r/p/v1c044g50000d9p6stnog65gsec1m39g/ed438829351d466cab016bd8714c2548/01fa97a34e57e642207f3d0c43c49c10/mp4/main.mp4?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=0&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=OzhmNDtlNGVmOWc4PDs2Z0BpajY0aGo5cnc5PDMzODczNEAxLzE0YTMtXjMxLjAvNTFiYSM2amBwMmRrcG1hLS1kMWBzcw%3D%3D&l=20260806112117FD3820B21E4C0A2E103D&definition=480p&du=20&item_id=7670315001273535764&l=20260806112117FD3820B21E4C0A2E103D&logo_type=tiktok&user_text=learn_englis1&btag=e000bd000",
                        "musicId": "7654349770248506125",
                        "videoId": "7670315001273535764",
                        "duration": 19,
                        "diggCount": 192,
                        "playCount": 2549,
                        "createTime": 1785884391,
                        "musicTitle": "original sound - lyricsafterdark4",
                        "shareCount": 3,
                        "isSlideshow": false,
                        "musicAuthor": "phynyny",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/o0ijvbgnJA7EBFY5u4ApabTUXuDI0IBAydiw5~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=c515fcc6&x-expires=1786100400&x-signature=TP7BSQPM5eIXBn9a9w%2FoS6iJhOQ%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c1333099&idc=useast5&biz_tag=tt_video&s=SEARCH&sc=feed_cover",
                        "collectCount": 36,
                        "commentCount": 0,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/aac13cb6cd512dd9bfb6cfca22146445/6a7da921/video/tos/useast5/tos-useast5-v-27dcd7-tx/oIEgNaqMvmWjiAjiclB32g4nUHU15QtIC8rbI/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=125&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=audio_mpeg&rc=OjhmZWY6aGU3Zzo8Z2lmaUBpM3VqOHE5cjp1OzMzZzU8NEA1MzReYS02NjAxYC02NWNjYSNfbjRkMmRrYXBhLS1kMS9zcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000cd000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-04T22:59:51.000Z",
                        "downloadCount": 12,
                        "musicDuration": 32,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@nakulahardin/video/7670027558527896852",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/cb4de9c22add12c24ea5d4a7543ad874/6a74c2ac/video/tos/alisg/tos-alisg-pve-0037c001/oAVPWFp3EIEKTvCQAYaiBxBVX1i1ArnjGwaAp/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=251&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=NDY3OWQ1NDVlNzxlNjo2NUBpM208Z3E5cjlwPDMzODczNEAwYGMyNV5eNmAxNjM2Ni00YSM1YDUtMmRrZmxhLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e0008d000",
                        "size": 1027845,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oUIAQoqetuAItEIjn04U8ALLeAfG7DADAYvYiE~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_video.video_cover&dr=9638&idc=useast5&ps=13740610&refresh_token=9a7fefef&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1786035600&x-signature=kk%2F3MdCP5luZXStEcuz8d1jPzJY%3D",
                        "isTop": false,
                        "title": "Bahasa Inggrisnya “UNTUUNG AJA” Banyak cara ngucapinnya meskipun gak literal banget in English! But it will do  #belajarbahasainggris #bahasainggris #fypage #bahasainggrispemula #bahasainggrismudah ",
                        "author": {
                          "id": "7093136977524098075",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/2414a141002ecb257ca9637c9027d26c~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&idc=useast5&ps=87d6e48a&refresh_token=d15c2fde&s=SEARCH&sc=avatar&shcp=c1333099&shp=d05b14bd&t=223449c4&x-expires=1786100400&x-signature=fcFIyQPGelFKOzj8PTPtqSBOd5g%3D",
                          "nickname": "NakulaEnglish🇺🇸",
                          "username": "nakulahardin"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 2247868,
                        "wmplay": "https://v45.tiktokcdn-us.com/cb0a55b6a466811c4e94b82ba0b1a123/6a74c2ac/video/tos/alisg/tos-alisg-pve-0037c001/ognNAx3EvbV8CIaiC9TAqYB5AEiBJGQ1paFWQ/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=551&eid=20480&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=M2RkZjs4ZzNoZWdlNzppaUBpM208Z3E5cjlwPDMzODczNEAuLzJjYzQuXzAxYDBiXmJfYSM1YDUtMmRrZmxhLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e0008d000",
                        "musicId": "7670027596383980308",
                        "videoId": "7670027558527896852",
                        "duration": 31,
                        "diggCount": 4114,
                        "playCount": 36933,
                        "createTime": 1785817461,
                        "musicTitle": "original sound - nakulahardin",
                        "shareCount": 202,
                        "isSlideshow": false,
                        "musicAuthor": "NakulaEnglish🇺🇸",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oUHBWQXaiuqAg260qfE2BFcERBuDBgkUEQf7sm~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=30494d22&x-expires=1786100400&x-signature=kuFWpp8mw8F3q2kl3gwj%2F7D9nRI%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c1333099&idc=useast5&sc=feed_cover&biz_tag=tt_video&s=SEARCH",
                        "collectCount": 1106,
                        "commentCount": 70,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/263651f0556543594d891413be147990/6a7da920/video/tos/alisg/tos-alisg-v-27dcd7/oIQjaJBqXcmnlFve1kjDOgPUQWBfC4I0WYkZEW/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=125&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=audio_mpeg&rc=MzwzODc4ZTxnZTUzaTk3ZUBpM2VnNnQ5cnhwPDMzODU8NEBhYjJfNS0yX2MxNC0zMTQ1YSM2YzJmMmQ0ZmxhLS1kMS1zcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000cd000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-04T04:24:21.000Z",
                        "downloadCount": 57,
                        "musicDuration": 31,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@papahonest/video/7669603623332089096",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-us.com/855d99da1ec1f1628573327a64455f84/6a74c2a7/video/tos/alisg/tos-alisg-pve-0037c001/o0VHfTA4gIHsHRHG5zpRfGfFvRX5Q79eAACLWG/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=619&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=Z2Q6aDNpNDw7OTM4ZzhlaUBpM2tmZW45cnJ4PDMzODczNEBjMTAuMzNjX18xYDUvLzMvYSNzcWdsMmRzY2thLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000b8000",
                        "size": 2086253,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oAFzAzHvxLmICR5FgpIGTee4gpy9Afs5GQfH7G~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_video.video_cover&dr=9638&idc=useast5&ps=13740610&refresh_token=7e57edbe&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1786035600&x-signature=IM%2BUkMlcmGaAi5qU2apMDCxhm04%3D",
                        "isTop": false,
                        "title": "Preposition (KATA DEPAN)  dalam bahasa inggris #belajarbahasaInggris #education #beginner #lesbahasainggris #speaking ",
                        "author": {
                          "id": "6814840089831834626",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-giso/187d2c81ea7babd9421d2abc708cb504~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&idc=useast5&ps=87d6e48a&refresh_token=2f11fcf9&s=SEARCH&sc=avatar&shcp=c1333099&shp=d05b14bd&t=223449c4&x-expires=1786100400&x-signature=vlDqz6Z83cWRcQWAisoFpbkOtrM%3D",
                          "nickname": "Keyken kembarku",
                          "username": "papahonest"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 2524564,
                        "wmplay": "https://v19.tiktokcdn-us.com/71d5d90c03ea2b784007693de16ab530/6a74c2a7/video/tos/alisg/tos-alisg-pve-0037c001/owep47GWRmGvsf0IbzLfHgofG4J5RAFT5HAQCA/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=749&eid=20480&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=OjM0M2lkZTNmOzQ8NzY8PEBpM2tmZW45cnJ4PDMzODczNEBfL141YzZfNmExYy41MGE0YSNzcWdsMmRzY2thLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000b8000",
                        "musicId": "7669603703288089364",
                        "videoId": "7669603623332089096",
                        "duration": 26,
                        "diggCount": 2883,
                        "playCount": 66746,
                        "createTime": 1785718763,
                        "musicTitle": "original sound - papahonest",
                        "shareCount": 403,
                        "isSlideshow": false,
                        "musicAuthor": "Keyken kembarku",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/o4IWGeH5GGGpLusRHfIz5lgevFQgC47ATwGHfA~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=2a866d83&x-expires=1786100400&x-signature=1EJSQe2P5IHkts8x4zTX%2F7N85cQ%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c1333099&idc=useast5&biz_tag=tt_video&s=SEARCH&sc=feed_cover",
                        "collectCount": 835,
                        "commentCount": 9,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/540621b50ab62a9f20d5983c29b9bc83/6a7da964/video/tos/alisg/tos-alisg-v-27dcd7/oE91IFLQSfAbuyIyGGGJMfvfmOpADFZQc5IheZ/?a=1233&bti=NTY6QGo0QHM6OjZANDQuYCMucCMxNDNg&&bt=125&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=audio_mpeg&rc=PGRmaTk6MzpmMzs8aTw1ZkBpamw6cXk5cnV4PDMzODU8NEBiYjAxLS80XjQxYjAuNjY0YSMvX3BnMmRjY2thLS1kMS1zcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000fd000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-03T00:59:23.000Z",
                        "downloadCount": 276,
                        "musicDuration": 26,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@janeelisabet8/video/7468170600524090630",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-us.com/2c4f4b77d447eec041dd4abc0098c0e9/6a74c2be/video/tos/alisg/tos-alisg-ve-0068c800-sg/o4hKIkoYtBAcRrDyOii7gIzQOCOoGA30Eyfpki/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=528&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=NWkzZTc0NmUzPDw8Z2ZpOEBpMzk7ZHU5cnA3eDMzNzczM0BeMV9gNjItXjUxYDQwNjMxYSNocHJgMmRzXmZgLS1kMTZzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e00088000",
                        "size": 3379120,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-p-0068/o8pLIfReKAAQ4FMeAQqz8AoAIfEMkWWZRIfi6i~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_video.video_cover&dr=9638&idc=useast5&ps=13740610&refresh_token=a4c08c54&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1786035600&x-signature=8XnYRrTUTbDrSSEHyI6QRWm0DdU%3D",
                        "isTop": false,
                        "title": "Tips mulai belajar bahasa inggris 🥰✅#bahasainggrispemula #bahasainggrisdasar #otodidakjagokuasaibahasainggris #edukasibahasainggris #jelajahliburan🔥 #bukuedukasianak #belajarbahasainggris #bukubahasainggrisanak #bahasainggrismudah #fypage ",
                        "author": {
                          "id": "6865098292344685569",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/7d69222d003afbafbdd7cabad68a7afd~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&idc=useast5&ps=87d6e48a&refresh_token=339fe87e&s=SEARCH&sc=avatar&shcp=c1333099&shp=d05b14bd&t=223449c4&x-expires=1786100400&x-signature=sScvQJKMjOo%2BHOtXImG3HBNU1tI%3D",
                          "nickname": "Jane Elisabet",
                          "username": "janeelisabet8"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "TH",
                        "wmSize": 3379120,
                        "wmplay": "https://api16-normal-useast5.tiktokv.us/aweme/v1/play/?video_id=v09044g40000cui4amvog65rcau8s6k0&line=0&watermark=0&logo_name=tiktok_m&source=SEARCH&file_id=456f9c3d79c94980ab035194cbb04fa2&item_id=7468170600524090630&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLmQ4ZjJmNDcxMWZjZTYxYTg5OTZiNWQwODJiYWUxM2Vk&shp=d05b14bd&shcp=-",
                        "musicId": "7468170724487039749",
                        "videoId": "7468170600524090630",
                        "duration": 49,
                        "diggCount": 52573,
                        "playCount": 866387,
                        "createTime": 1738818977,
                        "musicTitle": "original sound - janeelisabet8",
                        "shareCount": 3007,
                        "isSlideshow": false,
                        "musicAuthor": "Jane Elisabet",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-maliva-p-0068/oEKIBioyIYzAOICcIAkpGkinr0ocRgfi7TAEKt~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=ca00e6b1&x-expires=1786100400&x-signature=5T5dXMoNxAqqF04o%2Ff2jnjymUuo%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c1333099&idc=useast5&biz_tag=tt_video&s=SEARCH&sc=feed_cover",
                        "collectCount": 11690,
                        "commentCount": 734,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/6c87190a1cb318d3a8e3948b45db1457/6a7da97b/video/tos/useast5/tos-useast5-v-27dcd7c799-tx/owEAkzMKCAiAHoEuycEBCiigLRBUE0AGwflgck/?a=1233&bti=NTY6QGo0QHM6OjZANDQuYCMucCMxNDNg&&bt=125&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=audio_mpeg&rc=ajdqZWw5cmo3eDMzNzU8M0BpajdqZWw5cmo3eDMzNzU8M0BmbGdsMmRjX2ZgLS1kMTZzYSNmbGdsMmRjX2ZgLS1kMTZzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e0004d000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2025-02-06T05:16:17.000Z",
                        "downloadCount": 9580,
                        "musicDuration": 49,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@englishwithfuntv/video/7600598755057978646",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-us.com/e3f773ab49e32d4b21c97c4c2b73c993/6a74c2cd/video/tos/useast2a/tos-useast2a-ve-68c810-euttp/o4oueAG9owNLILraSte52gIEAQ06DBEIGeaXIy/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=444&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=N2VnODs8ZzY0PGZkNDRmOUBpM2l0bnA5cnFlODMzbzgzNUBhYzQvL15iXl4xYjQ0YTMzYSNebS9pMmQ0cXFhLS1kLzFzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e00090000",
                        "size": 3640440,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-no1a-p-0037-no/oYtBQHDSLAKQnbrotIXieGeA25fG9La2XIylaE~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_video.video_cover&dr=9638&idc=useast5&ps=13740610&refresh_token=5484949d&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1786035600&x-signature=Fh2Dn5xY40EXzioTEyts6cU4Ruc%3D",
                        "isTop": false,
                        "title": "📘Learn & Speak English With Fun | Present Continuous For Beginners 💪 #LearnEnglish #EnglishForBeginners #EnglishA1 #EnglishA2 #SimpleEnglish",
                        "author": {
                          "id": "7590353494412280854",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-avt-0068/e3f7c3457f5d2bfd9304183989cb0227~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&idc=useast5&ps=87d6e48a&refresh_token=c87137ce&s=SEARCH&sc=avatar&shcp=c1333099&shp=d05b14bd&t=223449c4&x-expires=1786100400&x-signature=xrEjU3o3ppkdPP3Wb6N3TTzsUKU%3D",
                          "nickname": "English With Fun",
                          "username": "englishwithfuntv"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "DE",
                        "wmSize": 3691472,
                        "wmplay": "https://v19.tiktokcdn-us.com/0538f46ce46bd6f2a42c6d0078d1af17/6a74c2cd/video/tos/useast2a/tos-useast2a-ve-68c811-euttp/owea1R5ALgDICyAtafGeISIQ9QH24grwXLoEjB/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=450&eid=5376&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=ZWk7ZmdpaTM0NjM0ZDtmZUBpM2l0bnA5cnFlODMzbzgzNUAuYC8xYF8yX2MxY2MuNDNgYSNebS9pMmQ0cXFhLS1kLzFzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e00090000",
                        "musicId": "7600598858716547862",
                        "videoId": "7600598755057978646",
                        "duration": 64,
                        "diggCount": 53190,
                        "playCount": 654814,
                        "createTime": 1769662800,
                        "musicTitle": "original sound - englishwithfuntv",
                        "shareCount": 7505,
                        "isSlideshow": false,
                        "musicAuthor": "English With Fun",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-no1a-p-0037-no/oAvAUAiVHMBRKBwverZsiX6CP2yBN0IBwWI3QE~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=ad7635a0&x-expires=1786100400&x-signature=y5tNf9xH%2FrrtGkpp8L%2B5WkiF4Mo%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c1333099&idc=useast5&biz_tag=tt_video&s=SEARCH&sc=feed_cover",
                        "collectCount": 9360,
                        "commentCount": 410,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/3ac883cd964209c78c9827f10f9d792b/6a7da98a/video/tos/no1a/tos-no1a-v-2370-no/ooQTLnwOkEkSu3M6DA8kXiEIfDgeeRMvLY9S2o/?a=1233&bti=NTY6QGo0QHM6OjZANDQuYCMucCMxNDNg&&bt=125&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=audio_mpeg&rc=N2Q1NTtmNmczOWc6Ojk3ZkBpanE4N3Y5cndmODMzbzU8NUAyXjI0Li0wXzYxYWJgMmJfYSNocmZmMmRzLXFhLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000d5000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-01-29T05:00:00.000Z",
                        "downloadCount": 8167,
                        "musicDuration": 64,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@aluhaku/video/7669681693632105748",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-us.com/582f3bddfefba05dc2b363f0a69c0c91/6a74c2c3/video/tos/alisg/tos-alisg-pve-0037c001/oMKLvQBX1pAqJqwwA1iiwbBeCOAINpQEI2vquB/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=189&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=ZGlmNmZnZjc3Njg1ZDM6ZUBpamQ1NW85cng1PDMzODczNEBeNjVhM2JfX2AxNDVgYWBgYSNfaWpvMmRrb2xhLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e00088000",
                        "size": 1321523,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oMIIVAjIEDAejIBxAUAAeCLa4ELxfJ4GknJluO~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_video.video_cover&dr=9638&idc=useast5&ps=13740610&refresh_token=b5ffa8e7&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1786035600&x-signature=zTS2lFaiN0LT6diMrliV1F7ZILo%3D",
                        "isTop": false,
                        "title": "Let's Talk English together part1 #learningenglish #fypシ゚viral #viraltiktok #pemula #belajarbahasainggris ",
                        "author": {
                          "id": "7667060713445377025",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/f5c1c569b52adc47f66d7f78ada2a884~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&idc=useast5&ps=87d6e48a&refresh_token=d7fd4b80&s=SEARCH&sc=avatar&shcp=c1333099&shp=d05b14bd&t=223449c4&x-expires=1786100400&x-signature=CczKjA4XogYHq6VngGK3mHZ6PkQ%3D",
                          "nickname": "Aluhaku",
                          "username": "aluhaku"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 2653544,
                        "wmplay": "https://v19.tiktokcdn-us.com/91da159f113e3fa0ee1327a9cf9008f9/6a74c2c3/video/tos/alisg/tos-alisg-pve-0037c001/o8WqCCwiIuKvqb9XLwQBXEhOIA21w1BGvezAiA/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=379&eid=20480&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=ZmU6NTlkZTs6NzxpPDs3ZUBpamQ1NW85cng1PDMzODczNEAxXjI1NGFfNmIxNDQ1MWI0YSNfaWpvMmRrb2xhLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e00088000",
                        "musicId": "7669681772632640263",
                        "videoId": "7669681693632105748",
                        "duration": 54,
                        "diggCount": 463,
                        "playCount": 9231,
                        "createTime": 1785736938,
                        "musicTitle": "original sound - aluhaku",
                        "shareCount": 95,
                        "isSlideshow": false,
                        "musicAuthor": "Aluhaku",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oUVdgAVfCcF0hEQqTcFfBBgrUXOE3uQsRHDrE6~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=bed836e4&x-expires=1786100400&x-signature=ykgc0C1p9pBzvtMTUBrdn3oEUN0%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&sc=feed_cover&biz_tag=tt_video",
                        "collectCount": 333,
                        "commentCount": 3,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/f0385efbf6cea279a71e4de31b9a0864/6a7da980/video/tos/alisg/tos-alisg-v-27dcd7/owVJNfYjDB9qF6qUswELCIIvcBQMq0ygfDJX7C/?a=1233&bti=NTY6QGo0QHM6OjZANDQuYCMucCMxNDNg&&bt=125&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=audio_mpeg&rc=aDs3NDhmNzM1Zzc3Z2k4aEBpM3JlO3k5cnU1PDMzODU8NEBgLmBfNjRhXl4xNV9fYjVjYSNuMXFpMmQ0cWxhLS1kMS1zcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000cd000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-03T06:02:18.000Z",
                        "downloadCount": 188,
                        "musicDuration": 54,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@language.hours1/video/7659116364187094293",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn-us.com/1a1deed75dacb4e522a03eeefb39aecb/6a74c32a/video/tos/alisg/tos-alisg-pve-0037c001/osHBWTqIVmUD3BqSg7UeqfEHFEARygSjlIFNXQ/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=607&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=ODplZTNnZGg4aDw3ZjloZEBpM2RuZms5cnhkPDMzODczNEBeLl81Xy40NjMxXi4wLWMyYSMvMm5nMmRzNjJhLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e00088000",
                        "size": 12245558,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oMAsvHEfRqE9CUBtCmDVPXFqA4rSgAnIkfSAQE~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_video.video_cover&dr=9638&idc=useast5&ps=13740610&refresh_token=5cfdf330&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1786035600&x-signature=0n4R3HVc65qmdSPfz%2FilVMYEFgg%3D",
                        "isTop": false,
                        "title": "Did you understand?   You need to continue learning English like this. Send us a message to start your English journey with us! ",
                        "author": {
                          "id": "7652098165131183111",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/5c8f1b0acd880f1ca8371c2ec59f619d~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&idc=useast5&ps=87d6e48a&refresh_token=c310c8e9&s=SEARCH&sc=avatar&shcp=c1333099&shp=d05b14bd&t=223449c4&x-expires=1786100400&x-signature=W77oIamjbmREMVkfHyRD%2FRNloug%3D",
                          "nickname": "Language Hours",
                          "username": "language.hours1"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "AO",
                        "wmSize": 12245558,
                        "wmplay": "https://api16-normal-useast5.tiktokv.us/aweme/v1/play/?video_id=v14044g50000d95a9uvog65hjcqk5a20&line=0&watermark=0&logo_name=tiktok_m&source=SEARCH&file_id=5afe063c14a94e659e7a1db08bbb17a5&item_id=7659116364187094293&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLjZiZjcyMmQ3ZmM3ZjU1ODA3MmVmZmUyOWFjZjQ2ODVh&shp=d05b14bd&shcp=-",
                        "musicId": "7659116416515787541",
                        "videoId": "7659116364187094293",
                        "duration": 157,
                        "diggCount": 276816,
                        "playCount": 1869936,
                        "createTime": 1783277002,
                        "musicTitle": "original sound - language.hours1",
                        "shareCount": 10631,
                        "isSlideshow": false,
                        "musicAuthor": "Language Hours",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/o8BQApUSMF9eNEqBQqEDjcfIQ1vCgTqmBUK7FR~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=4c3ee8a9&x-expires=1786100400&x-signature=PUYqBziVwS0KN6ktR3UczTmBZH4%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c1333099&idc=useast5&biz_tag=tt_video&s=SEARCH&sc=feed_cover",
                        "collectCount": 62259,
                        "commentCount": 2123,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/9b12b9f5518085436711bbbc0b9bbb5f/6a7da9e7/video/tos/alisg/tos-alisg-v-27dcd7/ooXSDf6OUEdQMoMRrQqgFBxVIAJqCZCg9BJCf7/?a=1233&bti=NTY6QGo0QHM6OjZANDQuYCMucCMxNDNg&&bt=125&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=audio_mpeg&rc=ZzRoOmc8OTRoOmY2NjM5OEBpM2t2eHc5cm1kPDMzODU8NEAtYWBjNWEzNjQxNS1fMDVgYSNkMTReMmRrXzJhLS1kMS1zcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000cd000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-07-05T18:43:22.000Z",
                        "downloadCount": 3755,
                        "musicDuration": 157,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@bahasainggrissederhana/video/7669233865516535048",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/75184c63c21e1ca51e9c0e4fed2b3b0d/6a74c2dd/video/tos/alisg/tos-alisg-pve-0037c001/ow8l7QBN19AoMu9uA5iiwuB8CNAI4X3EI8fDq0/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=191&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=MzwzZGUzOjc5M2kzZWVnaEBpamhuaXM5cng8PDMzODczNEA0YzRgMDAxNmAxLy8wMV4yYSMzNDRyMmRjYmthLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e00095000",
                        "size": 1965359,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/osFd0QbqbAfHBc5EEz5pLRLBU7dfQS6HE5agQD~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_video.video_cover&dr=9638&idc=useast5&ps=13740610&refresh_token=3d894494&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1786035600&x-signature=2YPqM4RQr6pl%2BNPmkcyXkIXMAoE%3D",
                        "isTop": false,
                        "title": "Soal bahasa inggris untuk pemula part 15 #inggris #bahasainggris #belajarbahasainggris #vocabulary #quizbahasainggris ",
                        "author": {
                          "id": "7421915000375821319",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/481be7c963debe864ac45e397d9c23fe~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=493a64b2&x-expires=1786100400&x-signature=UPF1sopIXvaLbvMl0q9baFFgMvk%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=c1333099&idc=useast5&sc=avatar&s=SEARCH",
                          "nickname": "Bahasa Inggris Sederhana",
                          "username": "bahasainggrissederhana"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 4579717,
                        "wmplay": "https://v45.tiktokcdn-us.com/2a4e44ceb9737705f40ac5fbf8c67bc6/6a74c2dd/video/tos/alisg/tos-alisg-pve-0037c001/ooEGQfu8BAh1iX9C8uil0JI8NAqE8NDw5RI1uA/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=447&eid=20480&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=Ojc6ZTMzZTNmNmlkN2lmOEBpamhuaXM5cng8PDMzODczNEBjYy1hY2A2XmIxYjRhYDEvYSMzNDRyMmRjYmthLS1kMTFzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e00095000",
                        "musicId": "7669233992634534663",
                        "videoId": "7669233865516535048",
                        "duration": 80,
                        "diggCount": 1642,
                        "playCount": 66206,
                        "createTime": 1785632673,
                        "musicTitle": "original sound - bahasainggrissederhana",
                        "shareCount": 37,
                        "isSlideshow": false,
                        "musicAuthor": "Bahasa Inggris Sederhana",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/owfDFB65pEzHc7ddQB00Efa5ULb6qQA5KBHRgA~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=12093068&x-expires=1786100400&x-signature=DrpvPw5LuzW7VUZlg%2BTF7mB%2BZcs%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c1333099&idc=useast5&sc=feed_cover&biz_tag=tt_video&s=SEARCH",
                        "collectCount": 165,
                        "commentCount": 36,
                        "musicPlayUrl": "https://v19.tiktokcdn-us.com/1b51ae39622ffe23e1cd35bd3bcd45a6/6a7daa57/video/tos/alisg/tos-alisg-v-27dcd7/o8frOjPNSUv4IAE8pS2FfoVDCvBB3MTwejgEQD/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=125&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=audio_mpeg&rc=NTZnZGk8ODo6ZGQzNzRmO0BpajZldWs5cmQ8PDMzODU8NEA0M2MxXi00XzQxNGEwNDVfYSMtYW5zMmRzY2thLS1kMS1zcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000d0000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-02T01:04:33.000Z",
                        "downloadCount": 19,
                        "musicDuration": 80,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@janeelisabet8/video/7621471313126853909",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/9170a0ac2113c0056ad695c515f24a5b/6a74c2b1/video/tos/alisg/tos-alisg-pve-0037c001/oUF89CQTiADfD4fQEjxcnj5DSkEfEmY1IooAID/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=630&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=Ojo3ZmZkZDlpOjU8ZzdkZUBpM3JrOWs5cjpoOjMzODczNUBhXl8xX14vNjIxM2E1MzBjYSNoczJuMmRzYy9hLS1kMTZzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e00095000",
                        "size": 2975691,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/o8L56HKnEAEfGxfDIHi5WGzGkXJeQexlRRQAQG~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_video.video_cover&dr=9638&idc=useast5&ps=13740610&refresh_token=3afb9eb2&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1786035600&x-signature=EHfg2APRsNE0sdMCMUOOhSr%2Fjvo%3D",
                        "isTop": false,
                        "title": "Membalas @chell hafal nya kata dan kalimat sehari-hari dulu #bukubahasainggrisanak #kosakatabahasainggris #bahasainggrisseharihari #kalimatbahasainggris #bukubahasainggris ",
                        "author": {
                          "id": "6865098292344685569",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/7d69222d003afbafbdd7cabad68a7afd~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=27a7d7d7&x-expires=1786100400&x-signature=H7GzCyqGWMdsb8nx5Q%2BFP%2BY%2BYeQ%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&sc=avatar",
                          "nickname": "Jane Elisabet",
                          "username": "janeelisabet8"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 3566976,
                        "wmplay": "https://v45.tiktokcdn-us.com/9c6129bbdae829b0300b8fe7b28b6b80/6a74c2b1/video/tos/alisg/tos-alisg-pve-0037c001/oQg5EAkMnGnOiefWQNm5RAgjRGjT8ECAFGRf8f/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=755&eid=20480&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=NzY2aDQ6ZDhpOWZlPGc2aUBpM3JrOWs5cjpoOjMzODczNUBfLzNiL2E2NjIxYS4xNmMzYSNoczJuMmRzYy9hLS1kMTZzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e00095000",
                        "musicId": "7621471356010056464",
                        "videoId": "7621471313126853909",
                        "duration": 36,
                        "diggCount": 83455,
                        "playCount": 1811086,
                        "createTime": 1774512080,
                        "musicTitle": "original sound - janeelisabet8",
                        "shareCount": 6353,
                        "isSlideshow": false,
                        "musicAuthor": "Jane Elisabet",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/o0Ef4CaIjIoA9SJfjvIBxYDTnzoFEDfcDAK85i~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=1a1cd567&x-expires=1786100400&x-signature=CJ1VN0K8aX1y3tU%2BsHjQ7oZIryk%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c1333099&idc=useast5&biz_tag=tt_video&s=SEARCH&sc=feed_cover",
                        "collectCount": 20602,
                        "commentCount": 1047,
                        "musicPlayUrl": "https://v19.tiktokcdn-us.com/5fd5548ae9e00f06ab0062c70a597574/6a7daa2b/video/tos/alisg/tos-alisg-v-27dcd7/owJKE8i4wIBOp1JBPMLwf4im0QMOEBLAoBSnrA/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=125&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=audio_mpeg&rc=NDw3aDtnOzQ8aDM3NDg4OUBpM2pmaG85cm5oOjMzODU8NEA1LzI2XjQyNjYxNl9hNS01YSMzNi5nMmRzYy9hLS1kMS1zcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000d0000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-03-26T08:01:20.000Z",
                        "downloadCount": 8224,
                        "musicDuration": 36,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@kampung.inggris.kediri/video/7471522817805143302",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/b27e2a68c79ee9ac9270a4242e7746ff/6a74c3e7/video/tos/alisg/tos-alisg-ve-0068c800-sg/og1IQbsQE1iLBHnwxFCdEhEewDwtfmAIRgBryJ/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=722&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=MzVpNGVnZDg8N2Q6OGk8NEBpMzdlOXI5cnE1eDMzNzczM0AuYmBiYy0uNTYxYi4yMV9eYSNgaTQuMmRjaWxgLS1kMTZzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000a5000",
                        "size": 32026892,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-p-0068/ocKafAB2wLCgmiIlzDl2cAECoEGwBH2IAA4Biq~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_video.video_cover&dr=9638&idc=useast5&ps=13740610&refresh_token=60def1d0&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1786035600&x-signature=TDQi3VCxhm62ZH2dCFCEo9oFMho%3D",
                        "isTop": false,
                        "title": "Belajar kalimat sehari-hari bahasa Inggris dasar untuk pemula. #bahasainggris #belajarbahasainggris #bahasainggrisdasar #bahasainggrispemula #bahasainggrisseharihari ",
                        "author": {
                          "id": "7252552231908049922",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-maliva-avt-0068/7323598512087728134~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=49201e56&x-expires=1786100400&x-signature=iIYubU7Zzea850FZ%2FWp7yO8C4wU%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=c1333099&idc=useast5&sc=avatar&s=SEARCH",
                          "nickname": "Kampung Inggris Choice",
                          "username": "kampung.inggris.kediri"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 32055347,
                        "wmplay": "https://v45.tiktokcdn-us.com/2e54cc128baca6bda80a4608e45f8cc5/6a74c3e7/video/tos/alisg/tos-alisg-ve-37c813-sg/oI7CNDskIAJdEIgEwBLED1resQiRQkF1nwBxwf/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=723&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=NTwzOjg5Zmg3NGg5M2k4ZkBpMzdlOXI5cnE1eDMzNzczM0AwMDBfYTAtNS8xNWFiXmMyYSNgaTQuMmRjaWxgLS1kMTZzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000a5000",
                        "musicId": "7471522876605942583",
                        "videoId": "7471522817805143302",
                        "duration": 346,
                        "diggCount": 13800,
                        "playCount": 300816,
                        "createTime": 1739599475,
                        "musicTitle": "original sound - kampung.inggris.kediri",
                        "shareCount": 523,
                        "isSlideshow": false,
                        "musicAuthor": "Kampung Inggris Choice",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-maliva-p-0068/okUdrwCwQEI1YnHBCXnEgDQBsQfxJ1WfQAEFdR~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=fefd0b59&x-expires=1786100400&x-signature=K4wtBsT7t133iloF%2BpNi3xSm9Fc%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c1333099&idc=useast5&biz_tag=tt_video&s=SEARCH&sc=feed_cover",
                        "collectCount": 3736,
                        "commentCount": 90,
                        "musicPlayUrl": "https://v19.tiktokcdn-us.com/530219bc8d1e72b8ded8b902732bf6d6/6a7dab61/video/tos/useast5/tos-useast5-ve-27dcd7c799-tx/oEMBnsQwxTeCUBz1Lz5BKuSCiGJowoFIGQfiJL/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=125&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=audio_mpeg&rc=NjYzPDNnNzs7Z2g3NzQ7NEBpajtoa2o5cnk1eDMzNzU8M0A0LV9iXmMyNWIxNmJiNC81YSNtcWZuMmRjcGxgLS1kMTZzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e00090000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2025-02-15T06:04:35.000Z",
                        "downloadCount": 761,
                        "musicDuration": 346,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@broikham.english/video/7670421448434912532",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/d576718cc06c35a45435706e6e6bc921/6a74c2e4/video/tos/alisg/tos-alisg-pve-0037c001/oYE2LJ9iv1PDcyAFdXQEIdBPBzkmYAOViJina/?a=1233&bti=NTY6QGo0QHM6OjZANDQuYCMucCMxNDNg&&bt=893&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=aTQ1ZWhpNDQ6ZWQ2NGU5O0BpanduNnA5cm9mPDMzODczNEAyLy1hMDUyNl8xNmIyLjU2YSMxcmpnMmRrcm1hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000d5000",
                        "size": 10028799,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oIS1lAw8zwAeOIQpDyLeGJAV0nUA6II1GAGeRf~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_video.video_cover&dr=9638&idc=useast5&ps=13740610&refresh_token=b05b710b&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1786035600&x-signature=B7f4p00m7JsLrsQpw5S6EiQ1FtM%3D",
                        "isTop": false,
                        "title": "#belajarbahasainggris #kampunginggris ",
                        "author": {
                          "id": "6887396809053537281",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/f966cabced9357a79f0b1d58ea101362~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=4f4d03e5&x-expires=1786100400&x-signature=999tQTKCtEz6%2BFso1AzrNYdY2Qw%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&sc=avatar",
                          "nickname": "BRO IKHAM",
                          "username": "broikham.english"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 19257916,
                        "wmplay": "https://v45.tiktokcdn-us.com/df58b7bb3cc8e2562185e23158e688d9/6a74c2e4/video/tos/alisg/tos-alisg-pve-0037c001/oUAX6J0SAiEDZymyVaBOYXvPsE2nQLPJBidI1/?a=1233&bti=NTY6QGo0QHM6OjZANDQuYCMucCMxNDNg&&bt=1716&eid=20480&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=NDQ1aWc7NTloZjg8NDw5O0BpanduNnA5cm9mPDMzODczNEAyMGNjLl5hNWMxMjYtMDQzYSMxcmpnMmRrcm1hLS1kMWBzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000d5000",
                        "musicId": "7670421519449492245",
                        "videoId": "7670421448434912532",
                        "duration": 87,
                        "diggCount": 12631,
                        "playCount": 521323,
                        "createTime": 1785909171,
                        "musicTitle": "original sound - broikham.english",
                        "shareCount": 435,
                        "isSlideshow": false,
                        "musicAuthor": "BRO IKHAM",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/oIAhVJz1AiI7dxmyVaBOYXvPEE2nBLPKBidI1~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=91399e57&x-expires=1786100400&x-signature=WSduUB8e34iWliyRyPzbpV9%2Fxzc%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c1333099&idc=useast5&biz_tag=tt_video&s=SEARCH&sc=feed_cover",
                        "collectCount": 319,
                        "commentCount": 195,
                        "musicPlayUrl": "https://v19.tiktokcdn-us.com/6ae47c70b78c736c7f0f57a06a2d8c58/6a7daa5e/video/tos/alisg/tos-alisg-v-27dcd7/oohPuAF8UnDfjuJLCmLIA9Gto5ETZfWxgSeSgZ/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=125&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=audio_mpeg&rc=Ozo5aDo1Zzs0OWk3OTo0Z0BpamU8ZHM5cmdmPDMzODU8NEA0NC4wNDAwNi4xMmAtNl9eYSNrNi9mMmRrc21hLS1kMS1zcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000d0000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-05T05:52:51.000Z",
                        "downloadCount": 12,
                        "musicDuration": 87,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@kampung.inggris.p/video/7380671538237820166",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/36a47712ef409e1ef8e5480f767efd14/6a74c32a/video/tos/useast2a/tos-useast2a-ve-0068c003/oYunB2fDJIe0R5mEtaQ85bgWtBcAREk0FQKdEQ/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=564&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=Nzs5Ojc0Njo3aTRkNTg1M0BpMzN1c3g5cjpwczMzNzczM0AtNmFgNmAzX18xMC8xMV8xYSNyZ3JqMmRjZmpgLS1kMTZzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000d5000",
                        "size": 11352809,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-p-0068/c73519e6c63c4bb28793974581caaaf1_1718446511~tplv-tiktokx-cropcenter:500:800.jpeg?biz_tag=musically_video.video_cover&dr=9638&idc=useast5&ps=13740610&refresh_token=409e6790&shcp=9b759fb9&shp=c1333099&t=4d5b0474&x-expires=1786035600&x-signature=MDYMF6a2uIqj%2FpF%2BDok241yRavc%3D",
                        "isTop": false,
                        "title": "Kalimat bahasa Inggris sehari-hari. Belajar bahasa Inggris dasar untuk pemula. #kalimatbahasainggris #bahasainggris #belajarbahasainggris #bahasainggrisdasar #bahasainggrispemula ",
                        "author": {
                          "id": "7326148914721473542",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-avt-0068/f561b30cbb6055cb671d4594a83541a3~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=cda0917d&x-expires=1786100400&x-signature=BShbUk%2BpqmNMjsHwhkeb15YPkE8%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=c1333099&idc=useast5&sc=avatar&s=SEARCH",
                          "nickname": "Kampung Inggris Pare",
                          "username": "kampung.inggris.p"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 12764644,
                        "wmplay": "https://v45.tiktokcdn-us.com/5a1260244cdedc627cfd90746f5815b2/6a74c32a/video/tos/alisg/tos-alisg-ve-37c813-sg/oMQaIgBWR0tbAEDmbFL6fBeP4k9EdEYQJzW7BK/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=634&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=video_mp4&rc=NWZpZDY7NjZnNmc3OWhoNEBpMzN1c3g5cjpwczMzNzczM0BhLy41MTReNTYxLTVhNF8uYSNyZ3JqMmRjZmpgLS1kMTZzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e000a5000",
                        "musicId": "7380671572148865797",
                        "videoId": "7380671538237820166",
                        "duration": 157,
                        "diggCount": 221006,
                        "playCount": 3914410,
                        "createTime": 1718446509,
                        "musicTitle": "original sound - kampung.inggris.p",
                        "shareCount": 12591,
                        "isSlideshow": false,
                        "musicAuthor": "Kampung Inggris Pare",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-p-0068/b2cab3872e5b4dd09ef902a197d2cf64_1718446511~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=d27035fa&x-expires=1786100400&x-signature=I8mz7xjN%2Fs8DE7rrBDRtBVgS0qU%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=c1333099&idc=useast5&biz_tag=tt_video&s=SEARCH&sc=feed_cover",
                        "collectCount": 90046,
                        "commentCount": 673,
                        "musicPlayUrl": "https://v19.tiktokcdn-us.com/d9a92a6cc0349ffe334325e1d2c6e53d/6a7daaa4/video/tos/useast5/tos-useast5-ve-27dcd7c799-tx/ogarzgM4TQBGoTBZI4dKAl6takibENSi6CaJfZ/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=125&ft=aEKfuqT0m0LPD12uA.NI3wUHyyaFMeF~O5&mime_type=audio_mpeg&rc=Z2U7aWk4ODg8NmY8ODpkM0BpM2xmeHI5cmZwczMzNzU8M0AuNmNfLjFeX2IxMDBhLTAtYSNhYGYxMmRzZ2pgLS1kMTZzcw%3D%3D&vvpl=1&l=20260806112117FD3820B21E4C0A2E103D&btag=e00090000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2024-06-15T10:15:09.000Z",
                        "downloadCount": 15557,
                        "musicDuration": 157,
                        "musicOriginal": true
                      }
                    ],
                    "hasMore": true,
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/search-users": {
      "get": {
        "operationId": "social_media_tiktok_scraper_search_users",
        "summary": "Search Users",
        "description": "Cari akun TikTok berdasarkan kata kunci.",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-search-users"
        },
        "parameters": [
          {
            "name": "keywords",
            "in": "query",
            "required": true,
            "description": "Search keywords for accounts",
            "schema": {
              "type": "string",
              "example": "jokowi"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number. Default 1",
            "schema": {
              "type": "number",
              "example": "1"
            }
          },
          {
            "name": "count",
            "in": "query",
            "required": false,
            "description": "Accounts per page. Default 20, max 30",
            "schema": {
              "type": "number",
              "example": "20"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 20,
                    "query": "jokowi",
                    "users": [
                      {
                        "id": "7402175638003581957",
                        "url": "https://www.tiktok.com/@jokowi",
                        "region": "ID",
                        "secUid": "MS4wLjABAAAAHaON31BaJjora7UOm7yefXjZC13shzuRGnOmI61ujIGX5-f3UVR1F0lWFFSWBAnZ",
                        "nickname": "Joko Widodo",
                        "username": "jokowi",
                        "verified": true,
                        "heartCount": 6528162,
                        "videoCount": 147,
                        "followerCount": 812928,
                        "followingCount": 0,
                        "privateAccount": false
                      },
                      {
                        "id": "7178748628717536282",
                        "url": "https://www.tiktok.com/@jokowipresidenterbaik",
                        "region": "MY",
                        "secUid": "MS4wLjABAAAAzxD3llJAZbuyNCTCJiIqPasR8ng2VnIbhKR7rvG1kYDuuSBQbrOHBhz6r_lJpyqH",
                        "nickname": "LOVE PRESIDEN JOKOWI 🇲🇨",
                        "username": "jokowipresidenterbaik",
                        "verified": false,
                        "signature": "INDONESIA MAJU 🇲🇨\nPulih lebih cepat bangkit lebih kuat 🔥",
                        "heartCount": 10150634,
                        "videoCount": 714,
                        "followerCount": 899925,
                        "followingCount": 1,
                        "privateAccount": false
                      },
                      {
                        "id": "6999664549445501979",
                        "url": "https://www.tiktok.com/@jokowi_zone",
                        "region": "ID",
                        "secUid": "MS4wLjABAAAAe-UPHZlBCm8AA6gvoU3-ggq_G7JTLVcNY-Ql_MYPXDWR5gV_YMP8Ecc4yywUL1p3",
                        "nickname": "Jokowi_Zone",
                        "username": "jokowi_zone",
                        "verified": false,
                        "signature": "Setuju atau tidak setuju,\nSilahkan berkomentar🧐",
                        "heartCount": 17770992,
                        "videoCount": 689,
                        "followerCount": 1177577,
                        "followingCount": 21,
                        "privateAccount": false
                      },
                      {
                        "id": "7259297912328373256",
                        "url": "https://www.tiktok.com/@lovepresidenjokowi",
                        "region": "MY",
                        "secUid": "MS4wLjABAAAAVSjmwfDmcxpuF49gYjqTmqAOmvBz4CcTL5tmlD1umuhu_7CPVdK7T-vbQQF1gUJF",
                        "nickname": "JOKOWI PRESIDEN TERBAIK",
                        "username": "lovepresidenjokowi",
                        "verified": false,
                        "heartCount": 1261672,
                        "videoCount": 98,
                        "followerCount": 226570,
                        "followingCount": 1,
                        "privateAccount": false
                      },
                      {
                        "id": "6575876310831890438",
                        "url": "https://www.tiktok.com/@jokowinterscheidt",
                        "region": "DE",
                        "secUid": "MS4wLjABAAAArcGQmEokNge2T95dJ4VM1lyfjVDyolHlVuu71S8pX6Epint4SCG6tdrGe5y1CXMt",
                        "nickname": "officiallyjoko",
                        "username": "jokowinterscheidt",
                        "verified": true,
                        "signature": "i once had more follower then @diplo",
                        "heartCount": 818647,
                        "videoCount": 16,
                        "followerCount": 221787,
                        "followingCount": 48,
                        "privateAccount": false
                      },
                      {
                        "id": "6812647923962397702",
                        "url": "https://www.tiktok.com/@jokowixgaming",
                        "region": "IN",
                        "secUid": "MS4wLjABAAAAgDT9J0jFJ7-fIg6HmksfWryMo-59JnUOBl0ZITeMnFRmOuD-GOUqmETM8j2XXtPb",
                        "nickname": "⚡️JOKOWIX GAMING⚡️",
                        "username": "jokowixgaming",
                        "verified": true,
                        "signature": "❤️Follow me on insta.❤️\n👉🏻Subscribe my YouTube channel 👈🏻",
                        "heartCount": 412606,
                        "videoCount": 80,
                        "followerCount": 69160,
                        "followingCount": 4,
                        "privateAccount": false,
                        "youtubeChannelId": "UCgqiF3AINZc5ermbHbEPPmQ",
                        "youtubeChannelTitle": "JOKOWIX GAMING"
                      },
                      {
                        "id": "6948330690988213250",
                        "url": "https://www.tiktok.com/@jokowi01__1",
                        "region": "ID",
                        "secUid": "MS4wLjABAAAA0XnJB__9Sc4ihjkhgZ7hpyeRJKxBsH8fhFKDkk4VyPKmXcmcC4As4uPFNNa84HrM",
                        "nickname": "Http.yanto",
                        "username": "jokowi01__1",
                        "verified": true,
                        "signature": "Drama kehidupan🌍",
                        "heartCount": 4385403,
                        "videoCount": 289,
                        "instagramId": "vandroooooo",
                        "followerCount": 204025,
                        "followingCount": 83,
                        "privateAccount": false
                      },
                      {
                        "id": "7209151678742299674",
                        "url": "https://www.tiktok.com/@fansjokowi12",
                        "region": "ID",
                        "secUid": "MS4wLjABAAAAQFpgZ0VL18dWpzw_amJVO_8RHzeXeog0gq0HR2O4NvucjDZqG4YvA4PcHU_xl5UJ",
                        "nickname": "fansjokowi",
                        "username": "fansjokowi12",
                        "verified": false,
                        "signature": "satu komando bersama bapak jokowi, yuk login ke psi www.psi.id",
                        "heartCount": 8453588,
                        "videoCount": 6360,
                        "followerCount": 345078,
                        "followingCount": 41,
                        "privateAccount": false
                      },
                      {
                        "id": "6988800036214309890",
                        "url": "https://www.tiktok.com/@beritaterbarujokowi",
                        "region": "ID",
                        "secUid": "MS4wLjABAAAAlUGyfcKHBe_MuBEdrzXBnAprVrA7lxQ9sf_i8rbFnhftXx_7il3whlrw97iBMPAY",
                        "nickname": "Berita Terbaru Jokowi",
                        "username": "beritaterbarujokowi",
                        "verified": false,
                        "signature": "Berita Terbaru Jokowi",
                        "heartCount": 10068164,
                        "videoCount": 275,
                        "followerCount": 385914,
                        "followingCount": 0,
                        "privateAccount": false
                      },
                      {
                        "id": "7503732320782058503",
                        "url": "https://www.tiktok.com/@jokowihargamati12",
                        "region": "ID",
                        "secUid": "MS4wLjABAAAAGwsDV7NHVwqvoAeTS9sa4JOO0IgK-9CUvQ9FHypAUYnRyT0kzCoZn1ubICfKNkSk",
                        "nickname": "FANSJOKOWI",
                        "username": "jokowihargamati12",
                        "verified": false,
                        "signature": "No bio yet",
                        "heartCount": 513112,
                        "videoCount": 111,
                        "followerCount": 25380,
                        "followingCount": 2,
                        "privateAccount": false
                      },
                      {
                        "id": "7436995502392083457",
                        "url": "https://www.tiktok.com/@jokowi_bego",
                        "region": "ID",
                        "secUid": "MS4wLjABAAAA2Zkd_Ke4sm08hB4Tybbf8ELWf4y8xqilumQJh41zEZ5My9HY0STaRa9claEwPB_U",
                        "nickname": "🇯 🇴 🇰 🇴  🇳 🇬 🇮 🇧 🇺 🇱",
                        "username": "jokowi_bego",
                        "verified": false,
                        "heartCount": 772883,
                        "videoCount": 909,
                        "followerCount": 28376,
                        "followingCount": 116,
                        "privateAccount": false
                      },
                      {
                        "id": "7127185139747472386",
                        "url": "https://www.tiktok.com/@jokowi.hebat",
                        "region": "ID",
                        "secUid": "MS4wLjABAAAAIIg9jGcJIzbI8252KHTm1gRdOqOFB3kVZ2VFLiXMkWkPQ8X8thQUO2q40PxDstgv",
                        "nickname": "Jokowi.Hebat",
                        "username": "jokowi.hebat",
                        "verified": false,
                        "signature": "Presiden Jokowi Membangun Negeri 🇮🇩🇮🇩🇮🇩",
                        "heartCount": 1576123,
                        "videoCount": 506,
                        "followerCount": 86253,
                        "followingCount": 1,
                        "privateAccount": false
                      },
                      {
                        "id": "7402997037601440773",
                        "url": "https://www.tiktok.com/@jokkowii0",
                        "region": "ID",
                        "secUid": "MS4wLjABAAAA2pd7jQeDBP0xscgdhUftpokBGyNxJjrkjfp_CC6pd6ztsP7ADvAwI6QvKcdNC1nL",
                        "nickname": "jokowi",
                        "username": "jokkowii0",
                        "verified": false,
                        "heartCount": 0,
                        "videoCount": 0,
                        "followerCount": 7,
                        "followingCount": 2,
                        "privateAccount": false
                      },
                      {
                        "id": "7462044195189998610",
                        "url": "https://www.tiktok.com/@only.jokowi",
                        "region": "ID",
                        "secUid": "MS4wLjABAAAAJy-CagE5Pg39TbMFWyybtzpouRLgtO6uF440W-1be7LGHPMr19jHw1kq2iY12LQe",
                        "nickname": "SIKUMBANG JANTAN",
                        "username": "only.jokowi",
                        "verified": false,
                        "signature": "APAPUN ITU INDONESIA TETAP CINTA INDONESIA DAN BANGGA DALAM SETIAP HAL BAIK YANG TERJADI DI INDONESIA",
                        "heartCount": 337423,
                        "videoCount": 159,
                        "followerCount": 26095,
                        "followingCount": 33,
                        "privateAccount": false
                      },
                      {
                        "id": "7457675919827338246",
                        "url": "https://www.tiktok.com/@aysr4579",
                        "region": "ID",
                        "secUid": "MS4wLjABAAAAr-U7Sgx-iZ8c8wNi23bFD0yJoL65McaO6MFJFRRbhU-qmtNOQzPmu-wJVGJUHdBv",
                        "nickname": "𝑱𝒐𝒌𝒐𝒘𝒊",
                        "username": "aysr4579",
                        "verified": false,
                        "heartCount": 1126138,
                        "videoCount": 0,
                        "followerCount": 67417,
                        "followingCount": 344,
                        "privateAccount": true
                      },
                      {
                        "id": "7606963124017185812",
                        "url": "https://www.tiktok.com/@fansgirljokowi",
                        "region": "TW",
                        "secUid": "MS4wLjABAAAARBA4aHMUaPfhtx3IUo2WpsR3i3KedIc_dWIsGG4FoSXKvHLmMF9gpLImSh63kX70",
                        "nickname": "FANS GIRL JOKOWI 🔥",
                        "username": "fansgirljokowi",
                        "verified": false,
                        "signature": "❤️ JOKOWI LOVER'S ❤️\n❣️AKUN KE-2 PROJOWATI.02 ❣️\n     ❤️ IMAN DAN TAQWA❤️",
                        "heartCount": 588963,
                        "videoCount": 282,
                        "followerCount": 20519,
                        "followingCount": 1318,
                        "privateAccount": false
                      },
                      {
                        "id": "7041760695009133570",
                        "url": "https://www.tiktok.com/@jokowiuntukindonesia",
                        "region": "ID",
                        "secUid": "MS4wLjABAAAAtO4sdO6XnCeEAZus15fJMpIpX6fMh3HCP3SYFvl1NwQaZoT35qJoG47kgiPP08cg",
                        "nickname": "user07121561302",
                        "username": "jokowiuntukindonesia",
                        "verified": false,
                        "signature": "No bio yet",
                        "heartCount": 420256,
                        "videoCount": 109,
                        "followerCount": 21527,
                        "followingCount": 0,
                        "privateAccount": false
                      },
                      {
                        "id": "7012993605653464069",
                        "url": "https://www.tiktok.com/@mr_jokowifans",
                        "region": "SG",
                        "secUid": "MS4wLjABAAAAxb0ooy6BzG7FPuGBE0Yf3DET-L8FkT86V5pme7WTzzMaojsaqiwd9qA-9b-2ZZyc",
                        "nickname": "Mr Jokowi fans🇲🇨",
                        "username": "mr_jokowifans",
                        "verified": false,
                        "signature": "Respect Each Others 'coz Attitude is Everything!",
                        "heartCount": 1190960,
                        "videoCount": 571,
                        "followerCount": 79227,
                        "followingCount": 247,
                        "privateAccount": false
                      },
                      {
                        "id": "7038939890474353690",
                        "url": "https://www.tiktok.com/@ifaaal10",
                        "region": "ID",
                        "secUid": "MS4wLjABAAAAw4gdhmIJQ85D_iuvfELDubB_LbIjA14J5oTZFRqXuLpzmMVZzhdMkCuQEWH2R9u7",
                        "nickname": "Jokowi",
                        "username": "ifaaal10",
                        "verified": false,
                        "signature": "No bio yet",
                        "heartCount": 0,
                        "videoCount": 0,
                        "followerCount": 7164,
                        "followingCount": 52,
                        "privateAccount": false
                      },
                      {
                        "id": "7461162388508476434",
                        "url": "https://www.tiktok.com/@wwwwwcom.setelanjokowi",
                        "region": "ID",
                        "secUid": "MS4wLjABAAAAuQ7Hvhjfvzew4CYORRY2jKfokQdUx_UlUC-zqVCONwj8madrTpt6hh7PCxgzZ7Et",
                        "nickname": "jokowi",
                        "username": "wwwwwcom.setelanjokowi",
                        "verified": false,
                        "heartCount": 17,
                        "videoCount": 1,
                        "followerCount": 948,
                        "followingCount": 82,
                        "privateAccount": false
                      }
                    ],
                    "hasMore": true,
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/music/{id}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_music",
        "summary": "Get Sound Info",
        "description": "Detail satu sound/musik TikTok beserta jumlah video yang memakainya.",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-music"
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "description": "Music/sound ID or a full TikTok music URL",
            "schema": {
              "type": "string",
              "example": "7016547803243022337"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "play": "https://sf58-ies-music-sg.tiktokcdn.com/obj/tos-alisg-ve-2774/oULlPria4KO2Gj7dInUfNmfFAvxeYwfL1gqAQG",
                    "album": "Face Off - Dwayne Johnson",
                    "cover": "https://p58-sg.tiktokcdn.com/aweme/200x200/tos-alisg-v-2774/o8ea8AmF1GG4KxwI1fLl7IALGeAvIAFjfsAAhK.jpeg",
                    "title": "Face Off - Dwayne Johnson",
                    "author": "Tech N9ne & Joey Cool & King Iso & Dwayne Johnson",
                    "musicId": "7016547803243022337",
                    "duration": 60,
                    "original": false,
                    "videoCount": 735838
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/music-posts/{musicId}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_music_posts",
        "summary": "Get Sound Posts",
        "description": "Video yang memakai sebuah sound TikTok.",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-music-posts"
        },
        "parameters": [
          {
            "name": "musicId",
            "in": "path",
            "required": true,
            "description": "Music/sound ID or a full TikTok music URL",
            "schema": {
              "type": "string",
              "example": "7016547803243022337"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number. Default 1. Upstream fixes the page size at 12 videos",
            "schema": {
              "type": "number",
              "example": "1"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 12,
                    "videos": [
                      {
                        "url": "https://www.tiktok.com/@therock/video/7022393040451030278",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/0ae957417297ae361c832133efef8d5b/6a75bff7/video/tos/alisg/tos-alisg-ve-37c799-sg/8ab57f274ce74a2abfab36b443f320fd/?a=1233&bti=O3YpOjQ0Zik3OjlmOm0uMjM6ZDQ0MDo%3D&&bt=1452&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=ZWhnODs8OTg3ODg1aGYzOUBpamxtO2Q6ZmU7ODMzNzczM0BeXjZgMjEzXzQxLi9fYjI0YSNiY21zcjRfaG5gLS1kMTZzcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e00090000",
                        "size": 12299811,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-maliva-p-0068/35765ea83a8c40b895db7b88dad96cad_1635028296~tplv-tiktokx-cropcenter-q:300:400:q70.webp?dr=14782&refresh_token=b321b3a4&x-expires=1786100400&x-signature=ra5ENCdC46sl5uZDbXzzB4g7ECs%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=f6441914&idc=my&biz_tag=tt_video&s=MUSIC_AWEME&sc=cover",
                        "isTop": false,
                        "title": "#FACEOFFCHALLENGE IS ON🔥🔥🔥Show us what someone says, does or encourages that sends you into OVERdrive👊🏾💪🏾 #faceoff #strangemusicinc",
                        "author": {
                          "id": "6745191554350760966",
                          "avatar": "https://p16-common-sign.tiktokcdn.com/tos-maliva-avt-0068/7310325298631802885~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=10793&refresh_token=d49dfd27&x-expires=1786100400&x-signature=WSixQzhRmi96Kl97HbL767Vn2II%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f6441914&idc=my&s=MUSIC_AWEME&sc=avatar",
                          "nickname": "The Rock",
                          "username": "therock"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 12361385,
                        "wmplay": "https://v19.tiktokcdn.com/73d3a2b515b4d51d398bd01aab020dc2/6a75bff7/video/tos/alisg/tos-alisg-ve-37c799-sg/98c9878e94444351bfa7bc91d583e63a/?a=1233&bti=O3YpOjQ0Zik3OjlmOm0uMjM6ZDQ0MDo%3D&&bt=1459&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=ODY0OGg1N2g5ZGU0OjgzOEBpamxtO2Q6ZmU7ODMzNzczM0BfM19fYDY0XmAxYzZiNC1gYSNiY21zcjRfaG5gLS1kMTZzcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e00090000",
                        "musicId": "https://sf16-ies-music-sg.tiktokcdn.com/obj/tos-alisg-ve-2774/oULlPria4KO2Gj7dInUfNmfFAvxeYwfL1gqAQG",
                        "videoId": "7022393040451030278",
                        "duration": 66,
                        "diggCount": 17058114,
                        "playCount": 107657922,
                        "createTime": 1635028292,
                        "shareCount": 275346,
                        "isSlideshow": false,
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-maliva-p-0068/c8d8f9f0a81641a9b62d646881651294_1635028293~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=e4e6e2be&x-expires=1786100400&x-signature=5zk%2FDGfCgJ472pXuhcb4G1a2jrU%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=f6441914&idc=my&biz_tag=tt_video&s=MUSIC_AWEME&sc=feed_cover",
                        "collectCount": 584235,
                        "commentCount": 210408,
                        "createTimeIso": "2021-10-23T22:31:32.000Z",
                        "downloadCount": 246363,
                        "musicDuration": 0,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@thebadp1ace/video/7039385772222319878",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/9cf653de2253559085137fcd7c77eee3/6a75bfc4/video/tos/alisg/tos-alisg-ve-37c799-sg/75bf6c19e40b4deda63b5b49813f1d30/?a=1233&bti=O3YpOjQ0Zik3OjlmOm0uMjM6ZDQ0MDo%3D&&bt=2319&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=NzQ7ZWc6ODY3ZmZmPGY3ZEBpM2Vva2U6ZjRoOTMzNzczM0BfYGAzMTJfNi0xYy80X2FiYSNrMm4zcjRvbGxgLS1kMTZzcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b0000",
                        "size": 4211833,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-maliva-p-0068/501bfa17e705479b8ffc192bed4d6a31~tplv-tiktokx-cropcenter-q:300:400:q70.webp?dr=14782&refresh_token=c55b7832&x-expires=1786100400&x-signature=N%2BMgzi1mix5guygbtQMylt86f%2FE%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=f6441914&idc=my&biz_tag=tt_video&s=MUSIC_AWEME&sc=cover",
                        "isTop": false,
                        "title": "it’s about drive #thebadp1ace",
                        "author": {
                          "id": "6911054760808875014",
                          "avatar": "https://p16-common-sign.tiktokcdn.com/tos-maliva-avt-0068/7310268423383023658~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=10793&refresh_token=fb63a27c&x-expires=1786100400&x-signature=VMkLlRKCyAuRTaAQcyrXAvX0Szs%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f6441914&idc=my&s=MUSIC_AWEME&sc=avatar",
                          "nickname": "ale",
                          "username": "thebadp1ace"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 4231562,
                        "wmplay": "https://v19.tiktokcdn.com/59d1614c4c978e9cff1eadb261d4f073/6a75bfc4/video/tos/alisg/tos-alisg-ve-37c799-sg/bfb9ccd779444fc0ad5193bbc5dcf832/?a=1233&bti=O3YpOjQ0Zik3OjlmOm0uMjM6ZDQ0MDo%3D&&bt=2330&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=NDc4OTllNTY3Mzw5aTs0aEBpM2Vva2U6ZjRoOTMzNzczM0AwXi8uMDMwNmMxYDFeYTZeYSNrMm4zcjRvbGxgLS1kMTZzcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b0000",
                        "musicId": "https://sf16-ies-music-sg.tiktokcdn.com/obj/tos-alisg-ve-2774/oULlPria4KO2Gj7dInUfNmfFAvxeYwfL1gqAQG",
                        "videoId": "7039385772222319878",
                        "duration": 14,
                        "diggCount": 16416718,
                        "playCount": 77182259,
                        "createTime": 1638984721,
                        "shareCount": 172134,
                        "isSlideshow": false,
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-maliva-p-0068/90dda5e599e7448f819cb45c0f19ae77_1638984722~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=8f221f93&x-expires=1786100400&x-signature=z63f0Bx%2B1oBBKIfP5xE6gwpo3gc%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=f6441914&idc=my&biz_tag=tt_video&s=MUSIC_AWEME&sc=feed_cover",
                        "collectCount": 733044,
                        "commentCount": 61143,
                        "createTimeIso": "2021-12-08T17:32:01.000Z",
                        "downloadCount": 101604,
                        "musicDuration": 0,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@chicoestaloco/video/7052120913697082671",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/aa548c154245b48766bf5b30c90de2f5/6a75bfca/video/tos/alisg/tos-alisg-ve-37c799-sg/e648bacdcd9f4527ac1e28e9e9efa382/?a=1233&bti=O3YpOjQ0Zik3OjlmOm0uMjM6ZDQ0MDo%3D&&bt=1484&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=PDtpZGg3Nzk7OjkzNDgzN0BpanIzNDM6ZjU1OjMzZzczNEAuYl4xYl5eNWAxLmNeLzRgYSMtNjEycjRnY2NgLS1kMS9zcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b8000",
                        "size": 3835039,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-useast5-p-0068-tx/5b1de4bc023642bd9c4200a83c033490~tplv-tiktokx-cropcenter-q:300:400:q70.webp?dr=14782&refresh_token=1ceefe40&x-expires=1786100400&x-signature=IMTQtUNIR1Ugxyr03yjcA792tmQ%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=f6441914&idc=my&biz_tag=tt_video&s=MUSIC_AWEME&sc=cover",
                        "isTop": false,
                        "author": {
                          "id": "6937989517622526982",
                          "avatar": "https://p16-common-sign.tiktokcdn.com/tos-maliva-avt-0068/3106b767c93c1ba8109b6f8f7d899512~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=10793&refresh_token=1c4a43e9&x-expires=1786100400&x-signature=Y886jzFbuKZrNc%2BsJB6aaEpmhsQ%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f6441914&idc=my&sc=avatar&s=MUSIC_AWEME",
                          "nickname": "Colby Jackman",
                          "username": "chicoestaloco"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 3894539,
                        "wmplay": "https://v19.tiktokcdn.com/bb3bb80b725c3cc21aba4cf0d9c6e2c2/6a75bfca/video/tos/alisg/tos-alisg-ve-37c799-sg/abf5cd3836134273a34eebe53ec2fb9a/?a=1233&bti=O3YpOjQ0Zik3OjlmOm0uMjM6ZDQ0MDo%3D&&bt=1508&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=NDM4Mzk1aWQ7aTs0ZTM8NUBpanIzNDM6ZjU1OjMzZzczNEBiLy02MzRfXy8xM2NiYV8yYSMtNjEycjRnY2NgLS1kMS9zcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b8000",
                        "musicId": "https://sf16-ies-music-sg.tiktokcdn.com/obj/tos-alisg-ve-2774/oULlPria4KO2Gj7dInUfNmfFAvxeYwfL1gqAQG",
                        "videoId": "7052120913697082671",
                        "duration": 20,
                        "diggCount": 7540480,
                        "playCount": 36154148,
                        "createTime": 1641949852,
                        "shareCount": 116363,
                        "isSlideshow": false,
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-useast5-p-0068-tx/173a88086a664f0392d818645fb316e7_1641949853~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=62a121f8&x-expires=1786100400&x-signature=5iWQfPqGrTrU0QZb%2B28f7lbW1dw%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=f6441914&idc=my&biz_tag=tt_video&s=MUSIC_AWEME&sc=feed_cover",
                        "collectCount": 214909,
                        "commentCount": 41818,
                        "createTimeIso": "2022-01-12T01:10:52.000Z",
                        "downloadCount": 75546,
                        "musicDuration": 0,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@miakhalifa/video/7046860857481153839",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/93d65d9fdd0aca91f64b0c6b27c77500/6a75bfc0/video/tos/alisg/tos-alisg-ve-37c799-sg/79ef6763853e457d8b509d0baa536cb5/?a=1233&bti=O3YpOjQ0Zik3OjlmOm0uMjM6ZDQ0MDo%3D&&bt=2009&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=PDY4ZWRoZDw6Ozw4NzZoZkBpanQzOmk6ZmRxOjMzZzczNEAyM2AzMy1fXy0xNTJgXy0zYSNxL2YycjRvaDJgLS1kMS9zcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b0000",
                        "size": 2729279,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-useast5-p-0068-tx/e4861321b6f74e9c9b4641bfa7e49002_1640725151~tplv-tiktokx-cropcenter-q:300:400:q70.webp?dr=14782&refresh_token=61afba59&x-expires=1786100400&x-signature=lb3VES%2Bu0Rgw1OqZaiEiYRe4z5M%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=f6441914&idc=my&biz_tag=tt_video&s=MUSIC_AWEME&sc=cover",
                        "isTop": false,
                        "title": "Too embarassed to say how long it took me to half-nail this spiderman transition 😭",
                        "author": {
                          "id": "6780564068844880902",
                          "avatar": "https://p16-common-sign.tiktokcdn.com/tos-maliva-avt-0068/b816efdb99a57ce5160c649cc6d36ac0~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=10793&refresh_token=3ab6df05&x-expires=1786100400&x-signature=Zya7J81wtJkQBMef%2FVjhBpnZFkc%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f6441914&idc=my&sc=avatar&s=MUSIC_AWEME",
                          "nickname": "Mia K.",
                          "username": "miakhalifa"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 2749708,
                        "wmplay": "https://v19.tiktokcdn.com/c85044353b6a86c0f247f26548b9c65f/6a75bfc0/video/tos/alisg/tos-alisg-ve-37c799-sg/e0933a54dd514fc382d858faa56b9328/?a=1233&bti=O3YpOjQ0Zik3OjlmOm0uMjM6ZDQ0MDo%3D&&bt=2024&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=NWQ6OjczaGhmOzVkPDM2N0BpanQzOmk6ZmRxOjMzZzczNEAtNS4zM15hXi8xXjMuMWM0YSNxL2YycjRvaDJgLS1kMS9zcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b0000",
                        "musicId": "https://sf16-ies-music-sg.tiktokcdn.com/obj/tos-alisg-ve-2774/oULlPria4KO2Gj7dInUfNmfFAvxeYwfL1gqAQG",
                        "videoId": "7046860857481153839",
                        "duration": 10,
                        "diggCount": 7296663,
                        "playCount": 90600367,
                        "createTime": 1640725150,
                        "shareCount": 50666,
                        "isSlideshow": false,
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-useast5-p-0068-tx/84768571f867492e9d98bd0a53bdd1f4_1640725151~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=57f580b2&x-expires=1786100400&x-signature=XPUzjvfP51nY%2FBzGwIsrcYbDFmY%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=f6441914&idc=my&sc=feed_cover&biz_tag=tt_video&s=MUSIC_AWEME",
                        "collectCount": 117459,
                        "commentCount": 70872,
                        "createTimeIso": "2021-12-28T20:59:10.000Z",
                        "downloadCount": 80455,
                        "musicDuration": 0,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@svetaaa008/video/7045537212666006790",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/8338f0a45a41829be5a84cb0d1eb22c4/6a75bfc5/video/tos/useast2a/tos-useast2a-ve-0068c001/ad31d931d79b4a1c85564bacff383397/?a=1233&bti=O3YpOjQ0Zik3OjlmOm0uMjM6ZDQ0MDo%3D&&bt=1441&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=OzVoNTc0ODs3NTs2OTM7aEBpajNyNDo6ZjtmOjMzNzczM0AwMzIvLS4tXzQxLTFgNGMuYSNoXi1hcjRvYTBgLS1kMTZzcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b8000",
                        "size": 2875052,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-maliva-p-0068/bcf8fffe96c743f8832699de3c37efb7~tplv-tiktokx-cropcenter-q:300:400:q70.webp?dr=14782&refresh_token=28b06495&x-expires=1786100400&x-signature=AXRkf6CMglSiXJHTVO%2FjZJGyLTk%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=f6441914&idc=my&sc=cover&biz_tag=tt_video&s=MUSIC_AWEME",
                        "isTop": false,
                        "title": "Merry Christmas🎄 #tomholland #jacobbatalon #spiderman #spidermannowayhome #zendaya #christmasparty #christmas",
                        "author": {
                          "id": "6625109601937620998",
                          "avatar": "https://p16-common-sign.tiktokcdn.com/tos-useast2a-avt-0068-euttp/1470dd8ea576fc917b47c369fb11bdf3~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=10793&refresh_token=3a8c9fe3&x-expires=1786100400&x-signature=ZJoX%2FMUZZ7%2FgslU849zHLcIeekE%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f6441914&idc=my&sc=avatar&s=MUSIC_AWEME",
                          "nickname": "Svetlana A",
                          "username": "svetaaa008"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "DE",
                        "wmSize": 2960739,
                        "wmplay": "https://v19.tiktokcdn.com/cc19a2ac0b956814fe7e7618e1c737e0/6a75bfc5/video/tos/useast2a/tos-useast2a-pve-0068/78479f7ec66a4f7ea65de1327c9c5fc0/?a=1233&bti=O3YpOjQ0Zik3OjlmOm0uMjM6ZDQ0MDo%3D&&bt=1484&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=M2k6aTk2aTk0O2Q0NWdkNEBpajNyNDo6ZjtmOjMzNzczM0AyMl8zNjNeNi0xLzIyNWBgYSNoXi1hcjRvYTBgLS1kMTZzcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b8000",
                        "musicId": "https://sf16-ies-music-sg.tiktokcdn.com/obj/tos-alisg-ve-2774/oULlPria4KO2Gj7dInUfNmfFAvxeYwfL1gqAQG",
                        "videoId": "7045537212666006790",
                        "duration": 15,
                        "diggCount": 6350883,
                        "playCount": 28947734,
                        "createTime": 1640416967,
                        "shareCount": 46387,
                        "isSlideshow": false,
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-maliva-p-0068/99fd03cfb97d435d98cb3ae53777fc65_1640416971~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=772d10a1&x-expires=1786100400&x-signature=68b7uFnmtMvueFKfr2c%2FXz%2F%2FgWU%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=f6441914&idc=my&biz_tag=tt_video&s=MUSIC_AWEME&sc=feed_cover",
                        "collectCount": 355304,
                        "commentCount": 44297,
                        "createTimeIso": "2021-12-25T07:22:47.000Z",
                        "downloadCount": 542,
                        "musicDuration": 0,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@morganpresleyxo/video/7023889660900494639",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/5ae4de4959cd86da742e2f427f7ff660/6a75bfbe/video/tos/useast5/tos-useast5-pve-0068-tx/62d7bcc162f344b98e8dbd425e2bc389/?a=1233&bti=NDg5QGo7dik3OjlmNC4uYCM6bTQ0MDo%3D&&bt=705&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=NjlkaDRoODgzNGk3PGY0ZUBpajdpPDQ6ZmZ3ODMzZzczNEA2MzBhNDQ1NjAxNS5gMi4yYSNjLWVzcjRna3BgLS1kMS9zcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b0000",
                        "size": 804734,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-useast5-p-0068-tx/1db6ebe7e331407b9f9d36d82b8b6b8d~tplv-tiktokx-cropcenter-q:300:400:q70.webp?dr=14782&refresh_token=a242ddc0&x-expires=1786100400&x-signature=aCp6DeEMGzdIp8SvLB1g%2Fzu%2B7pA%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=f6441914&idc=my&s=MUSIC_AWEME&sc=cover&biz_tag=tt_video",
                        "isTop": false,
                        "author": {
                          "id": "6738011194222920709",
                          "avatar": "https://p16-common-sign.tiktokcdn.com/tos-maliva-avt-0068/bc1b2742d94dcc1a7be80042d9f0a8b8~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=10793&refresh_token=7498bfbc&x-expires=1786100400&x-signature=myo4ZHqeW5ufWBKWYC1zhX%2F%2FOkw%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f6441914&idc=my&sc=avatar&s=MUSIC_AWEME",
                          "nickname": "Morgan Presley",
                          "username": "morganpresleyxo"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 833998,
                        "wmplay": "https://v19.tiktokcdn.com/a13ef473d6952c585b14e00140575bc6/6a75bfbe/video/tos/useast5/tos-useast5-ve-0068c002-tx/a9fbaa2a9d2d4c53ba148db0ea27f40d/?a=1233&bti=NDg5QGo7dik3OjlmNC4uYCM6bTQ0MDo%3D&&bt=730&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=NzU4OzwzaTNnNWlnZWlpOEBpajdpPDQ6ZmZ3ODMzZzczNEA2YWMzY2MtNi0xYy40Yy81YSNjLWVzcjRna3BgLS1kMS9zcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b0000",
                        "musicId": "https://sf16-ies-music-sg.tiktokcdn.com/obj/tos-alisg-ve-2774/oULlPria4KO2Gj7dInUfNmfFAvxeYwfL1gqAQG",
                        "videoId": "7023889660900494639",
                        "duration": 8,
                        "diggCount": 6294595,
                        "playCount": 46098453,
                        "createTime": 1635376754,
                        "shareCount": 315336,
                        "isSlideshow": false,
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-useast5-p-0068-tx/63b8eb81a2c44c81a1017d68cee2be67_1635376755~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=634697c3&x-expires=1786100400&x-signature=SrtZhtjEwhy9zOJkWsF5LaGYDDw%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=f6441914&idc=my&biz_tag=tt_video&s=MUSIC_AWEME&sc=feed_cover",
                        "collectCount": 154554,
                        "commentCount": 64332,
                        "createTimeIso": "2021-10-27T23:19:14.000Z",
                        "downloadCount": 35224,
                        "musicDuration": 0,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@bryanhuus/video/7054994309615029509",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/c0beaa65780bd2bfdd81b4e83158353d/6a75bfcf/video/tos/useast2a/sde/tos-useast2a-ve-0068-euttp/okXFfDx1DSFLAeTqYQSI8gCuFpC0CenFIE4bjY/?a=1233&bti=O3YpOjQ0Zik3OjlmOm0uMjM6ZDQ0MDo%3D&&bt=941&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=NDY6OmVmaGQ6NWQ0NTVkaUBpM2ZoaDU6ZnQ4OjMzNzczM0A1YDNeLjZeX2ExYjIvLjNjYSNjbDJxcjRfc2hgLS1kMTZzcw%3D%3D&l=20260806192125FA4BE7A940DF3D381B9E&dpk=q9uPrag7AG31qM6k4mCmaDs7k%2FkLN4KicMxjsdW9hsttVj9nC38D5H%2BLiMs7kirzuDWBY8fPxPkp6rfI%2Bv1NZCYsS7wXZm4MgB6Cbw%3D%3D&dpm=cenc-aes-ctr&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b8000",
                        "size": 3066460,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-maliva-p-0068/1bcba24bfce246b495e2c2f6345273dc_1642618874~tplv-tiktokx-cropcenter-q:300:400:q70.webp?dr=14782&refresh_token=3fedc4f8&x-expires=1786100400&x-signature=TmE%2F0kyCwfWhrrmlcNHz3A0ZvrU%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=f6441914&idc=my&biz_tag=tt_video&s=MUSIC_AWEME&sc=cover",
                        "isTop": false,
                        "title": "Lets gooo #flyball #dogtok #dogs #foryoupage",
                        "author": {
                          "id": "6991418661128389637",
                          "avatar": "https://p16-common-sign.tiktokcdn.com/tos-maliva-avt-0068/455de8a27baf1e0dbcd45962cc92ec6d~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=10793&refresh_token=5105e288&x-expires=1786100400&x-signature=nRjV12KkLcjsEHTlJ3MqH48G7GI%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f6441914&idc=my&sc=avatar&s=MUSIC_AWEME",
                          "nickname": "bryanhuus",
                          "username": "bryanhuus"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "NL",
                        "wmSize": 3093298,
                        "wmplay": "https://v19.tiktokcdn.com/e1bd94128756ab6465ac622373411008/6a75bfcf/video/tos/useast2a/tos-useast2a-ve-0068c003/264733d4c8494bffa303b4dc93cfd587/?a=1233&bti=O3YpOjQ0Zik3OjlmOm0uMjM6ZDQ0MDo%3D&&bt=943&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=ZGk0NDU3ZjlnOTs8Zmk5M0BpM2ZoaDU6ZnQ4OjMzNzczM0AvNV4wY2BeXi0xMjUtMmM1YSNjbDJxcjRfc2hgLS1kMTZzcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b8000",
                        "musicId": "https://sf16-ies-music-sg.tiktokcdn.com/obj/tos-alisg-ve-2774/oULlPria4KO2Gj7dInUfNmfFAvxeYwfL1gqAQG",
                        "videoId": "7054994309615029509",
                        "duration": 25,
                        "diggCount": 6024122,
                        "playCount": 69203181,
                        "createTime": 1642618867,
                        "shareCount": 38042,
                        "isSlideshow": false,
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-maliva-p-0068/74269279d4694d299b60b790ceff8554_1642618869~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=ecf70ce6&x-expires=1786100400&x-signature=yrxfhfC1EqmY4Fr91n0Xl9Ndfe8%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=f6441914&idc=my&s=MUSIC_AWEME&sc=feed_cover&biz_tag=tt_video",
                        "collectCount": 104631,
                        "commentCount": 17985,
                        "createTimeIso": "2022-01-19T19:01:07.000Z",
                        "downloadCount": 67045,
                        "musicDuration": 0,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@miakhalifa/video/7035555202791165230",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/99b636c792fe78d4cff19ecbb3add6d8/6a75bfc0/video/tos/alisg/tos-alisg-ve-37c799-sg/141e108aa76b41c08804022fad2ec3a5/?a=1233&bti=NDg5QGo7dik3OjlmNC4uYCM6bTQ0MDo%3D&&bt=1293&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=OzY2PDw0OTs2ZDM0ZjRoaEBpMzZ5ajo6ZjpvOTMzZzczNEAtYS41LzNfX18xMTJgYS4xYSNoZjJtcjRvLWVgLS1kMS9zcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b0000",
                        "size": 1679375,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-useast5-p-0068-tx/68107b0428f94e0086af19969fef6baf~tplv-tiktokx-cropcenter-q:300:400:q70.webp?dr=14782&refresh_token=2b9a8a5d&x-expires=1786100400&x-signature=J%2FBpa%2BTG5upvI%2BGMP9wXt%2BDf%2B9M%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=f6441914&idc=my&biz_tag=tt_video&s=MUSIC_AWEME&sc=cover",
                        "isTop": false,
                        "title": "✨With gentle hands and the heart of a fighter…. I’m a survivor✨ 😌",
                        "author": {
                          "id": "6780564068844880902",
                          "avatar": "https://p16-common-sign.tiktokcdn.com/tos-maliva-avt-0068/b816efdb99a57ce5160c649cc6d36ac0~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=10793&refresh_token=3ab6df05&x-expires=1786100400&x-signature=Zya7J81wtJkQBMef%2FVjhBpnZFkc%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f6441914&idc=my&sc=avatar&s=MUSIC_AWEME",
                          "nickname": "Mia K.",
                          "username": "miakhalifa"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 1680681,
                        "wmplay": "https://v19.tiktokcdn.com/12560aa4b74bbbde6100943a6fea915f/6a75bfc0/video/tos/alisg/tos-alisg-ve-37c799-sg/c8c01c33b30648c6b6c896d0389d762d/?a=1233&bti=NDg5QGo7dik3OjlmNC4uYCM6bTQ0MDo%3D&&bt=1294&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=aGVpNzYzOzdmM2RnNjc5OkBpMzZ5ajo6ZjpvOTMzZzczNEAyLl5eYTZhXmAxMDFeXy40YSNoZjJtcjRvLWVgLS1kMS9zcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b0000",
                        "musicId": "https://sf16-ies-music-sg.tiktokcdn.com/obj/tos-alisg-ve-2774/oULlPria4KO2Gj7dInUfNmfFAvxeYwfL1gqAQG",
                        "videoId": "7035555202791165230",
                        "duration": 10,
                        "diggCount": 5848314,
                        "playCount": 59736276,
                        "createTime": 1638092855,
                        "shareCount": 11865,
                        "isSlideshow": false,
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-useast5-p-0068-tx/7a57140090bd4ad9b6edaee29cb05ed2_1638092856~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=ed42e1cf&x-expires=1786100400&x-signature=UqOlPX%2BahPuUuI8BDRv4o1jHN2U%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=f6441914&idc=my&biz_tag=tt_video&s=MUSIC_AWEME&sc=feed_cover",
                        "collectCount": 63188,
                        "commentCount": 10273,
                        "createTimeIso": "2021-11-28T09:47:35.000Z",
                        "downloadCount": 6625,
                        "musicDuration": 0,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@mrbeast/video/7154097043743493419",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/cabe7091a4c39b0f61adb563c000ca46/6a75bfc9/video/tos/alisg/tos-alisg-ve-37c799-sg/1ea3e4bf92d9439d80c973b53aed6073/?a=1233&bti=O3YpOjQ0Zik3OjlmOm0uMjM6ZDQ0MDo%3D&&bt=2106&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=ZjdpZzw0PDo0ZGRnZzMzN0BpM21vdTw6ZnM6ZzMzZzczNEBgNS4xMi42Xi8xMzU2Y181YSNzb2JncjRfXjFgLS1kMS9zcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b8000",
                        "size": 5383573,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-useast5-p-0068-tx/4b59676b77fc4c909906bebb8319b2a0_1665693033~tplv-tiktokx-cropcenter-q:300:400:q70.webp?dr=14782&refresh_token=72565bb9&x-expires=1786100400&x-signature=aVTWeZCzhx2jYeyIKaCJuGG1rxM%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=f6441914&idc=my&s=MUSIC_AWEME&sc=cover&biz_tag=tt_video",
                        "isTop": false,
                        "title": "Paper always beat rock, remember that Dwayne @therock #mrbeastvstherock #rockpaperscissors  #dwaynejohnson #therock #mrbeast  ",
                        "author": {
                          "id": "6614519312189947909",
                          "avatar": "https://p16-common-sign.tiktokcdn.com/tos-maliva-avt-0068/1e2348ca19d394037718e3b1d3fc2958~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=10793&refresh_token=f36dac81&x-expires=1786100400&x-signature=eesDP2swWUI1%2BLoyazL2dtV8tlA%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f6441914&idc=my&sc=avatar&s=MUSIC_AWEME",
                          "nickname": "MrBeast",
                          "username": "mrbeast"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 5365086,
                        "wmplay": "https://v19.tiktokcdn.com/0d641b1efca4e946a4ab4bad16244e98/6a75bfc9/video/tos/alisg/tos-alisg-ve-37c799-sg/dca2ad39041b47d38e97ef07623e8c1a/?a=1233&bti=O3YpOjQ0Zik3OjlmOm0uMjM6ZDQ0MDo%3D&&bt=2099&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=PDw6ZTQ1NjlnOmU3aWQ4Z0BpM21vdTw6ZnM6ZzMzZzczNEAzLjIxXy8zNWExNmEwXjRjYSNzb2JncjRfXjFgLS1kMS9zcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b8000",
                        "musicId": "https://sf16-ies-music-sg.tiktokcdn.com/obj/tos-alisg-ve-2774/oULlPria4KO2Gj7dInUfNmfFAvxeYwfL1gqAQG",
                        "videoId": "7154097043743493419",
                        "duration": 19,
                        "diggCount": 5665589,
                        "playCount": 68025520,
                        "createTime": 1665693032,
                        "shareCount": 12678,
                        "isSlideshow": false,
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-useast5-p-0068-tx/4e639f70dbf241d6babdc87cde6689d5_1665693034~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=8fb6eb7e&x-expires=1786100400&x-signature=M5ylI7V6AhPIjzbM5o%2FczG%2B1rgA%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=f6441914&idc=my&biz_tag=tt_video&s=MUSIC_AWEME&sc=feed_cover",
                        "collectCount": 248041,
                        "commentCount": 25948,
                        "createTimeIso": "2022-10-13T20:30:32.000Z",
                        "downloadCount": 22147,
                        "musicDuration": 0,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@rapcartier/video/7018687952754724101",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/efd43aa2fa65c1f69fa9a37e2fdeb1a6/6a75bfd0/video/tos/useast2a/tos-useast2a-ve-0068c004/d3ae87b34bd8484b8c1447c074ccd90c/?a=1233&bti=O3YpOjQ0Zik3OjlmOm0uMjM6ZDQ0MDo%3D&&bt=1325&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=O2c5Zzc4N2doO2Y0NTs0M0Bpam1lZjY6ZnZwODMzNzczM0BjNDAyLjY2XmIxYi8yLmI0YSNnMnJzcjQwM2dgLS1kMTZzcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e00078000",
                        "size": 4479194,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-maliva-p-0068/6d856d64938b4eadac79f3db2b870769_1634165635~tplv-tiktokx-dmt-logoccm:300:400:tos-maliva-p-0000/0a5b495992244b17a49ea740bccd1c39.webp?dr=1368&refresh_token=f99973bc&x-expires=1786100400&x-signature=YqoIL68U5CWyeyLdSvlUsQEV9sM%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=f6441914&idc=my&biz_tag=tt_video&s=MUSIC_AWEME&sc=cover",
                        "isTop": false,
                        "title": "This is literally our reaction when he heard #TheRock rap 😂 #imdontai #dwaynejohnson #rap #hiphop #rapcartier",
                        "author": {
                          "id": "6857968524443321350",
                          "avatar": "https://p16-common-sign.tiktokcdn.com/tos-alisg-avt-0068/33de5cb4d9a9f58f76ff8a4c8cae2e57~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=10793&refresh_token=dce9cb27&x-expires=1786100400&x-signature=009rpFlCk1DWThky%2BAQAYp0x30Y%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f6441914&idc=my&sc=avatar&s=MUSIC_AWEME",
                          "nickname": "Rap Cartier",
                          "username": "rapcartier"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "CA",
                        "wmSize": 4691135,
                        "wmplay": "https://v19.tiktokcdn.com/27d58fbc326ac306671a37332f520f26/6a75bfd0/video/tos/maliva/tos-maliva-ve-0068c801-us/2ef1afd10d934dbabd1ce0ee2e57ac08/?a=1233&bti=O3YpOjQ0Zik3OjlmOm0uMjM6ZDQ0MDo%3D&&bt=1388&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=ZDU0OzMzM2RoPDo7aWk7O0Bpam1lZjY6ZnZwODMzNzczM0AuYzAzNmE2NV8xLTM1YDZjYSNnMnJzcjQwM2dgLS1kMTZzcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b8000",
                        "musicId": "https://sf16-ies-music-sg.tiktokcdn.com/obj/tos-alisg-ve-2774/oULlPria4KO2Gj7dInUfNmfFAvxeYwfL1gqAQG",
                        "videoId": "7018687952754724101",
                        "duration": 26,
                        "diggCount": 4501836,
                        "playCount": 24742814,
                        "createTime": 1634165635,
                        "shareCount": 30503,
                        "isSlideshow": false,
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-maliva-p-0068/81cc4d6c96af475993b49d12b2969554_1634165635~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=64a682f3&x-expires=1786100400&x-signature=4vZDStuAmaGzpoJSEM7vdHjxLs4%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=f6441914&idc=my&sc=feed_cover&biz_tag=tt_video&s=MUSIC_AWEME",
                        "collectCount": 197332,
                        "commentCount": 20011,
                        "createTimeIso": "2021-10-13T22:53:55.000Z",
                        "downloadCount": 43546,
                        "musicDuration": 0,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@flothe2nd/video/7099548983948872965",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/2530a00b25460ede2e910a195bed218a/6a75bfc3/video/tos/useast2a/tos-useast2a-ve-0068c002/ebb96a2822874d1896c74ae52fa9e362/?a=1233&bti=O3YpOjQ0Zik3OjlmOm0uMjM6ZDQ0MDo%3D&&bt=1994&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=OGRpNmk3NDMzMzs1OmZnZUBpam44bTs6ZjhkZDMzNzczM0A1NGNjXy0yX18xNWI2MTYxYSNzaWMtcjQwZDBgLS1kMTZzcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b0000",
                        "size": 3407240,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-maliva-p-0068/8ce07b6137404bf9b867061dd5842a3b_1652992563~tplv-tiktokx-cropcenter-q:300:400:q70.webp?dr=14782&refresh_token=5e8bf118&x-expires=1786100400&x-signature=9FOJWboglMkqZYWA2CDdKxC%2FGU8%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=f6441914&idc=my&biz_tag=tt_video&s=MUSIC_AWEME&sc=cover",
                        "isTop": false,
                        "title": "The Rock x Bridgerton????                                   (The original sound was taken down so this one had to do👍) #bridgerton #bridgertontiktok",
                        "author": {
                          "id": "6613944187581513734",
                          "avatar": "https://p16-common-sign.tiktokcdn.com/tos-useast2a-avt-0068-euttp/aa1f054d1d6763591b93b8af968400c1~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=10793&refresh_token=532ebd94&x-expires=1786100400&x-signature=uYyj9LULIjK5UPRlpZDw6kXv9ZE%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f6441914&idc=my&sc=avatar&s=MUSIC_AWEME",
                          "nickname": "florence hunt",
                          "username": "flothe2nd"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "GB",
                        "wmSize": 3441697,
                        "wmplay": "https://v19.tiktokcdn.com/b5f8ce05ac4244b2f4de3de013e1cd99/6a75bfc3/video/tos/useast2a/tos-useast2a-ve-0068c002/8b28250f1c444218afc8207b045ee0a6/?a=1233&bti=O3YpOjQ0Zik3OjlmOm0uMjM6ZDQ0MDo%3D&&bt=2014&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=OGQ0ZDU4aTszOTNmODs5Z0Bpam44bTs6ZjhkZDMzNzczM0A1YWBgY2MzNi0xMGFhMTVhYSNzaWMtcjQwZDBgLS1kMTZzcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b0000",
                        "musicId": "https://sf16-ies-music-sg.tiktokcdn.com/obj/tos-alisg-ve-2774/oULlPria4KO2Gj7dInUfNmfFAvxeYwfL1gqAQG",
                        "videoId": "7099548983948872965",
                        "duration": 13,
                        "diggCount": 4423426,
                        "playCount": 21795563,
                        "createTime": 1652992562,
                        "shareCount": 23060,
                        "isSlideshow": false,
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-maliva-p-0068/3a85bbb348094942a341e44fa3645097_1652992563~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=896d1e0f&x-expires=1786100400&x-signature=UkfQj%2BJn7AGa0Lmvlvg%2F4gA8tvo%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=f6441914&idc=my&biz_tag=tt_video&s=MUSIC_AWEME&sc=feed_cover",
                        "collectCount": 185894,
                        "commentCount": 12185,
                        "createTimeIso": "2022-05-19T20:36:02.000Z",
                        "downloadCount": 25776,
                        "musicDuration": 0,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@portalquest_original/video/7139087142076058882",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/9f4073d7a1569c66b662c64f3f2fb94e/6a75bfd0/video/tos/alisg/tos-alisg-pve-0037c001/6dc57aadbb454ac38f4b3b4fe6300d69/?a=1233&bti=NDg5QGo7dik3OjlmNC4uYCM6bTQ0MDo%3D&&bt=1129&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=NzU2OTdkZDM6NmRmNDdoO0Bpamw0bGk6ZmhsZjMzODczNEAuNGA0YzIvXi4xNWMuLTA0YSNlbHAwcjQwMDZgLS1kMS1zcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b8000",
                        "size": 3817997,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/9870ae8def91474babbb15774276d953~tplv-tiktokx-cropcenter-q:300:400:q70.webp?dr=14782&refresh_token=b984405f&x-expires=1786100400&x-signature=e1iNT%2FcJ0yXmPSxM6vhDkqO%2FwEE%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=f6441914&idc=my&biz_tag=tt_video&s=MUSIC_AWEME&sc=cover",
                        "isTop": false,
                        "title": "Выхода нет 😂 ⚠️ Fake situation ⚠️ ⚠️ Fake weapon ⚠️ ⚠️ Fake body ⚠️ ⚠️ all Fake ⚠️ #квест #пермь #давайвквест #портал #хоррор #portalperm #portal #perm #скала #faceoff #дуейнджонсон ",
                        "author": {
                          "id": "6855913102652867590",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-alisg-avt-0068/ed76660058369d9aba44124abbb01414~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=10793&refresh_token=be6efe2e&x-expires=1786100400&x-signature=wQOWCfQTqglO8TFNJI5Qc2Dn1XE%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f6441914&idc=my&sc=avatar&s=MUSIC_AWEME",
                          "nickname": "PORTAL",
                          "username": "portalquest_original"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 0,
                        "wmplay": "https://v19.tiktokcdn.com/9f4073d7a1569c66b662c64f3f2fb94e/6a75bfd0/video/tos/alisg/tos-alisg-pve-0037c001/6dc57aadbb454ac38f4b3b4fe6300d69/?a=1233&bti=NDg5QGo7dik3OjlmNC4uYCM6bTQ0MDo%3D&&bt=1129&ft=XsFb_qT0m0LPD12hA.NI3wUZiB97MeF~O5&mime_type=video_mp4&rc=NzU2OTdkZDM6NmRmNDdoO0Bpamw0bGk6ZmhsZjMzODczNEAuNGA0YzIvXi4xNWMuLTA0YSNlbHAwcjQwMDZgLS1kMS1zcw%3D%3D&vvpl=1&l=20260806192125FA4BE7A940DF3D381B9E&btag=e000b8000",
                        "musicId": "https://sf16-ies-music-sg.tiktokcdn.com/obj/tos-alisg-ve-2774/oULlPria4KO2Gj7dInUfNmfFAvxeYwfL1gqAQG",
                        "videoId": "7139087142076058882",
                        "duration": 26,
                        "diggCount": 4170713,
                        "playCount": 34224451,
                        "createTime": 1662198260,
                        "shareCount": 115324,
                        "isSlideshow": false,
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/d71bb42b56474f7dbc3be2a13073d1a9_1662198263~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=6f33b28e&x-expires=1786100400&x-signature=iys71hkj6oX2xtt5o2mvLQdwb4c%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=f6441914&idc=my&s=MUSIC_AWEME&sc=feed_cover&biz_tag=tt_video",
                        "collectCount": 427015,
                        "commentCount": 27108,
                        "createTimeIso": "2022-09-03T09:44:20.000Z",
                        "downloadCount": 5000,
                        "musicDuration": 0,
                        "musicOriginal": false
                      }
                    ],
                    "hasMore": true,
                    "musicId": "7016547803243022337",
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/trending": {
      "get": {
        "operationId": "social_media_tiktok_scraper_trending",
        "summary": "Get Trending Feed",
        "description": "Feed trending TikTok untuk satu negara.",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-trending"
        },
        "parameters": [
          {
            "name": "region",
            "in": "query",
            "required": true,
            "description": "Two-letter country code (ID, US, JP, GB, BR, VN). Required. This is the trending feed served TO that country, not videos originating from it",
            "schema": {
              "type": "string",
              "example": "ID"
            }
          },
          {
            "name": "count",
            "in": "query",
            "required": false,
            "description": "Number of videos. Default 20, max 20",
            "schema": {
              "type": "number",
              "example": "20"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "count": 21,
                    "region": "ID",
                    "videos": [
                      {
                        "url": "https://www.tiktok.com/@gilangfbrnsyh7/video/7670859411795070215",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/d48122cb820aae85e4a71e6204578f63/6a75bfd8/video/tos/alisg/tos-alisg-pve-0037c001/okYVP1wEAiHi1dR7EXi8nLaZiCFi07AKBIEQB/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=647&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=OzllOmQ3ZWc5PGk8NmQ1NEBpam9saHU5cnY4PDMzODczNEA2YDYyMzMwNi8xYzYxMy8tYSNgMmxsMmQ0b25hLS1kMTFzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000",
                        "size": 2291267,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/ooqowh3EY2RJGQeQLBFqAvbDgyU4JBTAfFdEF3~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=9c7622f2&x-expires=1786100400&x-signature=991X3oNgdaT4y%2BBy3RuCbjEBsb0%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&sc=cover&biz_tag=tt_video&s=FEED",
                        "isTop": false,
                        "title": "hanya ada dalam live join live sekarang juga!!",
                        "author": {
                          "id": "7151332828915123205",
                          "avatar": "https://p16-common-sign.tiktokcdn.com/tos-maliva-avt-0068/d01c8161d8d74a6a56ece91b5909bf41~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=d3709233&x-expires=1786100400&x-signature=edVupkdeQ%2BO3k3QIV9%2FakoIoNDU%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&sc=avatar&s=FEED",
                          "nickname": "gilwear.id",
                          "username": "gilangfbrnsyh7"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 4416663,
                        "wmplay": "https://v19.tiktokcdn.com/bf283d52380a867f7b804a8725b7bf11/6a75bfd8/video/tos/alisg/tos-alisg-pve-0037c001/o0wEYlViaPbENB7iE8dh8AE107nQIARxBXiZn/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=1247&eid=20480&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=ZzYzNWZpaGRnZDM4OGY5ZkBpam9saHU5cnY4PDMzODczNEA2MjUyXjZgXi8xMDJeYS5iYSNgMmxsMmQ0b25hLS1kMTFzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000",
                        "musicId": "7670859449054333703",
                        "videoId": "7670859411795070215",
                        "duration": 27,
                        "diggCount": 13,
                        "playCount": 3943,
                        "createTime": 1786011141,
                        "musicTitle": "original sound - gilwear.id",
                        "shareCount": 0,
                        "isSlideshow": false,
                        "musicAuthor": "gilwear.id",
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/oUPgEIBx87BO8ORBBYAIXiVwEc01ia7EZdnAi~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=1ef26fb1&x-expires=1786100400&x-signature=KJ%2BTW2CFGJ2chYYUhklNqB%2Fk5ac%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=feed_cover",
                        "collectCount": 1,
                        "commentCount": 0,
                        "musicPlayUrl": "https://v16-ies-music.tiktokcdn.com/529b11f3f9b3ebfa6fc9440ae2732815/6a7daa84/video/tos/alisg/tos-alisg-v-27dcd7/ooU1oHIgQ3CFUEFvDfJ94dfFA4DbBBAIXAAqyo/?a=583965&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=125&ft=gk-H6z28QjA59wwR7R5Cn.C9kL~oZcA.sK1n5H6KJE&mime_type=audio_mpeg&rc=M3hkanY5cjQ4PDMzODU8NEBpM3hkanY5cjQ4PDMzODU8NEBpa2tgMmRzcG5hLS1kMS1zYSNpa2tgMmRzcG5hLS1kMS1zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00078000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-06T10:12:21.000Z",
                        "downloadCount": 0,
                        "musicDuration": 27,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@shakira/video/7645778945740262687",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/822ffb11bcb1502e2ce81fda39cfbeff/6a75bfcd/video/tos/alisg/tos-alisg-ve-37c799-sg/oA1VhvD37VVAiFVHCIRQaBDEVSdEADRBiXsUt/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=3656&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=OjplNzRkNWg6NjU6Zzg0M0BpamY8bm85cjZuOzMzaTczNEBfYjFhYjFeXjQxMTE0YzYyYSNxX2ReMmRrM2FhLS1kMTJzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000",
                        "size": 7820698,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/o8RiV77DFSBIhB1ViFQnsabMQDIAC4EvOAtjV~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=c9d87d64&x-expires=1786100400&x-signature=REtd73%2F7XJOMDX9D3nj93OjQ2IE%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=cover",
                        "isTop": false,
                        "title": "@Triplets Ghetto Kids 😍 #WeAreReady ",
                        "author": {
                          "id": "168541398546182144",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-maliva-avt-0068/423eb2c9c04c3f14fca03a22b386b2e8~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=423ced92&x-expires=1786100400&x-signature=Ps4FuOWbGLfHd95%2BYlyBUNrDIlA%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&sc=avatar&s=FEED",
                          "nickname": "Shakira",
                          "username": "shakira"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 0,
                        "wmplay": "https://v19.tiktokcdn.com/822ffb11bcb1502e2ce81fda39cfbeff/6a75bfcd/video/tos/alisg/tos-alisg-ve-37c799-sg/oA1VhvD37VVAiFVHCIRQaBDEVSdEADRBiXsUt/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=3656&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=OjplNzRkNWg6NjU6Zzg0M0BpamY8bm85cjZuOzMzaTczNEBfYjFhYjFeXjQxMTE0YzYyYSNxX2ReMmRrM2FhLS1kMTJzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000",
                        "musicId": "7637147165290924831",
                        "videoId": "7645778945740262687",
                        "duration": 16,
                        "diggCount": 23287263,
                        "playCount": 238522228,
                        "createTime": 1780171659,
                        "musicTitle": "Dai Dai",
                        "shareCount": 315736,
                        "isSlideshow": false,
                        "musicAuthor": "Shakira & Burna Boy",
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/oEII2CACEia1BsiVD7BSDI4tQRDKVVv2oAb2h~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=d186e215&x-expires=1786100400&x-signature=BPVxBTBXa2guSz001uN2zy7mI1Y%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=feed_cover",
                        "collectCount": 933412,
                        "commentCount": 120734,
                        "musicPlayUrl": "https://sf16-ies-music-sg.tiktokcdn.com/obj/tos-alisg-ve-2774/og1MAIEOzYfIUFEepbfUsixIk5cGaCLngjVDYO",
                        "createTimeIso": "2026-05-30T20:07:39.000Z",
                        "downloadCount": 2352,
                        "musicDuration": 60,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@lorenthzeur/video/7649780256794070302",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/ec83b23ec2d6781e4fd8d54646895b4f/6a75c0a9/video/tos/alisg/tos-alisg-ve-37c799-sg/ow1EGTqtgeR7EzrEFXAp6QIDSAbVKXgBk5fb1r/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=924&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=Mzs6Njs0Zmk5N2c4NTU0OkBpM3dnd285cnZxOzMzaTczNEAyLjE1NjMxNTQxYV42LS1hYSNtLWhuMmRzNmhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00098000",
                        "size": 27980994,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/o4AAEEWqVEzCoRgQTkSfBF9KJDaKrXQr7egGtA~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=ab3d6b00&x-expires=1786100400&x-signature=oGdY56NUALw%2F2XqwG8k2zhunUfw%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=cover",
                        "isTop": false,
                        "title": "The world is full of love!#downsyndrome #healing #foryou ",
                        "author": {
                          "id": "7178341708622873643",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-maliva-avt-0068/4cd623485c8db5ec58d18d6757596edf~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=66e21864&x-expires=1786100400&x-signature=k%2F%2FVSR%2BDYZDO%2Fn4Ufyx95oYA2sk%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&sc=avatar&s=FEED",
                          "nickname": "reddit_wyy",
                          "username": "lorenthzeur"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 25636924,
                        "wmplay": "https://v19.tiktokcdn.com/8c27639410409f2f44cdd807c7165aaa/6a75c0a9/video/tos/alisg/tos-alisg-ve-37c799-sg/oohTQVED5rfEgrsgeqXSE7kI0wFqtRAKGzByIA/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=846&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=OjM5aDQ5aDk4ZWk6OmYzNEBpM3dnd285cnZxOzMzaTczNEAvL2FjXjFfXi0xNDYtMDFhYSNtLWhuMmRzNmhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00098000",
                        "musicId": "7649780194886175519",
                        "videoId": "7649780256794070302",
                        "duration": 236,
                        "diggCount": 4861353,
                        "playCount": 39615798,
                        "createTime": 1781103276,
                        "musicTitle": "original sound - reddit_wyy",
                        "shareCount": 120803,
                        "isSlideshow": false,
                        "musicAuthor": "reddit_wyy",
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/oUCjw5IAqcAiyiLB1jId1Ff2ypBViAVIQBB11X~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=1c759e3c&x-expires=1786100400&x-signature=nbHRVMyRhaLpoQli4r8lV%2FtJqdw%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=feed_cover",
                        "collectCount": 438096,
                        "commentCount": 6058,
                        "musicPlayUrl": "https://v16-ies-music.tiktokcdn.com/71e0e06d0d26683fccd43e1e6ce4be7e/6a7dab55/video/tos/maliva/tos-maliva-ve-27dcd7c799-us/ogRsIpeGqQevTMUokGECJUOvgCeEbIVOLgHjYA/?a=583965&bti=Ozk3QGo4dik3OjlmMzAuYCM6bTQ0MDo%3D&&bt=125&ft=gk-H6z28QjA59wwR7R5Cn.C9kL~oZcA.sK1n5H6KJE&mime_type=audio_mpeg&rc=PGlnZ2Q4aTU1aTZkNDNkOUBpajpsOHk5cmZxOzMzaTU8NEBjNF41YjAyNmAxNjQxMzQzYSMtYGY2MmRjaWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00098000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-06-10T14:54:36.000Z",
                        "downloadCount": 19836,
                        "musicDuration": 236,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@cairo_ia/video/7665503140057255188",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/6fbbfbc0818fe11ac89fce873610a8d6/6a75bff9/video/tos/alisg/tos-alisg-pve-0037c001/ooJsIu0AtBAtVzKMFKiwAI1QtCuw4AsMEUf6hi/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=1370&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=NTVpaWVpZDo5NTkzNDczaUBpM3JsZmo5cnBvPDMzODczNEBfMi8wY2NgXmIxLTJjYC0uYSNucW4tMmRzYGRhLS1kMWBzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00090000",
                        "size": 10579661,
                        "cover": "https://p19-common-sign.tiktokcdn.com/tos-alisg-p-0037/ogwAeEIqQfGAjzAI09A8LvCDeY4ADUQIrrILbR~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=3e1d3715&x-expires=1786100400&x-signature=1Lf0evNGYbLwntT4m1QXoYE2re4%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=cover",
                        "isTop": false,
                        "title": "He Built an Underground Secret Mansion with TV & AC in the Forest Watch the step-by-step build of a luxury underground mud house in the jungle, complete with solar panels, AC, and a flat-screen TV!  ⁠#UndergroundHouse⁠ ⁠#JungleBuilding⁠ ⁠#PrimitiveTechnology⁠ ⁠#DIYBunker⁠ ⁠#LuxuryCabin⁠",
                        "author": {
                          "id": "7454961829086430213",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-alisg-avt-0068/f77ce2a082b9f5d7d649c7ce2c00eb6d~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=04dec3be&x-expires=1786100400&x-signature=Rqxql0JphjK%2F73pESol6KipFK2A%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&sc=avatar&s=FEED",
                          "nickname": "cairo_ia",
                          "username": "cairo_ia"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "BR",
                        "wmSize": 22999465,
                        "wmplay": "https://v19.tiktokcdn.com/b4c802a204b90b977d09f800d987e77c/6a75bff9/video/tos/alisg/tos-alisg-ve-37c815-sg/oIquI0i47zutG4IhAQBAEsMwIA1wVAxCVKiUf8/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=2979&eid=20480&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=Omk8Z2Y1ZGZmOzM3M2Q0NUBpM3JsZmo5cnBvPDMzODczNEAzLWM0NDQyNV8xYmM1Yy9iYSNucW4tMmRzYGRhLS1kMWBzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00090000",
                        "musicId": "7665503268823059208",
                        "videoId": "7665503140057255188",
                        "duration": 60,
                        "diggCount": 487980,
                        "playCount": 14591106,
                        "createTime": 1784764039,
                        "musicTitle": "original sound - cairo_ia",
                        "shareCount": 32116,
                        "isSlideshow": false,
                        "musicAuthor": "cairo_ia",
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/o84i0CAuIuIu5sFtofwAhIKU1pxVzB4uMFiwAA~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=ad7e4532&x-expires=1786100400&x-signature=fx95V6T8uZEwMdEK32er0CdHx3w%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=feed_cover",
                        "collectCount": 33520,
                        "commentCount": 3672,
                        "musicPlayUrl": "https://v16-ies-music.tiktokcdn.com/2342141397516704012041617db57b3a/6a7daaa5/video/tos/alisg/tos-alisg-v-27dcd7/okIToUcoOCqvjATGecMEtFED0rDTDwOPwfFfng/?a=583965&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=125&ft=gk-H6z28QjA59wwR7R5Cn.C9kL~oZcA.sK1n5H6KJE&mime_type=audio_mpeg&rc=OTc1ZjlmOzU2ZzhpOjtmaEBpajZrNHg5cjpvPDMzODU8NEAwYjMxMC82NjUxXmAtLl5eYSMvbGdsMmRzYWRhLS1kMS1zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00050000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-07-22T23:47:19.000Z",
                        "downloadCount": 4075,
                        "musicDuration": 60,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@tempatbercerita76/video/7664102695384583444",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/efe7356bcbf109a98224c6de843a3ac1/6a75bfce/video/tos/alisg/tos-alisg-pve-0037c001/o4IDqXN6VJhFEBON5fyBurdAEiUb4szQJgfFRu/?a=1233&bti=Ozk3QGo4dik3OjlmMzAuYCM6bTQ0MDo%3D&&bt=205&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=aTNoOzpmMzc0NDg0PDgzPEBpanBtPHc5cjs4PDMzODczNEAtNF8wLWFjXi0xYDUxXjAuYSMwXzEwMmRjbWJhLS1kMTFzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000",
                        "size": 452332,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/oYAjcVlcwKAABIURNBPBaXALEiYBFiAEElx06~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=d417f5b7&x-expires=1786100400&x-signature=uerWgnV6DEKgcAtwupYa3HwK9M8%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=cover",
                        "isTop": false,
                        "title": "SADAR DIRI AJAH! #motivasi ",
                        "author": {
                          "id": "7436332794446365752",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-alisg-avt-0068/ad5a88d720d112eeb28bf37c904912d0~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=14949573&x-expires=1786100400&x-signature=8yLm4BspJO5IiY0OWeCIfBNsLac%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&sc=avatar&s=FEED",
                          "nickname": "TEMPAT BERCERITA",
                          "username": "tempatbercerita76"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 1010948,
                        "wmplay": "https://v19.tiktokcdn.com/2e5a698f08bf455ff6131da8e8a0db6e/6a75bfce/video/tos/alisg/tos-alisg-pve-0037c001/o4DeIahuAl0jAgTjU2QiSjL0IXD4oLeuCYecGg/?a=1233&bti=Ozk3QGo4dik3OjlmMzAuYCM6bTQ0MDo%3D&&bt=459&eid=20480&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=NTk8aDNnOGU7NzY5aTk7aUBpanBtPHc5cjs4PDMzODczNEAzNmE2M2M2Ni0xLmFgYl9hYSMwXzEwMmRjbWJhLS1kMTFzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000",
                        "musicId": "7664102744424893202",
                        "videoId": "7664102695384583444",
                        "duration": 17,
                        "diggCount": 640865,
                        "playCount": 6613105,
                        "createTime": 1784437970,
                        "musicTitle": "original sound - TEMPAT BERCERITA",
                        "shareCount": 48022,
                        "isSlideshow": false,
                        "musicAuthor": "TEMPAT BERCERITA",
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/o8iAD1QfBc11iAA9I5NHIX2Bwi8CqUAkGkLUIM~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=d1740d36&x-expires=1786100400&x-signature=qlgI0pFFnk77OSEtJLH8czGVQ4c%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=feed_cover",
                        "collectCount": 88457,
                        "commentCount": 2146,
                        "musicPlayUrl": "https://v16-ies-music.tiktokcdn.com/b0a030a586cb750c8eede024966d87e7/6a7daa7a/video/tos/alisg/tos-alisg-v-27dcd7/osgbPQ40UqDpkLjeCFLIAmGrouETZhfwgteYgL/?a=583965&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=125&ft=gk-H6z28QjA59wwR7R5Cn.C9kL~oZcA.sK1n5H6KJE&mime_type=audio_mpeg&rc=NDRmMzM3PGRlaDhmaGZlZ0BpajU2cGs5cm84PDMzODU8NEAvYl9hMV4yX14xXzIxL2NgYSNyYC5hMmRjbWJhLS1kMS1zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-07-19T05:12:50.000Z",
                        "downloadCount": 48887,
                        "musicDuration": 17,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@negeri.impian4/video/7670858785430293767",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/c61a925c1d7dbed50b92bec01f9d3bb2/6a75bfdb/video/tos/alisg/tos-alisg-pve-0037/ooBcAX1dWFlCOCFQIqED7XfpEXuAg1FBBU0yeV/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=646&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=PDs0OWhlZmg0N2k6PDdoNEBpam9lanc5cnY4PDMzODgzNEBgY2AtXjA2NV8xYjItLTJiYSNocTFnMmRrbm5hLS1kLzFzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00088000",
                        "size": 2483559,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-v-518157-sg/oILqD9UUgIjGMjfgqYReCLd6HGeaGLQ4OEmpxA~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=46389ab3&x-expires=1786100400&x-signature=uCqcxlgk3of%2BeoGK4UARcAWskGE%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=cover",
                        "isTop": false,
                        "title": "Ikuti LIVE kami dan dapatkan promosi eksklusif!",
                        "author": {
                          "id": "7505684993404306453",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-alisg-avt-0068/6e348069ca1ae49c9b38df3012e47fd3~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=fa8bb3bf&x-expires=1786100400&x-signature=D0I1p2Ddkjvv%2B31Qgcc51x0VWY0%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&sc=avatar&s=FEED",
                          "nickname": "TrenLab",
                          "username": "negeri.impian4"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 5734205,
                        "wmplay": "https://v19.tiktokcdn.com/c7c3df50abd58b85812aaf7f1602b215/6a75bfdb/video/tos/alisg/tos-alisg-pve-0037/oM9EFXeXIO7CUIdB101DfBpV1yAFQdFgFRnqEB/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=1493&eid=20480&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=NzdnaGllZGc5ZTZkM2lmaEBpam9lanc5cnY4PDMzODgzNEBjYy9fMjAxNS8xX2IvLl41YSNocTFnMmRrbm5hLS1kLzFzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00088000",
                        "musicId": "7670858813884467975",
                        "videoId": "7670858785430293767",
                        "duration": 30,
                        "diggCount": 1,
                        "playCount": 44,
                        "createTime": 1786010994,
                        "musicTitle": "original sound - TrenLab",
                        "shareCount": 0,
                        "isSlideshow": false,
                        "musicAuthor": "TrenLab",
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/o8qFU00OyBrQFAFV7B9QBXSFfdCFgIfdg1XDES~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=39ec10e0&x-expires=1786100400&x-signature=djbVVoHM%2BceUMXgTp%2Bhqr7G%2B330%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&sc=feed_cover&biz_tag=tt_video&s=FEED",
                        "collectCount": 0,
                        "commentCount": 0,
                        "musicPlayUrl": "https://v16-ies-music.tiktokcdn.com/02827ddef87a0ad13c406fc45c1c1e2f/6a7daa87/video/tos/alisg/tos-alisg-v-27dcd7/okAwAARWEdCBYlXBTPUadEBN2n0VXii4AAZH1/?a=583965&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=125&ft=gk-H6z28QjA59wwR7R5Cn.C9kL~oZcA.sK1n5H6KJE&mime_type=audio_mpeg&rc=M3M0bXI5cnc4PDMzODU8NEBpM3M0bXI5cnc4PDMzODU8NEBvYGJuMmQ0bm5hLS1kMS1zYSNvYGJuMmQ0bm5hLS1kMS1zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00050000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-06T10:09:54.000Z",
                        "downloadCount": 0,
                        "musicDuration": 30,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@khaby.lame/video/7644214443265625375",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/5f233dacd5048e1f4fe717e3d34efbad/6a75bfd2/video/tos/maliva/tos-maliva-ve-0068c799-us/os5AeztQAjSEbuVqRO1BECrYLEE2IQFVpsCFfD/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=1001&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=Zjs4OTNmNWU4ZTk0OWZkZ0Bpam1meXE5cjd1OzMzaTczNEBgXy8uLV40Xi0xNTA1L2E2YSNuMmk1MmQ0Nl5hLS1kMTJzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000",
                        "size": 2780501,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/oYXBzEfEaAFKqQ1VjIBSRCAlmeIiFrEiDu0btV~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=052a062c&x-expires=1786100400&x-signature=UuxlUVWQfCqFnoIzSHfQTpiEeZk%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=cover",
                        "isTop": false,
                        "title": "I had the whole day to charge it… and still didn’t 😭#learnfromkhaby #comedy ",
                        "author": {
                          "id": "127905465618821121",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-maliva-avt-0068/08987e23b94057953fd4f1738694bf5f~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=0bdb0937&x-expires=1786100400&x-signature=RzOX6f30SL%2FXWi1jDO9nGAeh%2Fe0%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&sc=avatar&s=FEED",
                          "nickname": "Khabane lame",
                          "username": "khaby.lame"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 2466502,
                        "wmplay": "https://v19.tiktokcdn.com/f88a82d903925851f932969c8d389b1f/6a75bfd2/video/tos/maliva/tos-maliva-ve-0068c799-us/oYQVEjyFASuRAIrMqCEgeFFzECEVVbftBzQ1DW/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=887&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=aWU8NTtnZ2c4NzVnOztkN0Bpam1meXE5cjd1OzMzaTczNEAvYl9jNC4xNTQxNDAuLzEtYSNuMmk1MmQ0Nl5hLS1kMTJzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000",
                        "musicId": "7644214482868210462",
                        "videoId": "7644214443265625375",
                        "duration": 21,
                        "diggCount": 5282359,
                        "playCount": 82346336,
                        "createTime": 1779807396,
                        "musicTitle": "original sound - Khabane lame",
                        "shareCount": 154412,
                        "isSlideshow": false,
                        "musicAuthor": "Khabane lame",
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/owr5EEAFCIouoRAAjZEFzSIbL1tQDfgBVKlqeV~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=28d80320&x-expires=1786100400&x-signature=rZpNP5srcgzFZdoioas3b2U0E8s%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&sc=feed_cover&biz_tag=tt_video&s=FEED",
                        "collectCount": 228365,
                        "commentCount": 51999,
                        "musicPlayUrl": "https://v16-ies-music.tiktokcdn.com/4643abadc793ede570e920e7f8e0d7d5/6a7daa7e/video/tos/maliva/tos-maliva-ve-27dcd7c799-us/oUVDIo25EwpKYiFAqfgCJWbfES1JBmUF7QEjo5/?a=583965&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=125&ft=gk-H6z28QjA59wwR7R5Cn.C9kL~oZcA.sK1n5H6KJE&mime_type=audio_mpeg&rc=OWZoOWg8PDY3NTRnPDo6OUBpM2ptOHQ5cjx1OzMzaTU8NEBeXi41MzM1Ni4xNC9fMTUyYSMvbS1lMmRrNl5hLS1kMTJzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-05-26T14:56:36.000Z",
                        "downloadCount": 36170,
                        "musicDuration": 21,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@cegil.sedunia/video/7665213330902076690",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/92b15dc2464e3adebc9f02e033eaeb06/6a75bfe8/video/tos/alisg/tos-alisg-pve-0037c001/o4MTwQESqxBoQf9gBoFEg7DKEYARnD4EIVfbUE/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=922&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=PGQ0ZTRkMzk3NGY0ODZoNkBpM3l0PG45cmw3PDMzODczNEBgMzYvYzAtNmExNmAtMzMzYSM2b2cyMmRrcWRhLS1kMTFzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00088000",
                        "size": 5125053,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/ogZOeQ2IUWDdf96BCQLIA2GVIwAjAzwggqe3oJ~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=3407a7e0&x-expires=1786100400&x-signature=NFsBZ8VCXIHv6HPCwIrR8JC3tJU%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=cover",
                        "isTop": false,
                        "title": "jomblo keren 🤙 #cegil #sma #masasma #keisya #iqbal ",
                        "author": {
                          "id": "7512065363627951122",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-alisg-avt-0068/53755e6dbdcce62aeb5e8d1b44fc9e2b~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=0592f6ae&x-expires=1786100400&x-signature=OCcYy5RsGrkwIw3i2iXe3QXu4eU%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&s=FEED&sc=avatar",
                          "nickname": "ig : cegilsedunia___",
                          "username": "cegil.sedunia"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 0,
                        "wmplay": "https://v19.tiktokcdn.com/92b15dc2464e3adebc9f02e033eaeb06/6a75bfe8/video/tos/alisg/tos-alisg-pve-0037c001/o4MTwQESqxBoQf9gBoFEg7DKEYARnD4EIVfbUE/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=922&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=PGQ0ZTRkMzk3NGY0ODZoNkBpM3l0PG45cmw3PDMzODczNEBgMzYvYzAtNmExNmAtMzMzYSM2b2cyMmRrcWRhLS1kMTFzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00088000",
                        "musicId": "7665213362347330321",
                        "videoId": "7665213330902076690",
                        "duration": 43,
                        "diggCount": 228088,
                        "playCount": 3339640,
                        "createTime": 1784696561,
                        "musicTitle": "original sound - ig : cegilsedunia___",
                        "shareCount": 7112,
                        "isSlideshow": false,
                        "musicAuthor": "ig : cegilsedunia___",
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/osBM3qEBVb7EEXFRMfIBQPAU9TgfSKog2xYIvD~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=289b165e&x-expires=1786100400&x-signature=IB7Auqh6yKeTTUHqJ2kFNppSDls%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&sc=feed_cover&biz_tag=tt_video&s=FEED",
                        "collectCount": 13607,
                        "commentCount": 2758,
                        "musicPlayUrl": "https://v16-ies-music.tiktokcdn.com/d53b1c25640c7dcb80524a34bf6e4033/6a7daa94/video/tos/alisg/tos-alisg-v-27dcd7/owpEqBMf7KDUgxC1IHxUBvAolQFWJYJECoahfC/?a=583965&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=125&ft=gk-H6z28QjA59wwR7R5Cn.C9kL~oZcA.sK1n5H6KJE&mime_type=audio_mpeg&rc=aThmaDg4ODc2PDQ0Ojs4Z0Bpajw4ank5cnc3PDMzODU8NEA0NGNjYjRiXzIxYC9jLjMvYSNmNTNkMmRjcWRhLS1kMS1zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00050000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-07-22T05:02:41.000Z",
                        "downloadCount": 2,
                        "musicDuration": 43,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@the_sitti/video/7642729329339895061",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/303412c77cb38910aa700f459d00c7ef/6a75bfc2/video/tos/alisg/tos-alisg-pve-0037c001/ooqRU3Q8eBqIGAiRzBCEYd6GAEErgzfQK2bBiE/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=570&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=NmZkZDY4ZGRlZDozO2U5NkBpM2RmOW05cmk5OzMzODczNEAzMzNeLjY2NWExNGM0XzYtYSMvMjJyMmRjbzVhLS1kMTFzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00070000",
                        "size": 393492,
                        "cover": "https://p19-common-sign.tiktokcdn.com/tos-alisg-p-0037/ok9G7FgKWEyn4YxqAIHfQ2Qgf2EQEBBUUDnREF~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=c3ce1180&x-expires=1786100400&x-signature=rntX9STrPbLl3r8qw2hZvJ9vmaE%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=cover",
                        "isTop": false,
                        "title": "Hidup bersama sifatnya bukan tampannya🥰",
                        "author": {
                          "id": "7507843552015434760",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-alisg-avt-0068/a36530bc3074ab5d955dc7f090d3ab8b~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=9942837b&x-expires=1786100400&x-signature=eXIdt5SNL2YoPX%2FaRlAyEhhsEBo%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&sc=avatar&s=FEED",
                          "nickname": "Sitti👄",
                          "username": "the_sitti"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 0,
                        "wmplay": "https://v19.tiktokcdn.com/303412c77cb38910aa700f459d00c7ef/6a75bfc2/video/tos/alisg/tos-alisg-pve-0037c001/ooqRU3Q8eBqIGAiRzBCEYd6GAEErgzfQK2bBiE/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=570&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=NmZkZDY4ZGRlZDozO2U5NkBpM2RmOW05cmk5OzMzODczNEAzMzNeLjY2NWExNGM0XzYtYSMvMjJyMmRjbzVhLS1kMTFzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00070000",
                        "musicId": "7569301100769626902",
                        "videoId": "7642729329339895061",
                        "duration": 5,
                        "diggCount": 496724,
                        "playCount": 16349847,
                        "createTime": 1779461594,
                        "musicTitle": "original sound - Lozvassallo",
                        "shareCount": 19534,
                        "isSlideshow": false,
                        "musicAuthor": "Lozvassallo",
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/oMUg942EIxRWCQkQeBFqA24DgIU0jBD7fGEEFn~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=11c362b8&x-expires=1786100400&x-signature=eZzEiYcegUNRAjJ%2F8e6%2FxebUKSQ%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=feed_cover",
                        "collectCount": 15691,
                        "commentCount": 9477,
                        "musicPlayUrl": "https://v16-ies-music.tiktokcdn.com/e705314725dc2dca48553da154773cce/6a7daa6e/video/tos/no1a/tos-no1a-v-2370-no/o0s2fCDCk4cFfFJspIIH9CkUgQVOB5jY28x4EE/?a=583965&bti=Ozk3QGo4dik3OjlmMzAuYCM6bTQ0MDo%3D&&bt=125&ft=gk-H6z28QjA59wwR7R5Cn.C9kL~oZcA.sK1n5H6KJE&mime_type=audio_mpeg&rc=NjgzZzM5OmYzNzxoZjtpNEBpMzdyOnI5cmtyNzMzbzU8NUA1YWEtL18vXjAxM2NhMTY0YSM2MTNmMmRzcjJhLS1kMTFzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00070000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-05-22T14:53:14.000Z",
                        "downloadCount": 35,
                        "musicDuration": 5,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@raiisuuy/video/7637911583112416533",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/b69152108f9870f66d43b732833fbb1d/6a75bfcc/video/tos/alisg/tos-alisg-pve-0037c001/o4FYEbbfAAgjAQnCT1IvYvFvIyDf41fUC0VsDp/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=372&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=ZTM3Nmk3Ojc2NGhkZzdnaEBpM3RpdWo5cjRvOjMzODczNEA1MmAzL18xXy4xNF4vLTAtYSNfZi8zMmRjLXNhLS1kMWBzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000",
                        "size": 715597,
                        "cover": "https://p19-common-sign.tiktokcdn.com/tos-alisg-p-0037/o4YAnDwGnFoApylLI25qfAg2RGPeefFAxGgFPL~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=c09110c9&x-expires=1786100400&x-signature=PyGP9Jv8Rvh6uorivmZqFuqoRJM%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&s=FEED&sc=cover&biz_tag=tt_video",
                        "isTop": false,
                        "author": {
                          "id": "7631520023152952341",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-alisg-avt-0068/c0b462361574852c1700eb2b4854c8b3~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=1c72a679&x-expires=1786100400&x-signature=tCakYPBkjUXxCzJL7cbsCrjCpOI%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&sc=avatar&s=FEED",
                          "nickname": "caca",
                          "username": "raiisuuy"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 1408723,
                        "wmplay": "https://v19.tiktokcdn.com/9dcf961279c981c49523f899804f6339/6a75bfcc/video/tos/alisg/tos-alisg-pve-0037c001/ooKeA4SEYMfPsvfiXegoUsANfLgibxLADkN0AA/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=732&eid=20480&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=ZjhlaDRnO2hmOWY7aWg2M0BpM3RpdWo5cjRvOjMzODczNEAvYDZfXmItNi4xNGBiNjNfYSNfZi8zMmRjLXNhLS1kMWBzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000",
                        "musicId": "7631721720409410322",
                        "videoId": "7637911583112416533",
                        "duration": 15,
                        "diggCount": 1286363,
                        "playCount": 9374192,
                        "createTime": 1778339878,
                        "musicTitle": "original sound - [𝗖𝗦²] 𝐌𝐚𝐬𝐏𝐢𝐧𝐧",
                        "shareCount": 47185,
                        "isSlideshow": false,
                        "musicAuthor": "[𝗖𝗦²] 𝐌𝐚𝐬𝐏𝐢𝐧𝐧",
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/oIT1Qs4jPIl1bvDyDLAF0fCiQfUnTFECYBAgfA~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=e8902653&x-expires=1786100400&x-signature=AcYBFj%2BZy6VUOVQxak7IKBBqDoE%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&sc=feed_cover&biz_tag=tt_video&s=FEED",
                        "collectCount": 49856,
                        "commentCount": 5840,
                        "musicPlayUrl": "https://v16-ies-music.tiktokcdn.com/888940b28fd693c486786318e90fddc0/6a7daa87/video/tos/alisg/tos-alisg-v-27dcd7/oc7XEln6gJ2JCI0wpcMoeKFzU8BRQVfmBjHpDX/?a=583965&bti=Ozk3QGo4dik3OjlmMzAuYCM6bTQ0MDo%3D&&bt=125&ft=gk-H6z28QjA59wwR7R5Cn.C9kL~oZcA.sK1n5H6KJE&mime_type=audio_mpeg&rc=OWdoNDg6NTc1MzpoNGhnZkBpajZtaXU5cnhvOjMzODU8NEA1M2BeMzE1Xl4xYi9iXzVgYSNobWo2MmRzMWhhLS1kMS1zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00088000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-05-09T15:17:58.000Z",
                        "downloadCount": 1089,
                        "musicDuration": 30,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@vandarainy/video/7659677356566547719",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/7a6470ac490ebc319ed29149a27f5d2d/6a75bfdc/video/tos/alisg/tos-alisg-pve-0037c001/ooPBmIBns6QD3OyBlYAEpiVIyAMMVaVEuhkAi/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=1013&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=NjdpOzRnaWVmMzRpNTg7ZEBpM2Y8OHQ5cmZkPDMzODczNEBjLjMxXy4zNi0xXzRjYS40YSNrXmIxMmQ0MDNhLS1kMTFzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00088000",
                        "size": 4056791,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/ogLgAAeUmAWXDCFAI4CUCjSEoVZeQMaAIfWAIG~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=3d81b7b6&x-expires=1786100400&x-signature=5JUgS%2BXnu15oIpXIcqCR3D7ocfM%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=cover",
                        "isTop": false,
                        "title": "Buruan masuk live sekarang‼️ #catokansisir #sisircatokan #catokanportable #stypro @STYPRO.ID ",
                        "author": {
                          "id": "6781414928776922114",
                          "avatar": "https://p16-common-sign.tiktokcdn.com/tos-alisg-avt-0068/94df811f10c7c15cad52445bf2cdc729~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=e4ca8cd0&x-expires=1786100400&x-signature=sSSTx0e7f6YITSPy6FvtIYTiwkA%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&sc=avatar&s=FEED",
                          "nickname": "Vanda Rainy",
                          "username": "vandarainy"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 8493715,
                        "wmplay": "https://v19.tiktokcdn.com/a9052be1f4dfac8f4af84f9f4de5fda7/6a75bfdc/video/tos/alisg/tos-alisg-pve-0037c001/o4aMPAIMFIYkIBVyhoiVhiZQEEpVBsyAyg6uG/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=2122&eid=20480&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=PDo8aWhmZjhlOzk7ZWU5OkBpM2Y8OHQ5cmZkPDMzODczNEBfLmAxXjIuNV4xL2BhLjAyYSNrXmIxMmQ0MDNhLS1kMTFzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00088000",
                        "musicId": "7659677414725176072",
                        "videoId": "7659677356566547719",
                        "duration": 31,
                        "diggCount": 110,
                        "playCount": 59962,
                        "createTime": 1783407620,
                        "musicTitle": "original sound - Vanda Rainy",
                        "shareCount": 4,
                        "isSlideshow": false,
                        "musicAuthor": "Vanda Rainy",
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/oghEUiMPiyhYA9kIMGAyIVVHBVaBAu6UVIpsC~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=82285729&x-expires=1786100400&x-signature=4TjvYSw%2FtbSZSMRZT9%2FcnUXHeiE%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&s=FEED&sc=feed_cover&biz_tag=tt_video",
                        "collectCount": 8,
                        "commentCount": 2,
                        "musicPlayUrl": "https://v16-ies-music.tiktokcdn.com/f05f6d3942e5a0620b381f8b11234af9/6a7daa88/video/tos/alisg/tos-alisg-v-27dcd7/oYoeuNIAgZELAIUSCwTVZmeQAgGfDCAItAAUxZ/?a=583965&bti=Ozk3QGo4dik3OjlmMzAuYCM6bTQ0MDo%3D&&bt=125&ft=gk-H6z28QjA59wwR7R5Cn.C9kL~oZcA.sK1n5H6KJE&mime_type=audio_mpeg&rc=M2R3OHA5cjRkPDMzODU8NEBpM2R3OHA5cjRkPDMzODU8NEBkYS5iMmRrNTNhLS1kMS1zYSNkYS5iMmRrNTNhLS1kMS1zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00050000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-07-07T07:00:20.000Z",
                        "downloadCount": 0,
                        "musicDuration": 31,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@mrbeast/video/7669561168653978910",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/3b9fbd6620c71770ddeb4caa910f6d48/6a75bfc5/video/tos/alisg/tos-alisg-ve-37c799-sg/ogBPRLBwblefBj8ivqlTVgmiPX0iIEqCEEAAVJ/?a=1233&bti=Ozk3QGo4dik3OjlmMzAuYCM6bTQ0MDo%3D&&bt=949&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=NmlnZTg7MzQzNTllPDY0NUBpajw7N245cm12PDMzaTczNEA0NjRgNS4xNTIxYTBeNF41YSNfMXBpMmRjLmthLS1kMTJzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b0000",
                        "size": 1019065,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/owIEviqqeBFJEiBIIfKkcVDAiywTXb0mClBARV~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=7dec0774&x-expires=1786100400&x-signature=Z7wq5QFrT1%2FlB%2BeX%2FaXlmJMWtbw%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=cover",
                        "isTop": false,
                        "title": "Btw this dance took me hours to learn",
                        "author": {
                          "id": "6614519312189947909",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-maliva-avt-0068/1e2348ca19d394037718e3b1d3fc2958~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=084b80ab&x-expires=1786100400&x-signature=mrAUC7N%2BmAi%2FI8riKJ7N1AtS7EI%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&sc=avatar&s=FEED",
                          "nickname": "MrBeast",
                          "username": "mrbeast"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "CA",
                        "wmSize": 2310950,
                        "wmplay": "https://v19.tiktokcdn.com/e3b14d1a0e1a69f0bf753b709e2cec6e/6a75bfc5/video/tos/alisg/tos-alisg-ve-37c799-sg/oYKfj45fUAqRIoIlBC3WeNGQiQMAS0ARbA8pVc/?a=1233&bti=Ozk3QGo4dik3OjlmMzAuYCM6bTQ0MDo%3D&&bt=2153&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=aDc0aDtpO2k5PGdnPGc4aEBpajw7N245cm12PDMzaTczNEAuL2MzLl4xXzAxYWAxLS80YSNfMXBpMmRjLmthLS1kMTJzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b0000",
                        "musicId": "7669561142766783262",
                        "videoId": "7669561168653978910",
                        "duration": 8,
                        "diggCount": 25571255,
                        "playCount": 175323990,
                        "createTime": 1785708879,
                        "musicTitle": "original sound - MrBeast",
                        "shareCount": 9361982,
                        "isSlideshow": false,
                        "musicAuthor": "MrBeast",
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/o4iOIVmfeVJIi2ERmwbqqBiBX5DBTRAEAC0FvB~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=1c4411d3&x-expires=1786100400&x-signature=jyopfGdXvYCyxzvlk1ILGJpOXW8%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=feed_cover",
                        "collectCount": 2731279,
                        "commentCount": 947374,
                        "musicPlayUrl": "https://v16-ies-music.tiktokcdn.com/59783b93a957f39e3283b19651d9dd69/6a7daa71/video/tos/alisg/tos-alisg-ve-2370c799-sg/owS2PBBNapZiPiEL1uBUBCqKAIdwAhbMESyfin/?a=583965&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=125&ft=gk-H6z28QjA59wwR7R5Cn.C9kL~oZcA.sK1n5H6KJE&mime_type=audio_mpeg&rc=ZTQ2NDU6PDVoNGQ1Zjk2M0BpMzRoO2w5cm52PDMzaTU8NEAyLjNiLmEuNS8xYTIxLWAzYSNhYjZrMmQ0L2thLS1kMTJzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b0000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-02T22:14:39.000Z",
                        "downloadCount": 139172,
                        "musicDuration": 8,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@jintaozhang0607/video/7652209936830582030",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/c31ba2d70fb56ebf13cd282ba1b1bbd3/6a75bfcf/video/tos/maliva/tos-maliva-ve-0068c799-us/okg6fAeNkZIgYOjJIxAkQWLIUxGwDUkRGfHDCA/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=1313&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=PDM1OjhmaDU3ODQ0Z2U4OUBpM3I7a3k5cjk0OzMzZzczNEBfMF5hX2AtNWExMC82LmBfYSMzampyMmQ0bG1hLS1kMS9zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000",
                        "size": 3171961,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-useast5-p-0068-tx/oozQAIfCjgkQUAOek6YZBDPjNwxGICLxk6eHBW~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=7bfb124a&x-expires=1786100400&x-signature=MpzL2WmnyNiSmnk1DZdvQnMi1Ac%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&sc=cover&biz_tag=tt_video&s=FEED",
                        "isTop": false,
                        "title": "How to cut watermelon in China #China#Chinese#travel #watermelon #travel ",
                        "author": {
                          "id": "7163471102069359662",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-maliva-avt-0068/29540515805ee6b64aca306b4c8429a0~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=be4be269&x-expires=1786100400&x-signature=T%2FXbBLvk%2Bao62oEV7WX65yvx4rs%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&sc=avatar&s=FEED",
                          "nickname": "jintaozhang0607",
                          "username": "jintaozhang0607"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 0,
                        "wmplay": "https://v19.tiktokcdn.com/a5c2ec10e53006e5f2961209e6088224/6a75bfcf/video/alisg/mps/logo/v2/r/p/v12044gd0000d8p1o67og65vuhm8mo60/bbb0d99e983c47528c6533e6405627cb/0260f0ffd1556384cd1773cb4f0f08b6/mp4/main.mp4?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=0&eid=1281&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=ZTo5Mzk2OGY1OmY7aDwzZUBpM3I7a3k5cjk0OzMzZzczNEBgLzIxYjAzNTIxMDY2YV9fYSMzampyMmQ0bG1hLS1kMS9zcw%3D%3D&l=20260806192130F3BBEFBDB0B8DF3979B7&definition=720p&du=19&item_id=7652209936830582030&l=20260806192130F3BBEFBDB0B8DF3979B7&logo_type=tiktok&user_text=jintaozhang0607&btag=e000b8000",
                        "musicId": "7652210021513677582",
                        "videoId": "7652209936830582030",
                        "duration": 18,
                        "diggCount": 6956161,
                        "playCount": 83616147,
                        "createTime": 1781668989,
                        "musicTitle": "original sound - jintaozhang0607",
                        "shareCount": 764756,
                        "isSlideshow": false,
                        "musicAuthor": "jintaozhang0607",
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-useast5-p-0068-tx/ogQyQBH5jHkZA9GU6LQoewdNYgfIxIeAkWDHCP~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=1b53d659&x-expires=1786100400&x-signature=RUswx8RYBFZVLpEzJjP6FgQTkAw%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&s=FEED&sc=feed_cover&biz_tag=tt_video",
                        "collectCount": 1158972,
                        "commentCount": 24918,
                        "musicPlayUrl": "https://v16-ies-music.tiktokcdn.com/a9d52a263cbdc11da0971e0f0929c7fb/6a7daa7b/video/tos/maliva/tos-maliva-ve-27dcd7c799-us/oYniAUMo79lhcT4gEIjJgTgiP31NIRDB95aCi/?a=583965&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=125&ft=gk-H6z28QjA59wwR7R5Cn.C9kL~oZcA.sK1n5H6KJE&mime_type=audio_mpeg&rc=ODloNWQ4ZGZoNWU7OWZlPEBpajt4bnU5cjM0OzMzZzU8NEA2Ll4zLTVhX2MxYTRfYWAuYSNyMHIuMmQ0bW1hLS1kMS9zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-06-17T04:03:09.000Z",
                        "downloadCount": 46965,
                        "musicDuration": 18,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@zackdfilms92/video/7659105911977348366",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/47d95eb9a70a2b179dfbbc3e117a88b7/6a75bfda/video/tos/maliva/tos-maliva-ve-85c255c799-us/owxSDffVwEZSEGn8lQqgFBsKI2BpE8k31DuD7P/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=1088&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=Ojs7NGg6M2U1ZmY0Ojk6OkBpanZodXk5cm88PDQzZzM2NEAzX2FiYzU0Nl4xMTIyXzA0YSNvNjRmMmRjbDJhLS1kLS9zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00088000",
                        "size": 4142969,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-useast5-p-85c255-tx/oQpK37gIEVDESSpFpxBspqnxfBlDBwBrE4F8fk~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=7dda7c80&x-expires=1786100400&x-signature=k%2FyNleqmAP7WD%2Flvjkew3HPI%2FDI%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=cover",
                        "isTop": false,
                        "title": "How To Turn Butter Into A Candle 🤔",
                        "author": {
                          "id": "7277255831157572654",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-maliva-avt-0068/9994a23bd3b4dbcdda1331fa5155e91e~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=6dd08d7c&x-expires=1786100400&x-signature=rUVURWBdvhsmI9J2KNMA2q6%2Fdvs%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&sc=avatar&s=FEED",
                          "nickname": "Zack D. Films",
                          "username": "zackdfilms92"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 3730179,
                        "wmplay": "https://v19.tiktokcdn.com/37c7eb4950df7bb2868340bedbc10cf2/6a75bfda/video/tos/maliva/tos-maliva-ve-85c255c799-us/ocpBDEg7IlqQkHwGEBKj8SFDsS31nDfpfCEjxV/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=980&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=aGZoMzY7N2c1ZzY5NzllaEBpanZodXk5cm88PDQzZzM2NEAyYS9iMl81Xi0xLmAwY2E0YSNvNjRmMmRjbDJhLS1kLS9zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00088000",
                        "musicId": "7659105993901312781",
                        "videoId": "7659105911977348366",
                        "duration": 29,
                        "diggCount": 215473,
                        "playCount": 4162829,
                        "createTime": 1783274581,
                        "musicTitle": "original sound - Zack D. Films",
                        "shareCount": 10893,
                        "isSlideshow": false,
                        "musicAuthor": "Zack D. Films",
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-useast5-p-85c255-tx/oEK3fFBBSDqpS7wxngvsEYFkIf8Vl2DEPXIgpA~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=2240b729&x-expires=1786100400&x-signature=dqZExbSAVke5Rke24nwgdPIpvUk%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=feed_cover",
                        "collectCount": 45250,
                        "commentCount": 3851,
                        "musicPlayUrl": "https://v16-ies-music.tiktokcdn.com/e3bd2c06087a7fb6e028ac0d242fb0d3/6a7daa86/video/tos/maliva/tos-maliva-ve-27dcd7c799-us/oYuUQ9wFFiWI2RO1BHHkMzILf4KVbABp3ByEJi/?a=583965&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=125&ft=gk-H6z28QjA59wwR7R5Cn.C9kL~oZcA.sK1n5H6KJE&mime_type=audio_mpeg&rc=aTZmZjk0N2gzM2dmNzRnOUBpanFxNmw5cnE8PDMzZzU8NEAxYi0xLWAuX18xLjEzMGNiYSMwb2RvMmRjbDJhLS1kMS9zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00098000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-07-05T18:03:01.000Z",
                        "downloadCount": 1794,
                        "musicDuration": 29,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@storyteller2781/video/7641732304133541140",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/2be4f1bc9d88fe87b0856bf50a3e7940/6a75c07d/video/tos/alisg/tos-alisg-pve-0037c001/oElMIUB7ODA24aTxrOFkBRqQAEfgpBlDEWf9ME/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=838&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=ZzRpPDw3OjQ8OmRnOTk0M0BpajxndWw5cjZoOzMzODczNEBeNTM1YC4uNS0xMzEuNDEyYSMtczZiMmRrMzNhLS1kMTFzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00090000",
                        "size": 20628363,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/owfIgkDI7WZ4B3qBaFOOE3EQMDkxfaApRBBMkU~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=261b3149&x-expires=1786100400&x-signature=CZUZaCPIj%2FWTqBq1%2B5hatOhE3Eo%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=cover",
                        "isTop": false,
                        "title": "quick episode hope u guys enjoy :d#juanita#grace",
                        "author": {
                          "id": "7619720107422598164",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-alisg-avt-0068/181a3758b61c406687cb6801ab319920~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=4beb4330&x-expires=1786100400&x-signature=pmubQe5P41NHSqqQlzessHkvUl0%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&sc=avatar&s=FEED",
                          "nickname": "stories",
                          "username": "storyteller2781"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "CA",
                        "wmSize": 21103423,
                        "wmplay": "https://v19.tiktokcdn.com/7f88ec34118d15b9ac56eaaf377e358d/6a75c07d/video/tos/alisg/tos-alisg-pve-0037c001/oUBFA4pD2FAU7EOQIqEDk3fBEIsjgMWaBUMOfR/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=858&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=Nzw5aTNkNWlpNGYzZGg3OEBpajxndWw5cjZoOzMzODczNEA2Ml4wLTZeXzAxXl8uX2EuYSMtczZiMmRrMzNhLS1kMTFzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00090000",
                        "musicId": "7641732349989882641",
                        "videoId": "7641732304133541140",
                        "duration": 192,
                        "diggCount": 468811,
                        "playCount": 6571168,
                        "createTime": 1779229460,
                        "musicTitle": "original sound - stories",
                        "shareCount": 4057,
                        "isSlideshow": false,
                        "musicAuthor": "stories",
                        "originCover": "https://p19-common-sign.tiktokcdn.com/tos-alisg-p-0037/ocp7IDMIB8FOB4OfEgkMaUq048RfDAbEEIWBAR~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=bb1c5e0a&x-expires=1786100400&x-signature=L8gfKlsRAQ5SgrxMvvUG4P1Dflw%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=feed_cover",
                        "collectCount": 29406,
                        "commentCount": 1472,
                        "musicPlayUrl": "https://v16-ies-music.tiktokcdn.com/24b237726487302943563432f7f9f6d9/6a7dab28/video/tos/alisg/tos-alisg-v-27dcd7/o8aOi7gryE79vCfqCQQDMvIUfMUgpBBQID4JDF/?a=583965&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=125&ft=gk-H6z28QjA59wwR7R5Cn.C9kL~oZcA.sK1n5H6KJE&mime_type=audio_mpeg&rc=aDs8NjZmZzpkOmk3NTw8M0BpMztleXY5cjloOzMzODU8NEBhYF5hNl42NmIxMWMuLzVhYSM1anJfMmRrMzNhLS1kMS1zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00088000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-05-19T22:24:20.000Z",
                        "downloadCount": 852,
                        "musicDuration": 191,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@onlyasmr26/video/7643918925880724749",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/7e518f50da02755f00078b09b9e9568d/6a75c025/video/tos/maliva/tos-maliva-ve-0068c799-us/ocwFSQUIDZXcKBU8gEfPAegy6FKBqqDEkwyRtp/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=1671&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=NGRkM2Q7Njk2PDk2aWQ1O0BpanhtanI5cjhkOzMzZzczNEA0Li82YjYvNjUxMGI2XjM0YSNgbjIvMmQ0Yl5hLS1kMS9zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00090000",
                        "size": 22435892,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-useast5-p-0068-tx/o42UcqkeETXKAFEAXASEAgDpAUAFCaDgEIxfRZ~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=52644177&x-expires=1786100400&x-signature=OOWbKXsXLkMezA815XPTls81Auo%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=cover",
                        "isTop": false,
                        "title": "meat recipes #asmr #tiktokfood #usa🇺🇸 ",
                        "author": {
                          "id": "7492158945768309791",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-maliva-avt-0068/4aef2b9e0e7fe23be5e083224f8a3666~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=9d6b138b&x-expires=1786100400&x-signature=jFfjlGvxlqzJ1%2Fj860Y%2BGuloHzo%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&sc=avatar&s=FEED",
                          "nickname": "asmr cooking 45",
                          "username": "onlyasmr26"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 20115536,
                        "wmplay": "https://v19.tiktokcdn.com/57773edc9d26051a74b6ca18e110bdf2/6a75c025/video/tos/maliva/tos-maliva-ve-0068c799-us/ocERZgEUwwOBL6D6BgfZFKASQcIeFT1UDKFqqE/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=1499&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=OTZkOzUzOzk3ZDhkOGg2O0BpanhtanI5cjhkOzMzZzczNEA1NDA0L2JjNjIxYzBhNDY2YSNgbjIvMmQ0Yl5hLS1kMS9zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00090000",
                        "musicId": "7643918992066775821",
                        "videoId": "7643918925880724749",
                        "duration": 104,
                        "diggCount": 166597,
                        "playCount": 2802144,
                        "createTime": 1779738587,
                        "musicTitle": "original sound - asmr cooking 45",
                        "shareCount": 4752,
                        "isSlideshow": false,
                        "musicAuthor": "asmr cooking 45",
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-useast5-p-0068-tx/o8AFSIUIDZWcKBqegEfCApAl6FKB2qDE1wZR1U~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=cb9b296a&x-expires=1786100400&x-signature=a7cN1dkfTINb4yHKfjbCqttJa68%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=feed_cover",
                        "collectCount": 10170,
                        "commentCount": 924,
                        "musicPlayUrl": "https://v16-ies-music.tiktokcdn.com/741a511e7a1dcd9730be6f05768b0c46/6a7daad1/video/tos/maliva/tos-maliva-ve-27dcd7c799-us/ogNdPywMivBBCphilrAWY1nP8BEBEKQmIRHgfq/?a=583965&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=125&ft=gk-H6z28QjA59wwR7R5Cn.C9kL~oZcA.sK1n5H6KJE&mime_type=audio_mpeg&rc=NTw0OmlkZGc7OmZoNTs4ZUBpajNkOHY5cnFkOzMzZzU8NEA2MjYwMTEyX2IxMWAtYV81YSM0aWovMmRzY15hLS1kMS9zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00098000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-05-25T19:49:47.000Z",
                        "downloadCount": 1066,
                        "musicDuration": 104,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@vandarainy/video/7662926547564694791",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/c603e7f90b427f0a4dd00c564628609d/6a75bfd8/video/tos/alisg/tos-alisg-pve-0037c001/ocDYhZwQMVvEmlUigszgqbYLBQEaAiuuyBIAI/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=1004&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=aTo4Ojs2Nzk7ZjdoODQ6NEBpM3VzZWo5cjk1PDMzODczNEA2MmJeXzQtNTAxMDAuYF8vYSNkLTJpMmRrcWBhLS1kMTFzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000",
                        "size": 3564186,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/o0iTPLblgAAEBBYAvKACarYPlyrIcEBAYJi4d~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=b924f501&x-expires=1786100400&x-signature=BwC44e1UzyY8mNKDVL1bTQt5z1o%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=cover",
                        "isTop": false,
                        "title": "BISA BALAS CHAT‼️ #jamtanganviral #jamtanganantiair #smartwatchviral #smartwatchwaterproof #smartwatchadvan ",
                        "author": {
                          "id": "6781414928776922114",
                          "avatar": "https://p16-common-sign.tiktokcdn.com/tos-alisg-avt-0068/94df811f10c7c15cad52445bf2cdc729~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=e4ca8cd0&x-expires=1786100400&x-signature=sSSTx0e7f6YITSPy6FvtIYTiwkA%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&sc=avatar&s=FEED",
                          "nickname": "Vanda Rainy",
                          "username": "vandarainy"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 7447507,
                        "wmplay": "https://v19.tiktokcdn.com/10e3d2b6bd238d7bb2438bec8f0323d3/6a75bfd8/video/tos/alisg/tos-alisg-pve-0037c001/osqgOQmAYgEBuBArhHubWEiwVai3YslGILJQv/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=2097&eid=20480&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=ZDVmNzszOjhkNmdmaTw5aUBpM3VzZWo5cjk1PDMzODczNEAuMzMwYl9fNTAxMF5eNC0zYSNkLTJpMmRrcWBhLS1kMTFzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000",
                        "musicId": "7662926601457355521",
                        "videoId": "7662926547564694791",
                        "duration": 27,
                        "diggCount": 147,
                        "playCount": 64768,
                        "createTime": 1784164134,
                        "musicTitle": "original sound - Vanda Rainy",
                        "shareCount": 3,
                        "isSlideshow": false,
                        "musicAuthor": "Vanda Rainy",
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/ogaCBollgsBriylIUuYquAwgEQLIAviYqVbmc~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=e98c0890&x-expires=1786100400&x-signature=Ie3XIvb%2FZpbHxXcB%2FXjEPwX%2BVPQ%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=feed_cover",
                        "collectCount": 13,
                        "commentCount": 1,
                        "musicPlayUrl": "https://v16-ies-music.tiktokcdn.com/4cc660b251eda17fa4bf5ce8044da59f/6a7daa84/video/tos/alisg/tos-alisg-v-27dcd7/oIBAJgw8EECzxPVUbYailYBUyhipAAlAKALAv/?a=583965&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=125&ft=gk-H6z28QjA59wwR7R5Cn.C9kL~oZcA.sK1n5H6KJE&mime_type=audio_mpeg&rc=M2tudHY5cmQ1PDMzODU8NEBpM2tudHY5cmQ1PDMzODU8NEBeZ15hMmQ0cmBhLS1kMS1zYSNeZ15hMmQ0cmBhLS1kMS1zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00078000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-07-16T01:08:54.000Z",
                        "downloadCount": 0,
                        "musicDuration": 27,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@omari.to/video/7663885736290209045",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/cdf202a3e64f26d1ebe4956772e28b0c/6a75bfd8/video/tos/alisg/tos-alisg-pve-0037c001/ogBEgEfQRd2IqAlfbg0Wl55nhb4DEBFLcjBB7t/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=444&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=ZTU5Z2U6NmdmNTxpNWllZkBpM3V0cnk5cmxzPDMzODczNEBeYl5jLjZhXjUxYzVjYGBjYSNubmJlMmRzYmFhLS1kMWBzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000",
                        "size": 1582443,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/oIU6g4QOXMAwLHHfeyXeDjUn6I1AvCrtga8L3Q~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=25824c27&x-expires=1786100400&x-signature=zeWGqUsat4Oxe4H5UJLS66aEo2M%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=cover",
                        "isTop": false,
                        "author": {
                          "id": "7045291749736334337",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-maliva-avt-0068/917107d7b9d8b2d5e80ab35d070d16f6~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=170f73a6&x-expires=1786100400&x-signature=ndgIGsfKxEJtd%2FwJNuJI9jDZi%2B8%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&s=FEED&sc=avatar",
                          "nickname": "omari.to",
                          "username": "omari.to"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "KZ",
                        "wmSize": 3847149,
                        "wmplay": "https://v19.tiktokcdn.com/4ba6cf9016477022a20f14aad12f6940/6a75bfd8/video/tos/alisg/tos-alisg-pve-0037c001/ocoErE0DgbDB2dtFfqqRBQAfIjbhgWED5LNxvc/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=1081&eid=20480&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=PGY7ZDM5NDw8ZjpkOTRkaEBpM3V0cnk5cmxzPDMzODczNEAvNi5gNmExNmIxXzFiNl9hYSNubmJlMmRzYmFhLS1kMWBzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000",
                        "musicId": "7663885790182738704",
                        "videoId": "7663885736290209045",
                        "duration": 27,
                        "diggCount": 349003,
                        "playCount": 6641169,
                        "createTime": 1784387453,
                        "musicTitle": "original sound - omari.to",
                        "shareCount": 10066,
                        "isSlideshow": false,
                        "musicAuthor": "omari.to",
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/oUbbR50DqIcqEsBflBWFSFdEI2DBjaAtLgfT4h~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=50dd2a6f&x-expires=1786100400&x-signature=O63KMtmi22qhv2jdxfkxTzglLBE%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&sc=feed_cover&biz_tag=tt_video&s=FEED",
                        "collectCount": 32859,
                        "commentCount": 14512,
                        "musicPlayUrl": "https://v16-ies-music.tiktokcdn.com/5792c2579590aa48e80314590047a092/6a7daa84/video/tos/alisg/tos-alisg-v-27dcd7/ocAnREyEUDGPb0GgEDC2yW4tFNeQgYfT1oVkea/?a=583965&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=125&ft=gk-H6z28QjA59wwR7R5Cn.C9kL~oZcA.sK1n5H6KJE&mime_type=audio_mpeg&rc=aWc1N2Y6ZTs4NDtmZTZoNkBpanQ7NWo5cjRzPDMzODU8NEAxXjAuLmMyNmIxNS5gYGBjYSMzZWg2MmRrY2FhLS1kMS1zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-07-18T15:10:53.000Z",
                        "downloadCount": 395,
                        "musicDuration": 27,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@rolansihombing_/video/7645913191364463892",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/bcd4ac758b8da07fcf1848d1f821ca58/6a75c059/video/tos/alisg/tos-alisg-pve-0037c001/o8ABQbMb0sqEfBYSfkD7LIODcGvREzFgzBRE55/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=984&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=NjY4O2VnOzk4Zjw0OjU8PEBpamY3aHk5cm11OzMzODczNEAyM2IwYzBgX14xLmEtL18vYSNwal5qMmRrbWFhLS1kMWBzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00090000",
                        "size": 19720076,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/ooE5BRfDcIfuRLqEsv95UGM7bBZA0Ez5FFYOIg~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=a42fa848&x-expires=1786100400&x-signature=0weBzLzKzVsYzhg6vUzfudLoE8U%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&sc=cover&biz_tag=tt_video&s=FEED",
                        "isTop": false,
                        "title": "Penasaran banget dengan kamampuan lari anak random ini, bisa-bisanya lari muterin lapangan sampe 2 jam😭, coba kita challenge ",
                        "author": {
                          "id": "6874528684986631169",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-alisg-avt-0068/a5ad6f03bb34de838b018ca4eadf0ac6~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=c75aca26&x-expires=1786100400&x-signature=n27fUrai1lnWJ8FPNv6CMWYhvvs%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&sc=avatar&s=FEED",
                          "nickname": "Rolan sihombing",
                          "username": "rolansihombing_"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 38748503,
                        "wmplay": "https://v19.tiktokcdn.com/8020810e39416ce4c0a8b9e06c0d144c/6a75c059/video/tos/alisg/tos-alisg-pve-0037c001/ooguRCD0jfENAeMUzXBb8zdlkmeIdQTA4s3ECt/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=1934&eid=20480&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=aWU7Ojo0PDU0Zjk5OjpoZkBpamY3aHk5cm11OzMzODczNEAxYmMyY142NTYxXjAyNjBiYSNwal5qMmRrbWFhLS1kMWBzcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00090000",
                        "musicId": "7645913285467884296",
                        "videoId": "7645913191364463892",
                        "duration": 156,
                        "diggCount": 2306136,
                        "playCount": 38359843,
                        "createTime": 1780202895,
                        "musicTitle": "original sound - Rolan sihombing",
                        "shareCount": 30635,
                        "isSlideshow": false,
                        "musicAuthor": "Rolan sihombing",
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/oobyfLCj4GUYNiImvAIyAKZWQeZdZLDIBOQe3D~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=d23f44bb&x-expires=1786100400&x-signature=kPh%2FZ4iUBH71PmgMIswm9sw2f3A%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=feed_cover",
                        "collectCount": 77464,
                        "commentCount": 5819,
                        "musicPlayUrl": "https://v16-ies-music.tiktokcdn.com/3b315dd790227b00afc12348819bd2a5/6a7dab05/video/tos/alisg/tos-alisg-v-27dcd7/o8Ujgf5StC3g3EWTzDfx3MdAJNorAp8hfsBMQA/?a=583965&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=125&ft=gk-H6z28QjA59wwR7R5Cn.C9kL~oZcA.sK1n5H6KJE&mime_type=audio_mpeg&rc=NzQ7ZTRpZGY3M2VmaGhoZ0BpM3dvOHA5cjh1OzMzODU8NEA2NDEwMWBhNmIxNWIzYGFeYSNsc2thMmRrb2FhLS1kMS1zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e00088000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-05-31T04:48:15.000Z",
                        "downloadCount": 884,
                        "musicDuration": 156,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@k.prezzi/video/7646194115922693390",
                        "isAd": false,
                        "play": "https://v19.tiktokcdn.com/c90d03d812ca04b0fb5c15548c6ba625/6a75bfcd/video/tos/maliva/tos-maliva-ve-0068c799-us/ogjRcUA0gIxXCtJHXeUIyGoCORfkkEFeAAFLhj/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=1163&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=OTU5OTk4ZDY0Nmg2NWZmNUBpamZxcG85cjVlOzMzZzczNEAvMmFiX15hXy0xMDMuLjZeYSNiLzUtMmQ0a2JhLS1kMS9zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000",
                        "size": 2382299,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-useast5-p-0068-tx/oMAUyWJRcOLlMeCXj8ICXPIoAkQ0HRfAjUfuBp~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=a952d870&x-expires=1786100400&x-signature=o1Ohad83TmKLCKSs3oFNy3cIMBk%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=cover",
                        "isTop": false,
                        "author": {
                          "id": "81198351576141824",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-maliva-avt-0068/176bb18923912b98cb1aa94b547b20c7~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=929d7bdb&x-expires=1786100400&x-signature=kMcKhiunV5mg3%2FdSo2I6D7hQuLQ%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&sc=avatar&s=FEED",
                          "nickname": "Kprez",
                          "username": "k.prezzi"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 2203198,
                        "wmplay": "https://v19.tiktokcdn.com/e4bae2a075a3e09ad8f151edead6fcc1/6a75bfcd/video/tos/maliva/tos-maliva-ve-0068c799-us/oIgZyUEI4CXIhAjkUXRAxLIHceGKxOAeFe0Rnk/?a=1233&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=1075&ft=7Eir1DyjNl~VQQUnU~d-sdV_G.ZqYlsfLP-~hWLrK&mime_type=video_mp4&rc=Ozg6NDlnMzlnZjdoNGY3OkBpamZxcG85cjVlOzMzZzczNEAxYi5fX14xXl4xLWAzMS9jYSNiLzUtMmQ0a2JhLS1kMS9zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000",
                        "musicId": "7646194161166666509",
                        "videoId": "7646194115922693390",
                        "duration": 16,
                        "diggCount": 2169090,
                        "playCount": 15607379,
                        "createTime": 1780268326,
                        "musicTitle": "original sound - Kprez",
                        "shareCount": 299926,
                        "isSlideshow": false,
                        "musicAuthor": "Kprez",
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-useast5-p-0068-tx/o4S4vxaBbcMgsiiPU7EBh1ZBdgFiEqIIAIBAy~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=4724fa86&x-expires=1786100400&x-signature=4x7Tn93OlDmeC%2BTcpox7GjIE3Og%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&sc=feed_cover&biz_tag=tt_video&s=FEED",
                        "collectCount": 228720,
                        "commentCount": 13470,
                        "musicPlayUrl": "https://v16-ies-music.tiktokcdn.com/14ad0df15179d17eaa27b62ed06e9a50/6a7daa79/video/tos/maliva/tos-maliva-ve-27dcd7c799-us/oIR7ntgHfCQAg0ANHDJqYfBKVEDSFUIXlL2Ya6/?a=583965&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=125&ft=gk-H6z28QjA59wwR7R5Cn.C9kL~oZcA.sK1n5H6KJE&mime_type=audio_mpeg&rc=NDc3NmRlaTdmOWk3PGQ4N0BpanA1ZXc5cjxlOzMzZzU8NEBeYmI1NGNhNS4xYjMuYDUwYSNmay42MmRzbmJhLS1kMS9zcw%3D%3D&vvpl=1&l=20260806192130F3BBEFBDB0B8DF3979B7&btag=e000b8000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-05-31T22:58:46.000Z",
                        "downloadCount": 11114,
                        "musicDuration": 16,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@rumahrumahan.genz/video/7602092320560794898",
                        "isAd": false,
                        "play": "https://v77.tiktokcdn.com/f277a48007fa662447b82b6b02dec2c4/6a75bfdc/video/tos/alisg/tos-alisg-pve-0037c001/oIkYfZDAQFA5I4BgAgEUxHEIB3AgfRYApgXkgh/?a=1233&bti=Ozk3QGo4dik3OjlmMzAuYCM6bTQ0MDo%3D&&bt=1143&ft=at5piqx4mYrPD12yA.NI3wU4uD9KaeF~O5&mime_type=video_mp4&rc=M2g6ZWQzNjdnO2lpMzY0NEBpM2pqN3U5cmozOTMzODczNEA2MTMwYmAzNi0xNi9jY2MuYSNkbC5tMmQ0cC1hLS1kMTFzcw%3D%3D&vvpl=1&l=20260806192130573E1DFABB56D51596F6&btag=e00088000",
                        "size": 4599973,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/o0OAQAQiUBrVMBaIAkOyMIgOPDiBE7PQAsYiY~tplv-tiktokx-shrink_ep:640:640:q78.webp?dr=1346&refresh_token=edab26a4&x-expires=1786100400&x-signature=j2zaKOWbJhsxIlf9dQs9MucSKR0%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=cover",
                        "isTop": false,
                        "title": "Membalas @user3406285775036 paket bundling mama lemon dapat 2pcs murah banget bun #mamalemon #mamalemonsahabatmama #promomamalemon #masukberandafyp ",
                        "author": {
                          "id": "6927244074034496513",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-alisg-avt-0068/94747a9f04dcf7c73d32ad000e2aea63~tplv-tiktokx-cropcenter-q:300:300:q70.webp?dr=10793&refresh_token=c893fb48&x-expires=1786100400&x-signature=09uqngLOTLUX2W2WnPae5GUMVRA%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1a816805&idc=my&sc=avatar&s=FEED",
                          "nickname": "rumahrumahan.genz",
                          "username": "rumahrumahan.genz"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "ID",
                        "wmSize": 5036783,
                        "wmplay": "https://v77.tiktokcdn.com/b4f06bc1574b643a8fcba1ee53e8ea35/6a75bfdc/video/tos/alisg/tos-alisg-pve-0037c001/o4AMOgYAQyAzBEWMsPPBaDEDEiYaQiQIOVAQ7/?a=1233&bti=Ozk3QGo4dik3OjlmMzAuYCM6bTQ0MDo%3D&&bt=1251&ft=at5piqx4mYrPD12yA.NI3wU4uD9KaeF~O5&mime_type=video_mp4&rc=ZmQ4aGU6aTg7OTQ6NWRkZEBpM2pqN3U5cmozOTMzODczNEA2XzAzMmI2Xi8xYzU2NGEzYSNkbC5tMmQ0cC1hLS1kMTFzcw%3D%3D&vvpl=1&l=20260806192130573E1DFABB56D51596F6&btag=e00088000",
                        "musicId": "7602092348559018772",
                        "videoId": "7602092320560794898",
                        "duration": 31,
                        "diggCount": 2353,
                        "playCount": 567976,
                        "createTime": 1770000055,
                        "musicTitle": "original sound - rumahrumahan.genz",
                        "shareCount": 200,
                        "isSlideshow": false,
                        "musicAuthor": "rumahrumahan.genz",
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/oQVBYraAAgQKri7yA2iB0YQOIMA6DAMIEPisQ~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=e77f2dd7&x-expires=1786100400&x-signature=FAmjAPBgCMw7g3WDkNb0puUFvyI%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1a816805&idc=my&biz_tag=tt_video&s=FEED&sc=feed_cover",
                        "collectCount": 459,
                        "commentCount": 75,
                        "musicPlayUrl": "https://v16-ies-music.tiktokcdn.com/d4c5b91fe8e7192b634854718b4776f8/6a7daa88/video/tos/alisg/tos-alisg-v-27dcd7/o4KuoLCTgGTOAdo1NAWIEaheQeGzoJDIYDYeBP/?a=583965&bti=OHYpOTY0Zik3OjlmOm01MzE6ZDQ0MDo%3D&&bt=125&ft=EKFInkZfa0cJ12Nv8i~jzIxRad2UE3_45SY&mime_type=audio_mpeg&rc=O2ZkaGg4aTU5Zzs8ZDo1NEBpajZ3M3Q5cmgzOTMzODU8NEAvXy0vXmBhXmAxMC02MDEwYSNfcmQyMmRjcS1hLS1kMS1zcw%3D%3D&vvpl=1&l=20260806192130573E1DFABB56D51596F6&btag=e00048000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-02-02T02:40:55.000Z",
                        "downloadCount": 15,
                        "musicDuration": 31,
                        "musicOriginal": false
                      }
                    ]
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/liked/{username}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_liked",
        "summary": "Get Liked Videos",
        "description": "Video yang di-like sebuah akun, kalau akunnya membukanya.",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-liked"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Username (with or without @) or a full TikTok URL",
            "schema": {
              "type": "string",
              "example": "rileylovesguineapigz"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number. Default 1, max 10 (each page costs one upstream request)",
            "schema": {
              "type": "number",
              "example": "1"
            }
          },
          {
            "name": "count",
            "in": "query",
            "required": false,
            "description": "Videos per page. Default 20, max 30",
            "schema": {
              "type": "number",
              "example": "20"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 17,
                    "userId": "7082730284035130410",
                    "videos": [
                      {
                        "url": "https://www.tiktok.com/@kash.thacker/video/7669516427354819853",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/9dae8be1f8c70d4a6d185125ced4e80d/6a75b9b3/video/tos/no1a/tos-no1a-v-2370-no/oUgEntge9EwvtPQpC4MzYOQgfhUpYBFkyD3JLF/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=125&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=Zzg5NWY4aDg7PDc0aDYzNUBpM3N1ZHU5cnI3NzMzbzU8NUBgNTM1NTIuX2MxXi4tMjRfYSNiYTBvMmQ0ZGphLS1kMTFzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000fd000&shp=d05b14bd&shcp=-",
                        "size": 0,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-i-photomode-tx/573e48f4c2ec441eafb2fb237883226b~tplv-photomode-image-cover:480:0:q70.webp?dr=12229&refresh_token=270dae5c&x-expires=1787310000&x-signature=M%2B54MP4unmrSc0GRf3SqJUsLljI%3D&t=5897f7ec&ps=d5b8ac02&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&s=FAVORITE&biz_tag=tt_photomode&sc=cover",
                        "isTop": false,
                        "title": "#gspsoftiktok #gsppuppy ",
                        "author": {
                          "id": "6621213454223998982",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/a57fadb51c11fa0b51c08ad37f786f7e~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=604d1dc5&x-expires=1786100400&x-signature=gBazqtv58nwlfa8tp5u3vg2VZYE%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&sc=avatar&s=FAVORITE",
                          "nickname": "kash",
                          "username": "kash.thacker"
                        },
                        "hdSize": 0,
                        "images": [
                          "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-i-photomode-tx/573e48f4c2ec441eafb2fb237883226b~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=7206674d&x-expires=1787310000&x-signature=QsmE6mqsd67lJ8CVfRbd0e75KFg%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&s=FAVORITE&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-i-photomode-tx/8a7c58fb3fe745e2a100d5f48bb673fc~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=61f4aa3d&x-expires=1787310000&x-signature=AEzAUAXkfuxUjEE9I1zGCc%2FQCBI%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&s=FAVORITE&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-i-photomode-tx/8ecd1d650a29434cb74e1e57b602a99a~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=f3933802&x-expires=1787310000&x-signature=EzmNKl103GTFPngXxsBfHeLUBZY%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&s=FAVORITE&biz_tag=tt_photomode&sc=image"
                        ],
                        "region": "US",
                        "wmSize": 0,
                        "wmplay": "https://v45.tiktokcdn-us.com/9dae8be1f8c70d4a6d185125ced4e80d/6a75b9b3/video/tos/no1a/tos-no1a-v-2370-no/oUgEntge9EwvtPQpC4MzYOQgfhUpYBFkyD3JLF/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=125&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=Zzg5NWY4aDg7PDc0aDYzNUBpM3N1ZHU5cnI3NzMzbzU8NUBgNTM1NTIuX2MxXi4tMjRfYSNiYTBvMmQ0ZGphLS1kMTFzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000fd000&shp=d05b14bd&shcp=-",
                        "musicId": "7578511818520480515",
                        "videoId": "7669516427354819853",
                        "duration": 0,
                        "diggCount": 283227,
                        "playCount": 2234796,
                        "createTime": 1785698475,
                        "musicTitle": "original sound - aniuser_",
                        "shareCount": 3574,
                        "isSlideshow": true,
                        "musicAuthor": "randomm",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-i-photomode-tx/573e48f4c2ec441eafb2fb237883226b~tplv-photomode-image-cover:480:0:q70.webp?dr=12229&refresh_token=270dae5c&x-expires=1787310000&x-signature=M%2B54MP4unmrSc0GRf3SqJUsLljI%3D&t=5897f7ec&ps=d5b8ac02&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&s=FAVORITE&biz_tag=tt_photomode&sc=cover",
                        "collectCount": 8489,
                        "commentCount": 6479,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/9dae8be1f8c70d4a6d185125ced4e80d/6a75b9b3/video/tos/no1a/tos-no1a-v-2370-no/oUgEntge9EwvtPQpC4MzYOQgfhUpYBFkyD3JLF/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=125&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=Zzg5NWY4aDg7PDc0aDYzNUBpM3N1ZHU5cnI3NzMzbzU8NUBgNTM1NTIuX2MxXi4tMjRfYSNiYTBvMmQ0ZGphLS1kMTFzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000fd000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-02T19:21:15.000Z",
                        "downloadCount": 4263,
                        "musicDuration": 25,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@dojacat/video/7666939700992675085",
                        "isAd": false,
                        "play": "https://v45-p.tiktokcdn-us.com/54cdf2e6b9d5ac4b5f16d80ebcd6c35a/6a74c2b9/video/tos/useast5/tos-useast5-ve-0068c002-tx/oMlmh1r2iLvzAiDpOQpIHwBc0yDMAcB1CETfIn/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=1110&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=ZGZnaDY4NmU7PDs3ZDc3NkBpMzpuZG85cnM6PDMzZzczNEAxMWMyMGFjX14xY15hL2I2YSNicXBvMmRjLmdhLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000b5000",
                        "size": 3271202,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/osZA4BEnknDjRkgODtYdFbMDfrSHbqQE4KQlXe~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg?dr=8596&refresh_token=ea993cef&x-expires=1786100400&x-signature=hVdYIgsZttsBqLr%2B2tdl6X7eB6s%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=cover",
                        "isTop": false,
                        "title": "?",
                        "author": {
                          "id": "6656913964248088581",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/0d30bd51ab138b667a5f71b1008d59cf~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=9e915832&x-expires=1786100400&x-signature=Sr9ZfdQ17EittKLKvyHgq1Y7H%2Bw%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&sc=avatar&s=FAVORITE",
                          "nickname": "Doja Cat",
                          "username": "dojacat"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 2969082,
                        "wmplay": "https://v45-p.tiktokcdn-us.com/dce46311e1b78c1b9956123a743cb384/6a74c2b9/video/tos/useast5/tos-useast5-pve-0068-tx/okfqpdRbEODZKMeEH4FDlQqmD4FXIgBrnOgStA/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=1008&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=NzU7Ozg8OmQ5ODVkZDhnOEBpMzpuZG85cnM6PDMzZzczNEBfLmNiMy4vXjYxNjY2LTYzYSNicXBvMmRjLmdhLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000bd000",
                        "musicId": "7666939781200923405",
                        "videoId": "7666939700992675085",
                        "duration": 0,
                        "diggCount": 293982,
                        "playCount": 1760566,
                        "createTime": 1785098530,
                        "musicTitle": "original sound - dojacat",
                        "shareCount": 17424,
                        "isSlideshow": false,
                        "musicAuthor": "Doja Cat",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/och21AfrpMIBccIFCywlIOiiXOHnd1mSBmBzAR~tplv-tiktokx-shrink-aq:360:360:q75.jpeg?dr=11731&refresh_token=94254a81&x-expires=1786100400&x-signature=Z%2BE3qdnWyTd94g9hmhcXVCpplkA%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=feed_cover",
                        "collectCount": 11776,
                        "commentCount": 3710,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/b888be948a55801661095580a44100d6/6a75b9b1/video/tos/useast5/tos-useast5-v-27dcd7-tx/owofbonUJM5CtSjf85IF4uDqcM2FEDjnBgBEqZ/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=125&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=NGdnNjtkNzg0Mzg7NjRnO0BpM3V3aXg5cjs6PDMzZzU8NEAvX2E2YDJeXi4xYjRgLTRhYSNvci9iMmRzL2dhLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000fd000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-07-26T20:42:10.000Z",
                        "downloadCount": 559,
                        "musicDuration": 23,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@plasma.nyc/video/7652432848800042271",
                        "isAd": false,
                        "play": "https://v45-p.tiktokcdn-us.com/6b6cc3f44870f0e00157b8f76aadac14/6a74c2aa/video/tos/useast8/tos-useast8-ve-0068c002-tx2/oMolRqDnMJ9EEzM4EAIpT2afw4hAeFQDgrVBMu/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=2380&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=NWU4NDc3NmlnNGg4Z2c7NkBpMzxreXU5cmZoOzMzaTczNEA1MGJgYGFiNWMxYDYwXzUtYSNnX2s2MmQ0YW1hLS1kMTJzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000b5000",
                        "size": 1910089,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/o4EizAanPAgAAFbyH5EARGvjBAyZiNBA5wlLI~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg?dr=8596&refresh_token=6c2a9423&x-expires=1786100400&x-signature=pgG5Oll%2BoUDUa2z6aX7N1SEcgeo%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=cover",
                        "isTop": false,
                        "title": "happy pride new york 🙂‍↕️🗽🏳️‍🌈 #nyc #zohranmamdani #mayor #Pride #pridemonth @Zohran Mamdani @Mayor Zohran Kwame Mamdani @nycgov ",
                        "author": {
                          "id": "7055771773531341830",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/883ab4b9f9a7d39ed352fe84f3d90138~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=f2da3540&x-expires=1786100400&x-signature=wV2ykO0mwpnschDJ%2FpG2%2BSCxoVg%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&sc=avatar&s=FAVORITE",
                          "nickname": "Plasma",
                          "username": "plasma.nyc"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 1740985,
                        "wmplay": "https://v45-p.tiktokcdn-us.com/3ea499b330e5234818708c590fd50e07/6a74c2aa/video/tos/useast8/tos-useast8-pve-0068-tx2/oYxoEmVRqEZunQDVEBAFpM2kIf58qwEBeQa2yA/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=2169&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=OWg2PDo5NjQ7ZGQ8Nzs1aEBpMzxreXU5cmZoOzMzaTczNEAuYl4yLzE0Ni4xMTJgNi02YSNnX2s2MmQ0YW1hLS1kMTJzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000b5000",
                        "musicId": "7652432887430122271",
                        "videoId": "7652432848800042271",
                        "duration": 0,
                        "diggCount": 225100,
                        "playCount": 1222513,
                        "createTime": 1781720887,
                        "musicTitle": "original sound - plasma.nyc",
                        "shareCount": 11706,
                        "isSlideshow": false,
                        "musicAuthor": "Plasma",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oMnrQDDwQFAaQRBMMBEVgzExE2uffR4lq9nhAT~tplv-tiktokx-shrink-aq:360:360:q75.jpeg?dr=11731&refresh_token=042dcd42&x-expires=1786100400&x-signature=oUvNEteUHuLtDPh%2Fc2FoHk9dyO8%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=feed_cover",
                        "collectCount": 9169,
                        "commentCount": 1379,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/1772292706912f334768fa2f0c05f201/6a75b9a0/video/tos/useast8/tos-useast8-v-27dcd7-tx2/o4R5IqUkzGEz5Sip0cLlITUBcoeAfCBZMceIyI/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=125&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=NjM4ZDZkZGc2ZTY4NWU6N0BpM3l2a3M5cmhoOzMzaTU8NEA1Y142MF9iXy8xYTE1MGA2YSNecjFgMmRjYm1hLS1kMTJzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000f5000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-06-17T18:28:07.000Z",
                        "downloadCount": 831,
                        "musicDuration": 6,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@narrishhh/video/7670158860128161046",
                        "isAd": false,
                        "play": "https://v45-p.tiktokcdn-us.com/43297ed0033a300442740b3d1db87d3d/6a74c2de/video/tos/no1a/tos-no1a-ve-0068c001-no/ooVhJaSEPHOniAoiKBB5WBY45QZSx14mEyA2I/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=2473&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=PGk8OTw7ZjlkMzY7ZTtkOEBpM3A7eHM5cnJ3PDMzbzczNUBhYzE2LTVeXzAxMzA1NTFgYSM0Z2JkMmQ0YWxhLS1kMTFzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e00095000",
                        "size": 18888250,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-no1a-p-0037-no/owQOYRBqCcx4bFTBzchDOgTEksFfAgDnkQezEd~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg?dr=8596&refresh_token=e74c72c7&x-expires=1786100400&x-signature=huzDmea%2FBoQ03HKmhNrz8rB6yLk%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=cover",
                        "isTop": false,
                        "title": "please give a warm welcome to the new up and coming artists: figcasso & brambleangelo! #guineapigs #guineapigsoftiktok #paintings #canvasart #fyp ",
                        "author": {
                          "id": "6697668512159630341",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-avt-0068/1e1e33b6f2aacf75894e00cf946f07c5~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=fb1554f3&x-expires=1786100400&x-signature=0Zq1EF9zqt4jWt2z3X3oLV4PZpA%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&sc=avatar&s=FAVORITE",
                          "nickname": "🐆☘️alice ❯❯❯❯❯🌻🍒",
                          "username": "narrishhh"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "GB",
                        "wmSize": 0,
                        "wmplay": "https://v45-p.tiktokcdn-us.com/43297ed0033a300442740b3d1db87d3d/6a74c2de/video/tos/no1a/tos-no1a-ve-0068c001-no/ooVhJaSEPHOniAoiKBB5WBY45QZSx14mEyA2I/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=2473&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=PGk8OTw7ZjlkMzY7ZTtkOEBpM3A7eHM5cnJ3PDMzbzczNUBhYzE2LTVeXzAxMzA1NTFgYSM0Z2JkMmQ0YWxhLS1kMTFzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e00095000",
                        "musicId": "7403113824579143697",
                        "videoId": "7670158860128161046",
                        "duration": 0,
                        "diggCount": 4848,
                        "playCount": 37400,
                        "createTime": 1785848033,
                        "musicTitle": "Dancing With Myself - 7\" Version",
                        "shareCount": 693,
                        "isSlideshow": false,
                        "musicAuthor": "Generation X & Billy Idol",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-no1a-p-0037-no/okByWWZhJDEiJixHv3P44IABnIaO02i55BhOY~tplv-tiktokx-shrink-aq:360:360:q75.jpeg?dr=11731&refresh_token=558d1d78&x-expires=1786100400&x-signature=xI1Usao7169cB9HNw4IKXEdyJY4%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=feed_cover",
                        "collectCount": 494,
                        "commentCount": 37,
                        "musicPlayUrl": "https://sf19.tiktokcdn-us.com/obj/tos-alisg-ve-2774/oorYAQfdmvnQaKS86JQelkeMpfmM1FWHAT3GYm",
                        "createTimeIso": "2026-08-04T12:53:53.000Z",
                        "downloadCount": 0,
                        "musicDuration": 60,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@sydsmithtattoo/video/7669500202058911006",
                        "isAd": false,
                        "play": "https://v45-p.tiktokcdn-us.com/b4e1501cd2bfe4b2cf5e6a50a64740f3/6a74c2af/video/tos/useast8/tos-useast8-ve-0068c002-tx2/ok8UBajGIgM3fffQbEWERgJ9IwEBRACmxCAqSA/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=678&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=N2k6Z2Q1ZWg1NTQ4ZjY4aUBpMzN5N245cjVyPDMzaTczNEBiYl8wNTJiNmMxX14vYmAuYSNqYS5tMmQ0ZWthLS1kMTJzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000b5000",
                        "size": 1086205,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/owgIfWUSxCnCIfMhg8eptqKAQ4EBw3mRa2EAj8~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg?dr=8596&refresh_token=3524be80&x-expires=1786100400&x-signature=z7fhiWv%2FM4w3X500oQamHjLbbQ8%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=cover",
                        "isTop": false,
                        "title": "a mother & daughter came in yesterday to get stars tattooed where they hold hands ♡ @SY•ZY•GY Precision Tattooing  #tattooartist #tattoo #finelinetattoo #tattooideas #handtattoo ",
                        "author": {
                          "id": "6745296333650985990",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/4daaf7f9bd4084c5d16d99d15b65b373~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=b1ee8316&x-expires=1786100400&x-signature=l%2BdzUYo2voHfvS4ks4JJHFptYd8%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&sc=avatar&s=FAVORITE",
                          "nickname": "Sydney",
                          "username": "sydsmithtattoo"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 0,
                        "wmplay": "https://v45-p.tiktokcdn-us.com/b4e1501cd2bfe4b2cf5e6a50a64740f3/6a74c2af/video/tos/useast8/tos-useast8-ve-0068c002-tx2/ok8UBajGIgM3fffQbEWERgJ9IwEBRACmxCAqSA/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=678&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=N2k6Z2Q1ZWg1NTQ4ZjY4aUBpMzN5N245cjVyPDMzaTczNEBiYl8wNTJiNmMxX14vYmAuYSNqYS5tMmQ0ZWthLS1kMTJzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000b5000",
                        "musicId": "7668517109027178513",
                        "videoId": "7669500202058911006",
                        "duration": 0,
                        "diggCount": 32618,
                        "playCount": 419991,
                        "createTime": 1785694688,
                        "musicTitle": "nowhere, nobody",
                        "shareCount": 5363,
                        "isSlideshow": false,
                        "musicAuthor": "Ariana Grande",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/o8faCNkIjgSAeqK8mmgFBfMUuZwWQIRxCAKEE3~tplv-tiktokx-shrink-aq:360:360:q75.jpeg?dr=11731&refresh_token=cedc9d28&x-expires=1786100400&x-signature=A7p4ugwpd8n5tEysucnYjxZeQFM%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=feed_cover",
                        "collectCount": 4284,
                        "commentCount": 53,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/tos-alisg-ve-2774/oIMB1NO6oFfhWAbkJRGA7MgBido4s01IMwvisI",
                        "createTimeIso": "2026-08-02T18:18:08.000Z",
                        "downloadCount": 0,
                        "musicDuration": 60,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@.yoshiyo_4/video/7670341536739020046",
                        "isAd": false,
                        "play": "https://v45-p.tiktokcdn-us.com/13ed27c21c7506fee0ebfc22401867b2/6a74c2c4/video/tos/useast5/tos-useast5-ve-0068c003-tx/o8U7kTyseCfIQAFjwHOELypQG5IWAcfFgShDE7/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=1698&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=PDo3M2Q3OjMzODc7MzY4ZkBpanlmNHI5cnE7PDMzZzczNEAtM18wLmE0NjYxYTIuNi9hYSNxYmFfMmRrMW1hLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e0008d000",
                        "size": 7259845,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/o8QUCyFcI9xLdxhAYAJQ52YejSWsGHGhIeaQfk~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg?dr=8596&refresh_token=e3f27fbe&x-expires=1786100400&x-signature=71olg6vFs54oN8TccsL0wfsRcyU%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=cover",
                        "isTop": false,
                        "title": "@Alicia Brown ",
                        "author": {
                          "id": "6804653797916836869",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/2c913d8bf774c59d12b03d70ac9b0262~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=288eacaf&x-expires=1786100400&x-signature=PdEMGS68pSZ0e44a5QyoUKfZ2jU%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&sc=avatar&s=FAVORITE",
                          "nickname": "YO Yo",
                          "username": ".yoshiyo_4"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 6691699,
                        "wmplay": "https://v45-p.tiktokcdn-us.com/bb50af2bed4541743fc0afbe08dd4ac2/6a74c2c4/video/tos/useast5/tos-useast5-ve-0068c004-tx/o0sLIgCUHAYEvZj7GEIyfQfAye0D5FwSQkOhWI/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=1565&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=OmY1Njo1NDhlOmQ4MzRlPEBpanlmNHI5cnE7PDMzZzczNEBjY15eMmM1XjIxYy42YTViYSNxYmFfMmRrMW1hLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e00095000",
                        "musicId": "7655778593868172062",
                        "videoId": "7670341536739020046",
                        "duration": 0,
                        "diggCount": 1017919,
                        "playCount": 4664401,
                        "createTime": 1785890579,
                        "musicTitle": "original sound - shan_dabaddest",
                        "shareCount": 295635,
                        "isSlideshow": false,
                        "musicAuthor": "Shan Da baddest",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/oYcBfHfECA5xUe7ksICSjOA6iLIUFWIGDw1Qhy~tplv-tiktokx-shrink-aq:360:360:q75.jpeg?dr=11731&refresh_token=052179fa&x-expires=1786100400&x-signature=GqFadEShR%2B5SQM%2F6Tqqd750407Q%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=feed_cover",
                        "collectCount": 52953,
                        "commentCount": 8405,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/9b252c6eaefb5975aeb2711aac04c8ed/6a75b9bd/video/tos/useast8/tos-useast8-v-27dcd7-tx2/ogmsZSAi9ETbKNHqCwRNYeQEfoU6mBEVpD4JPF/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=125&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=ZzUzZTszN2gzNTRkNTc3O0BpM250anY5cjxmOzMzaTU8NEA2MDItNmJfXy8xYWFjYzUuYSNwZnMvMmRraHNhLS1kMTJzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000d5000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-05T00:42:59.000Z",
                        "downloadCount": 3689,
                        "musicDuration": 35,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@trishlikefish88/video/7669947425292946701",
                        "isAd": false,
                        "play": "https://v45-p.tiktokcdn-us.com/9ce373a428964f672a06ded0c67f3eca/6a74c31c/video/tos/useast5/tos-useast5-ve-0068c004-tx/ooR12DWXAf8EIQOqpRSFE9lcIBtf0hCxygDIEO/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=2289&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=PDo3aGg3aGgzODpnODo1OUBpajt4ZXk5cm9rPDMzZzczNEA1Xi82LWIvXzUxYi8yNC8zYSNoXl40MmRrcmxhLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e00095000",
                        "size": 35600236,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/owb6gkk1tMAmgqceojX5HjUP3IUAiCe4ge8rEQ~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg?dr=8596&refresh_token=ad75b939&x-expires=1786100400&x-signature=Vi1FrRGL5oRQdgxUasS1GjTXd8Y%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&sc=cover&biz_tag=tt_video&s=FAVORITE",
                        "isTop": false,
                        "author": {
                          "id": "6565170509783334918",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-maliva-avt-0068/7310113334539091974~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=bf099e83&x-expires=1786100400&x-signature=RlNnosVXYAAKrR%2Bs32L9tw%2FzIW0%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&sc=avatar&s=FAVORITE",
                          "nickname": "trishapaytas",
                          "username": "trishlikefish88"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 30817753,
                        "wmplay": "https://v45-p.tiktokcdn-us.com/941c0f7946c87f4a098ef5c3ad9d393a/6a74c31c/video/tos/useast5/tos-useast5-ve-0068c001-tx/oY9D9NDKFdIWcIxHYR7pABlEOfXIESQfgqRtwE/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=1982&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=NGQ5NTVpZDZlZTplNWRoN0Bpajt4ZXk5cm9rPDMzZzczNEAwXy4vMF9eXjAxLjM1My0yYSNoXl40MmRrcmxhLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e00095000",
                        "musicId": "7669947450932677390",
                        "videoId": "7669947425292946701",
                        "duration": 0,
                        "diggCount": 339416,
                        "playCount": 1648479,
                        "createTime": 1785798809,
                        "musicTitle": "original sound - trishlikefish88",
                        "shareCount": 17292,
                        "isSlideshow": false,
                        "musicAuthor": "trishapaytas",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/oAEXCWIgSMAFpERIluRIfcftK9DGDBXIlBJqOx~tplv-tiktokx-shrink-aq:360:360:q75.jpeg?dr=11731&refresh_token=e7b725e0&x-expires=1786100400&x-signature=ReUSWr5OxASI7NaUUO8rKDjy8g4%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=feed_cover",
                        "collectCount": 26406,
                        "commentCount": 4391,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/00ff9086c90bb3326a1978df71da21a8/6a75ba13/video/tos/useast5/tos-useast5-v-27dcd7-tx/owEvgAJUEDCfJEBxAqAgZC0fSBFClIcDSUYbu2/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=125&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=Mzg0NnU5cjlsPDMzZzU8NEBpMzg0NnU5cjlsPDMzZzU8NEAuczNhMmRzLmxhLS1kMS9zYSMuczNhMmRzLmxhLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000cd000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-03T23:13:29.000Z",
                        "downloadCount": 1789,
                        "musicDuration": 121,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@starcat663/video/7666399082482650381",
                        "isAd": false,
                        "play": "https://v45-p.tiktokcdn-us.com/a278712d106e59510d2e6c057ba41687/6a74c31e/video/tos/useast5/tos-useast5-pve-0068-tx/oAbQEpLoEFARAZggIRGDSPkYIZChPkqJeDkfB7/?a=1233&bti=Njg4QGo3dik3OjlmNTU2YCM6bTQ0MDo%3D&&bt=1114&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=OTlpNzY7ZGY7Ozc3ZTxpPEBpM2Y7Zmw5cm07PDMzZzczNEAuYGA1Yi0zNjIxMTBiNmA0YSNubGYxMmRzNGZhLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e00095000",
                        "size": 17640940,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/o8Pk5FawNbg4E4kADSBnP5hBwiAAmBWiIE0AE~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg?dr=8596&refresh_token=e967f86f&x-expires=1786100400&x-signature=OvA80VLBn9%2BKKZjjS7p5xfgsuwc%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=cover",
                        "isTop": false,
                        "title": "Seeing how your kids respond to bullies #baby #babylove #fyp #usa🇺🇸 #funnyvideo #funny #cute ",
                        "author": {
                          "id": "7470429109551514670",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/8f8a5c3fc0970a62d73dc98b028e44b3~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=87275083&x-expires=1786100400&x-signature=dgc1H%2F1VsU%2Fj%2BX2NpH%2F5xUoOjSc%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&sc=avatar&s=FAVORITE",
                          "nickname": "Star cat 666",
                          "username": "starcat663"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 16451776,
                        "wmplay": "https://v45-p.tiktokcdn-us.com/7b44ac4f0aca3a83b1d163ec23562abd/6a74c31e/video/tos/useast5/tos-useast5-ve-0068c001-tx/okMyi1sJfAAiQyBnC07kHIEwSiIEkM1PMpiIB0/?a=1233&bti=Njg4QGo3dik3OjlmNTU2YCM6bTQ0MDo%3D&&bt=1039&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=M2Y4PDNoNDhkPDY8OTY1ZUBpM2Y7Zmw5cm07PDMzZzczNEBhMmNiXjYtNV4xYDZhXjMxYSNubGYxMmRzNGZhLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e00095000",
                        "musicId": "7666399159741647630",
                        "videoId": "7666399082482650381",
                        "duration": 0,
                        "diggCount": 2492135,
                        "playCount": 11274269,
                        "createTime": 1784972654,
                        "musicTitle": "original sound - starcat663",
                        "shareCount": 282277,
                        "isSlideshow": false,
                        "musicAuthor": "Star cat 666",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/o43BSH1yAhIMinICikAZiIIBkwEpMbMA0Bf4ay~tplv-tiktokx-shrink-aq:360:360:q75.jpeg?dr=11731&refresh_token=641e6da6&x-expires=1786100400&x-signature=EZWUSbDxI7U7S2gceADz5PSii%2Fk%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=feed_cover",
                        "collectCount": 176409,
                        "commentCount": 9277,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/f3e98704f52f31cbce55d6bf6aaf975f/6a75ba15/video/tos/useast5/tos-useast5-v-27dcd7-tx/ooBo144rnUPCcmHiSoxcWB4rBQMagixF4lTAI/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=125&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=NjM2aTc8ZTo6NzhlMzc7ZEBpMzQ5ZHI5cnY7PDMzZzU8NEBgMTEwYi0uNjQxMzBjMTMyYSNiajNfMmQ0XmZhLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000cd000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-07-25T09:44:14.000Z",
                        "downloadCount": 4945,
                        "musicDuration": 123,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@cassandrabowman/video/7670319889336241438",
                        "isAd": false,
                        "play": "https://v45-p.tiktokcdn-us.com/bbe99b37d227ca6dafd02fa344150092/6a74c2ed/video/tos/useast8/tos-useast8-pve-0068-tx2/oAAQyFeXNcD4DcdIRf8BnQEuAVECEVHECqZPIu/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=897&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=MzlkaDc0MzUzaDg3OjRnOUBpMzV5eXE5cm86PDMzaTczNEBeYi8vYjBgXl4xLl8zL2FfYSNrcGQtMmRzM21hLS1kMTJzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e00095000",
                        "size": 8508538,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/o88c1BMuqJEzVCPyBuFEANDXEcAR70lIEDfeVn~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg?dr=8596&refresh_token=dadcd45f&x-expires=1786100400&x-signature=Y7qYbLUDUochsYahcDjQNM7c%2BJk%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&sc=cover&biz_tag=tt_video&s=FAVORITE",
                        "isTop": false,
                        "title": "#fyp #pov #moms #skit #relatable ",
                        "author": {
                          "id": "7349774395449721899",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/045025af635a90d6ebd071b877c80e96~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=899414a6&x-expires=1786100400&x-signature=v%2FR5thldwUo7C8PEM15hp1rH0Zc%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&sc=avatar&s=FAVORITE",
                          "nickname": "Cassandra Bowman",
                          "username": "cassandrabowman"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 0,
                        "wmplay": "https://v45-p.tiktokcdn-us.com/bbe99b37d227ca6dafd02fa344150092/6a74c2ed/video/tos/useast8/tos-useast8-pve-0068-tx2/oAAQyFeXNcD4DcdIRf8BnQEuAVECEVHECqZPIu/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=897&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=MzlkaDc0MzUzaDg3OjRnOUBpMzV5eXE5cm86PDMzaTczNEBeYi8vYjBgXl4xLl8zL2FfYSNrcGQtMmRzM21hLS1kMTJzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e00095000",
                        "musicId": "7670319878045174558",
                        "videoId": "7670319889336241438",
                        "duration": 0,
                        "diggCount": 308786,
                        "playCount": 1736963,
                        "createTime": 1785885533,
                        "musicTitle": "original sound - cassandrabowman",
                        "shareCount": 65403,
                        "isSlideshow": false,
                        "musicAuthor": "Cassandra Bowman",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/okAEB1Fy9DqQfBHfu9Dn8QXoVccRENFAOzPEc8~tplv-tiktokx-shrink-aq:360:360:q75.jpeg?dr=11731&refresh_token=8378db17&x-expires=1786100400&x-signature=XSpgxern78eaiCieigFRsVF7FoQ%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=feed_cover",
                        "collectCount": 15986,
                        "commentCount": 1133,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/6a7bcf4cd5c183d83a4e8f377d1e79b8/6a75b9e4/video/tos/useast8/tos-useast8-v-27dcd7-tx2/osBImbiMIiA1vgOfbUiqzJVHFHmQdKBdBATEQ2/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=125&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=ZWk6NGdkZDRmOWhpOWZlNkBpajkzcHA5cnE6PDMzaTU8NEAyYWEuMjJiNTYxYzZjXi0wYSMvY25iMmRzM21hLS1kMTJzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000d5000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-04T23:18:53.000Z",
                        "downloadCount": 0,
                        "musicDuration": 74,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@themysticalmilliestarot/video/7670619878830705933",
                        "isAd": false,
                        "play": "https://v45-p.tiktokcdn-us.com/cd9b14bef159add814380f82df7ea38e/6a74c2ad/video/tos/useast5/tos-useast5-ve-0068c002-tx/oAzZqFBRSDq9ciENhgB4AFDeIfRlvaDEWQE24Q/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=1524&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=NmkzNGg8Mzo1O2U4NDU3ZEBpams4eW85cnNyPDMzZzczNEAxXy9gL2NjNjAxYi5fNi8tYSNgcC9fMmRjM21hLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000b5000",
                        "size": 1948869,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/oEizlvNEf4RiJQFQ7BFqAhpDgySPcDIDf4cE8q~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg?dr=8596&refresh_token=39065e94&x-expires=1786100400&x-signature=vYINyL5q2fpHdG1MRXrVAo8rL8k%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=cover",
                        "isTop": false,
                        "title": "I fear this tends to show everyone just what type of person you are #aphrodite #pagan #spiritual #witchtok #relatable ",
                        "author": {
                          "id": "7661701106515084302",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/5bb8a1a0b18e8b4f9696832b2d9badfc~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=c7dc4a10&x-expires=1786100400&x-signature=wAkkg%2FRhxCTpflcxGOw8wwkVGmM%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&sc=avatar&s=FAVORITE",
                          "nickname": "꧁❀𝓜𝓲𝓵𝓵𝓲𝓮❀꧂",
                          "username": "themysticalmilliestarot"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 1837754,
                        "wmplay": "https://v45-p.tiktokcdn-us.com/3995af4528e172895b4035b341de5682/6a74c2ad/video/tos/useast5/tos-useast5-ve-0068c003-tx/oAfRh4lScBDFimZIQEewqBAbRvNgDq44DERzEJ/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=1438&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=ZDo8NTVnPDZpZWhpZmQ6PEBpams4eW85cnNyPDMzZzczNEBhMi8wM2IwNWAxYy4vNmNjYSNgcC9fMmRjM21hLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000b5000",
                        "musicId": "7626809978023643936",
                        "videoId": "7670619878830705933",
                        "duration": 0,
                        "diggCount": 54414,
                        "playCount": 220153,
                        "createTime": 1785955373,
                        "musicTitle": "original sound - user.ka.3",
                        "shareCount": 414,
                        "isSlideshow": false,
                        "musicAuthor": "✌🏻",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/ooRBNFD5B4lfFqcvCq6wAZSz2GIEIyeiD4hREg~tplv-tiktokx-shrink-aq:360:360:q75.jpeg?dr=11731&refresh_token=a7249d9c&x-expires=1786100400&x-signature=Wi8gZ4VYQdC9MzUhdeFyqJLS2V0%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&s=FAVORITE&sc=feed_cover&biz_tag=tt_video",
                        "collectCount": 3385,
                        "commentCount": 594,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/7e8a7ff1755b17f673a55bf526ac2799/6a75b9a3/video/tos/useast2a/tos-useast2a-v-2370-euttp/owEpW3JUQDCf3YKeEp7QzudhmBF9cb1D9lJGWo/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=125&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=OmU6Z2g4Ozk4N2c5NDY0Z0BpamhnaG45cmt3OjMzZjU8NUBhYjEzYzJgNi8xMDQ1LjYuYSNfLmE0MmRrcl9hLS1kMTNzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000f5000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-05T18:42:53.000Z",
                        "downloadCount": 44,
                        "musicDuration": 9,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@ravennaberries/video/7670570629648747789",
                        "isAd": false,
                        "play": "https://v45-p.tiktokcdn-us.com/da14e0add5e6b6555882118216d9eb2b/6a74c2a8/video/tos/useast5/tos-useast5-ve-0068c001-tx/oc1zPYui6LIGQEIITAi1AVxBwzpBBB63faOCO4/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=2725&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=ODU0ZWhlPGY5OjszNTVkPEBpam9yNXI5cjpvPDMzZzczNEAuYTQuLjZhX2MxYy82XmBfYSNtcWxgMmRzYm1hLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000b5000",
                        "size": 2011820,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/ochBu2Bkik1POVz0yInzAAOCY4GEIpBfw1aLHi~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg?dr=8596&refresh_token=a7170e92&x-expires=1786100400&x-signature=TBSax7nW3oO8ZSl3muClVWZ0X9k%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=cover",
                        "isTop": false,
                        "title": "\"Ok we're ready to come with you to college\" #box ",
                        "author": {
                          "id": "6553334725237281792",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/95a2162b2e96fbb907e12f84c12453c1~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=44a79ce7&x-expires=1786100400&x-signature=byX4gFlQGMCagEcRlAL905qiOgU%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&sc=avatar&s=FAVORITE",
                          "nickname": "ravenna",
                          "username": "ravennaberries"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 0,
                        "wmplay": "https://v45-p.tiktokcdn-us.com/da14e0add5e6b6555882118216d9eb2b/6a74c2a8/video/tos/useast5/tos-useast5-ve-0068c001-tx/oc1zPYui6LIGQEIITAi1AVxBwzpBBB63faOCO4/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=2725&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=ODU0ZWhlPGY5OjszNTVkPEBpam9yNXI5cjpvPDMzZzczNEAuYTQuLjZhX2MxYy82XmBfYSNtcWxgMmRzYm1hLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000b5000",
                        "musicId": "7663684081330162462",
                        "videoId": "7670570629648747789",
                        "duration": 0,
                        "diggCount": 159997,
                        "playCount": 555380,
                        "createTime": 1785943913,
                        "musicTitle": "original sound - someonescretaccount",
                        "shareCount": 21506,
                        "isSlideshow": false,
                        "musicAuthor": "someonescretaccount",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/o0AHC2rzuwUQfCzfw1DqdQfGk5VjE4FAobMImW~tplv-tiktokx-shrink-aq:360:360:q75.jpeg?dr=11731&refresh_token=3efb1c9d&x-expires=1786100400&x-signature=bEpmGARWxPuEtxz4XX2tCL%2FEX7g%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=feed_cover",
                        "collectCount": 7272,
                        "commentCount": 501,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/157663c06832b5e801afca81c919068e/6a75b9a6/video/tos/useast8/tos-useast8-v-27dcd7-tx2/oMKfuFA6CWRJMD0QYUZEmoXo6UEUWqLVAGBeQd/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=125&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=N2dpOTg3ODU3NTVkZDhpOkBpMztqNnQ5cjxoPDMzaTU8NEAwM2ItMDE0Nl4xLS8vYmExYSMyZWpeMmRrLWFhLS1kMTJzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000f5000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-05T15:31:53.000Z",
                        "downloadCount": 2,
                        "musicDuration": 12,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@buxterkrumpit/video/7670278802257333534",
                        "isAd": false,
                        "play": "https://v45-p.tiktokcdn-us.com/57c012770371a3bb3ff36ac78ce50ec2/6a74c2e4/video/tos/useast8/tos-useast8-ve-0068c004-tx2/o8cArBEkhnDFRnAj2fXwFxyEf6VQFqEET6Iodv/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=670&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=PDxnOThoZWQzNGQzZDk4Z0BpajZlcXc5cmQ3PDMzaTczNEAtMl4xLy5hNTYxYi8wYGAxYSNpLmNjMmQ0b21hLS1kMTJzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e00095000",
                        "size": 5621157,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oUgvAk3Ek9I6cAfqAPAQRm8FlfDUu2EVEDKCAr~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg?dr=8596&refresh_token=8153fdf4&x-expires=1786100400&x-signature=NCGMktHfBq79EeudpTz0XXfglKY%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=cover",
                        "isTop": false,
                        "title": "“do you not think about me??” 💔 #NewGirl",
                        "author": {
                          "id": "7579696548712973343",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/d52655c9f842666edd9936c0bfd0f336~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=0306ed14&x-expires=1786100400&x-signature=c%2FoxZgN3MFTTBraRZ2V5%2BVILTro%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&sc=avatar&s=FAVORITE",
                          "nickname": "buxterkrumpit",
                          "username": "buxterkrumpit"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 5097437,
                        "wmplay": "https://v45-p.tiktokcdn-us.com/c922c9ffc31485d8d92329a1cef90e0f/6a74c2e4/video/tos/useast8/tos-useast8-pve-0068-tx2/o4Dfyhf2Q6jkqFEE6N6BAoVrEcEETIdARwF3KW/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=607&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=PGllMzc7OjZkNzs3MzZkZUBpajZlcXc5cmQ3PDMzaTczNEAwNl42MF42Nl8xMC9eNTM1YSNpLmNjMmQ0b21hLS1kMTJzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e00095000",
                        "musicId": "7670280321270663967",
                        "videoId": "7670278802257333534",
                        "duration": 0,
                        "diggCount": 142807,
                        "playCount": 452951,
                        "createTime": 1785875966,
                        "musicTitle": "original sound - buxterkrumpit",
                        "shareCount": 21031,
                        "isSlideshow": false,
                        "musicAuthor": "buxterkrumpit",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/o0VDrCmcEN5AIgFAqFjA6Tkff26RBoEcyIEUdw~tplv-tiktokx-shrink-aq:360:360:q75.jpeg?dr=11731&refresh_token=e800924a&x-expires=1786100400&x-signature=Ffb3wWb%2F8mhZY8ZheAzF2LuLBQk%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=feed_cover",
                        "collectCount": 10677,
                        "commentCount": 553,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/9eedb9d7616871ffe6caaf8d0d83c650/6a75b9db/video/tos/useast8/tos-useast8-v-27dcd7-tx2/oUFiccBkiBAAOUzyAENFBAOKh5oIMqQfA1ShSi/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=125&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=OmloOjs0PDs7aTdlNTs3ZkBpajMzcnM5cjM3PDMzaTU8NEA0MmBgXjYwXjExMTJgLjM1YSMvcGFkMmRjcG1hLS1kMTJzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000d5000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-04T20:39:26.000Z",
                        "downloadCount": 666,
                        "musicDuration": 65,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@shelleywolfee/video/7670710247564102943",
                        "isAd": false,
                        "play": "https://v45-p.tiktokcdn-us.com/c7771746704481c704a9b07b2e5aca0e/6a74c2fe/video/tos/useast8/tos-useast8-pve-0068-tx2/oAIRWVqA9pNjJ4InDEQJgcFzeUgBEAfgErEdxS/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=914&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=OWdnOGVlOzNmMzc8ZTQ7NUBpM2o7eGo5cmh3PDMzaTczNEBfXmEyLjVhXzUxNl5hYWAyYSMvNjE1MmQ0X21hLS1kMTJzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e00095000",
                        "size": 10729542,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/o07zgnuiA3RdAIFEFCiqA1BBAGV1AEA0fecE48~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg?dr=8596&refresh_token=d3f75f41&x-expires=1786100400&x-signature=XnxiCY9cf2PQHcYcujM8stE%2BZco%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=cover",
                        "isTop": false,
                        "title": "we play guess the food",
                        "author": {
                          "id": "7447747520342819883",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/cd734cc825f8aa5d9a704292f3d25fed~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=8b56f539&x-expires=1786100400&x-signature=Y9Gc2A4icH2%2BcHTfqloOgeYA6ww%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&sc=avatar&s=FAVORITE",
                          "nickname": "shelley.wolfee",
                          "username": "shelleywolfee"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 10239446,
                        "wmplay": "https://v45-p.tiktokcdn-us.com/224223d4e1c57955b301fef9855f3645/6a74c2fe/video/tos/useast8/tos-useast8-pve-0068-tx2/o0RiV4Euw4BInBwRiQ1ywazP9VEAioEPJAPBE/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=872&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=Ojs5aTs5ZmVnZGY0ZDM5ZkBpM2o7eGo5cmh3PDMzaTczNEAvMDMvXjFhNS0xYC1eX2BgYSMvNjE1MmQ0X21hLS1kMTJzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e00095000",
                        "musicId": "7670710218317351710",
                        "videoId": "7670710247564102943",
                        "duration": 0,
                        "diggCount": 12134,
                        "playCount": 198102,
                        "createTime": 1785976411,
                        "musicTitle": "original sound - shelleywolfee",
                        "shareCount": 1386,
                        "isSlideshow": false,
                        "musicAuthor": "shelley.wolfee",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/o4UuIwiBAPBz4inRnI15PBEAaOEwwlV6giVER~tplv-tiktokx-shrink-aq:360:360:q75.jpeg?dr=11731&refresh_token=dfcca3cb&x-expires=1786100400&x-signature=4cbBDOy8YfpZ%2FUhMYeDQWgr1ueg%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=feed_cover",
                        "collectCount": 312,
                        "commentCount": 107,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/b80e06067af4f9bdb9daa0eed771e2af/6a75b9f5/video/tos/useast8/tos-useast8-v-27dcd7-tx2/oUBIylD5FAme51z9AT67ECuo52uEEqAfAU6fXE/?a=1233&bti=Njg4QGo3dik3OjlmNTU2YCM6bTQ0MDo%3D&&bt=125&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=ajl0aXU5cnF3PDMzaTU8NEBpajl0aXU5cnF3PDMzaTU8NEBxcXFiMmRrYG1hLS1kMTJzYSNxcXFiMmRrYG1hLS1kMTJzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000d5000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-06T00:33:31.000Z",
                        "downloadCount": 28,
                        "musicDuration": 91,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@kostas.hensley/video/7670869413167500557",
                        "isAd": false,
                        "play": "https://v45.tiktokcdn-us.com/3ce501c8b54d64660b61d4136335dd50/6a75b9ca/video/tos/useast5/tos-useast5-v-27dcd7-tx/oYQbYXHETEbpEzGMvLUeep1FEYUoDI5Akep0Ci/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=125&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=Zzw7O2g0PDM3aDg0ZWY7O0BpM251dm85cjNuczMzZzU8NEAwLzJhXy4vX2IxLjNfL2FiYSNlcl4yMmRjajZgLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000cd000&shp=d05b14bd&shcp=-",
                        "size": 0,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-i-photomode-tx/6cebb53e4de94bd9a9a77c17351d35b2~tplv-photomode-image-cover:480:0:q70.webp?dr=12229&refresh_token=25f33b89&x-expires=1787310000&x-signature=SEWwnK%2Bl74FDTMfxiozY75%2B0z5o%3D&t=5897f7ec&ps=d5b8ac02&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&s=FAVORITE&biz_tag=tt_photomode&sc=cover",
                        "isTop": false,
                        "author": {
                          "id": "7646214013723345934",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/aac459805672dca61dedc1b6743920e6~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=6f82a3ee&x-expires=1786100400&x-signature=ddps0kUgm8hMEKaf0rq2vy7naCc%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&sc=avatar&s=FAVORITE",
                          "nickname": "Kostas Hensley",
                          "username": "kostas.hensley"
                        },
                        "hdSize": 0,
                        "images": [
                          "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-i-photomode-tx/6cebb53e4de94bd9a9a77c17351d35b2~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=8aad5f1b&x-expires=1787310000&x-signature=oSCQIETgxQ%2FkyZsw%2Bd12ub4cgcE%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&s=FAVORITE&sc=image&biz_tag=tt_photomode",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-i-photomode-tx/daca7e6e72ad4bc08b16328608130606~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=c5c2abde&x-expires=1787310000&x-signature=%2FIUIp4Hg4c9cVambqmvi8gFKqzI%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&s=FAVORITE&biz_tag=tt_photomode&sc=image"
                        ],
                        "region": "US",
                        "wmSize": 0,
                        "wmplay": "https://v45.tiktokcdn-us.com/3ce501c8b54d64660b61d4136335dd50/6a75b9ca/video/tos/useast5/tos-useast5-v-27dcd7-tx/oYQbYXHETEbpEzGMvLUeep1FEYUoDI5Akep0Ci/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=125&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=Zzw7O2g0PDM3aDg0ZWY7O0BpM251dm85cjNuczMzZzU8NEAwLzJhXy4vX2IxLjNfL2FiYSNlcl4yMmRjajZgLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000cd000&shp=d05b14bd&shcp=-",
                        "musicId": "7373319462285527854",
                        "videoId": "7670869413167500557",
                        "duration": 0,
                        "diggCount": 13,
                        "playCount": 294,
                        "createTime": 1786013478,
                        "musicTitle": "original sound - sped_up_audiosss0",
                        "shareCount": 0,
                        "isSlideshow": true,
                        "musicAuthor": "spedupsongs",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-i-photomode-tx/6cebb53e4de94bd9a9a77c17351d35b2~tplv-photomode-image-cover:480:0:q70.webp?dr=12229&refresh_token=25f33b89&x-expires=1787310000&x-signature=SEWwnK%2Bl74FDTMfxiozY75%2B0z5o%3D&t=5897f7ec&ps=d5b8ac02&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&s=FAVORITE&biz_tag=tt_photomode&sc=cover",
                        "collectCount": 0,
                        "commentCount": 0,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/3ce501c8b54d64660b61d4136335dd50/6a75b9ca/video/tos/useast5/tos-useast5-v-27dcd7-tx/oYQbYXHETEbpEzGMvLUeep1FEYUoDI5Akep0Ci/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=125&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=Zzw7O2g0PDM3aDg0ZWY7O0BpM251dm85cjNuczMzZzU8NEAwLzJhXy4vX2IxLjNfL2FiYSNlcl4yMmRjajZgLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000cd000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-06T10:51:18.000Z",
                        "downloadCount": 0,
                        "musicDuration": 48,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@alexisannabeth/video/7670617957524933901",
                        "isAd": false,
                        "play": "https://v45-p.tiktokcdn-us.com/18444e9c04cbb868441a6c548403f78e/6a74c356/video/tos/useast5/tos-useast5-ve-0068c001-tx/oUaYEDAFYISkdRQgjgEcF7E39RgDDfxBSt1qez/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=1110&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=M2loN2lnNGUzNzo8ZWc1aUBpajg8eWw5cmpxPDMzZzczNEAuMDFeNi82Xi8xMjEyMWAyYSM1ZGc1MmRzcW1hLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e00095000",
                        "size": 25468352,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/okRD7kBREEFaOrKD3gqEzDnBcI6eSY8fgAjFJR~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg?dr=8596&refresh_token=ba54e58c&x-expires=1786100400&x-signature=OcUWDXFG4KiKhic1CBf8adatXZc%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=cover",
                        "isTop": false,
                        "title": "killed her acting career with that mv #ariana #arianagrande #petal #musicvideo #narcissist ",
                        "author": {
                          "id": "6968212246892086277",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/10d2062a6d7892a9a5c9380d0ded02ee~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=8ad725dc&x-expires=1786100400&x-signature=tl2SHn8G3vdSrVj1Wk%2FJOWjqXD0%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&s=FAVORITE&sc=avatar",
                          "nickname": "𝐋𝐞𝐱𝐢",
                          "username": "alexisannabeth"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 0,
                        "wmplay": "https://v45-p.tiktokcdn-us.com/18444e9c04cbb868441a6c548403f78e/6a74c356/video/tos/useast5/tos-useast5-ve-0068c001-tx/oUaYEDAFYISkdRQgjgEcF7E39RgDDfxBSt1qez/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=1110&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=M2loN2lnNGUzNzo8ZWc1aUBpajg8eWw5cmpxPDMzZzczNEAuMDFeNi82Xi8xMjEyMWAyYSM1ZGc1MmRzcW1hLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e00095000",
                        "musicId": "7670618027050388237",
                        "videoId": "7670617957524933901",
                        "duration": 0,
                        "diggCount": 70326,
                        "playCount": 423216,
                        "createTime": 1785954931,
                        "musicTitle": "original sound - alexisannabeth",
                        "shareCount": 1818,
                        "isSlideshow": false,
                        "musicAuthor": "𝐋𝐞𝐱𝐢",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/owE8QSDf3OKQ08ERDBcqjBF7iqeD8bgDAwkmnB~tplv-tiktokx-shrink-aq:360:360:q75.jpeg?dr=11731&refresh_token=fe5fd8e6&x-expires=1786100400&x-signature=uu9z5GOR0mOXEjDPD9%2BDeHVvG%2Bw%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=feed_cover",
                        "collectCount": 6279,
                        "commentCount": 2092,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/47dd610b7b30d9b6bcd849322e057dbb/6a75ba4d/video/tos/useast5/tos-useast5-v-27dcd7-tx/ocIdBJBq8cnBJFTfkQDDPgAUS1DfC4AAhIA0E4/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=125&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=M3Q1OWw5cnhyPDMzZzU8NEBpM3Q1OWw5cnhyPDMzZzU8NEBoZ2YtMmQ0MW1hLS1kMS9zYSNoZ2YtMmQ0MW1hLS1kMS9zcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000cd000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-05T18:35:31.000Z",
                        "downloadCount": 1,
                        "musicDuration": 179,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@abdulafns/video/7669779400019201302",
                        "isAd": false,
                        "play": "https://v45-p.tiktokcdn-us.com/7f145c6c7d5dbcb794018da74055f047/6a74c2a8/video/tos/no1a/tos-no1a-ve-0068c001-no/oMZRDEgxQXqQiqE8IBwYvkFf7colhFfImmAicq/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=745&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=Omc0O2k2aTNkODVkNDlkaUBpM3E2eW05cmQ7PDMzbzczNUA1MC1jLS9gXzMxLi1hYWNeYSNuL2MyMmRrYmxhLS1kMTFzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000b5000",
                        "size": 556422,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-no1a-p-0037-no/os8jEiiGAWSgogTwCABAIPOzI51whBBCAEi8f4~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg?dr=8596&refresh_token=8c2cb8ec&x-expires=1786100400&x-signature=nWxnuaoFXnrqJ0uVMR2hCIzF63c%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&sc=cover&biz_tag=tt_video&s=FAVORITE",
                        "isTop": false,
                        "author": {
                          "id": "7170409046235087878",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-maliva-avt-0068/6e95249257a35aa121ee88d9b9bba585~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=f074da91&x-expires=1786100400&x-signature=x0wpXkVLOtSZOW0oA36gWLHBugM%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&sc=avatar&s=FAVORITE",
                          "nickname": "apo",
                          "username": "abdulafns"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "BE",
                        "wmSize": 574652,
                        "wmplay": "https://v45-p.tiktokcdn-us.com/991bc7d98593179171b6975ad693f170/6a74c2a8/video/tos/no1a/tos-no1a-ve-0068c001-no/oIIDqcRmtxqIEBoXeUcFriXAEjk5hviQ7gfFRD/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=769&eid=5376&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=NmlnNmQ7OWY4NWk7aDU2PEBpM3E2eW05cmQ7PDMzbzczNUAyLzJiL14zNTQxL180Xy9hYSNuL2MyMmRrYmxhLS1kMTFzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000b5000",
                        "musicId": "7442387403785980705",
                        "videoId": "7669779400019201302",
                        "duration": 0,
                        "diggCount": 693280,
                        "playCount": 2401374,
                        "createTime": 1785759682,
                        "musicTitle": "original sound - kittxn._mimiii",
                        "shareCount": 128969,
                        "isSlideshow": false,
                        "musicAuthor": "𝐌𝒊𝒎𝒊",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-no1a-p-0037-no/o0Mv9IKBLIYxxBZRzrKH0AXiBn4CaBh8iXxEw~tplv-tiktokx-shrink-aq:360:360:q75.jpeg?dr=11731&refresh_token=1c4d1b57&x-expires=1786100400&x-signature=z9D5psZrdPIZTM55FKuZCanEQHI%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&s=FAVORITE&sc=feed_cover&biz_tag=tt_video",
                        "collectCount": 42968,
                        "commentCount": 1662,
                        "musicPlayUrl": "https://v45.tiktokcdn-us.com/81779bb45f4facf3712f6d51ee80f0b2/6a75b9a7/video/tos/no1a/tos-no1a-v-2370-no/osiTrwUcH0MY0V9iXCuBEllPiZDjA07DM6Izw/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=125&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=NTppaTU7ZDs5M2VlaTs0PEBpMzY2ZnU5cndkdzMzZjU8M0AxY19hLTUyNi8xXzNeY2E2YSNuaXIvMmQ0azFgLS1kMWNzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e000fd000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-03T12:21:22.000Z",
                        "downloadCount": 2460,
                        "musicDuration": 13,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@emgracedawg/video/7670618617033084191",
                        "isAd": false,
                        "play": "https://v45-p.tiktokcdn-us.com/de9fa156cd69bc85d60ede8941df9ce9/6a74c2e3/video/tos/useast8/tos-useast8-pve-0068-tx2/oAZz13AcfAQGXI1dgDRqUzBKgEEVFEfbk4VIV9/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=1405&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=NDU4ZmY8NGRoOjo4Njw0ZEBpanVsNXg5cmdyPDMzaTczNEA0YS02MDRfXzQxNjAyXmIuYSNmb2VtMmRjMW1hLS1kMTJzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e00095000",
                        "size": 11532108,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oQwElf4ztAtRD7JICMeEA1BVgEcFEI1Kq7IyU1~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg?dr=8596&refresh_token=b47f7df6&x-expires=1786100400&x-signature=xNIenifDkUIOYIA1gPUOvhmgxPI%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=cover",
                        "isTop": false,
                        "title": "BOOBIELOOBIESCHNOOBIE I tell her all day “YO NAME IS MAMA”",
                        "author": {
                          "id": "6620581337761120262",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/ff85723c9b8e1c492e580e21aec437a4~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=30a8d450&x-expires=1786100400&x-signature=3iNwArPBz%2BphAXIhA6B3YOjwRBg%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&sc=avatar&s=FAVORITE",
                          "nickname": "Emgracedawg",
                          "username": "emgracedawg"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 11055333,
                        "wmplay": "https://v45-p.tiktokcdn-us.com/9689b7cb382c5b27ef592997049f8d11/6a74c2e3/video/tos/useast8/tos-useast8-ve-0068c003-tx2/oUlEEc1VfIA43VkUbEBInfgcKAE9kBDjqQZRFF/?a=1233&bti=N3YpOzs8Zik3OjlmOm0wMjI6ZDQ0MDo%3D&&bt=1347&ft=aEKfuqT0majPD127V.NI3wUOx5EcMeF~O5&mime_type=video_mp4&rc=NTM6aTo6NGk2ZTVlODQzN0BpanVsNXg5cmdyPDMzaTczNEBjLTM2My8uXi4xXzI0NmBjYSNmb2VtMmRjMW1hLS1kMTJzcw%3D%3D&vvpl=1&l=202608061121397FF888738653B1332755&btag=e00095000",
                        "musicId": "7089428700944566274",
                        "videoId": "7670618617033084191",
                        "duration": 0,
                        "diggCount": 35168,
                        "playCount": 164356,
                        "createTime": 1785955082,
                        "musicTitle": "Horror train, horror piano, BGM(1230538)",
                        "shareCount": 7908,
                        "isSlideshow": false,
                        "musicAuthor": "syummacha",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oIwbQKF1eUV1I3mzEEDAQIc9RkqAgBhEI4EZfX~tplv-tiktokx-shrink-aq:360:360:q75.jpeg?dr=11731&refresh_token=a9b30640&x-expires=1786100400&x-signature=eGB9nOGLszSyXu0Gec%2BcEd0F0QI%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=fb0ad5ba&idc=useast5&s=FAVORITE&sc=feed_cover&biz_tag=tt_video",
                        "collectCount": 1383,
                        "commentCount": 549,
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/tos-alisg-ve-2774/4e90a7deab6c4dc09daab105edd48671",
                        "createTimeIso": "2026-08-05T18:38:02.000Z",
                        "downloadCount": 193,
                        "musicDuration": 223,
                        "musicOriginal": false
                      }
                    ],
                    "hasMore": true,
                    "nextPage": 2,
                    "username": "rileylovesguineapigz"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/comment-replies/{videoId}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_comment_replies",
        "summary": "Get Comment Replies",
        "description": "Nested replies under one top-level comment on a video.",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-comment-replies"
        },
        "parameters": [
          {
            "name": "videoId",
            "in": "path",
            "required": true,
            "description": "Video ID (numeric) or a full TikTok video URL",
            "schema": {
              "type": "string",
              "example": "7554652158981983544"
            }
          },
          {
            "name": "commentId",
            "in": "query",
            "required": true,
            "description": "ID of the top-level comment to expand",
            "schema": {
              "type": "string",
              "example": "7554674610685838096"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number. Default 1",
            "schema": {
              "type": "number",
              "example": "1"
            }
          },
          {
            "name": "count",
            "in": "query",
            "required": false,
            "description": "Replies per page. Default 20, max 50",
            "schema": {
              "type": "number",
              "example": "20"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 5,
                    "total": 108,
                    "hasMore": true,
                    "replies": [
                      {
                        "text": "🤣🤣🤣🤣🤣 Purbaiiiyiaccccchhh",
                        "author": {
                          "id": "6920828077023446017",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/fe3c1764d1489b90e64337df0b0f28c7~tplv-tiktokx-cropcenter-q:100:100:q70.jpeg?dr=8835&idc=useast5&ps=87d6e48a&refresh_token=0e60c57b&s=COMMENT_LIST&sc=avatar&shcp=ff37627b&shp=30310797&t=223449c4&x-expires=1788080400&x-signature=DKq0xsQH5gK34XwmVd3yzNBW7es%3D",
                          "region": "ID",
                          "secUid": "MS4wLjABAAAAge3hRhfZDfS4Gy6b1IwvVlktuVmQYT4lNKs_Ap1dzckjIGfF77BS7TrP6Q9u8w7U",
                          "nickname": "Larasputri",
                          "username": "larasputri888",
                          "verified": false,
                          "diggCount": 0,
                          "signature": "Suka ngopi sambil bikin konten \nlifestyle • home finds • product reviews",
                          "heartCount": 0,
                          "videoCount": 0,
                          "followerCount": 0,
                          "followingCount": 0,
                          "privateAccount": false
                        },
                        "images": [],
                        "status": 1,
                        "videoId": "7554652158981983544",
                        "commentId": "7554675002763805458",
                        "diggCount": 306,
                        "createTime": 1758959850,
                        "createTimeIso": "2025-09-27T07:57:30.000Z",
                        "replyToCommentId": "7554674610685838096"
                      },
                      {
                        "text": "malah diimprov lagi😭😭😭",
                        "author": {
                          "id": "6967557781126431745",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/6c55ccf71d34966ba9d5d27d6f8ab9ed~tplv-tiktokx-cropcenter-q:100:100:q70.jpeg?dr=8835&idc=useast5&ps=87d6e48a&refresh_token=5728600a&s=COMMENT_LIST&sc=avatar&shcp=ff37627b&shp=30310797&t=223449c4&x-expires=1788080400&x-signature=e6j3DWBAeGRE7WKJk703Fy3jsk0%3D",
                          "region": "ID",
                          "secUid": "MS4wLjABAAAAudQW0zOLY0SCzcVKGIWJgW7n_qHFZmrSLexSyudMQHwOFLz53Jlj1d851707ZPEu",
                          "nickname": "🦋Afifah98L🦋",
                          "username": "kyunnie98l",
                          "verified": false,
                          "diggCount": 0,
                          "heartCount": 0,
                          "videoCount": 0,
                          "followerCount": 0,
                          "followingCount": 0,
                          "privateAccount": true
                        },
                        "images": [],
                        "status": 1,
                        "videoId": "7554652158981983544",
                        "commentId": "7555068336720446224",
                        "diggCount": 61,
                        "createTime": 1759051434,
                        "createTimeIso": "2025-09-28T09:23:54.000Z",
                        "replyToCommentId": "7554674610685838096"
                      },
                      {
                        "text": "purrrr.. purrrrr.. purrrr... purrrr... bayahhh🤣🤣🤣🤣",
                        "author": {
                          "id": "6771245585695835138",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/7f904a95ced8b10e58644bb5cd5b45c5~tplv-tiktokx-cropcenter-q:100:100:q70.jpeg?dr=8835&idc=useast5&ps=87d6e48a&refresh_token=3bed170a&s=COMMENT_LIST&sc=avatar&shcp=ff37627b&shp=30310797&t=223449c4&x-expires=1788080400&x-signature=2XjdLeV%2BAlJWDjkwEmMQWvxFpiU%3D",
                          "region": "ID",
                          "secUid": "MS4wLjABAAAAI79ev-rNnwgQcF0pKdXYYdeZbRenC_4PwZYyXMGa5tLT1RHypjfA1x2A-7TRNCY9",
                          "nickname": "prakas nya dinna",
                          "username": "prakasum0",
                          "verified": false,
                          "diggCount": 0,
                          "heartCount": 0,
                          "videoCount": 0,
                          "followerCount": 0,
                          "followingCount": 0,
                          "privateAccount": false
                        },
                        "images": [],
                        "status": 1,
                        "videoId": "7554652158981983544",
                        "commentId": "7556534394576782088",
                        "diggCount": 12,
                        "createTime": 1759392775,
                        "createTimeIso": "2025-10-02T08:12:55.000Z",
                        "replyToCommentId": "7554674610685838096"
                      },
                      {
                        "text": "Lg makan mie ampe keselek gw,lagian kepikiran aja sih 😂",
                        "author": {
                          "id": "7194046076399518722",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/621c812ce622521a7a9b3fb2760b9f1a~tplv-tiktokx-cropcenter-q:100:100:q70.jpeg?dr=8835&idc=useast5&ps=87d6e48a&refresh_token=560eebb5&s=COMMENT_LIST&sc=avatar&shcp=ff37627b&shp=30310797&t=223449c4&x-expires=1788080400&x-signature=7vQrWMn7bHyzYMrREfAdha0%2BLd8%3D",
                          "region": "ID",
                          "secUid": "MS4wLjABAAAAZDwXInp-Cy8gDSAY6fefPXcVHAbAWkG2PkTG9f1SHwA74MxRWVYx9E7LpMw_2VHM",
                          "nickname": "@nunadimple 🌺",
                          "username": "shantinunaya09",
                          "verified": false,
                          "diggCount": 0,
                          "signature": "Mother of SHAQI SISTER",
                          "heartCount": 0,
                          "videoCount": 0,
                          "followerCount": 0,
                          "followingCount": 0,
                          "privateAccount": false
                        },
                        "images": [],
                        "status": 1,
                        "videoId": "7554652158981983544",
                        "commentId": "7555747779570664199",
                        "diggCount": 5,
                        "createTime": 1759209625,
                        "createTimeIso": "2025-09-30T05:20:25.000Z",
                        "replyToCommentId": "7554674610685838096"
                      },
                      {
                        "text": "Gue like yaa, lu kocak!! 😁",
                        "author": {
                          "id": "7099462079384372225",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/5fa29515d4566b39579987e615320e4c~tplv-tiktokx-cropcenter-q:100:100:q70.jpeg?dr=8835&idc=useast5&ps=87d6e48a&refresh_token=1fdcd607&s=COMMENT_LIST&sc=avatar&shcp=ff37627b&shp=30310797&t=223449c4&x-expires=1788080400&x-signature=BE7zDLKNx605F1N3Mq7dmE39Ze0%3D",
                          "region": "ID",
                          "secUid": "MS4wLjABAAAAbZ2EdLaUu8f-_NvSObW771xelpLbAjo3GstiK65k-CUwIDs1gaZtJs0meB8ahHdN",
                          "nickname": "MIQ BAIQ",
                          "username": "miqbaiq",
                          "verified": false,
                          "diggCount": 0,
                          "signature": "Teman belajarmu.",
                          "heartCount": 0,
                          "videoCount": 0,
                          "followerCount": 0,
                          "followingCount": 0,
                          "privateAccount": false
                        },
                        "images": [],
                        "status": 1,
                        "videoId": "7554652158981983544",
                        "commentId": "7554709821624550151",
                        "diggCount": 1,
                        "createTime": 1758967958,
                        "createTimeIso": "2025-09-27T10:12:38.000Z",
                        "replyToCommentId": "7554674610685838096"
                      }
                    ],
                    "videoId": "7554652158981983544",
                    "nextPage": 2,
                    "commentId": "7554674610685838096"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/reposts/{username}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_reposts",
        "summary": "Get User Reposts",
        "description": "Videos a creator has reposted to their profile.",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-reposts"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Username (with or without @) or a full TikTok profile URL",
            "schema": {
              "type": "string",
              "example": "tiktok"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number. Default 1",
            "schema": {
              "type": "number",
              "example": "1"
            }
          },
          {
            "name": "count",
            "in": "query",
            "required": false,
            "description": "Videos per page. Default 20, max 30",
            "schema": {
              "type": "number",
              "example": "20"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 5,
                    "videos": [
                      {
                        "url": "https://www.tiktok.com/@thedodo/video/7677743868229455135",
                        "isAd": false,
                        "play": "https://v16m.tiktokcdn-us.com/8b94a17a5bf6a5a72a105ac0c643d9ef/6a92f58f/video/tos/useast8/tos-useast8-ve-0068c001-tx2/oApBEAbGliXs0NMV5zazv03SKoEQBiZIpqRBA/?a=1233&bti=N3YpODQ3QGo6OjZAOm0tMTMuYCMxNDNg&&bt=493&ft=aEKfuqT0mI2PD12dS3XI3wUS3CEFMeF~O5&mime_type=video_mp4&rc=MzQzZTtnaWloZjVmM2dkM0BpamZkb245cnVnZDMzaTczNEBfXjE0YzFjNS8xMTQ0Y18vYSNoZ3FgMmRrMTNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026082909063522C3DEFE74F6092ACB85&btag=e000b8000",
                        "size": 1264613,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oINvVFDhREE4KQAnfZEIYNCApAOAs3AhjqfEXE~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg?dr=8596&refresh_token=bdd3e7fe&x-expires=1788080400&x-signature=HzJm0k8Ajj4XIgRwkrXwT8E8aDI%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=f95cb378&idc=useast5&sc=cover&biz_tag=tt_video&s=FAVORITE",
                        "isTop": false,
                        "title": "For International Dog Day 2026, join @TikTok and The Dodo at @Wags & Walks Rescue’s LA headquarters to meet some adoptable rescue dogs and break down common myths around rescuing. 🐶 #internationaldogday ",
                        "author": {
                          "id": "6516903274669429760",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/2738b68fb2ed3eb936af1cb23f62bb56~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=150a549a&x-expires=1788080400&x-signature=EbZWsMN8WzpZ1uq3P6o8S4d7ImA%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f95cb378&idc=useast5&sc=avatar&s=FAVORITE",
                          "nickname": "The Dodo",
                          "username": "thedodo"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "CA",
                        "wmSize": 0,
                        "wmplay": "https://v16m.tiktokcdn-us.com/8b94a17a5bf6a5a72a105ac0c643d9ef/6a92f58f/video/tos/useast8/tos-useast8-ve-0068c001-tx2/oApBEAbGliXs0NMV5zazv03SKoEQBiZIpqRBA/?a=1233&bti=N3YpODQ3QGo6OjZAOm0tMTMuYCMxNDNg&&bt=493&ft=aEKfuqT0mI2PD12dS3XI3wUS3CEFMeF~O5&mime_type=video_mp4&rc=MzQzZTtnaWloZjVmM2dkM0BpamZkb245cnVnZDMzaTczNEBfXjE0YzFjNS8xMTQ0Y18vYSNoZ3FgMmRrMTNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026082909063522C3DEFE74F6092ACB85&btag=e000b8000",
                        "musicId": "7677743825783196446",
                        "videoId": "7677743868229455135",
                        "duration": 20,
                        "diggCount": 483,
                        "playCount": 13619,
                        "createTime": 1787614057,
                        "musicCover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/2738b68fb2ed3eb936af1cb23f62bb56~tplv-tiktokx-cropcenter-q:1080:1080:q70.jpeg?dr=8837&refresh_token=3bb01b40&x-expires=1788080400&x-signature=yftqIbNw6rKUqoD83isIkJNZDl0%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f95cb378&idc=useast5&sc=avatar&s=FAVORITE",
                        "musicTitle": "original sound - thedodo",
                        "shareCount": 18,
                        "isSlideshow": false,
                        "musicAuthor": "The Dodo",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oAyvXIbRZIAU1BVm0YlSpASiBoqzaB02ispEM~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=1c91a090&x-expires=1788080400&x-signature=wVQrKwxrz5YcsIehoWlM8cniByk%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=f95cb378&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=feed_cover",
                        "collectCount": 18,
                        "commentCount": 22,
                        "dynamicCover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oINvVFDhREE4KQAnfZEIYNCApAOAs3AhjqfEXE~tplv-tiktokx-origin.image?dr=8606&refresh_token=03cc0d5d&x-expires=1788080400&x-signature=tgF52q9J0DimikzflilhtSFbtKU%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=f95cb378&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=dynamic_cover",
                        "musicPlayUrl": "https://v19.tiktokcdn-us.com/bb37cde9a661fcde9dd4fea8fedd230e/6a934a2b/video/tos/useast8/tos-useast8-v-27dcd7-tx2/osA7Ii9jioAMl0BRTVxaMnCEVMTzGaKg6Miv2/?a=1233&bti=Mzc5NGYpQHM6OjZAMi4xOmQxcCMxNDNg&&bt=125&ft=aEKfuqT0mI2PD12dS3XI3wUS3CEFMeF~O5&mime_type=audio_mpeg&rc=Njc7ZjU2ZmZnNTNoaWY2N0BpMzNseXU5cnRnZDMzaTU8NEAuLi81XmFhNjUxXzZfMV80YSMyMjZnMmRrMzNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026082909063522C3DEFE74F6092ACB85&btag=e000f8000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-24T23:27:37.000Z",
                        "downloadCount": 0,
                        "musicDuration": 20,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@alexwarren/video/7671088500850101534",
                        "isAd": false,
                        "play": "https://v16m.tiktokcdn-us.com/1a540a629a770d8f6ee74cd4376f16e5/6a92f584/video/tos/useast8/tos-useast8-pve-0068-tx2/owIzwIA1LO1LYiOxyl9BmAQCqwifAHABGECKip/?a=1233&bti=N3YpODQ3QGo6OjZAOm0tMTMuYCMxNDNg&&bt=1747&ft=aEKfuqT0mI2PD12dS3XI3wUS3CEFMeF~O5&mime_type=video_mp4&rc=Zzk1NztpZDM0NztmZTk8aUBpampyNWw5cjZsPDMzaTczNEBeNmFfMV5iNjExNTVgLjFhYSNmcWQtMmRzbG5hLS1kMTJzcw%3D%3D&vvpl=1&l=2026082909063522C3DEFE74F6092ACB85&btag=e000b0000",
                        "size": 2129659,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oIDZ1lfyAV6lUFAIpn4EAeqQE6IILEeAjIBA66~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg?dr=8596&refresh_token=73909659&x-expires=1788080400&x-signature=9BEnZCxoQIttZXotJbGEeq8yEts%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=f95cb378&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=cover",
                        "isTop": false,
                        "title": "AND ITS LIVE ON @TikTok and @iHeartRadio IN 1 HOUR",
                        "author": {
                          "id": "292342703596507136",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/c81c132ec9b2bbf855e08cd3f19f1e3f~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=edcb7052&x-expires=1788080400&x-signature=Qo%2BYpsVhjcB1EdMChcjcvOlL640%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f95cb378&idc=useast5&s=FAVORITE&sc=avatar",
                          "nickname": "Alex Warren",
                          "username": "alexwarren"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 1953959,
                        "wmplay": "https://v16m.tiktokcdn-us.com/63ca9bc920ac1b38ee86789acf7d1eb9/6a92f584/video/tos/useast8/tos-useast8-pve-0068-tx2/o4lIyOiRGBA0u1qmCKYHLlAIBfAbiiQwOA31pE/?a=1233&bti=N3YpODQ3QGo6OjZAOm0tMTMuYCMxNDNg&&bt=1603&ft=aEKfuqT0mI2PD12dS3XI3wUS3CEFMeF~O5&mime_type=video_mp4&rc=aDVnNmlnZ2c7aGVkOTQ0OUBpampyNWw5cjZsPDMzaTczNEAuMC9fMGMvXmAxLzMxYGBjYSNmcWQtMmRzbG5hLS1kMTJzcw%3D%3D&vvpl=1&l=2026082909063522C3DEFE74F6092ACB85&btag=e000b0000",
                        "musicId": "7667300537578801950",
                        "videoId": "7671088500850101534",
                        "duration": 9,
                        "diggCount": 136916,
                        "playCount": 1528819,
                        "createTime": 1786064480,
                        "musicCover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/c81c132ec9b2bbf855e08cd3f19f1e3f~tplv-tiktokx-cropcenter-q:1080:1080:q70.jpeg?dr=8837&refresh_token=d1fcfb38&x-expires=1788080400&x-signature=NUvsBK8YoP2StHAa2ejGKzh2o14%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f95cb378&idc=useast5&sc=avatar&s=FAVORITE",
                        "musicTitle": "RESCUER BRIDGE",
                        "shareCount": 1660,
                        "isSlideshow": false,
                        "musicAuthor": "Alex Warren",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oMmp4BOAIAqHAwBCyiLijOYGPIJIAJiG11AKlf~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=2f82c7ef&x-expires=1788080400&x-signature=Hdi8fK0ZbTWI9ROIGC7iEJhwtG8%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=f95cb378&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=feed_cover",
                        "collectCount": 6535,
                        "commentCount": 1761,
                        "dynamicCover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oIDZ1lfyAV6lUFAIpn4EAeqQE6IILEeAjIBA66~tplv-tiktokx-origin.image?dr=8606&refresh_token=ac1b83ce&x-expires=1788080400&x-signature=0HJlk2UtlkUfX%2Be%2BRUK6S0ilpkU%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=f95cb378&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=dynamic_cover",
                        "musicPlayUrl": "https://v19.tiktokcdn-us.com/32fe53611e02a93500ccc408a42c057f/6a934a29/video/tos/useast8/tos-useast8-v-27dcd7-tx2/o08I7KUfIgTcQTnoX3ELVQYMRAeqzVfCwW8Hhb/?a=1233&bti=N3YpODQ3QGo6OjZAOm0tMTMuYCMxNDNg&&bt=125&ft=aEKfuqT0mI2PD12dS3XI3wUS3CEFMeF~O5&mime_type=audio_mpeg&rc=ODZnaTtpM2Y0O2VnNDxnZEBpM2h1aXU5cmx1PDMzaTU8NEAuX14vYF9hX14xY2MvXzMtYSNgc3NiMmRjZmdhLS1kMTJzcw%3D%3D&vvpl=1&l=2026082909063522C3DEFE74F6092ACB85&btag=e000f8000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-08-07T01:01:20.000Z",
                        "downloadCount": 138,
                        "musicDuration": 18,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok_kr/video/7660791876810788114",
                        "isAd": false,
                        "play": "https://v16m.tiktokcdn-us.com/62622e6a6b34dc68a2cc6d54c560dda2/6a92f59a/video/tos/alisg/tos-alisg-pve-0037c001/oU2yIu45CBAbmbDwOEi5AI1QlCSwMA1KEXfKQi/?a=1233&bti=Mzc5NGYpQHM6OjZAMi4xOmQxcCMxNDNg&&bt=830&ft=aEKfuqT0mI2PD12dS3XI3wUS3CEFMeF~O5&mime_type=video_mp4&rc=ZGlmZzgzaDY7NDk0Zmc7aEBpM2Z3cHM5cjQ8PDMzODczNEBfNDReLl5iNl8xNDZgYDJgYSNwMW5wMmRjZjVhLS1kMWBzcw%3D%3D&vvpl=1&l=2026082909063522C3DEFE74F6092ACB85&btag=e000c8000",
                        "size": 3384778,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/o4bQTPwKfAEcOzBSABI1aaBRmiAOiCArTEAInz~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg?dr=8596&refresh_token=14a86c8f&x-expires=1788080400&x-signature=Mtj4jKdgJzxa%2FOKczn%2FD%2BfuNo9w%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=f95cb378&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=cover",
                        "isTop": false,
                        "title": "연준이 주는 'Ice Cream'이라면 한여름 더위도 버틸 수 있을 것 같아요🍧 지금 바로 틱톡에 연준 Ice Cream을 검색하고, 모아를 위한 독점 영상을 확인해 보세요🎁 @TOMORROW X TOGETHER  #연준 #YEONJUN #YEONJUN_IceCream #틱톡",
                        "author": {
                          "id": "61659601890",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/e6cfe9816744768741a20068bd68b21c~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=84840469&x-expires=1788080400&x-signature=n2nhl5qf%2BghZrPkF10qdlPWPLT8%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f95cb378&idc=useast5&sc=avatar&s=FAVORITE",
                          "nickname": "틱톡 TikTok Korea",
                          "username": "tiktok_kr"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "KR",
                        "wmSize": 3486530,
                        "wmplay": "https://v16m.tiktokcdn-us.com/c594daf6b7918d381dc02f13d14dfdb8/6a92f59a/video/tos/alisg/tos-alisg-pve-0037c001/og1Uu1Q5CAMIEAiI5ASEbh1QDKCXwEfxEymBi4/?a=1233&bti=Mzc5NGYpQHM6OjZAMi4xOmQxcCMxNDNg&&bt=855&eid=20480&ft=aEKfuqT0mI2PD12dS3XI3wUS3CEFMeF~O5&mime_type=video_mp4&rc=Omc5ZzVkOWllOmRmNjg4OEBpM2Z3cHM5cjQ8PDMzODczNEBjLTA1LjBfNTExYzQ0L2NiYSNwMW5wMmRjZjVhLS1kMWBzcw%3D%3D&vvpl=1&l=2026082909063522C3DEFE74F6092ACB85&btag=e000c8000",
                        "musicId": "7655667476596525073",
                        "videoId": "7660791876810788114",
                        "duration": 31,
                        "diggCount": 102018,
                        "playCount": 694212,
                        "createTime": 1783667112,
                        "musicCover": "https://p16-common.tiktokcdn-us.com/tos-alisg-v-2774/oceYi9gWfCEJayB6ADZqWKBwrEBQFtAQTKAEuy~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9584&t=4d5b0474&ps=933b5bde&shp=08d74b56&shcp=d05b14bd&idc=useast5",
                        "musicTitle": "Ice Cream",
                        "shareCount": 2568,
                        "isSlideshow": false,
                        "musicAuthor": "YEONJUN",
                        "originCover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/o85bIxA1AwVI0BI4ciLafAMAQCbBKi5yEuSmXC~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=ac4186ae&x-expires=1788080400&x-signature=36dewGYAXlYtp6E%2FJnOXRfMkGsg%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=f95cb378&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=feed_cover",
                        "collectCount": 10598,
                        "commentCount": 746,
                        "dynamicCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/o4bQTPwKfAEcOzBSABI1aaBRmiAOiCArTEAInz~tplv-tiktokx-origin.image?dr=8606&refresh_token=3f7b12fc&x-expires=1788080400&x-signature=yD1jHwu94nZduLNtma%2BRF3G6KXA%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=f95cb378&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=dynamic_cover",
                        "musicPlayUrl": "https://v19.tiktokcdn-us.com/69aca8bac74ce4679095b08fd2bdbecc/6a934a53/video/tos/alisg/tos-alisg-ve-2774/ow09gaiWQCO5I5AduAAYr7U4gHlCMBaCiBJov/?a=1233&bti=N3YpODQ3QGo6OjZAOm0tMTMuYCMxNDNg&&bt=64&ft=aEKfuqT0mI2PD12dS3XI3wUS3CEFMeF~O5&mime_type=audio_mp4&rc=Ozs8NDs7aTMzOzs6ZGY2OkBpam42OnM5cjU7PDMzODlkNEAxYS8xXzIuNjQxMmE0XmM1YSNxb2FhMmRrLTVhLS1kYS1zcw%3D%3D&vvpl=1&l=2026082909063522C3DEFE74F6092ACB85&btag=e00090000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-07-10T07:05:12.000Z",
                        "downloadCount": 521,
                        "musicDuration": 60,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktoklive_us/video/7659456798717447438",
                        "isAd": true,
                        "play": "https://v16m.tiktokcdn-us.com/39aab428426a4114e627b14719bedbe3/6a92f596/video/tos/useast5/tos-useast5-pve-0068-tx/o8v5QWFhHkShe2aXDgDAItSrRZqgtB6EH9EMfJ/?a=1233&bti=Mzc5NGYpQHM6OjZAMi4xOmQxcCMxNDNg&&bt=1054&ft=aEKfuqT0mI2PD12dS3XI3wUS3CEFMeF~O5&mime_type=video_mp4&rc=OGk2NTM0ODloODs6ZTw1PEBpanVzZm85cnJ3PDMzZzczNEBgMjI0L18vNjMxLi8vXjBiYSMybWRqMmRjajJhLS1kMS9zcw%3D%3D&vvpl=1&l=2026082909063522C3DEFE74F6092ACB85&btag=e000b8000",
                        "size": 3735144,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/oQDJAEkAtI2SrFVENSsfB9M2ZnAeCRguLqE9AD~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg?dr=8596&refresh_token=78c60776&x-expires=1788080400&x-signature=C%2FzAWrWymVW%2FxQUnwcYMTcC6d1k%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=f95cb378&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=cover",
                        "isTop": false,
                        "title": "🍅tomato season is here! Join @jose.elcook and @chefantonia from the Food Network Kitchen on July 8 at 8pm ET for some must-try summer recipes. Register at the link above! ⬆️",
                        "author": {
                          "id": "7049832177030382598",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/7310263760982114346~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=d23537d1&x-expires=1788080400&x-signature=XwLjSeCYZibCxSTRzqSDgyPdZWM%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f95cb378&idc=useast5&sc=avatar&s=FAVORITE",
                          "nickname": "tiktoklive_us",
                          "username": "tiktoklive_us"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 3474186,
                        "wmplay": "https://v16m.tiktokcdn-us.com/73e733f39c2547652a5c04b818bcce0f/6a92f596/video/tos/useast5/tos-useast5-pve-0068-tx/oQsI3q7yDB2SGScLZLiBg2EiRA1hQ8wfEDBqUe/?a=1233&bti=Mzc5NGYpQHM6OjZAMi4xOmQxcCMxNDNg&&bt=980&ft=aEKfuqT0mI2PD12dS3XI3wUS3CEFMeF~O5&mime_type=video_mp4&rc=Zjo4aDc2OjVoNTg1Zjc1NEBpanVzZm85cnJ3PDMzZzczNEAvLl8uYGIxNjExYC42NF9fYSMybWRqMmRjajJhLS1kMS9zcw%3D%3D&vvpl=1&l=2026082909063522C3DEFE74F6092ACB85&btag=e000b8000",
                        "musicId": "7659456850672274189",
                        "videoId": "7659456798717447438",
                        "duration": 27,
                        "diggCount": 1971,
                        "playCount": 155523,
                        "createTime": 1783356269,
                        "musicCover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/7310263760982114346~tplv-tiktokx-cropcenter-q:1080:1080:q70.jpeg?dr=8837&refresh_token=60169ab3&x-expires=1788080400&x-signature=WHyewusMQqn8QhCIEY9CT%2Fp%2BYu0%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f95cb378&idc=useast5&sc=avatar&s=FAVORITE",
                        "musicTitle": "original sound - tiktoklive_us",
                        "shareCount": 51,
                        "isSlideshow": false,
                        "musicAuthor": "tiktoklive_us",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/o0LL1iBRSBq5SGE22g1yAk2cIf7ws7Diu8IZeA~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=aad57ba4&x-expires=1788080400&x-signature=zevNHI%2FTC%2FxqoJTPNMFrIM3olG0%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=f95cb378&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=feed_cover",
                        "collectCount": 193,
                        "commentCount": 63,
                        "dynamicCover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/oQDJAEkAtI2SrFVENSsfB9M2ZnAeCRguLqE9AD~tplv-tiktokx-origin.image?dr=8606&refresh_token=99a0db54&x-expires=1788080400&x-signature=c44HGhXMPoW8e0JP7DCUaZuUvQ8%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=f95cb378&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=dynamic_cover",
                        "musicPlayUrl": "https://v19.tiktokcdn-us.com/f66e0fd390bb9f6d800aa3d7923658d0/6a934a32/video/tos/useast5/tos-useast5-v-27dcd7-tx/oA9qBXNAEvtFaCtCQgcISs2AJtr4DDA1UffIFS/?a=1233&bti=N3YpODQ3QGo6OjZAOm0tMTMuYCMxNDNg&&bt=125&ft=aEKfuqT0mI2PD12dS3XI3wUS3CEFMeF~O5&mime_type=audio_mpeg&rc=MzVqb3Q5cnV3PDMzZzU8NEBpMzVqb3Q5cnV3PDMzZzU8NEBvbmNxMmRzajJhLS1kMS9zYSNvbmNxMmRzajJhLS1kMS9zcw%3D%3D&vvpl=1&l=2026082909063522C3DEFE74F6092ACB85&btag=e00078000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-07-06T16:44:29.000Z",
                        "downloadCount": 5,
                        "musicDuration": 27,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@madonna/video/7656843989735312654",
                        "isAd": true,
                        "play": "https://v16m.tiktokcdn-us.com/deb48492f44459bac175048e53db4f42/6a92f587/video/tos/useast5/tos-useast5-ve-0068c001-tx/okWCXNwIfAIrEmNVQBI1jzAxkiBpiCd15UBEJ4/?a=1233&bti=Mzc5NGYpQHM6OjZAMi4xOmQxcCMxNDNg&&bt=965&ft=aEKfuqT0mI2PD12dS3XI3wUS3CEFMeF~O5&mime_type=video_mp4&rc=M2hnOWk4aTU0NTo1PDloNUBpamd1cnI5cmU8PDMzZzczNEBfYGJjLWNhNS0xLzZfLzVeYSNsXm5wMmRzMy5hLS1kMS9zcw%3D%3D&vvpl=1&l=2026082909063522C3DEFE74F6092ACB85&btag=e000b0000",
                        "size": 1527609,
                        "cover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/ocgAIEpaqDAKkwyjADCqBvkQFAMESIfRzEjYCe~tplv-tiktokx-cropcenter-q:300:400:q70.jpeg?dr=8596&refresh_token=afc3389d&x-expires=1788080400&x-signature=Fy%2BBikjyllfc9TMM2DnGNMCjQQ4%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=f95cb378&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=cover",
                        "isTop": false,
                        "title": "Join LIVE July 2 at 4:30pm ET for the iHeartRadio x TikTok LIVE Premiere - be the first to hear songs from CONFESSIONS II #iHeartMadonna #tiktoklivepremiere ",
                        "author": {
                          "id": "6608112662742138886",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/be16b195b3e4e53bcab71400b28bb3d7~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=b3f840a9&x-expires=1788080400&x-signature=vxT06H6Q3sJq%2Fi307NxxZaSohDA%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f95cb378&idc=useast5&sc=avatar&s=FAVORITE",
                          "nickname": "madonna",
                          "username": "madonna"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 1250226,
                        "wmplay": "https://v16m.tiktokcdn-us.com/32f3b5bac3b9b6f0c7b482d61644be2b/6a92f587/video/tos/useast5/tos-useast5-pve-0068-tx/oEpBxB9MiRoQEziw1rNAWkUf5m4IAXCICIBKj1/?a=1233&bti=Mzc5NGYpQHM6OjZAMi4xOmQxcCMxNDNg&&bt=790&ft=aEKfuqT0mI2PD12dS3XI3wUS3CEFMeF~O5&mime_type=video_mp4&rc=OjZpO2Y8OGdoNGkzZTM6NEBpamd1cnI5cmU8PDMzZzczNEAwNTVfNGBeNS4xNjBhYjAtYSNsXm5wMmRzMy5hLS1kMS9zcw%3D%3D&vvpl=1&l=2026082909063522C3DEFE74F6092ACB85&btag=e000b8000",
                        "musicId": "7656844130244479757",
                        "videoId": "7656843989735312654",
                        "duration": 12,
                        "diggCount": 141345,
                        "playCount": 19610683,
                        "createTime": 1782747956,
                        "musicCover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/be16b195b3e4e53bcab71400b28bb3d7~tplv-tiktokx-cropcenter-q:1080:1080:q70.jpeg?dr=8837&refresh_token=038c2960&x-expires=1788080400&x-signature=zZKBvFYWaepH778HTS9xyadhInI%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=f95cb378&idc=useast5&s=FAVORITE&sc=avatar",
                        "musicTitle": "original sound - madonna",
                        "shareCount": 6007,
                        "isSlideshow": false,
                        "musicAuthor": "madonna",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/oUzq1AMtnAuxARUegQFiQJSDvfGbqmpEDEBSFQ~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=11731&refresh_token=4867c828&x-expires=1788080400&x-signature=%2FzM%2B43wa7lxAxkP0cVMvJgVB%2BMQ%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=f95cb378&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=feed_cover",
                        "collectCount": 9582,
                        "commentCount": 4140,
                        "dynamicCover": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/ocgAIEpaqDAKkwyjADCqBvkQFAMESIfRzEjYCe~tplv-tiktokx-origin.image?dr=8606&refresh_token=fc1a7b4d&x-expires=1788080400&x-signature=UGynUlKmn33xQLQUZ5kMcEf71h4%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=f95cb378&idc=useast5&biz_tag=tt_video&s=FAVORITE&sc=dynamic_cover",
                        "musicPlayUrl": "https://v19.tiktokcdn-us.com/b3902cc1f4014810331f1c1f2e679fc5/6a934a23/video/tos/useast5/tos-useast5-v-27dcd7-tx/oQDOLYfMDXSpqFBUtxeBC2SOEQMD1IxgJ2967Q/?a=1233&bti=Mzc5NGYpQHM6OjZAMi4xOmQxcCMxNDNg&&bt=125&ft=aEKfuqT0mI2PD12dS3XI3wUS3CEFMeF~O5&mime_type=audio_mpeg&rc=aTg8aTZkZGhnOjg2ODo1OkBpM2x5Zng5cmc8PDMzZzU8NEBfYzVjYzYzNTYxLzI0Ni9iYSM0YF40MmRrMy5hLS1kMS9zcw%3D%3D&vvpl=1&l=2026082909063522C3DEFE74F6092ACB85&btag=e000f8000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2026-06-29T15:45:56.000Z",
                        "downloadCount": 821,
                        "musicDuration": 12,
                        "musicOriginal": true
                      }
                    ],
                    "hasMore": true,
                    "nextPage": 2,
                    "username": "tiktok"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/story/{username}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_story",
        "summary": "Get User Story",
        "description": "A creator's live 24-hour stories. Returns count 0 when none are active.",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-story"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Username (with or without @) or a full TikTok profile URL",
            "schema": {
              "type": "string",
              "example": "tiktok"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "count": 0,
                    "stories": [],
                    "username": "tiktok"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/search-photos": {
      "get": {
        "operationId": "social_media_tiktok_scraper_search_photos",
        "summary": "Search Photos",
        "description": "Search photo/slideshow (carousel) posts by keyword.",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-search-photos"
        },
        "parameters": [
          {
            "name": "keywords",
            "in": "query",
            "required": true,
            "description": "Search keywords for photo/slideshow posts",
            "schema": {
              "type": "string",
              "example": "kucing lucu"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number. Default 1",
            "schema": {
              "type": "number",
              "example": "1"
            }
          },
          {
            "name": "count",
            "in": "query",
            "required": false,
            "description": "Videos per page. Default 20, max 30",
            "schema": {
              "type": "number",
              "example": "20"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 5,
                    "query": "kucing lucu",
                    "videos": [
                      {
                        "url": "https://www.tiktok.com/@maomaocat.id/video/7489769170385538325",
                        "isAd": false,
                        "play": "https://v16m.tiktokcdn-us.com/ad5724a6eb0e60d2454e5fb9c1226066/6a9bdbdf/video/tos/useast5/tos-useast5-ve-27dcd7c799-tx/oMoypWG1ILEEMZCvXDISvIoqCJdaeTfnPDZPge/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=62&ft=aEKfuqT0majPD12oS3XI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=M2c7NGc0Njc0Omc0ZzU5OkBpanh5M2w5cjloeTMzNzU8M0BfLWFhNDZeXzMxNi8xNTMuYSNfZjRhMmRrZWNgLS1kMTZzcw%3D%3D&vvpl=1&l=20260829090639827618DB1E94322B194C&btag=e00088000&shp=d05b14bd&shcp=-",
                        "size": 0,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/e7e3a387cd824c42bac212f8cda453dc~tplv-photomode-image-cover:640:0:q70.webp?biz_tag=mt_photo.photo_tab_cover&dr=12229&idc=useast5&ps=d5b8ac02&refresh_token=cfd1efd9&s=SEARCH&sc=cover&shcp=c1333099&shp=d05b14bd&t=5897f7ec&x-expires=1789290000&x-signature=BOy%2BXr1PS4z6DITjd8JfK0t2QoE%3D",
                        "isTop": false,
                        "title": "kenalan dulu sama kucing kucing yang staff kantor suka main bareng 😸 #kucinglucu #kucingtiktok #fyp #kucing #kucinggemoy #pecintakucing ",
                        "author": {
                          "id": "7432154883400827921",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/60c798fdd96ff1353c1999a39e3ad027~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=3bd6833b&x-expires=1788080400&x-signature=lfJlsH0GDMyDF%2FyZ%2Bus32IXL%2BYw%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=c1333099&idc=useast5&sc=avatar&s=SEARCH",
                          "nickname": "Mao Mao Cat",
                          "username": "maomaocat.id"
                        },
                        "hdSize": 0,
                        "images": [
                          "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/e7e3a387cd824c42bac212f8cda453dc~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=401fffc7&x-expires=1789290000&x-signature=aJLo1UaKkDdpVsY7U9dh%2Fe1Pcug%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/5ecded1705374d129820eab4b01fff74~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=414e3b26&x-expires=1789290000&x-signature=cX4jjIX9nmiYkKxL%2FP90JBZz1wg%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/448ec7684e76470db1a0ef65bb28ac42~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=44640abf&x-expires=1789290000&x-signature=2fdyoKSLPkCclfKGHfDTGtoGcxA%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/58793a6b8bfb4641ad380c9bc52d98e9~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=7303e8a0&x-expires=1789290000&x-signature=89cA76Zo8wWTE8K6EDEjZLyauHA%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/7523505535084ae79ca0ac5cb295a961~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=1399a0c3&x-expires=1789290000&x-signature=nPq9wrsafjoT3YqPW7moccvQ4UI%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/35198d646c734549af81740df145d206~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=b44cc24d&x-expires=1789290000&x-signature=ikQo%2FX2mrjPyezb4vUrFudUo%2BDY%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/0186f9cc5e604eac9649b59c43f32bdd~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=86d7c69b&x-expires=1789290000&x-signature=NsktPyCgPUggXEl3uz4m3jOwW5M%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/5878fd6c62cf4ed9b1c503e510f4a484~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=92d44d7d&x-expires=1789290000&x-signature=CXnjIzSPgRqqARDmKjk7jTdO%2BFk%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&sc=image&biz_tag=tt_photomode"
                        ],
                        "region": "ID",
                        "wmSize": 0,
                        "wmplay": "https://v16m.tiktokcdn-us.com/ad5724a6eb0e60d2454e5fb9c1226066/6a9bdbdf/video/tos/useast5/tos-useast5-ve-27dcd7c799-tx/oMoypWG1ILEEMZCvXDISvIoqCJdaeTfnPDZPge/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=62&ft=aEKfuqT0majPD12oS3XI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=M2c7NGc0Njc0Omc0ZzU5OkBpanh5M2w5cjloeTMzNzU8M0BfLWFhNDZeXzMxNi8xNTMuYSNfZjRhMmRrZWNgLS1kMTZzcw%3D%3D&vvpl=1&l=20260829090639827618DB1E94322B194C&btag=e00088000&shp=d05b14bd&shcp=-",
                        "musicId": "7484675347601951543",
                        "videoId": "7489769170385538325",
                        "duration": 0,
                        "diggCount": 43627,
                        "playCount": 249823,
                        "createTime": 1743847791,
                        "musicCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/21a44f004aab048f0188b844acadc61b~tplv-tiktokx-cropcenter-q:1080:1080:q70.jpeg?dr=8837&refresh_token=ae9c8b8d&x-expires=1788080400&x-signature=46M%2FjJQkewL7kq4Qmhym8B7lK0w%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=c1333099&idc=useast5&sc=avatar&s=SEARCH",
                        "musicTitle": "original sound - shizu.u",
                        "shareCount": 2146,
                        "isSlideshow": true,
                        "musicAuthor": "shizu",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/e7e3a387cd824c42bac212f8cda453dc~tplv-photomode-image-cover:640:0:q70.webp?dr=12229&refresh_token=cfd1efd9&x-expires=1789290000&x-signature=BOy%2BXr1PS4z6DITjd8JfK0t2QoE%3D&t=5897f7ec&ps=d5b8ac02&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=cover",
                        "collectCount": 0,
                        "commentCount": 599,
                        "dynamicCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/e7e3a387cd824c42bac212f8cda453dc~tplv-photomode-image-cover:640:0:q70.webp?dr=12229&refresh_token=cfd1efd9&x-expires=1789290000&x-signature=BOy%2BXr1PS4z6DITjd8JfK0t2QoE%3D&t=5897f7ec&ps=d5b8ac02&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=cover",
                        "musicPlayUrl": "https://v16m.tiktokcdn-us.com/ad5724a6eb0e60d2454e5fb9c1226066/6a9bdbdf/video/tos/useast5/tos-useast5-ve-27dcd7c799-tx/oMoypWG1ILEEMZCvXDISvIoqCJdaeTfnPDZPge/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=62&ft=aEKfuqT0majPD12oS3XI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=M2c7NGc0Njc0Omc0ZzU5OkBpanh5M2w5cjloeTMzNzU8M0BfLWFhNDZeXzMxNi8xNTMuYSNfZjRhMmRrZWNgLS1kMTZzcw%3D%3D&vvpl=1&l=20260829090639827618DB1E94322B194C&btag=e00088000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2025-04-05T10:09:51.000Z",
                        "downloadCount": 26,
                        "musicDuration": 30,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@nutrcat004/video/7582779146586082581",
                        "isAd": false,
                        "play": "https://v16m.tiktokcdn-us.com/f5a44afb6a20986a201d51e71309da20/6a9bdbe3/video/tos/useast5/tos-useast5-ve-27dcd7c799-tx/ogCJBUegH3wIVJUYOilYBQrwgUNqVJQtfsLWSg/?a=1233&bti=NTY6QGo0QHM6OjZANDQuYCMucCMxNDNg&&bt=62&ft=aEKfuqT0majPD12oS3XI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=MzY2OzM7NGk1aDU7ZmhoOkBpanlwb2VuNmY8NjMzODU8M0AtNTFjYC8zXi8xLzUvYGM0YSNsMjFeNWIwNC1gLS1kMTRzcw%3D%3D&vvpl=1&l=20260829090639827618DB1E94322B194C&btag=e00088000&shp=d05b14bd&shcp=-",
                        "size": 0,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/0cfda9b9273f4a83afe079208defde92~tplv-photomode-image-cover:640:0:q70.webp?biz_tag=mt_photo.photo_tab_cover&dr=12229&idc=useast5&ps=d5b8ac02&refresh_token=7bf51270&s=SEARCH&sc=cover&shcp=c1333099&shp=d05b14bd&t=5897f7ec&x-expires=1789290000&x-signature=TSWGX%2BfpisEn5LIePwzX4oVFMsk%3D",
                        "isTop": false,
                        "title": "Pernah tertanya kenapa kucing kita nampak extra manja atau tiba-tiba lebih vocal? Rupanya ada beberapa tanda halus yang tunjuk si bulus sebenarnya hidup bahagia—daripada cara dia tidur, bunyi yang dia buat, sampai gaya dia ikut kita ke mana saja. Semua ni bukan kebetulan, tapi refleks emosi positif dia! Nak faham lebih jelas? Jom tengok carousel ni dan kenal pasti 5 tanda utama kucing betul-betul gembira di rumah kita. Jangan lupa save & follow untuk lebih banyak fakta menarik tentang kucing! 🐾 #kucingmalaysia #kucinglucu #kucingtiktok #nutracat #kucing ",
                        "author": {
                          "id": "7579939102621303816",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/8292f41a924fd29d2b9c8701d710b26b~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=f28acd78&x-expires=1788080400&x-signature=Cd5lwC8oXMt1v%2B7M83AHEUWEEGU%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=c1333099&idc=useast5&sc=avatar&s=SEARCH",
                          "nickname": "tompok",
                          "username": "nutrcat004"
                        },
                        "hdSize": 0,
                        "images": [
                          "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/0cfda9b9273f4a83afe079208defde92~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=ba85f37f&x-expires=1789290000&x-signature=6tN8jUjA6W1SIibGm6yXBMFjH8Y%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/38cabb3e204f47d58ea00a434d115672~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=cd88ccac&x-expires=1789290000&x-signature=2ERm6P0ijXcdqG1rYQeYFwCnqBo%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&sc=image&biz_tag=tt_photomode",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/ee5523e70010459986f245e2de95031d~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=1f716098&x-expires=1789290000&x-signature=GLqYhZGnIujGHwclgHP6gwqgiMA%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/06c496dccc134556857a15403099d7ab~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=b011825a&x-expires=1789290000&x-signature=S5enaeeUhoJHyBEVqkv1UlYW48c%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/57638fef47304dc497be194c118e815e~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=f9a59a23&x-expires=1789290000&x-signature=tljmF2u4ZNZozeZvOfYkGL%2FoBoY%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/7c81ddb110f24362a9fe47183d07abfd~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=c26b84ee&x-expires=1789290000&x-signature=IvfiSlEyYdeB4TOj8VrUJwZFUn8%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/70e9dfa225fa491a8764046c823588bb~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=98867781&x-expires=1789290000&x-signature=xxPDP2WGSSFWrxzpgOeNFnFKVTc%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image"
                        ],
                        "region": "MY",
                        "wmSize": 0,
                        "wmplay": "https://v16m.tiktokcdn-us.com/f5a44afb6a20986a201d51e71309da20/6a9bdbe3/video/tos/useast5/tos-useast5-ve-27dcd7c799-tx/ogCJBUegH3wIVJUYOilYBQrwgUNqVJQtfsLWSg/?a=1233&bti=NTY6QGo0QHM6OjZANDQuYCMucCMxNDNg&&bt=62&ft=aEKfuqT0majPD12oS3XI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=MzY2OzM7NGk1aDU7ZmhoOkBpanlwb2VuNmY8NjMzODU8M0AtNTFjYC8zXi8xLzUvYGM0YSNsMjFeNWIwNC1gLS1kMTRzcw%3D%3D&vvpl=1&l=20260829090639827618DB1E94322B194C&btag=e00088000&shp=d05b14bd&shcp=-",
                        "musicId": "6971734529463683842",
                        "videoId": "7582779146586082581",
                        "duration": 0,
                        "diggCount": 37719,
                        "playCount": 985325,
                        "createTime": 1765503358,
                        "musicCover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/3496cdb8f38bf7928463514b6b20f12d~tplv-tiktokx-cropcenter-q:1080:1080:q70.jpeg?dr=8837&refresh_token=017dcbdb&x-expires=1788080400&x-signature=mk9JldsvSSt5yuwd0SjeYlQ3EGc%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=c1333099&idc=useast5&sc=avatar&s=SEARCH",
                        "musicTitle": "original sound - big_boss729",
                        "shareCount": 6205,
                        "isSlideshow": true,
                        "musicAuthor": "bigboss",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/0cfda9b9273f4a83afe079208defde92~tplv-photomode-image-cover:640:0:q70.webp?dr=12229&refresh_token=7bf51270&x-expires=1789290000&x-signature=TSWGX%2BfpisEn5LIePwzX4oVFMsk%3D&t=5897f7ec&ps=d5b8ac02&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=cover",
                        "collectCount": 0,
                        "commentCount": 666,
                        "dynamicCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/0cfda9b9273f4a83afe079208defde92~tplv-photomode-image-cover:640:0:q70.webp?dr=12229&refresh_token=7bf51270&x-expires=1789290000&x-signature=TSWGX%2BfpisEn5LIePwzX4oVFMsk%3D&t=5897f7ec&ps=d5b8ac02&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=cover",
                        "musicPlayUrl": "https://v16m.tiktokcdn-us.com/f5a44afb6a20986a201d51e71309da20/6a9bdbe3/video/tos/useast5/tos-useast5-ve-27dcd7c799-tx/ogCJBUegH3wIVJUYOilYBQrwgUNqVJQtfsLWSg/?a=1233&bti=NTY6QGo0QHM6OjZANDQuYCMucCMxNDNg&&bt=62&ft=aEKfuqT0majPD12oS3XI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=MzY2OzM7NGk1aDU7ZmhoOkBpanlwb2VuNmY8NjMzODU8M0AtNTFjYC8zXi8xLzUvYGM0YSNsMjFeNWIwNC1gLS1kMTRzcw%3D%3D&vvpl=1&l=20260829090639827618DB1E94322B194C&btag=e00088000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2025-12-12T01:35:58.000Z",
                        "downloadCount": 415,
                        "musicDuration": 34,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@helllo.panda/video/7493777365080886534",
                        "isAd": false,
                        "play": "https://sf16.tiktokcdn-us.com/obj/tos-alisg-ve-2774/owEYr9GUIAID5i2BdYQWjAjidSZkGbMOQivHr",
                        "size": 0,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-i-photomode-us/44360efdeb9a46d09f1b5dd23399f0e0~tplv-photomode-image-cover:640:0:q70.webp?biz_tag=mt_photo.photo_tab_cover&dr=12229&idc=useast5&ps=d5b8ac02&refresh_token=5fecac2b&s=SEARCH&sc=cover&shcp=c1333099&shp=d05b14bd&t=5897f7ec&x-expires=1789290000&x-signature=1XTWEtyo%2BJ%2F8lkj06zKkcocnQmw%3D",
                        "isTop": false,
                        "title": "halo dek, boleh kenalan? @apuu and fam 👀#catsoftiktok #kucinglucu #kucingganteng ",
                        "author": {
                          "id": "7241097937332519942",
                          "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/5368f7ad60b17f5ffeaf25c94f068fe4~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=e8d058eb&x-expires=1788080400&x-signature=TSu3SEqy%2FreLXmutgIK019Mb7x0%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=c1333099&idc=useast5&sc=avatar&s=SEARCH",
                          "nickname": "Panda😎🏴‍☠️",
                          "username": "helllo.panda"
                        },
                        "hdSize": 0,
                        "images": [
                          "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-i-photomode-us/44360efdeb9a46d09f1b5dd23399f0e0~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=d49cf735&x-expires=1789290000&x-signature=5SfEykXtKjkMcjcRh2Yr8n6p1B4%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-i-photomode-us/54bd0142da9548da9d7baad6b583646f~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=07d3dae7&x-expires=1789290000&x-signature=Zs3y9tlCBNqQBYU2PC4ERyOyAlA%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-i-photomode-us/26fd852c45ba4d308ab1e49da567894a~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=d52cae55&x-expires=1789290000&x-signature=FQ8KTQblK7AKxw9TMVcSA1XcUB4%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-i-photomode-us/daef630ac31e4cd9a8c809b79a1077ca~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=80fb8cac&x-expires=1789290000&x-signature=Mwdnnp1w2xO5hrBjhVLJgekjBAU%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-i-photomode-us/4646e7bc607443dbb5610cea0783d91c~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=5d651ff4&x-expires=1789290000&x-signature=jHx8%2B2hYa8kynFO9o%2BYSkPyDv%2Fw%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-i-photomode-us/29d944b8534c4f6c917dc4769084bf77~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=0caa8e14&x-expires=1789290000&x-signature=T%2BHzOhrgIvbOAdOwFOQ%2FWEUg2OM%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-i-photomode-us/bd7c24634b314ef1b5c9962b24ae0c70~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=83e1b989&x-expires=1789290000&x-signature=N%2Fc9ki0uoy8EIk5%2BUyXLoTrgVJk%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-i-photomode-us/b559b215b95b417ab67988aa4da7d551~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=65accb8f&x-expires=1789290000&x-signature=mgO80gUHTt93QlOg4fDcveRcZu4%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&sc=image&biz_tag=tt_photomode"
                        ],
                        "region": "ID",
                        "wmSize": 0,
                        "wmplay": "https://sf16.tiktokcdn-us.com/obj/tos-alisg-ve-2774/owEYr9GUIAID5i2BdYQWjAjidSZkGbMOQivHr",
                        "musicId": "7348108968415349509",
                        "videoId": "7493777365080886534",
                        "duration": 0,
                        "diggCount": 939810,
                        "playCount": 8051418,
                        "createTime": 1744781015,
                        "musicCover": "https://p16-common.tiktokcdn-us.com/tos-alisg-v-2774/o0ZB5FBlA9ZfBiOulpgnCYQx5AItIACWDPf7Eg~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9584&t=4d5b0474&ps=933b5bde&shp=08d74b56&shcp=d05b14bd&idc=useast5",
                        "musicTitle": "Depadepo",
                        "shareCount": 79939,
                        "isSlideshow": true,
                        "musicAuthor": "Mata Panda",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-i-photomode-us/44360efdeb9a46d09f1b5dd23399f0e0~tplv-photomode-image-cover:640:0:q70.webp?dr=12229&refresh_token=5fecac2b&x-expires=1789290000&x-signature=1XTWEtyo%2BJ%2F8lkj06zKkcocnQmw%3D&t=5897f7ec&ps=d5b8ac02&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=cover",
                        "collectCount": 0,
                        "commentCount": 4749,
                        "dynamicCover": "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-i-photomode-us/44360efdeb9a46d09f1b5dd23399f0e0~tplv-photomode-image-cover:640:0:q70.webp?dr=12229&refresh_token=5fecac2b&x-expires=1789290000&x-signature=1XTWEtyo%2BJ%2F8lkj06zKkcocnQmw%3D&t=5897f7ec&ps=d5b8ac02&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=cover",
                        "musicPlayUrl": "https://sf16.tiktokcdn-us.com/obj/tos-alisg-ve-2774/owEYr9GUIAID5i2BdYQWjAjidSZkGbMOQivHr",
                        "createTimeIso": "2025-04-16T05:23:35.000Z",
                        "downloadCount": 437,
                        "musicDuration": 30,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@pabloeschobby/video/7555125520401239307",
                        "isAd": false,
                        "play": "https://v16m.tiktokcdn-us.com/56053c0ba050618a01f98e8ce4084a7b/6a9bdbd7/video/tos/useast5/tos-useast5-ve-27dcd7c799-tx/oQtBiGoiCpJfE1JUFRC62IMDzglQstIBMXf2E6/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=62&ft=aEKfuqT0majPD12oS3XI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=NzM8ZGk4ZmVpOzg7N2g7N0BpM3k3Znc5cmdrNTMzODU8NEAxYjJiNC1eXjQxLjRjMGEtYSMzNV4vMmRjMGxhLS1kMS1zcw%3D%3D&vvpl=1&l=20260829090639827618DB1E94322B194C&btag=e000b8000&shp=d05b14bd&shcp=-",
                        "size": 0,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-i-photomode-us/a631e18ee66f4deea293fcded60aebd3~tplv-photomode-image-cover:640:0:q70.webp?biz_tag=mt_photo.photo_tab_cover&dr=12229&idc=useast5&ps=d5b8ac02&refresh_token=99952c6f&s=SEARCH&sc=cover&shcp=c1333099&shp=d05b14bd&t=5897f7ec&x-expires=1789290000&x-signature=sLIIt6aEKR1HKWYay%2F0TRvfn%2F7c%3D",
                        "isTop": false,
                        "title": "#fyp #foryou #kucinglucu #fyppppppppppppppppppppppp #catsoftiktok ",
                        "author": {
                          "id": "6774391531232740353",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/3b92d31d91c6f442471fd41411b19d5b~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=b0e53462&x-expires=1788080400&x-signature=5BKv9UvyBAUP8pcMk45MSKeusoQ%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=c1333099&idc=useast5&sc=avatar&s=SEARCH",
                          "nickname": "catheraphist🧣",
                          "username": "pabloeschobby"
                        },
                        "hdSize": 0,
                        "images": [
                          "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-i-photomode-us/a631e18ee66f4deea293fcded60aebd3~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=b3476052&x-expires=1789290000&x-signature=wo2hirhDPhstoa6xrEHOJI4lZ64%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-i-photomode-us/234f8b19b4a648219de3b379c5434d19~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=62d060c4&x-expires=1789290000&x-signature=0mCL8d%2BZKnllM2rzjufYJcNT1Ws%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-i-photomode-us/48665fa425dd4352b7ffb5ffff93d84b~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=b1e1ccb0&x-expires=1789290000&x-signature=VBUF%2Boe866f9D7l3lsYvCBvyAZQ%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-i-photomode-us/34ce9cba76b741e78799f3e1a881b58f~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=0c4ac7cb&x-expires=1789290000&x-signature=WDAqByZJVGRPExyQTp069jbJ8RY%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image"
                        ],
                        "region": "ID",
                        "wmSize": 0,
                        "wmplay": "https://v16m.tiktokcdn-us.com/56053c0ba050618a01f98e8ce4084a7b/6a9bdbd7/video/tos/useast5/tos-useast5-ve-27dcd7c799-tx/oQtBiGoiCpJfE1JUFRC62IMDzglQstIBMXf2E6/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=62&ft=aEKfuqT0majPD12oS3XI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=NzM8ZGk4ZmVpOzg7N2g7N0BpM3k3Znc5cmdrNTMzODU8NEAxYjJiNC1eXjQxLjRjMGEtYSMzNV4vMmRjMGxhLS1kMS1zcw%3D%3D&vvpl=1&l=20260829090639827618DB1E94322B194C&btag=e000b8000&shp=d05b14bd&shcp=-",
                        "musicId": "7543830320424962817",
                        "videoId": "7555125520401239307",
                        "duration": 0,
                        "diggCount": 1257531,
                        "playCount": 6548602,
                        "createTime": 1759064744,
                        "musicCover": "https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/f1a4eb95544cf75c9501fc1b3bc2ad07~tplv-tiktokx-cropcenter-q:1080:1080:q70.jpeg?dr=8837&refresh_token=950fa827&x-expires=1788080400&x-signature=mpaPAEprc%2Bo%2FeQK3FZJtKjuGWcY%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&sc=avatar",
                        "musicTitle": "original sound - grayblix",
                        "shareCount": 95525,
                        "isSlideshow": true,
                        "musicAuthor": "song lyrics ִ ࣪𖤐",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-i-photomode-us/a631e18ee66f4deea293fcded60aebd3~tplv-photomode-image-cover:640:0:q70.webp?dr=12229&refresh_token=99952c6f&x-expires=1789290000&x-signature=sLIIt6aEKR1HKWYay%2F0TRvfn%2F7c%3D&t=5897f7ec&ps=d5b8ac02&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&sc=cover&biz_tag=tt_photomode",
                        "collectCount": 0,
                        "commentCount": 5710,
                        "dynamicCover": "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-i-photomode-us/a631e18ee66f4deea293fcded60aebd3~tplv-photomode-image-cover:640:0:q70.webp?dr=12229&refresh_token=99952c6f&x-expires=1789290000&x-signature=sLIIt6aEKR1HKWYay%2F0TRvfn%2F7c%3D&t=5897f7ec&ps=d5b8ac02&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&sc=cover&biz_tag=tt_photomode",
                        "musicPlayUrl": "https://v16m.tiktokcdn-us.com/56053c0ba050618a01f98e8ce4084a7b/6a9bdbd7/video/tos/useast5/tos-useast5-ve-27dcd7c799-tx/oQtBiGoiCpJfE1JUFRC62IMDzglQstIBMXf2E6/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=62&ft=aEKfuqT0majPD12oS3XI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=NzM8ZGk4ZmVpOzg7N2g7N0BpM3k3Znc5cmdrNTMzODU8NEAxYjJiNC1eXjQxLjRjMGEtYSMzNV4vMmRjMGxhLS1kMS1zcw%3D%3D&vvpl=1&l=20260829090639827618DB1E94322B194C&btag=e000b8000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2025-09-28T13:05:44.000Z",
                        "downloadCount": 204,
                        "musicDuration": 22,
                        "musicOriginal": true
                      },
                      {
                        "url": "https://www.tiktok.com/@dearchibi_/video/7589512536270310676",
                        "isAd": false,
                        "play": "https://v16m.tiktokcdn-us.com/8d74e2f3527c998468741789926362b8/6a9bdbcd/video/tos/alisg/tos-alisg-v-27dcd7/oka0GuKPCBv3DEzRwIizkSoBLf8S7aYiAKAJ5M/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=125&ft=aEKfuqT0majPD12oS3XI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=NGgzM2lpaDo8PDxmOzRnO0Bpamx5aXE5cjhqNzMzODU8NEBhYjM2MC8vNV8xMV4zNS4tYSNtai5hMmRzXmVhLS1kMS1zcw%3D%3D&vvpl=1&l=20260829090639827618DB1E94322B194C&btag=e000b0000&shp=d05b14bd&shcp=-",
                        "size": 0,
                        "cover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/565c111c0f3449cc861281787c9f3bd5~tplv-photomode-image-cover:640:0:q70.webp?biz_tag=mt_photo.photo_tab_cover&dr=12229&idc=useast5&ps=d5b8ac02&refresh_token=1a7cec27&s=SEARCH&sc=cover&shcp=c1333099&shp=d05b14bd&t=5897f7ec&x-expires=1789290000&x-signature=co%2BuK0IJ8btOPsV6i4EEWgFDXPs%3D",
                        "isTop": false,
                        "title": "tiba\" merindukan masa-masa kesepian di kos ☺️ #catsoftiktok #kucing #catslovers #kucinglucu #cats #fypシ゚ #fypage #fyp #fyppppppppppppppppppppppp ",
                        "author": {
                          "id": "6586157143606935557",
                          "avatar": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/a968f441e84f2b49575d51ce560b2068~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=8834&refresh_token=ef5b53f2&x-expires=1788080400&x-signature=GSQIUXqNbXe9I5h3nQ9avv5%2B%2Bj8%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=c1333099&idc=useast5&sc=avatar&s=SEARCH",
                          "nickname": "CHIBI KAMPRET",
                          "username": "dearchibi_"
                        },
                        "hdSize": 0,
                        "images": [
                          "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/565c111c0f3449cc861281787c9f3bd5~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=8c553371&x-expires=1789290000&x-signature=uBBWiAoC5abGHGIlCGnGnCibJiw%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/42a39c6ae91343d6bfaa1bd929b8a035~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=fe783426&x-expires=1789290000&x-signature=68G8SBfhHu1Pl5VXOIBqKO9qIqM%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/bfafe80afb6348f5b386b56136bb53f2~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=d9575ca3&x-expires=1789290000&x-signature=Yj8BlKQ4yFykzJh%2FNs1lbUZEuUc%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/59abc32ffcee44c296ea8be67ccf80f9~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=8a68c05e&x-expires=1789290000&x-signature=g%2F4PwHg1zCnJDvHZprbKK31qg6Y%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/ed8298e83e74448697f4d95862309a22~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=4ba55868&x-expires=1789290000&x-signature=Hq931TGTAvX7V6OEORe5qUbvJ0M%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-i-photomode-tx/281a024d84314e63acd91342ebad5477~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=af7e9dd3&x-expires=1789290000&x-signature=0%2BTL%2FM7qiIZoBtt4%2FYU1fNo6bhc%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-i-photomode-tx/f5e89859a6ce46c696be10bed5340f2c~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=cad96a82&x-expires=1789290000&x-signature=%2FxmXKpIF3lRY037y6tKOrChW8L8%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image",
                          "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/669b50d09bdf41ceb0e1878e8ade0887~tplv-photomode-image-v1:q70.jpeg?dr=8793&refresh_token=19776b97&x-expires=1789290000&x-signature=mlq6D4gaJBdyR67fmOATkAZmonI%3D&t=5897f7ec&ps=b40d0ec8&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=image"
                        ],
                        "region": "ID",
                        "wmSize": 0,
                        "wmplay": "https://v16m.tiktokcdn-us.com/8d74e2f3527c998468741789926362b8/6a9bdbcd/video/tos/alisg/tos-alisg-v-27dcd7/oka0GuKPCBv3DEzRwIizkSoBLf8S7aYiAKAJ5M/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=125&ft=aEKfuqT0majPD12oS3XI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=NGgzM2lpaDo8PDxmOzRnO0Bpamx5aXE5cjhqNzMzODU8NEBhYjM2MC8vNV8xMV4zNS4tYSNtai5hMmRzXmVhLS1kMS1zcw%3D%3D&vvpl=1&l=20260829090639827618DB1E94322B194C&btag=e000b0000&shp=d05b14bd&shcp=-",
                        "musicId": "7575904595236981512",
                        "videoId": "7589512536270310676",
                        "duration": 0,
                        "diggCount": 1551141,
                        "playCount": 15309500,
                        "createTime": 1767071097,
                        "musicCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/b70f1776448452f029a58f31b33d26b7~tplv-tiktokx-cropcenter-q:1080:1080:q70.jpeg?dr=8837&refresh_token=45adaed7&x-expires=1788080400&x-signature=oGRaasxs3y3dnnskf8UntACI7%2Fg%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=c1333099&idc=useast5&sc=avatar&s=SEARCH",
                        "musicTitle": "original sound - c8podcast",
                        "shareCount": 182444,
                        "isSlideshow": true,
                        "musicAuthor": "C8 Podcast",
                        "originCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/565c111c0f3449cc861281787c9f3bd5~tplv-photomode-image-cover:640:0:q70.webp?dr=12229&refresh_token=1a7cec27&x-expires=1789290000&x-signature=co%2BuK0IJ8btOPsV6i4EEWgFDXPs%3D&t=5897f7ec&ps=d5b8ac02&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=cover",
                        "collectCount": 0,
                        "commentCount": 20867,
                        "dynamicCover": "https://p16-common-sign.tiktokcdn-us.com/tos-alisg-i-photomode-sg/565c111c0f3449cc861281787c9f3bd5~tplv-photomode-image-cover:640:0:q70.webp?dr=12229&refresh_token=1a7cec27&x-expires=1789290000&x-signature=co%2BuK0IJ8btOPsV6i4EEWgFDXPs%3D&t=5897f7ec&ps=d5b8ac02&shp=d05b14bd&shcp=c1333099&idc=useast5&s=SEARCH&biz_tag=tt_photomode&sc=cover",
                        "musicPlayUrl": "https://v16m.tiktokcdn-us.com/8d74e2f3527c998468741789926362b8/6a9bdbcd/video/tos/alisg/tos-alisg-v-27dcd7/oka0GuKPCBv3DEzRwIizkSoBLf8S7aYiAKAJ5M/?a=1233&bti=NEBzNTY6QGo6OjZALnAjNDQuYCMxNDNg&&bt=125&ft=aEKfuqT0majPD12oS3XI3wUOx5EcMeF~O5&mime_type=audio_mpeg&rc=NGgzM2lpaDo8PDxmOzRnO0Bpamx5aXE5cjhqNzMzODU8NEBhYjM2MC8vNV8xMV4zNS4tYSNtai5hMmRzXmVhLS1kMS1zcw%3D%3D&vvpl=1&l=20260829090639827618DB1E94322B194C&btag=e000b0000&shp=d05b14bd&shcp=-",
                        "createTimeIso": "2025-12-30T05:04:57.000Z",
                        "downloadCount": 1228,
                        "musicDuration": 12,
                        "musicOriginal": true
                      }
                    ],
                    "hasMore": true,
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/playlists/{username}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_playlists",
        "summary": "Get User Playlists",
        "description": "The playlists (mixes) a creator has published.",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-playlists"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "Username (with or without @) or a full TikTok profile URL",
            "schema": {
              "type": "string",
              "example": "tiktok"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "count": 4,
                    "username": "tiktok",
                    "playlists": [
                      {
                        "url": "https://www.tiktok.com/@tiktok/playlist/Behind-The-Breakthrough-7659874208872221471",
                        "name": "Behind The Breakthrough",
                        "type": 1,
                        "mixId": "7659874208872221471"
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/playlist/In-The-Mix-7516638364301265695",
                        "name": "In The Mix",
                        "type": 1,
                        "mixId": "7516638364301265695"
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/playlist/TikTok-Awards-7585292371022088990",
                        "name": "TikTok Awards",
                        "type": 1,
                        "mixId": "7585292371022088990"
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/playlist/New-Features-6954279265768639237",
                        "name": "New Features",
                        "type": 1,
                        "mixId": "6954279265768639237"
                      }
                    ]
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/playlist-posts/{mixId}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_playlist_posts",
        "summary": "Get Playlist Posts",
        "description": "Videos inside one playlist (mix).",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-playlist-posts"
        },
        "parameters": [
          {
            "name": "mixId",
            "in": "path",
            "required": true,
            "description": "Playlist/mix ID, from the playlists endpoint or a /playlist/ URL",
            "schema": {
              "type": "string",
              "example": "7659874208872221471"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number. Default 1",
            "schema": {
              "type": "number",
              "example": "1"
            }
          },
          {
            "name": "count",
            "in": "query",
            "required": false,
            "description": "Videos per page. Default 20, max 30",
            "schema": {
              "type": "number",
              "example": "20"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 5,
                    "mixId": "7659874208872221471",
                    "videos": [
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7641268387934489886",
                        "isAd": false,
                        "play": "https://v31-jp.tiktokcdn.com/ff014dc0174a1ae2d4bc899153eca555/6a93f32e/video/tos/alisg/tos-alisg-ve-37c799-sg/o4i5WN91BAOMixEQi1sZ8IPAqFLfEisdCv3AIB/?a=1233&bti=NjR2KTM2OWYpNzo5Zi86bTMyNTpkNDQwOg%3D%3D&&bt=794&ft=_4ETTvShQBGUxsurIWl2K4yqYlng1TN1GbvEFO7q8Z4ka&mime_type=video_mp4&rc=MzZkNzQ3NTg3Zjk4Zmk6OUBpamtqdW85cjVtOzMzaTczNEAuLmMwNi4yNWExY2MvNDRgYSNvbTJrMmRjbTJhLS1kMTJzcw%3D%3D&vvpl=1&l=2026082917064457A056627738B7733B95&btag=e0008d000",
                        "size": 14122525,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/oM4EVAFCUEDiowAA0eAAfLEzqLIhR4OEVASzPC~tplv-tiktokx-cropcenter-q:300:400:q70.webp?dr=14782&refresh_token=67199ec4&x-expires=1788080400&x-signature=x2h3vHXY219VzPFFq0mBEhM6Pa8%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1d1a97fc&idc=my&biz_tag=tt_video&s=TIKTOK_MIX_ITEM_LIST&sc=cover",
                        "isTop": false,
                        "title": "Before the debut EP and tours, @SIENNA SPIRO had day-one fans supporting her on TikTok, like @KRISTA. Watch the full-circle moment on #BehindTheBreakthrough.",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=10793&refresh_token=35ad8845&x-expires=1788080400&x-signature=QWKQ5fBXBpd1dM9iA73M2LaXFsk%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1d1a97fc&idc=my&sc=avatar&s=TIKTOK_MIX_ITEM_LIST",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 13130744,
                        "wmplay": "https://v31-jp.tiktokcdn.com/5b9d5c9a866e42ec9e917d9f58489fd1/6a93f32e/video/tos/alisg/tos-alisg-ve-37c799-sg/owZ1ALBMiEViMYPAQAsIB3vhI5ssBiQ1CfUExq/?a=1233&bti=NjR2KTM2OWYpNzo5Zi86bTMyNTpkNDQwOg%3D%3D&&bt=738&ft=_4ETTvShQBGUxsurIWl2K4yqYlng1TN1GbvEFO7q8Z4ka&mime_type=video_mp4&rc=NzQ6NTxlPDNkaDw0OmhkaUBpamtqdW85cjVtOzMzaTczNEBhMjVhNjQ0NWExLl4wYjMxYSNvbTJrMmRjbTJhLS1kMTJzcw%3D%3D&vvpl=1&l=2026082917064457A056627738B7733B95&btag=e0008d000",
                        "musicId": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27648944154893945630.mp3",
                        "videoId": "7641268387934489886",
                        "duration": 138,
                        "diggCount": 114395,
                        "playCount": 10070557,
                        "createTime": 1779121449,
                        "shareCount": 1891,
                        "isSlideshow": false,
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/osQIBiAsIv1BM4CSIALlxqibsB3UPifZ19Au5E~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=b040ae3b&x-expires=1788080400&x-signature=kPjawT1JdG0q0mg8mEwmeERuRlk%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1d1a97fc&idc=my&biz_tag=tt_video&s=TIKTOK_MIX_ITEM_LIST&sc=feed_cover",
                        "collectCount": 6610,
                        "commentCount": 1660,
                        "dynamicCover": "https://p16-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/oM4EVAFCUEDiowAA0eAAfLEzqLIhR4OEVASzPC~tplv-tiktokx-origin.image?dr=1364&refresh_token=35c79ca2&x-expires=1788080400&x-signature=vttDJ%2B4gMTba6DiMG4Zxo8XTkiA%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=1d1a97fc&idc=my&s=TIKTOK_MIX_ITEM_LIST&sc=dynamic_cover&biz_tag=tt_video",
                        "createTimeIso": "2026-05-18T16:24:09.000Z",
                        "downloadCount": 291,
                        "musicDuration": 0,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7642410275831827742",
                        "isAd": false,
                        "play": "https://v31-jp.tiktokcdn.com/0e7587249b81b1b1164dd5e5cac0c7cb/6a93f2d4/video/tos/alisg/tos-alisg-ve-37c799-sg/o42EOAFD0IDA7uQArQFAfeEjqPEgRalEVE80SB/?a=1233&bti=NjR2KTM2OWYpNzo5Zi86bTMyNTpkNDQwOg%3D%3D&&bt=696&ft=_4ETTvShQBGUxsurIWl2K4yqYlng1TN1GbvEFO7q8Z4ka&mime_type=video_mp4&rc=OTYzaDY0NDw8Ojk5aTY0ZEBpM25ueXE5cnhuOzMzaTczNEBiYTEvYzEtNTAxNjVeNDNgYSM1cWg1MmRzaTRhLS1kMTJzcw%3D%3D&vvpl=1&l=2026082917064457A056627738B7733B95&btag=e0008d000",
                        "size": 4276848,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/oEAABHiIEiA1YQBfBSiKPAAME7XjdCAoBB6IA6~tplv-tiktokx-cropcenter-q:300:400:q70.webp?dr=14782&refresh_token=a9d810ac&x-expires=1788080400&x-signature=ECpZAUTw7fyX6aVtNymaNMf%2FqVE%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1d1a97fc&idc=my&biz_tag=tt_video&s=TIKTOK_MIX_ITEM_LIST&sc=cover",
                        "isTop": false,
                        "title": "searches for 'custard creams' since we clocked how much @SIENNA SPIRO loves them  📈 #BehindTheBreakthrough",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=10793&refresh_token=35ad8845&x-expires=1788080400&x-signature=QWKQ5fBXBpd1dM9iA73M2LaXFsk%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1d1a97fc&idc=my&sc=avatar&s=TIKTOK_MIX_ITEM_LIST",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 3964121,
                        "wmplay": "https://v31-jp.tiktokcdn.com/c1cde2e0c27c38d35c0eec0c63f80a4e/6a93f2d4/video/tos/alisg/tos-alisg-ve-37c799-sg/og8PRqDjD8eEESvKEAEx0urf7lVA2FIDQOVBQ0/?a=1233&bti=NjR2KTM2OWYpNzo5Zi86bTMyNTpkNDQwOg%3D%3D&&bt=645&ft=_4ETTvShQBGUxsurIWl2K4yqYlng1TN1GbvEFO7q8Z4ka&mime_type=video_mp4&rc=NmU0ZGU3aWdkOGY0M2VlaUBpM25ueXE5cnhuOzMzaTczNEAyLTUyYDNfNWExYDRiYWIvYSM1cWg1MmRzaTRhLS1kMTJzcw%3D%3D&vvpl=1&l=2026082917064457A056627738B7733B95&btag=e0008d000",
                        "musicId": "https://sf19.tiktokcdn-us.com/obj/ies-music-tx2/7648992173416794910.mp3",
                        "videoId": "7642410275831827742",
                        "duration": 48,
                        "diggCount": 10760,
                        "playCount": 1691387,
                        "createTime": 1779387314,
                        "shareCount": 397,
                        "isSlideshow": false,
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/oA0jVFDvREERdIw7NPEIerBASBOA7uHlDqfQ0Q~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=18b6b24a&x-expires=1788080400&x-signature=thvoMV69xCabUpDV6hdD5MuYGyA%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1d1a97fc&idc=my&biz_tag=tt_video&s=TIKTOK_MIX_ITEM_LIST&sc=feed_cover",
                        "collectCount": 807,
                        "commentCount": 470,
                        "dynamicCover": "https://p16-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/oEAABHiIEiA1YQBfBSiKPAAME7XjdCAoBB6IA6~tplv-tiktokx-origin.image?dr=1364&refresh_token=caa19cdf&x-expires=1788080400&x-signature=KGp1baFi1G4kqhXbBlxPzj%2BqT8M%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=1d1a97fc&idc=my&biz_tag=tt_video&s=TIKTOK_MIX_ITEM_LIST&sc=dynamic_cover",
                        "createTimeIso": "2026-05-21T18:15:14.000Z",
                        "downloadCount": 33,
                        "musicDuration": 0,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7641647587056962846",
                        "isAd": false,
                        "play": "https://v31-jp.tiktokcdn.com/347e0c42e244e7b3a3d7874b6b9b4dfa/6a93f2dc/video/tos/alisg/tos-alisg-ve-37c799-sg/owJEADQsTFXrABVdWqrCRGAEXEIlfEeDEMljL4/?a=1233&bti=NjR2KTM2OWYpNzo5Zi86bTMyNTpkNDQwOg%3D%3D&&bt=650&ft=_4ETTvShQBGUxsurIWl2K4yqYlng1TN1GbvEFO7q8Z4ka&mime_type=video_mp4&rc=Z2loMztpNjU5OTw6M2c3ZEBpanhmcm85cmo8OzMzaTczNEAxYzNgL2EvNjYxYi41XzMvYSNpay5oMmRrXzNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026082917064457A056627738B7733B95&btag=e0008d000",
                        "size": 4681137,
                        "cover": "https://p19-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/osDoAEjAYIlDZF7EeVnfA5ghouAnCRAbMqEJAE~tplv-tiktokx-cropcenter-q:300:400:q70.webp?dr=14782&refresh_token=1ab70942&x-expires=1788080400&x-signature=6msryB9avm0KJCvbf%2BpdUCfS77c%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1d1a97fc&idc=my&biz_tag=tt_video&s=TIKTOK_MIX_ITEM_LIST&sc=cover",
                        "isTop": false,
                        "title": "the magic of TikTok covers? sometimes they end up on that artist’s feed 🪄@SIENNA SPIRO #BehindTheBreakthrough",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=10793&refresh_token=35ad8845&x-expires=1788080400&x-signature=QWKQ5fBXBpd1dM9iA73M2LaXFsk%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1d1a97fc&idc=my&sc=avatar&s=TIKTOK_MIX_ITEM_LIST",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 4322304,
                        "wmplay": "https://v31-jp.tiktokcdn.com/78fbb4e1d90461aeaad3faf0f4967d3e/6a93f2dc/video/tos/alisg/tos-alisg-ve-37c799-sg/ocDMHV0CEBXDWIEsjfRlEIrE3XyrJAeAQTAEFq/?a=1233&bti=NjR2KTM2OWYpNzo5Zi86bTMyNTpkNDQwOg%3D%3D&&bt=600&ft=_4ETTvShQBGUxsurIWl2K4yqYlng1TN1GbvEFO7q8Z4ka&mime_type=video_mp4&rc=OWRmM2UzPDc4Zzo3ZWY4ZUBpanhmcm85cmo8OzMzaTczNEAxNmJfNi4tX2AxYy02L19hYSNpay5oMmRrXzNhLS1kMTJzcw%3D%3D&vvpl=1&l=2026082917064457A056627738B7733B95&btag=e0008d000",
                        "musicId": "https://sf16.tiktokcdn-us.com/obj/ies-music-tx2/7641647693466536734.mp3",
                        "videoId": "7641647587056962846",
                        "duration": 56,
                        "diggCount": 13679,
                        "playCount": 1527807,
                        "createTime": 1779209755,
                        "shareCount": 608,
                        "isSlideshow": false,
                        "originCover": "https://p19-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/o0VDrIqlE8BBIhFAq2eAWlJfTXrRBCEDMIEkAX~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=0b2396cc&x-expires=1788080400&x-signature=gsgfOFH%2BQb9T4xc26KXzq0Hg268%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1d1a97fc&idc=my&biz_tag=tt_video&s=TIKTOK_MIX_ITEM_LIST&sc=feed_cover",
                        "collectCount": 1056,
                        "commentCount": 1079,
                        "dynamicCover": "https://p16-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/osDoAEjAYIlDZF7EeVnfA5ghouAnCRAbMqEJAE~tplv-tiktokx-origin.image?dr=1364&refresh_token=e4793281&x-expires=1788080400&x-signature=LYznSuqu5esL6fHHFWSbxCVwHqM%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=1d1a97fc&idc=my&biz_tag=tt_video&s=TIKTOK_MIX_ITEM_LIST&sc=dynamic_cover",
                        "createTimeIso": "2026-05-19T16:55:55.000Z",
                        "downloadCount": 52,
                        "musicDuration": 0,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7678328024898489630",
                        "isAd": false,
                        "play": "https://v31-jp.tiktokcdn.com/179878025ddb5df5056e779b7c3f8593/6a93f335/video/tos/alisg/tos-alisg-ve-37c799-sg/ow7WBVZ0IiRO6Wn3VGliyA2EEQa5AqWBP7Xo6/?a=1233&bti=NjR2KTM2OWYpNzo5Zi86bTMyNTpkNDQwOg%3D%3D&&bt=1277&ft=_4ETTvShQBGUxsurIWl2K4yqYlng1TN1GbvEFO7q8Z4ka&mime_type=video_mp4&rc=Ojc0NTY2ZDNoODw2OWllM0BpanBpc3Q5cnBoZDMzaTczNEBhYC9eNjAzNmMxMDMuMTA1YSNvaHNfMmQ0XzRhLS1kMTJzcw%3D%3D&vvpl=1&l=2026082917064457A056627738B7733B95&btag=e0008d000",
                        "size": 23762580,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/oIAlv1jIRrwiCm77E5csoAaIiAZ2OlALBEnAB~tplv-tiktokx-dmt-logoccm:300:400:tos-useast8-i-0068-tx2/o0CBoBAACmiASI16ELRBsAaFaOEvsAmr75ilt.webp?dr=1368&refresh_token=1d0d84e5&x-expires=1788080400&x-signature=vlgCOg0FRLxHJYxPfLYh5RiLhwA%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1d1a97fc&idc=my&biz_tag=tt_video&s=TIKTOK_MIX_ITEM_LIST&sc=cover",
                        "isTop": false,
                        "title": "@Bella Kay had her first \"pinch me\" moment on TikTok. now she's giving fans their own. this is \"Behind the Breakthrough\"",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=10793&refresh_token=35ad8845&x-expires=1788080400&x-signature=QWKQ5fBXBpd1dM9iA73M2LaXFsk%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1d1a97fc&idc=my&sc=avatar&s=TIKTOK_MIX_ITEM_LIST",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 21962069,
                        "wmplay": "https://v31-jp.tiktokcdn.com/1e2ba16798a1f461b3275a36b82098f2/6a93f335/video/tos/alisg/tos-alisg-ve-37c799-sg/osb7x8uQxfjvBRcgfCXVAm4MAcquTIze8cHIpS/?a=1233&bti=NjR2KTM2OWYpNzo5Zi86bTMyNTpkNDQwOg%3D%3D&&bt=1180&ft=_4ETTvShQBGUxsurIWl2K4yqYlng1TN1GbvEFO7q8Z4ka&mime_type=video_mp4&rc=ZDRnMzY7aTQ8Zmk2ZWZpNEBpanBpc3Q5cnBoZDMzaTczNEA0NmFfMi4zXzYxMDYtMF5iYSNvaHNfMmQ0XzRhLS1kMTJzcw%3D%3D&vvpl=1&l=2026082917064457A056627738B7733B95&btag=e0008d000",
                        "musicId": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27678328114799299359.mp3",
                        "videoId": "7678328024898489630",
                        "duration": 145,
                        "diggCount": 19430,
                        "playCount": 165073,
                        "createTime": 1787750068,
                        "shareCount": 429,
                        "isSlideshow": false,
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/ooWEufud0A9RDebQD30EAYBVzEjFQxEPqtXvEU~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=0b2a713c&x-expires=1788080400&x-signature=DE%2BnqwqJ%2FmHK%2BJEc7lRywRywzvc%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1d1a97fc&idc=my&biz_tag=tt_video&s=TIKTOK_MIX_ITEM_LIST&sc=feed_cover",
                        "collectCount": 1449,
                        "commentCount": 678,
                        "dynamicCover": "https://p16-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/oIAlv1jIRrwiCm77E5csoAaIiAZ2OlALBEnAB~tplv-tiktokx-dmt-logom:tos-useast8-i-0068-tx2/o0CBoBAACmiASI16ELRBsAaFaOEvsAmr75ilt.image?dr=1355&refresh_token=879ea957&x-expires=1788080400&x-signature=o%2F6hcyR4fHN2su3GOgK16Gk4Oi8%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=1d1a97fc&idc=my&sc=dynamic_cover&biz_tag=tt_video&s=TIKTOK_MIX_ITEM_LIST",
                        "createTimeIso": "2026-08-26T13:14:28.000Z",
                        "downloadCount": 24,
                        "musicDuration": 0,
                        "musicOriginal": false
                      },
                      {
                        "url": "https://www.tiktok.com/@tiktok/video/7678745502359342366",
                        "isAd": false,
                        "play": "https://v31-jp.tiktokcdn.com/c8a18e2682f4ea822a37421031203c78/6a93f31e/video/tos/alisg/tos-alisg-ve-37c799-sg/oQRIhEpQg3AnBESIrGPBaYRPEiA2UiQIrVBo2/?a=1233&bti=OTg7QGo2NHYpNzo5Zi0wM2AjLzptNDQwOg%3D%3D&&bt=1182&ft=_4ETTvShQBGUxsurIWl2K4yqYlng1TN1GbvEFO7q8Z4ka&mime_type=video_mp4&rc=Nmk6aDVlaDc4ZDk4ODk0NEBpMzMzb3A5cjs5ZDMzaTczNEBeMDAxXmEvXzAxYjMzXzYwYSMvZS5vMmQ0MDVhLS1kMTJzcw%3D%3D&vvpl=1&l=2026082917064457A056627738B7733B95&btag=e0008d000",
                        "size": 18478400,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/o0fMIAgIjqfe9TEkxAAMpQAIIAjV9JGtZrOILE~tplv-tiktokx-cropcenter-q:300:400:q70.webp?dr=14782&refresh_token=48fbaaba&x-expires=1788080400&x-signature=osu52s8cfbvdEwjTzYx%2Bsuvxfnc%3D&t=bacd0480&ps=933b5bde&shp=d05b14bd&shcp=1d1a97fc&idc=my&sc=cover&biz_tag=tt_video&s=TIKTOK_MIX_ITEM_LIST",
                        "isTop": false,
                        "title": "she first connected with fans on TikTok. now @Bella Kay is meeting them on \"Behind the Breakthrough.\"",
                        "author": {
                          "id": "107955",
                          "avatar": "https://p19-common-sign.tiktokcdn.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter-q:300:300:q70.jpeg?dr=10793&refresh_token=35ad8845&x-expires=1788080400&x-signature=QWKQ5fBXBpd1dM9iA73M2LaXFsk%3D&t=223449c4&ps=87d6e48a&shp=d05b14bd&shcp=1d1a97fc&idc=my&sc=avatar&s=TIKTOK_MIX_ITEM_LIST",
                          "nickname": "TikTok",
                          "username": "tiktok"
                        },
                        "hdSize": 0,
                        "images": [],
                        "region": "US",
                        "wmSize": 17122638,
                        "wmplay": "https://v31-jp.tiktokcdn.com/71ed077fab949b7ac8f5c981597fe2f4/6a93f31e/video/tos/alisg/tos-alisg-ve-37c799-sg/ocQQEoAIiRhGBU2pBApXagYiIQQBpI3IPVEVE/?a=1233&bti=OTg7QGo2NHYpNzo5Zi0wM2AjLzptNDQwOg%3D%3D&&bt=1095&ft=_4ETTvShQBGUxsurIWl2K4yqYlng1TN1GbvEFO7q8Z4ka&mime_type=video_mp4&rc=Z2loNzs2PGZpOzg8NTU2aEBpMzMzb3A5cjs5ZDMzaTczNEAtMGBjL19fNmMxLTNjXjMzYSMvZS5vMmQ0MDVhLS1kMTJzcw%3D%3D&vvpl=1&l=2026082917064457A056627738B7733B95&btag=e0008d000",
                        "musicId": "https://sf16-ies-music-va.tiktokcdn.com/obj/ies-music-ttp-dup-us/tx27678952581741267742.mp3",
                        "videoId": "7678745502359342366",
                        "duration": 122,
                        "diggCount": 2272,
                        "playCount": 84036,
                        "createTime": 1787847286,
                        "shareCount": 149,
                        "isSlideshow": false,
                        "originCover": "https://p16-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/oUBIni7VYIWEi3IEhIg2paAiUBB2BAnPoQRIq~tplv-tiktokx-shrink-aq:360:360:q75.webp?dr=17995&refresh_token=af95b1ac&x-expires=1788080400&x-signature=WBnY0LLnMRcT9goK2DcfJXKQ8yc%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=1d1a97fc&idc=my&biz_tag=tt_video&s=TIKTOK_MIX_ITEM_LIST&sc=feed_cover",
                        "collectCount": 209,
                        "commentCount": 440,
                        "dynamicCover": "https://p19-common-sign.tiktokcdn.com/tos-useast8-p-0068-tx2/o0fMIAgIjqfe9TEkxAAMpQAIIAjV9JGtZrOILE~tplv-tiktokx-origin.image?dr=1364&refresh_token=fb388706&x-expires=1788080400&x-signature=uR5Atw7h6gxq5dH7%2FKzkWBgklwc%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=1d1a97fc&idc=my&biz_tag=tt_video&s=TIKTOK_MIX_ITEM_LIST&sc=dynamic_cover",
                        "createTimeIso": "2026-08-27T16:14:46.000Z",
                        "downloadCount": 11,
                        "musicDuration": 0,
                        "musicOriginal": false
                      }
                    ],
                    "hasMore": true,
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/top-ads": {
      "get": {
        "operationId": "social_media_tiktok_scraper_top_ads",
        "summary": "Get Top Ads",
        "description": "Top-performing ads from TikTok Creative Center, filterable by country, period, industry, objective and language.",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-top-ads"
        },
        "parameters": [
          {
            "name": "countryCode",
            "in": "query",
            "required": false,
            "description": "ISO country code. Omit for all countries. 28 are supported — see the filters endpoint",
            "schema": {
              "type": "string",
              "example": "ID"
            }
          },
          {
            "name": "period",
            "in": "query",
            "required": false,
            "description": "Trailing window in days. One of 7, 30, 180. Default 7",
            "schema": {
              "type": "string",
              "enum": [
                "7",
                "30",
                "180"
              ],
              "example": "7"
            }
          },
          {
            "name": "orderBy",
            "in": "query",
            "required": false,
            "description": "Sort field. Default like",
            "schema": {
              "type": "string",
              "enum": [
                "for_you",
                "like",
                "ctr",
                "play_2s_rate",
                "play_6s_rate",
                "impression"
              ],
              "example": "like"
            }
          },
          {
            "name": "industry",
            "in": "query",
            "required": false,
            "description": "Industry ID from the filters endpoint",
            "schema": {
              "type": "string",
              "example": "27102000000"
            }
          },
          {
            "name": "objective",
            "in": "query",
            "required": false,
            "description": "Campaign objective ID from the filters endpoint",
            "schema": {
              "type": "string",
              "example": "1"
            }
          },
          {
            "name": "adLanguage",
            "in": "query",
            "required": false,
            "description": "Ad language code from the filters endpoint",
            "schema": {
              "type": "string",
              "example": "id"
            }
          },
          {
            "name": "patternLabel",
            "in": "query",
            "required": false,
            "description": "Creative pattern ID from the filters endpoint",
            "schema": {
              "type": "string",
              "example": "10100100000"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number. Default 1",
            "schema": {
              "type": "number",
              "example": "1"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": false,
            "description": "Ads per page. Default 20, max 20 — the upstream rejects more",
            "schema": {
              "type": "number",
              "example": "20"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ads": [
                      {
                        "ctr": 0.39,
                        "adId": "7662986225209704455",
                        "cost": 2,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/ospphM3E3WRTXQlQmBFqAH6DgMcmnBeSfIVE37~tplv-noop.image?dr=18692&refresh_token=44df1c99&x-expires=1788016064&x-signature=4KkPWXKVi5scBIxHd7IibchFgkc%3D&t=9276707c&ps=14f1eb3e&shp=9e36835a&shcp=317596d8&idc=my&VideoID=v1c044g50000d9a8rofog65tj2p7nkj0",
                        "title": "Sekarang bener2 hati-hati bgt nyari produk untuk bayiku, apalagi yang bersentuhan langsung sm kulitnya kaya tissue basah.. kandungan hidden gem di tissue basah ini bikin tenang dan nyaman untuk kulit sensitif bayiku 🥰💖 #tissuebasah #reviewprodukbayi #babynewborn #skincarebaby #momandbaby ",
                        "width": 576,
                        "height": 1024,
                        "videoId": "v1c044g50000d9a8rofog65tj2p7nkj0",
                        "duration": 58.534,
                        "favorited": false,
                        "likeCount": 93293,
                        "video720p": "https://v16m-default.tiktokcdn.com/3470eda2df024203260c7ddf0f664d49/6a92f5c0/video/tos/alisg/tos-alisg-pve-0037c001/oEASsDYejUIKi4DUCnGpvvLReSfqAA2gYEHRRI/?a=0&bti=NTU4QDM1NGA%3D&&bt=628&ft=cApXJCz7ThWHb9GsLGZmo0P&mime_type=video_mp4&rc=Z2k2aGdpPGQ7NWc7NzY8OkBpM246NXc5cnI7PDMzODczNEAzYTMxNGIvNjIxYWA1NmEzYSNna21nMmRjb15hLS1kMWBzcw%3D%3D&vvpl=1&l=20260829170646C9E9A6FD89B8C262F45C&btag=e00048000",
                        "industryId": "12999000000",
                        "industryKey": "label_12999000000",
                        "objectiveKey": "campaign_objective_video_view"
                      },
                      {
                        "ctr": 0.3,
                        "adId": "7661966199731093522",
                        "cost": 2,
                        "cover": "https://p19-common-sign.tiktokcdn.com/tos-alisg-p-0037/o8RRQFAofAIh2cNVGDjUl2CA9ED4FI0CGfnI6e~tplv-noop.image?dr=18692&refresh_token=ff99ce48&x-expires=1788016086&x-signature=AvQLKKfMfA%2FJHkQ7e%2BrDjAsQ4Sg%3D&t=9276707c&ps=14f1eb3e&shp=9e36835a&shcp=317596d8&idc=my&VideoID=v1c044g50000d98ve47og65u39a44500",
                        "title": "Kalau urusan edit udah deh ngikut ayang aja, especially kalau dia udah pegang Oppo Reno16 Series😏🙏🏻",
                        "width": 576,
                        "height": 1024,
                        "videoId": "v1c044g50000d98ve47og65u39a44500",
                        "duration": 80.5,
                        "favorited": false,
                        "likeCount": 28480,
                        "video720p": "https://v16m-default.tiktokcdn.com/ef51eda4bcd442ea2def12f2ccd2eb2b/6a92f5d6/video/tos/alisg/tos-alisg-pve-0037c001/oUC3A9FozFdJGIfQIUEDe3fAEFklAcRlD4RQCj/?a=0&bti=NTU4QDM1NGA%3D&&bt=924&ft=cApXJCz7ThWHb9GsLGZmo0P&mime_type=video_mp4&rc=OThlaGc6ZDU1Zmc6OjszO0BpMzg3PHg5cjd5PDMzODczNEAuMTUxMi4wNTAxYjU0YS1iYSMtMV4wMmQ0YjVhLS1kMWBzcw%3D%3D&vvpl=1&l=20260829170646C9E9A6FD89B8C262F45C&btag=e00048000",
                        "industryId": "15100000000",
                        "industryKey": "label_15100000000",
                        "objectiveKey": "campaign_objective_reach"
                      },
                      {
                        "ctr": 0.44,
                        "adId": "7662682799025176593",
                        "cost": 2,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/okY5QeCUDAMQzZj4LEEhfMFA3eaDdF2C9o109I~tplv-noop.image?dr=18692&refresh_token=316599a2&x-expires=1788016092&x-signature=8TvJKYpIdQzBTFF73fiyXF35m%2Bk%3D&t=9276707c&ps=14f1eb3e&shp=9e36835a&shcp=317596d8&idc=my&VideoID=v14044g50000d8tugnnog65r677rl2u0",
                        "title": "lika liku di bintan 🤭🫠 #HolidaySkincareKit #TravelSkincareRoutine #FamilySkincareKit #TravelKitLABORE ",
                        "width": 576,
                        "height": 1024,
                        "videoId": "v14044g50000d8tugnnog65r677rl2u0",
                        "duration": 86.749,
                        "brandName": "labore",
                        "favorited": false,
                        "likeCount": 28082,
                        "video720p": "https://v16m-default.tiktokcdn.com/0f677ea64f0d7102fae0339fb1c4646e/6a92f5dc/video/tos/alisg/tos-alisg-pve-0037c001/o8oe69iYDEgV872CA6FQoyjeiCfSUFDIEIA5Id/?a=0&bti=NTU4QDM1NGA%3D&&bt=531&ft=cApXJCz7ThWHb9GsLGZmo0P&mime_type=video_mp4&rc=OTo7NmRkaWg1MzNmO2YzaEBpMzV1OnU5cnF4OzMzODczNEAvYzBiYF8xXzQxNl4yNTVfYSNyaTQzMmRrZHFhLS1kMTFzcw%3D%3D&vvpl=1&l=20260829170646C9E9A6FD89B8C262F45C&btag=e00048000",
                        "industryId": "14109000000",
                        "industryKey": "label_14109000000",
                        "objectiveKey": "campaign_objective_reach"
                      },
                      {
                        "ctr": 0.37,
                        "adId": "7662230477805502472",
                        "cost": 2,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/oMTpnYiDyADN0oBAiXglbaaEoB5FNIEv0IE8a~tplv-noop.image?dr=18692&refresh_token=759e36d0&x-expires=1788016055&x-signature=%2F2a97zfK3TKHcPqcNykyt6b8Tck%3D&t=9276707c&ps=14f1eb3e&shp=9e36835a&shcp=317596d8&idc=my&VideoID=v1c044g50000d99mg4nog65kda0jodkg",
                        "title": "beneran tercandu-candu boba creamy si lollipop milkita bubble milk tea series baru, karena dibuat dari susu asli New Zealand! yang udah coba kalian tim matcha taro atau thai tea? #Milkita #milkitaboba #milkitabobaseries #milkitabobamilktea ",
                        "width": 576,
                        "height": 1024,
                        "videoId": "v1c044g50000d99mg4nog65kda0jodkg",
                        "duration": 49.867,
                        "favorited": false,
                        "likeCount": 25081,
                        "video720p": "https://v16m-default.tiktokcdn.com/70982560501d269bb1c8bbccac4873a9/6a92f5b7/video/tos/alisg/tos-alisg-pve-0037c001/oIBpIx8GA0TomNQNoBaaN9AXi8avuEYEoilEE/?a=0&bti=NTU4QDM1NGA%3D&&bt=2263&ft=cApXJCz7ThWHb9GsLGZmo0P&mime_type=video_mp4&rc=O2U4OWhpNGU5NGYzNGY8ZkBpamdtZG45cjdwPDMzODczNEAuMi0xYS1gNmMxLWJjM2JgYSNobC1hMmRrZDZhLS1kMWBzcw%3D%3D&vvpl=1&l=20260829170646C9E9A6FD89B8C262F45C&btag=e00048000",
                        "industryId": "27102000000",
                        "industryKey": "label_27102000000",
                        "objectiveKey": "campaign_objective_reach"
                      },
                      {
                        "ctr": 0.29,
                        "adId": "7667795549778657288",
                        "cost": 2,
                        "cover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/osw0qiB8ICAu6IONpGiIUPAABDOw9zSWI1f4sl~tplv-noop.image?dr=18692&refresh_token=05c541cc&x-expires=1788016123&x-signature=TV7%2FAEzZfKXvOxutBYd23VIjuwM%3D&t=9276707c&ps=14f1eb3e&shp=9e36835a&shcp=317596d8&idc=my&VideoID=v14044g50000d930f6vog65jq52otcs0",
                        "title": "Playground dulu, isi energi kemudian! 🤍🥛 Setelah puas eksplor dan bermain, Jasmine selalu ditemani Susu UHT Frisian Flag Nutribrain Omega yang mengandung Omega 3 & 6 untuk anak cermat. Jasmine suka varian Plain yang tidak mengandung gula tambahan (sukrosa). Manisnya berasal dari laktosa, gula alami dari susu. Yuk, temani langkah cermat si kecil dengan Frisian Flag Nutribrain Omega! 💙 #FrisianFlagNutribrainOmega #SobatCermat #NutrisiNikmatTemaniLangkahCermatnya ",
                        "width": 576,
                        "height": 1024,
                        "videoId": "v14044g50000d930f6vog65jq52otcs0",
                        "duration": 117.8,
                        "favorited": false,
                        "likeCount": 21715,
                        "video720p": "https://v16m-default.tiktokcdn.com/f4b39be00384f214067aac909e10dbb5/6a92f5fb/video/tos/alisg/tos-alisg-pve-0037c001/ogQMIgDkjDsjAADUoFSffZnowenIbEYAodA9CD/?a=0&bti=NTU4QDM1NGA%3D&&bt=854&ft=cApXJCz7ThWHb9GsLGZmo0P&mime_type=video_mp4&rc=NTYzOzs0ZWg8ZjZnaWg1NkBpM2ZyOG05cjkzPDMzODczNEAyNTMtLmA2XzUxMzViL19jYSNwcS9uMmRzYzBhLS1kMTFzcw%3D%3D&vvpl=1&l=20260829170646C9E9A6FD89B8C262F45C&btag=e00048000",
                        "industryId": "12102000000",
                        "industryKey": "label_12102000000",
                        "objectiveKey": "campaign_objective_reach"
                      }
                    ],
                    "page": 1,
                    "count": 5,
                    "total": 360,
                    "period": 30,
                    "hasMore": true,
                    "orderBy": "like",
                    "nextPage": 2,
                    "countryCode": "ID"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/ad-detail/{materialId}": {
      "get": {
        "operationId": "social_media_tiktok_scraper_ad_detail",
        "summary": "Get Ad Detail",
        "description": "One Creative Center ad with its landing page, keywords, objectives and engagement counts.",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-ad-detail"
        },
        "parameters": [
          {
            "name": "materialId",
            "in": "path",
            "required": true,
            "description": "Ad material ID, from the top-ads endpoint",
            "schema": {
              "type": "string",
              "example": "7668635011869573138"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ctr": 0.44,
                    "adId": "7668635011869573138",
                    "cost": 2,
                    "cover": "https://p16-common-sign.tiktokcdn.com/tos-alisg-p-0037/oQBjduVbIAzMAIiiwfIPCR6Am93FZwjSDjACi1~tplv-noop.image?dr=18692&refresh_token=4e8919d3&x-expires=1788016023&x-signature=FgxerPJ3b33CJY1qaeXd9HOmols%3D&t=9276707c&ps=14f1eb3e&shp=9e36835a&shcp=317596d8&idc=my&VideoID=v1c044g50000d9hjtdvog65qhkg3732g",
                    "title": "Rayakan setiap momen keluarga dengan... BARU! Wall’s Populaire Lychee Yoghurt!  🤗 Segarnya Lychee dan Creamy-nya Yoghurt bikin momen kamu dan keluarga makin manis✨ Yuk, cobain sekarang! #Populaire #PopulaireLycheeYoghurt #WallsPopulaire #PopulairekanPerayaan",
                    "width": 576,
                    "height": 1024,
                    "source": "Others",
                    "videoId": "v1c044g50000d9hjtdvog65qhkg3732g",
                    "duration": 15.019,
                    "keywords": [],
                    "favorited": false,
                    "likeCount": 1615,
                    "video720p": "https://v16m-default.tiktokcdn.com/e870771c24062a71cab84e7f229441e7/6a92f597/video/tos/alisg/tos-alisg-pve-0037c001/ogd361gKQEGBcODBzPqEjDwBYIjkcnefgAGFJR/?a=0&bti=NTU4QDM1NGA%3D&&bt=1074&ft=cApXJCz7ThWHL9GsLGZmo0P&mime_type=video_mp4&rc=OTdnPDVkNDNmPDc8M2Y4OUBpajY2bnQ5cmdtPDMzODczNEBeLWFeYS4xXzIxM182NmAxYSMvNGRlMmRzcWVhLS1kMWBzcw%3D%3D&vvpl=1&l=20260829170647F95DB4318903D02D5A0C&btag=e00078000",
                    "voiceOver": false,
                    "hasSummary": false,
                    "industryId": "27102000000",
                    "objectives": [
                      {
                        "id": 5,
                        "key": "campaign_objective_reach"
                      }
                    ],
                    "shareCount": 3,
                    "industryKey": "label_27102000000",
                    "landingPage": "https://vt.tiktok.com/ZSXr6wsSr/?page=Mall&utm_source=tiktok&utm_medium=social&utm_content=_&utm_campaign=JWL+Sun+Voyage_CN009405_CF1954_BF0870_ID&utm_term=TikTok_Reach_CPM_Auc_NA_Prospecting_0826021",
                    "commentCount": 9,
                    "countryCodes": [
                      "ID"
                    ],
                    "objectiveKey": "campaign_objective_reach",
                    "patternLabels": []
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:tiktok-scraper/top-ads-filters": {
      "get": {
        "operationId": "social_media_tiktok_scraper_top_ads_filters",
        "summary": "Get Top Ads Filters",
        "description": "The country, industry, objective, language, pattern and period ids the top-ads filters accept.",
        "tags": [
          "TikTok Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/tiktok-scraper#reference-top-ads-filters"
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "periods": [
                      {
                        "id": "7",
                        "key": "seven_day",
                        "name": "Last 7 days"
                      },
                      {
                        "id": "30",
                        "key": "thirty_day",
                        "name": "Last 30 days"
                      },
                      {
                        "id": "180",
                        "key": "half_year",
                        "name": "Last 180 days"
                      }
                    ],
                    "patterns": [
                      {
                        "id": "10100100000",
                        "key": "pattern_label_10100100000",
                        "name": "pattern_label_10100100000"
                      },
                      {
                        "id": "10100101000",
                        "key": "pattern_label_10100101000",
                        "name": "pattern_label_10100101000"
                      },
                      {
                        "id": "10102100000",
                        "key": "pattern_label_10102100000",
                        "name": "pattern_label_10102100000"
                      },
                      {
                        "id": "10102101000",
                        "key": "pattern_label_10102101000",
                        "name": "pattern_label_10102101000"
                      },
                      {
                        "id": "10102102000",
                        "key": "pattern_label_10102102000",
                        "name": "pattern_label_10102102000"
                      },
                      {
                        "id": "10102103000",
                        "key": "pattern_label_10102103000",
                        "name": "pattern_label_10102103000"
                      },
                      {
                        "id": "10102104000",
                        "key": "pattern_label_10102104000",
                        "name": "pattern_label_10102104000"
                      },
                      {
                        "id": "10101102000",
                        "key": "pattern_label_10101102000",
                        "name": "pattern_label_10101102000"
                      }
                    ],
                    "countries": [
                      {
                        "id": "AR",
                        "key": "AR",
                        "name": "Argentina"
                      },
                      {
                        "id": "AU",
                        "key": "AU",
                        "name": "Australia"
                      },
                      {
                        "id": "BR",
                        "key": "BR",
                        "name": "Brazil"
                      },
                      {
                        "id": "CA",
                        "key": "CA",
                        "name": "Canada"
                      },
                      {
                        "id": "CO",
                        "key": "CO",
                        "name": "Colombia"
                      },
                      {
                        "id": "FR",
                        "key": "FR",
                        "name": "France"
                      },
                      {
                        "id": "DE",
                        "key": "DE",
                        "name": "Germany"
                      },
                      {
                        "id": "ID",
                        "key": "ID",
                        "name": "Indonesia"
                      }
                    ],
                    "industries": [
                      {
                        "id": "12105000000",
                        "key": "label_12105000000",
                        "name": "Baby Shoes",
                        "parentId": "12000000000"
                      },
                      {
                        "id": "15106000000",
                        "key": "label_15106000000",
                        "name": "Network Products",
                        "parentId": "15000000000"
                      },
                      {
                        "id": "25302000000",
                        "key": "label_25302000000",
                        "name": "Casino",
                        "parentId": "25000000000"
                      },
                      {
                        "id": "17103000000",
                        "key": "label_17103000000",
                        "name": "Hotels & Accommodation",
                        "parentId": "17000000000"
                      },
                      {
                        "id": "11999000000",
                        "key": "label_11999000000",
                        "name": "Other Vehicle & Transportation",
                        "parentId": "11000000000"
                      },
                      {
                        "id": "24104000000",
                        "key": "label_24104000000",
                        "name": "Electronics & Electrical",
                        "parentId": "24000000000"
                      },
                      {
                        "id": "15102000000",
                        "key": "label_15102000000",
                        "name": "Computers Components",
                        "parentId": "15000000000"
                      },
                      {
                        "id": "25000000000",
                        "key": "label_25000000000",
                        "name": "Games"
                      }
                    ],
                    "objectives": [
                      {
                        "id": "1",
                        "key": "campaign_objective_traffic",
                        "name": "Traffic",
                        "hasConversion": false
                      },
                      {
                        "id": "2",
                        "key": "campaign_objective_app_install",
                        "name": "App Installs",
                        "hasConversion": true
                      },
                      {
                        "id": "3",
                        "key": "campaign_objective_conversion",
                        "name": "Conversions",
                        "hasConversion": true
                      },
                      {
                        "id": "4",
                        "key": "campaign_objective_video_view",
                        "name": "Video Views",
                        "hasConversion": false
                      },
                      {
                        "id": "5",
                        "key": "campaign_objective_reach",
                        "name": "Reach",
                        "hasConversion": false
                      },
                      {
                        "id": "8",
                        "key": "campaign_objective_lead_generation",
                        "name": "Lead Generation",
                        "hasConversion": true
                      },
                      {
                        "id": "15",
                        "key": "campaign_objective_product_sales",
                        "name": "Product sales",
                        "hasConversion": false
                      }
                    ],
                    "adLanguages": [
                      {
                        "id": "en",
                        "key": "language_en",
                        "name": "language_en"
                      },
                      {
                        "id": "es",
                        "key": "language_es",
                        "name": "language_es"
                      },
                      {
                        "id": "ar",
                        "key": "language_ar",
                        "name": "language_ar"
                      },
                      {
                        "id": "vi",
                        "key": "language_vi",
                        "name": "language_vi"
                      },
                      {
                        "id": "th",
                        "key": "language_th",
                        "name": "language_th"
                      },
                      {
                        "id": "de",
                        "key": "language_de",
                        "name": "language_de"
                      },
                      {
                        "id": "id",
                        "key": "language_id",
                        "name": "language_id"
                      },
                      {
                        "id": "pt",
                        "key": "language_pt",
                        "name": "language_pt"
                      }
                    ]
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:twitter-syndication/tweet/{tweetId}": {
      "get": {
        "operationId": "social_media_twitter_syndication_tweet",
        "summary": "Tweet",
        "description": "Get embed information for a public tweet.",
        "tags": [
          "Tweet Embed"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/twitter-syndication#reference-tweet"
        },
        "parameters": [
          {
            "name": "tweetId",
            "in": "path",
            "required": true,
            "description": "Tweet ID (numeric) atau full twitter.com/x.com URL",
            "schema": {
              "type": "string",
              "example": "1626383461892841472"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": null
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:twitter-syndication/profile/{username}": {
      "get": {
        "operationId": "social_media_twitter_syndication_profile",
        "summary": "Get Profile Timeline",
        "description": "Profil X beserta tweet terbarunya, tanpa login.",
        "tags": [
          "Tweet Embed"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/twitter-syndication#reference-profile"
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "description": "X handle (with or without @) or a full x.com/twitter.com profile URL",
            "schema": {
              "type": "string",
              "example": "nasa"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "ok": true,
                    "user": {
                      "id": "11348282",
                      "url": "https://twitter.com/NASA",
                      "name": "NASA",
                      "avatar": "https://pbs.twimg.com/profile_images/1321163587679784960/0ZxKlEKB_normal.jpg",
                      "banner": "https://pbs.twimg.com/profile_banners/11348282/1775567134",
                      "username": "NASA",
                      "verified": true,
                      "createdAt": "Wed Dec 19 20:20:32 +0000 2007",
                      "protected": false,
                      "mediaCount": 28063,
                      "description": "Making the seemingly impossible, possible. ✨",
                      "listedCount": 96996,
                      "statusesCount": 74299,
                      "followersCount": 92246891,
                      "followingCount": 119,
                      "favouritesCount": 16904
                    },
                    "count": 20,
                    "tweets": [
                      {
                        "id": "2085320225776427457",
                        "url": "https://twitter.com/NASA/status/2085320225776427457",
                        "lang": "en",
                        "text": "LIVE: Time for a spacewalk! Watch as @Astro_Jessica and @Astro_Anil step outside the @Space_Station to prepare the orbiting lab for a new solar array. The spacewalk will begin around 8:35am ET (1235 UTC) and run for about six-and-a-half hours. https://t.co/2J3hlLGUEj",
                        "isReply": false,
                        "createdAt": "Thu Aug 06 11:00:59 +0000 2026",
                        "isRetweet": false,
                        "retweetOf": {},
                        "quoteCount": 8,
                        "replyCount": 64,
                        "retweetCount": 85,
                        "favoriteCount": 360,
                        "conversationId": "2085320225776427457",
                        "possiblySensitive": false
                      },
                      {
                        "id": "2085116299223425392",
                        "url": "https://twitter.com/NASA/status/2085116299223425392",
                        "lang": "en",
                        "text": "On Aug. 12, you have the chance to experience a total solar eclipse from anywhere in the world.\n\nStarting at 1:15pm ET (1715 UTC), we'll stream live as the Moon passes in front of the Sun, bringing the views and the science straight to you.\n\nGet safe viewing tips in this video. https://t.co/AMkUR50Fo7",
                        "media": [
                          {
                            "url": "https://pbs.twimg.com/media/HO_SOR-WYAAVT4J.jpg",
                            "type": "video",
                            "video": "https://video.twimg.com/amplify_video/2085116218021736448/vid/avc1/1280x720/Eh8miiwmo8s_CHWk.mp4?tag=14"
                          }
                        ],
                        "isReply": false,
                        "createdAt": "Wed Aug 05 21:30:39 +0000 2026",
                        "isRetweet": false,
                        "retweetOf": {},
                        "quoteCount": 126,
                        "replyCount": 205,
                        "retweetCount": 1885,
                        "favoriteCount": 7175,
                        "conversationId": "2085116299223425392",
                        "possiblySensitive": false
                      },
                      {
                        "id": "2085101081260904717",
                        "url": "https://twitter.com/NASA/status/2085101081260904717",
                        "lang": "en",
                        "text": "In the early hours of Wednesday, Aug. 5, a portion of a @SpaceX rocket impacted on the Moon's surface. In this video, we answer some of your questions. https://t.co/BhWcGfRYMO",
                        "media": [
                          {
                            "url": "https://pbs.twimg.com/media/HO_EYeIWMAAl-yw.png",
                            "type": "video",
                            "video": "https://video.twimg.com/amplify_video/2085101033903071233/vid/avc1/1280x720/NbDpoBdvreV6p1qW.mp4?tag=14"
                          }
                        ],
                        "isReply": false,
                        "createdAt": "Wed Aug 05 20:30:11 +0000 2026",
                        "isRetweet": false,
                        "retweetOf": {},
                        "quoteCount": 50,
                        "replyCount": 197,
                        "retweetCount": 416,
                        "favoriteCount": 2194,
                        "conversationId": "2085101081260904717",
                        "possiblySensitive": false
                      },
                      {
                        "id": "2085073186895311005",
                        "url": "https://twitter.com/NASA/status/2085073186895311005",
                        "lang": "en",
                        "text": "RT @NASAArtemis: Artemis III is taking shape 🚀\n\nFrom the Orion spacecraft coming together to key SLS (Space Launch System) hardware reachin…",
                        "isReply": false,
                        "createdAt": "Wed Aug 05 18:39:21 +0000 2026",
                        "isRetweet": true,
                        "retweetOf": {
                          "id": "2085070109249253669",
                          "username": "NASAArtemis"
                        },
                        "quoteCount": 0,
                        "replyCount": 0,
                        "retweetCount": 205,
                        "favoriteCount": 0,
                        "conversationId": "2085073186895311005",
                        "possiblySensitive": false
                      },
                      {
                        "id": "2085039845877879246",
                        "url": "https://twitter.com/NASA/status/2085039845877879246",
                        "lang": "en",
                        "text": "RT @NASAAdmin: For those interested in a spent booster impacting the lunar surface, this rare occurrence has decades of history, going back…",
                        "isReply": false,
                        "createdAt": "Wed Aug 05 16:26:52 +0000 2026",
                        "isRetweet": true,
                        "retweetOf": {
                          "id": "2085039026545758218",
                          "username": "NASAAdmin"
                        },
                        "quoteCount": 0,
                        "replyCount": 0,
                        "retweetCount": 592,
                        "favoriteCount": 0,
                        "conversationId": "2085039845877879246",
                        "possiblySensitive": false
                      },
                      {
                        "id": "2085033654846189941",
                        "url": "https://twitter.com/NASA/status/2085033654846189941",
                        "lang": "en",
                        "text": "What have we learned about Mars in the last fifty years? Our @Reddit AMA on Martian exploration is live — we'll be back to answer your questions at 2pm ET (1800 UTC): https://t.co/ksRiPBOFcN https://t.co/by1R73DDPN",
                        "media": [
                          {
                            "url": "https://pbs.twimg.com/media/HO-HDqzWEAECjlI.jpg",
                            "type": "photo"
                          }
                        ],
                        "isReply": false,
                        "createdAt": "Wed Aug 05 16:02:16 +0000 2026",
                        "isRetweet": false,
                        "retweetOf": {},
                        "quoteCount": 14,
                        "replyCount": 167,
                        "retweetCount": 336,
                        "favoriteCount": 2494,
                        "conversationId": "2085033654846189941",
                        "possiblySensitive": false
                      },
                      {
                        "id": "2084734580737634576",
                        "url": "https://twitter.com/NASA/status/2084734580737634576",
                        "lang": "en",
                        "text": "Lunar landers, assemble. In clean rooms across the country, commercial lunar landers are preparing for upcoming missions in support of @NASAMoonBase. https://t.co/FEr3zr7nhU",
                        "media": [
                          {
                            "url": "https://pbs.twimg.com/media/HO52IohWAAERmBy.jpg",
                            "type": "video",
                            "video": "https://video.twimg.com/amplify_video/2084731730880000000/vid/avc1/1920x1080/A0cYnykQL46G8plU.mp4"
                          }
                        ],
                        "isReply": false,
                        "createdAt": "Tue Aug 04 20:13:51 +0000 2026",
                        "isRetweet": false,
                        "retweetOf": {},
                        "quoteCount": 35,
                        "replyCount": 188,
                        "retweetCount": 566,
                        "favoriteCount": 3866,
                        "conversationId": "2084734580737634576",
                        "possiblySensitive": false
                      },
                      {
                        "id": "2084712464466190650",
                        "url": "https://twitter.com/NASA/status/2084712464466190650",
                        "lang": "en",
                        "text": "LIVE: After 241 days in orbit, @astro_ChrisW returned home on July 26. Tune in as he recaps his eight months on the @Space_Station. https://t.co/9QTA6pAKrC",
                        "isReply": false,
                        "createdAt": "Tue Aug 04 18:45:58 +0000 2026",
                        "isRetweet": false,
                        "retweetOf": {},
                        "quoteCount": 14,
                        "replyCount": 129,
                        "retweetCount": 224,
                        "favoriteCount": 1507,
                        "conversationId": "2084712464466190650",
                        "possiblySensitive": false
                      },
                      {
                        "id": "2084683703087698290",
                        "url": "https://twitter.com/NASA/status/2084683703087698290",
                        "lang": "en",
                        "text": "RT @NASAMoonBase: 🔓 Clean room access unlocked. \n\nFrom @blueorigin and @Firefly_Space to @Int_Machines and @voyagertech_, here’s an update…",
                        "isReply": false,
                        "createdAt": "Tue Aug 04 16:51:41 +0000 2026",
                        "isRetweet": true,
                        "retweetOf": {
                          "id": "2084681133116080578",
                          "username": "NASAMoonBase"
                        },
                        "quoteCount": 0,
                        "replyCount": 0,
                        "retweetCount": 428,
                        "favoriteCount": 0,
                        "conversationId": "2084683703087698290",
                        "possiblySensitive": false
                      },
                      {
                        "id": "2084662090506113377",
                        "url": "https://twitter.com/NASA/status/2084662090506113377",
                        "lang": "en",
                        "text": "We've been exploring Mars for 50 years. Come ask our scientists about it!\n\nJoin us on Wednesday, Aug. 5 for a @Reddit AMA on the past, present, and future of Martian exploration: https://t.co/ftUvBWHjKi https://t.co/M5fQnt83dd",
                        "media": [
                          {
                            "url": "https://pbs.twimg.com/media/HO41H8sWgAENCgt.jpg",
                            "type": "photo"
                          }
                        ],
                        "isReply": false,
                        "createdAt": "Tue Aug 04 15:25:48 +0000 2026",
                        "isRetweet": false,
                        "retweetOf": {},
                        "quoteCount": 49,
                        "replyCount": 268,
                        "retweetCount": 851,
                        "favoriteCount": 6813,
                        "conversationId": "2084662090506113377",
                        "possiblySensitive": false
                      },
                      {
                        "id": "2084377462004228223",
                        "url": "https://twitter.com/NASA/status/2084377462004228223",
                        "lang": "en",
                        "text": "RT @NASAaero: ✨ What sparked your love of flight? ✨\n\nCelebrate National Aviation Day on Aug. 19 by sharing your aviation story! ✈️❤️\n\nShare…",
                        "isReply": false,
                        "createdAt": "Mon Aug 03 20:34:47 +0000 2026",
                        "isRetweet": true,
                        "retweetOf": {
                          "id": "2084356383688831220",
                          "username": "NASAaero"
                        },
                        "quoteCount": 0,
                        "replyCount": 0,
                        "retweetCount": 38,
                        "favoriteCount": 0,
                        "conversationId": "2084377462004228223",
                        "possiblySensitive": false
                      },
                      {
                        "id": "2084359126121853051",
                        "url": "https://twitter.com/NASA/status/2084359126121853051",
                        "lang": "en",
                        "text": "Is your name part of our legacy of exploration and discovery?\n\nAhead of its launch later this month, we installed a plaque on @NASARoman holding an SD card with over one million submitted names, continuing our tradition of leaving humanity’s mark on the cosmos. https://t.co/44fIGjAXAb",
                        "media": [
                          {
                            "url": "https://pbs.twimg.com/media/HO0hlELWoAESoCS.jpg",
                            "type": "video",
                            "video": "https://video.twimg.com/amplify_video/2084359021016842240/vid/avc1/720x1280/Z80IHz1cHy_Xa2dF.mp4?tag=14"
                          }
                        ],
                        "isReply": false,
                        "createdAt": "Mon Aug 03 19:21:55 +0000 2026",
                        "isRetweet": false,
                        "retweetOf": {},
                        "quoteCount": 26,
                        "replyCount": 175,
                        "retweetCount": 315,
                        "favoriteCount": 1625,
                        "conversationId": "2084359126121853051",
                        "possiblySensitive": false
                      },
                      {
                        "id": "2084338672145465586",
                        "url": "https://twitter.com/NASA/status/2084338672145465586",
                        "lang": "en",
                        "text": "LIVE: Meet the members of Crew-13! Tune in as they talk about their upcoming journey, launching no earlier than mid-September. https://t.co/xAdlVA5fni",
                        "isReply": false,
                        "createdAt": "Mon Aug 03 18:00:39 +0000 2026",
                        "isRetweet": false,
                        "retweetOf": {},
                        "quoteCount": 14,
                        "replyCount": 101,
                        "retweetCount": 200,
                        "favoriteCount": 1263,
                        "conversationId": "2084338672145465586",
                        "possiblySensitive": false
                      },
                      {
                        "id": "2084308522221588976",
                        "url": "https://twitter.com/NASA/status/2084308522221588976",
                        "lang": "en",
                        "text": "LIVE: Crew-13 will be lifting off to the @Space_Station no earlier than mid-September. Tune in as leaders from NASA and agency partners give an overview of the mission. https://t.co/09NQaN6XtL",
                        "isReply": false,
                        "createdAt": "Mon Aug 03 16:00:50 +0000 2026",
                        "isRetweet": false,
                        "retweetOf": {},
                        "quoteCount": 16,
                        "replyCount": 183,
                        "retweetCount": 334,
                        "favoriteCount": 2009,
                        "conversationId": "2084308522221588976",
                        "possiblySensitive": false
                      },
                      {
                        "id": "2083317461269598348",
                        "url": "https://twitter.com/NASA/status/2083317461269598348",
                        "lang": "en",
                        "text": "RT @NASALangley: New @NASA wind tunnel alert 🚨✈️🚀\n \nCheck out some highlights from the opening of NASA Langley's Flight Dynamics Research F…",
                        "isReply": false,
                        "createdAt": "Fri Jul 31 22:22:43 +0000 2026",
                        "isRetweet": true,
                        "retweetOf": {
                          "id": "2083281738525028863",
                          "username": "NASALangley"
                        },
                        "quoteCount": 0,
                        "replyCount": 0,
                        "retweetCount": 95,
                        "favoriteCount": 0,
                        "conversationId": "2083317461269598348",
                        "possiblySensitive": false
                      },
                      {
                        "id": "2083302981907140799",
                        "url": "https://twitter.com/NASA/status/2083302981907140799",
                        "lang": "en",
                        "text": "Later this year, we'll be holding an event at @NASAKennedy to showcase American leadership in aviation, space exploration, and emerging technologies. Join us for a sneak preview on Friday, Aug. 14: https://t.co/XVQAapIx2y https://t.co/qZDAUCA0B8",
                        "media": [
                          {
                            "url": "https://pbs.twimg.com/media/HOlhBC3XEAAX5eh.jpg",
                            "type": "photo"
                          }
                        ],
                        "isReply": false,
                        "createdAt": "Fri Jul 31 21:25:11 +0000 2026",
                        "isRetweet": false,
                        "retweetOf": {},
                        "quoteCount": 7,
                        "replyCount": 153,
                        "retweetCount": 314,
                        "favoriteCount": 2027,
                        "conversationId": "2083302981907140799",
                        "possiblySensitive": false
                      },
                      {
                        "id": "2083296052283613303",
                        "url": "https://twitter.com/NASA/status/2083296052283613303",
                        "lang": "en",
                        "text": "The sky is full of excitement this month! You can look forward to seeing:\n- A lunar and solar eclipse\n- The Perseid meteor shower\n- Venus at its brightest\n\nLearn more about how to catch August’s celestial sights. https://t.co/4Tk2sQgUD1",
                        "media": [
                          {
                            "url": "https://pbs.twimg.com/media/HOlauDTWsAAYldS.jpg",
                            "type": "video",
                            "video": "https://video.twimg.com/amplify_video/2083295759718334465/vid/avc1/1280x720/D3xjHdrPFC88lCbZ.mp4?tag=14"
                          }
                        ],
                        "isReply": false,
                        "createdAt": "Fri Jul 31 20:57:39 +0000 2026",
                        "isRetweet": false,
                        "retweetOf": {},
                        "quoteCount": 68,
                        "replyCount": 163,
                        "retweetCount": 1221,
                        "favoriteCount": 5345,
                        "conversationId": "2083296052283613303",
                        "possiblySensitive": false
                      },
                      {
                        "id": "2083289440542208058",
                        "url": "https://twitter.com/NASA/status/2083289440542208058",
                        "lang": "en",
                        "text": "Meet our newest wind tunnel: The Flight Dynamics Research Facility (FDRF) 💨\n\nLocated at @NASALangley, the FDRF will play a role in developing experimental planes and future Moon and Mars missions. https://t.co/vn8GUwxiQi https://t.co/47gZMX61bj",
                        "media": [
                          {
                            "url": "https://pbs.twimg.com/media/HOlUtNaXkAAgBp-.jpg",
                            "type": "photo"
                          }
                        ],
                        "isReply": false,
                        "createdAt": "Fri Jul 31 20:31:22 +0000 2026",
                        "isRetweet": false,
                        "retweetOf": {},
                        "quoteCount": 17,
                        "replyCount": 112,
                        "retweetCount": 267,
                        "favoriteCount": 1861,
                        "conversationId": "2083289440542208058",
                        "possiblySensitive": false
                      },
                      {
                        "id": "2083275297734996299",
                        "url": "https://twitter.com/NASA/status/2083275297734996299",
                        "lang": "en",
                        "text": "RT @NASASpox: Across the world, in the skies, and beyond, here’s the latest in your NASA Minute:\n\n🇬🇧 Farnborough Air Show\n✈️ Oshkosh\n🌏 @Ast…",
                        "isReply": false,
                        "createdAt": "Fri Jul 31 19:35:11 +0000 2026",
                        "isRetweet": true,
                        "retweetOf": {
                          "id": "2083274306977726473",
                          "username": "NASASpox"
                        },
                        "quoteCount": 0,
                        "replyCount": 0,
                        "retweetCount": 69,
                        "favoriteCount": 0,
                        "conversationId": "2083275297734996299",
                        "possiblySensitive": false
                      },
                      {
                        "id": "2083256739537805727",
                        "url": "https://twitter.com/NASA/status/2083256739537805727",
                        "lang": "en",
                        "text": "RT @NASALangley: It’s official! @NASA’s newest wind tunnel is now open ✅🎉\n \nThe Flight Dynamics Research Facility at NASA Langley will help…",
                        "isReply": false,
                        "createdAt": "Fri Jul 31 18:21:26 +0000 2026",
                        "isRetweet": true,
                        "retweetOf": {
                          "id": "2083248829151772836",
                          "username": "NASALangley"
                        },
                        "quoteCount": 0,
                        "replyCount": 0,
                        "retweetCount": 68,
                        "favoriteCount": 0,
                        "conversationId": "2083256739537805727",
                        "possiblySensitive": false
                      }
                    ]
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:whatsapp/profile": {
      "get": {
        "operationId": "social_media_whatsapp_profile",
        "summary": "Get profile",
        "description": "",
        "tags": [
          "WhatsApp Bussines Profile"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/whatsapp#reference-profile"
        },
        "parameters": [
          {
            "name": "number",
            "in": "query",
            "required": true,
            "description": "Nomor WhatsApp dengan kode negara, hanya angka",
            "schema": {
              "type": "string",
              "example": "6287833764462"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "link": "https://wa.me/6287833764462",
                    "name": "Zaileys",
                    "number": "6287833764462",
                    "accountType": "Akun Bisnis",
                    "profilePhoto": "https://pps.whatsapp.net/v/t61.24694-24/432314569_2676781202495455_7260058970300294157_n.jpg?ccb=11-4&oh=01_Q5Aa4gGu8wPG9F6t1jLUnOLSDYeIpwtpBgshnvD3ug4QkjmN8A&oe=6A1C527D&_nc_sid=5e03e0&_nc_cat=103"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:youtube-scraper/profile/{channel}": {
      "get": {
        "operationId": "social_media_youtube_scraper_profile",
        "summary": "Get User Profile",
        "description": "",
        "tags": [
          "Youtube Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/youtube-scraper#reference-profile"
        },
        "parameters": [
          {
            "name": "channel",
            "in": "path",
            "required": true,
            "description": "Channel handle (@user), channel ID (UCxxx), atau full YouTube URL",
            "schema": {
              "type": "string",
              "example": "MrBeast"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": "{\"url\": \"https://www.youtube.com/@MrBeast\", \"title\": \"MrBeast\", \"avatar\": \"https://yt3.googleusercontent.com/nxYrc_1_2f77DoBadyxMTmv7ZpRZapHR5jbuYe7PlPd5cIRJxtNNEYyOC0ZsxaDyJJzXrnJiuDE=s900-c-k-c0x00ffffff-no-rj\", \"banner\": \"https://yt3.googleusercontent.com/mHMO_eEMp0dPvh0ADwXhPXNYb_GnjSVsLI8biqF1CpxT8OPl7izhNQsDPD3JHhd5y5Mg9GrP=w1060-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj\", \"handle\": \"@MrBeast\", \"rssUrl\": \"https://www.youtube.com/feeds/videos.xml?channel_id=UCX6OQ3DkcsbYNE6H8uQQuVA\", \"country\": \"PT\", \"keywords\": \"mrbeast6000 beast mrbeast Mr.Beast mr\", \"verified\": true, \"channelId\": \"UCX6OQ3DkcsbYNE6H8uQQuVA\", \"vanityUrl\": \"http://www.youtube.com/@MrBeast\", \"familySafe\": true, \"videoCount\": 982, \"description\": \"SUBSCRIBE FOR A COOKIE!\\\nNew MrBeast or MrBeast Gaming video every single Saturday at noon eastern time!\\\nAccomplishments:\\\n- Raised $20,000,000 To Plant 20,000,000 Trees\\\n- Removed 30,000,000 pounds of trash from the ocean\\\n- Helped 2,000 people walk again\\\n- Helped 1,000 blind people see\\\n- Helped 1,000 deaf people hear\\\n- Built wells in Africa\\\n- Built and gave away 100 houses\\\n- Adopted every dog in a shelter (twice)\\\n- Given millions to charity\\\n- Started my own snack company Feastables\\\n- Started my own software company Viewstats\\\n- Gave away a private island (twice)\\\n- Gave away 1 million meals\\\n- I counted to 100k\\\n- Ran a marathon in the world's largest shoes\\\n- Survived 50 hours in Antarctica\\\n- Recreated Squid Game in real life\\\n- Created the largest competition show with 1000 people (Beast Games)\\\n- Gave $5,000,000 to one person\\\n\\\nTerms & Conditions of Current Sweepstakes: \\\nhttps://mrb.gg/bow-and-arrow\\\nhttps://bit.ly/MrB_Birthday_YT\\\nhttps://bit.ly/MrB_Cash_Giveaway\\\n\\\n\\\n\", \"subscriberText\": \"489M subscribers\", \"videoCountText\": \"982 videos\", \"subscriberCount\": 489000000}"
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:youtube-scraper/videos/{channel}": {
      "get": {
        "operationId": "social_media_youtube_scraper_videos",
        "summary": "Get User Videos",
        "description": "",
        "tags": [
          "Youtube Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/youtube-scraper#reference-videos"
        },
        "parameters": [
          {
            "name": "channel",
            "in": "path",
            "required": true,
            "description": "Channel handle (@user), channel ID (UCxxx), atau full YouTube URL",
            "schema": {
              "type": "string",
              "example": "MrBeast"
            }
          },
          {
            "name": "tab",
            "in": "query",
            "required": false,
            "description": "Tab yang di-scrape. Default 'videos'. Cursor TIDAK kompatibel antar-tab",
            "schema": {
              "type": "string",
              "enum": [
                "videos",
                "shorts",
                "streams"
              ]
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Nomor halaman. Default 1, max 50. Per page ~30 video",
            "schema": {
              "type": "number"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "tab": "videos",
                    "page": 1,
                    "count": 30,
                    "videos": [
                      {
                        "url": "https://www.youtube.com/watch?v=AaMdXZMvT3w",
                        "title": "Survive 30 Days On An Island With Your Ex, Win $250,000",
                        "videoId": "AaMdXZMvT3w",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/AaMdXZMvT3w/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAfwDXsWdeKhhuSk9s8s1TnaZVv0Q",
                        "viewCount": 65000000,
                        "viewCountText": "65M views",
                        "publishedTimeText": "6 days ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=6Zy5VLcEbZc",
                        "title": "I Stranded 100 People In The Wilderness For $250,000",
                        "videoId": "6Zy5VLcEbZc",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/6Zy5VLcEbZc/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDXMEvwxFyL_olBjmhazAn6BR96jw",
                        "viewCount": 110000000,
                        "viewCountText": "110M views",
                        "publishedTimeText": "2 weeks ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=zRtGL0-5rg4",
                        "title": "Last To Leave Grocery Store, Wins $250,000",
                        "videoId": "zRtGL0-5rg4",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/zRtGL0-5rg4/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAG-ou5PizjilKG7ZXLg61ZkWF6-g",
                        "viewCount": 140000000,
                        "viewCountText": "140M views",
                        "publishedTimeText": "1 month ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=DXVHmGoCTco",
                        "title": "50 Streamers Fight for $1,000,000",
                        "videoId": "DXVHmGoCTco",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/DXVHmGoCTco/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCOo6Lu-He-uJtcu8HYejBJjAkawA",
                        "viewCount": 106000000,
                        "viewCountText": "106M views",
                        "publishedTimeText": "1 month ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=JFtlf8RoPZY",
                        "title": "Trapped On An Island Until I Build A Boat",
                        "videoId": "JFtlf8RoPZY",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/JFtlf8RoPZY/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLB8zfvjM91iNh7b5FgbBgfpJi2gCQ",
                        "viewCount": 125000000,
                        "viewCountText": "125M views",
                        "publishedTimeText": "2 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=AoN1K4c7VKE",
                        "title": "Survive 30 Days Stranded With Your Ex, Win $250,000",
                        "videoId": "AoN1K4c7VKE",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/AoN1K4c7VKE/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAIxfZycVtQCfCMBvJI2ykXGTkK5A",
                        "viewCount": 124000000,
                        "viewCountText": "124M views",
                        "publishedTimeText": "2 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=5OLs1GWB4OA",
                        "title": "I Built 10 Schools Around The World",
                        "videoId": "5OLs1GWB4OA",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/5OLs1GWB4OA/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCElg0QN--OQchoCNCONvsplGms2w",
                        "viewCount": 65000000,
                        "viewCountText": "65M views",
                        "publishedTimeText": "3 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=9WEQts7b8Pw",
                        "title": "Ages 1 - 100 Race For $250,000!",
                        "videoId": "9WEQts7b8Pw",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/9WEQts7b8Pw/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDR7T1AN69eipviFYIENdovD6PWNQ",
                        "viewCount": 113000000,
                        "viewCountText": "113M views",
                        "publishedTimeText": "3 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=pAnGwRiQ4-4",
                        "title": "$1 vs $1,000,000,000 Futuristic Tech!",
                        "videoId": "pAnGwRiQ4-4",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/pAnGwRiQ4-4/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBC9u06CDWh10EBWu7jIimoNZSY3A",
                        "viewCount": 143000000,
                        "viewCountText": "143M views",
                        "publishedTimeText": "3 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=QJI0an6irrA",
                        "title": "30 Celebrities Fight For $1,000,000!",
                        "videoId": "QJI0an6irrA",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/QJI0an6irrA/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLC5QU6oWI0KN_-xQHuD0H2jKwGiNQ",
                        "viewCount": 125000000,
                        "viewCountText": "125M views",
                        "publishedTimeText": "4 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=ZFoNBxpXen4",
                        "title": "Survive 30 Days Trapped In The Sky, Win $250,000",
                        "videoId": "ZFoNBxpXen4",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/ZFoNBxpXen4/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAaVahxiPm84L2HjnDnDCLezbrQ-w",
                        "viewCount": 187000000,
                        "viewCountText": "187M views",
                        "publishedTimeText": "5 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=8bMh8azh3CY",
                        "title": "100 Pilots Fight For A Private Jet",
                        "videoId": "8bMh8azh3CY",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/8bMh8azh3CY/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLASZJffUcdvpY9eLlJXIE5eYBpKHw",
                        "viewCount": 147000000,
                        "viewCountText": "147M views",
                        "publishedTimeText": "5 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=Ah_uuTwGOYU",
                        "title": "World's Strongest Man Vs Robot",
                        "videoId": "Ah_uuTwGOYU",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/Ah_uuTwGOYU/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDzk2JzQAtN4WfALIHvhVfkEHZWiQ",
                        "viewCount": 126000000,
                        "viewCountText": "126M views",
                        "publishedTimeText": "6 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=3RmOvxilbPM",
                        "title": "100 People Vs World’s Biggest Trap!",
                        "videoId": "3RmOvxilbPM",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/3RmOvxilbPM/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBPgyc2RUn5SbLtczgCoztzeMhA7A",
                        "viewCount": 117000000,
                        "viewCountText": "117M views",
                        "publishedTimeText": "6 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=Oo9EbArcQ1c",
                        "title": "I Saved 1,000 Animals From Dying",
                        "videoId": "Oo9EbArcQ1c",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/Oo9EbArcQ1c/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAKvRjYa2ztaUHNMVBbkTL-AiSPRw",
                        "viewCount": 193000000,
                        "viewCountText": "193M views",
                        "publishedTimeText": "6 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=oBXSvS2QKxU",
                        "title": "100 Kids Vs World's Strongest Man!",
                        "videoId": "oBXSvS2QKxU",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/oBXSvS2QKxU/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLB2ct5d_UO9blKrwp4MEA1b7SDS6Q",
                        "viewCount": 174000000,
                        "viewCountText": "174M views",
                        "publishedTimeText": "7 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=F0OkwXKcPSE",
                        "title": "Hi Me In 10 Years",
                        "videoId": "F0OkwXKcPSE",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/F0OkwXKcPSE/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBycpW8aNKVbVVFg-rn5ZyNaoV3Fw",
                        "viewCount": 61000000,
                        "viewCountText": "61M views",
                        "publishedTimeText": "7 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=zo7i8VTpfNM",
                        "title": "How Much Would You Risk For $500,000?",
                        "videoId": "zo7i8VTpfNM",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/zo7i8VTpfNM/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDuJbldXYVc4g5VzhGrAG6RiMWbVw",
                        "viewCount": 133000000,
                        "viewCountText": "133M views",
                        "publishedTimeText": "7 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=4l97aNza_Zc",
                        "title": "Survive 30 Days Chained To Your Ex, Win $250,000",
                        "videoId": "4l97aNza_Zc",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/4l97aNza_Zc/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDHSELbFfzaC-mwHTJIXkMgeIRKew",
                        "viewCount": 232000000,
                        "viewCountText": "232M views",
                        "publishedTimeText": "8 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=_AbFXuGDRTs",
                        "title": "$1 vs $1,000,000,000 Nuclear Bunker!",
                        "videoId": "_AbFXuGDRTs",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/_AbFXuGDRTs/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCbgvNE5R2tWR1o2gDxgLTWADMFXg",
                        "viewCount": 170000000,
                        "viewCountText": "170M views",
                        "publishedTimeText": "8 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=TDv56whosPQ",
                        "title": "Survive 100 Days In Prison, Win $500,000",
                        "videoId": "TDv56whosPQ",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/TDv56whosPQ/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAunggiesF5IDBQnVm_VZQ0iVFGBQ",
                        "viewCount": 157000000,
                        "viewCountText": "157M views",
                        "publishedTimeText": "9 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=Z4hVGCWH1Kc",
                        "title": "2,000,000 People Get Clean Water For The First Time!",
                        "videoId": "Z4hVGCWH1Kc",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/Z4hVGCWH1Kc/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCHHKcC19HF3E_0cSRPLXrNnbvYyg",
                        "viewCount": 110000000,
                        "viewCountText": "110M views",
                        "publishedTimeText": "9 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=pzBi1nwDn8U",
                        "title": "Survive 100 Days Trapped In A Private Jet, Keep It",
                        "videoId": "pzBi1nwDn8U",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/pzBi1nwDn8U/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAuEYLA7MyZqOMC6nxk1moDNh4p8Q",
                        "viewCount": 142000000,
                        "viewCountText": "142M views",
                        "publishedTimeText": "10 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=FWAdfuPpLOc",
                        "title": "World's Fastest Car Vs Cheetah!",
                        "videoId": "FWAdfuPpLOc",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/FWAdfuPpLOc/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBg6VDW1zppEIBdxCt_mwN53TqIjQ",
                        "viewCount": 230000000,
                        "viewCountText": "230M views",
                        "publishedTimeText": "10 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=pe_ejTiIcSs",
                        "title": "Lose 100 LBs, Win $250,000!",
                        "videoId": "pe_ejTiIcSs",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/pe_ejTiIcSs/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLD-0tP-A3AYTeV8-Q_SvByb1cjKJQ",
                        "viewCount": 249000000,
                        "viewCountText": "249M views",
                        "publishedTimeText": "11 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=hTSaweR8qMI",
                        "title": "$1 vs $500,000 Date",
                        "videoId": "hTSaweR8qMI",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/hTSaweR8qMI/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDJ89V20cDFLNpP6g1aP9qnbExkdA",
                        "viewCount": 182000000,
                        "viewCountText": "182M views",
                        "publishedTimeText": "11 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=DZIASl9q90s",
                        "title": "Beat Neymar, Win $500,000",
                        "videoId": "DZIASl9q90s",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/DZIASl9q90s/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLD28HJkOXjkxwABBM3sSFNNQG6Nxw",
                        "viewCount": 159000000,
                        "viewCountText": "159M views",
                        "publishedTimeText": "11 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=-4GmbBoYQjE",
                        "title": "I Survived 100 Hours In An Ancient Temple",
                        "videoId": "-4GmbBoYQjE",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/-4GmbBoYQjE/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLB2FwJ31sRq7Dl8jH7_36_Z2c7n8g",
                        "viewCount": 135000000,
                        "viewCountText": "135M views",
                        "publishedTimeText": "1 year ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=uyiG6uw-6pA",
                        "title": "Would You Risk Drowning for $500,000?",
                        "videoId": "uyiG6uw-6pA",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/uyiG6uw-6pA/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBXVU0RFPfzUyl1fM1L4_gx3R0SDA",
                        "viewCount": 211000000,
                        "viewCountText": "211M views",
                        "publishedTimeText": "1 year ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=figrl0aOULs",
                        "title": "Click This Video To Feed 1 Person",
                        "videoId": "figrl0aOULs",
                        "duration": 0,
                        "thumbnail": "https://i.ytimg.com/vi/figrl0aOULs/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBw2NhfbHvXwYLXbCx5xrkYpi_FBA",
                        "viewCount": 77000000,
                        "viewCountText": "77M views",
                        "publishedTimeText": "1 year ago"
                      }
                    ],
                    "channel": {
                      "title": "MrBeast",
                      "handle": "@MrBeast",
                      "channelId": "UCX6OQ3DkcsbYNE6H8uQQuVA"
                    },
                    "hasMore": true,
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:youtube-scraper/video/{id}": {
      "get": {
        "operationId": "social_media_youtube_scraper_video",
        "summary": "Get Video Detail",
        "description": "",
        "tags": [
          "Youtube Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/youtube-scraper#reference-video"
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "description": "Video ID (11 chars) atau full YouTube URL (watch, shorts, youtu.be)",
            "schema": {
              "type": "string",
              "example": "dQw4w9WgXcQ"
            }
          },
          {
            "name": "url",
            "in": "query",
            "required": false,
            "description": "Full YouTube video URL — alias untuk id (dipakai bulk async scraping)",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": "{\"url\": \"https://www.youtube.com/watch?v=dQw4w9WgXcQ\", \"tags\": [], \"title\": \"Rick Astley - Never Gonna Give You Up (Official Video) (4K Remaster)\", \"isLive\": false, \"channel\": {\"name\": \"Rick Astley\", \"avatar\": \"https://yt3.ggpht.com/MOWpaiGJdgN4aKMI-NGQLL4jMVP3aDORlQpOBWooi0GSE2TGt4_9ncyepk1pCh-yWQ795AhPbw=s176-c-k-c0x00ffffff-no-rj\", \"handle\": \"@RickAstleyYT\", \"channelId\": \"UCuAXFkgsw1L7xaCfnd5JJOw\", \"subscriberCount\": 4500000, \"subscriberCountText\": \"4.5M subscribers\"}, \"videoId\": \"dQw4w9WgXcQ\", \"captions\": [{\"name\": \"English\", \"language\": \"en\", \"isAutoGenerated\": false}, {\"name\": \"English (auto-generated)\", \"language\": \"en\", \"isAutoGenerated\": true}, {\"name\": \"German (Germany)\", \"language\": \"de-DE\", \"isAutoGenerated\": false}, {\"name\": \"Japanese\", \"language\": \"ja\", \"isAutoGenerated\": false}, {\"name\": \"Portuguese (Brazil)\", \"language\": \"pt-BR\", \"isAutoGenerated\": false}, {\"name\": \"Spanish (Latin America)\", \"language\": \"es-419\", \"isAutoGenerated\": false}], \"category\": \"Music\", \"duration\": 213, \"keywords\": [\"rick astley\", \"Never Gonna Give You Up\", \"nggyu\", \"never gonna give you up lyrics\", \"rick rolled\", \"Rick Roll\", \"rick astley official\", \"rickrolled\", \"Fortnite song\", \"Fortnite event\", \"Fortnite dance\", \"fortnite never gonna give you up\", \"rick roll\", \"rickrolling\", \"rick rolling\", \"never gonna give you up\", \"80s music\", \"rick astley new\", \"animated video\", \"rickroll\", \"meme songs\", \"never gonna give u up lyrics\", \"Rick Astley 2022\", \"never gonna let you down\", \"animated\", \"rick rolls 2022\", \"never gonna give you up karaoke\"], \"isPrivate\": false, \"likeCount\": 19111621, \"thumbnail\": \"https://i.ytimg.com/vi_webp/dQw4w9WgXcQ/maxresdefault.webp\", \"viewCount\": 1775242717, \"hasCaption\": true, \"isUnlisted\": false, \"uploadDate\": \"2009-10-24T23:57:33-07:00\", \"description\": \"The official video for “Never Gonna Give You Up” by Rick Astley. \\\n\\\nNever: The Autobiography 📚 OUT NOW! \\\nFollow this link to get your copy and listen to Rick’s ‘Never’ playlist ❤️ #RickAstleyNever\\\nhttps://linktr.ee/rickastleynever\\\n\\\n“Never Gonna Give You Up” was a global smash on its release in July 1987, topping the charts in 25 countries including Rick’s native UK and the US Billboard Hot 100.  It also won the Brit Award for Best single in 1988. Stock Aitken and Waterman wrote and produced the track which was the lead-off single and lead track from Rick’s debut LP “Whenever You Need Somebody”.  The album was itself a UK number one and would go on to sell over 15 million copies worldwide.\\\n\\\nThe legendary video was directed by Simon West – who later went on to make Hollywood blockbusters such as Con Air, Lara Croft – Tomb Raider and The Expendables 2.  The video passed the 1bn YouTube views milestone on 28 July 2021.\\\n\\\nSubscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID\\\n\\\nFollow Rick Astley:\\\nFacebook: https://RickAstley.lnk.to/FBFollowID \\\nTwitter: https://RickAstley.lnk.to/TwitterID \\\nInstagram: https://RickAstley.lnk.to/InstagramID \\\nWebsite: https://RickAstley.lnk.to/storeID \\\nTikTok: https://RickAstley.lnk.to/TikTokID\\\n\\\nListen to Rick Astley:\\\nSpotify: https://RickAstley.lnk.to/SpotifyID \\\nApple Music: https://RickAstley.lnk.to/AppleMusicID \\\nAmazon Music: https://RickAstley.lnk.to/AmazonMusicID \\\nDeezer: https://RickAstley.lnk.to/DeezerID \\\n\\\nLyrics:\\\nWe’re no strangers to love\\\nYou know the rules and so do I\\\nA full commitment’s what I’m thinking of\\\nYou wouldn’t get this from any other guy\\\n\\\nI just wanna tell you how I’m feeling\\\nGotta make you understand\\\n\\\nNever gonna give you up\\\nNever gonna let you down\\\nNever gonna run around and desert you\\\nNever gonna make you cry\\\nNever gonna say goodbye\\\nNever gonna tell a lie and hurt you\\\n\\\nWe’ve known each other for so long\\\nYour heart’s been aching but you’re too shy to say it\\\nInside we both know what’s been going on\\\nWe know the game and we’re gonna play it\\\n\\\nAnd if you ask me how I’m feeling\\\nDon’t tell me you’re too blind to see\\\n\\\nNever gonna give you up\\\nNever gonna let you down\\\nNever gonna run around and desert you\\\nNever gonna make you cry\\\nNever gonna say goodbye\\\nNever gonna tell a lie and hurt you\\\n\\\n#RickAstley #NeverGonnaGiveYouUp #WheneverYouNeedSomebody #OfficialMusicVideo\", \"publishDate\": \"2009-10-24T23:57:33-07:00\", \"allowRatings\": true, \"isFamilySafe\": true, \"likeCountText\": \"19M\", \"availableCountries\": [\"AD\", \"AE\", \"AF\", \"AG\", \"AI\", \"AL\", \"AM\", \"AO\", \"AQ\", \"AR\", \"AS\", \"AT\", \"AU\", \"AW\", \"AX\", \"AZ\", \"BA\", \"BB\", \"BD\", \"BE\", \"BF\", \"BG\", \"BH\", \"BI\", \"BJ\", \"BL\", \"BM\", \"BN\", \"BO\", \"BQ\", \"BR\", \"BS\", \"BT\", \"BV\", \"BW\", \"BY\", \"BZ\", \"CA\", \"CC\", \"CD\", \"CF\", \"CG\", \"CH\", \"CI\", \"CK\", \"CL\", \"CM\", \"CN\", \"CO\", \"CR\", \"CU\", \"CV\", \"CW\", \"CX\", \"CY\", \"CZ\", \"DE\", \"DJ\", \"DK\", \"DM\", \"DO\", \"DZ\", \"EC\", \"EE\", \"EG\", \"EH\", \"ER\", \"ES\", \"ET\", \"FI\", \"FJ\", \"FK\", \"FM\", \"FO\", \"FR\", \"GA\", \"GB\", \"GD\", \"GE\", \"GF\", \"GG\", \"GH\", \"GI\", \"GL\", \"GM\", \"GN\", \"GP\", \"GQ\", \"GR\", \"GS\", \"GT\", \"GU\", \"GW\", \"GY\", \"HK\", \"HM\", \"HN\", \"HR\", \"HT\", \"HU\", \"ID\", \"IE\", \"IL\", \"IM\", \"IN\", \"IO\", \"IQ\", \"IR\", \"IS\", \"IT\", \"JE\", \"JM\", \"JO\", \"JP\", \"KE\", \"KG\", \"KH\", \"KI\", \"KM\", \"KN\", \"KP\", \"KR\", \"KW\", \"KY\", \"KZ\", \"LA\", \"LB\", \"LC\", \"LI\", \"LK\", \"LR\", \"LS\", \"LT\", \"LU\", \"LV\", \"LY\", \"MA\", \"MC\", \"MD\", \"ME\", \"MF\", \"MG\", \"MH\", \"MK\", \"ML\", \"MM\", \"MN\", \"MO\", \"MP\", \"MQ\", \"MR\", \"MS\", \"MT\", \"MU\", \"MV\", \"MW\", \"MX\", \"MY\", \"MZ\", \"NA\", \"NC\", \"NE\", \"NF\", \"NG\", \"NI\", \"NL\", \"NO\", \"NP\", \"NR\", \"NU\", \"NZ\", \"OM\", \"PA\", \"PE\", \"PF\", \"PG\", \"PH\", \"PK\", \"PL\", \"PM\", \"PN\", \"PR\", \"PS\", \"PT\", \"PW\", \"PY\", \"QA\", \"RE\", \"RO\", \"RS\", \"RU\", \"RW\", \"SA\", \"SB\", \"SC\", \"SD\", \"SE\", \"SG\", \"SH\", \"SI\", \"SJ\", \"SK\", \"SL\", \"SM\", \"SN\", \"SO\", \"SR\", \"SS\", \"ST\", \"SV\", \"SX\", \"SY\", \"SZ\", \"TC\", \"TD\", \"TF\", \"TG\", \"TH\", \"TJ\", \"TK\", \"TL\", \"TM\", \"TN\", \"TO\", \"TR\", \"TT\", \"TV\", \"TW\", \"TZ\", \"UA\", \"UG\", \"UM\", \"US\", \"UY\", \"UZ\", \"VA\", \"VC\", \"VE\", \"VG\", \"VI\", \"VN\", \"VU\", \"WF\", \"WS\", \"YE\", \"YT\", \"ZA\", \"ZM\", \"ZW\"]}"
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:youtube-scraper/comments/{id}": {
      "get": {
        "operationId": "social_media_youtube_scraper_comments",
        "summary": "Get Video Comments",
        "description": "",
        "tags": [
          "Youtube Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/youtube-scraper#reference-comments"
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "description": "Video ID (11-char) atau full YouTube URL",
            "schema": {
              "type": "string",
              "example": "dQw4w9WgXcQ"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Nomor halaman. Default 1, max 50. Per page ~20 komentar",
            "schema": {
              "type": "number"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 20,
                    "hasMore": true,
                    "videoId": "dQw4w9WgXcQ",
                    "comments": [
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/3s6evpqAiDU9tQR4sC2siJippbH2RWVPnwHgyl4V0th2iuQz0VDQZbUhQBGmsxLYo-mjG6TqZQ=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCBR8-60-B28hp2BmDPdntcQ",
                          "isCreator": false,
                          "isVerified": true,
                          "displayName": "@YouTube"
                        },
                        "content": "can confirm: he never gave us up",
                        "commentId": "Ugzge340dBgB75hWBm54AaABAg",
                        "likeCount": 243000,
                        "replyCount": 1000,
                        "replyLevel": 0,
                        "likeCountText": "243K",
                        "replyCountText": "1K",
                        "publishedTimeText": "1 year ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/ytc/AIdro_l_cdb12iEvfbconWqKW89iqSh69jL-NdmjZIuXCkr9Yg3iLzKFdf8SG32lYrR3AmrM9A=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCc4EU495shmfFPGMtoth0cQ",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@Sarah-x3j3z"
                        },
                        "content": "🇫🇷🇫🇷🇫🇷🇫🇷🇫🇷🍾🥂🎄💕😍👍🏻👌🏻🥰🥰🥰🥳😘🇫🇷🇫🇷🇫🇷",
                        "commentId": "Ugz_UZfwxElvwKkPfkl4AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "2 minutes ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/WG1XhzebAPM055lM0LsEgtxNxirp0UMkvCQ0Us399-evEbG-K53F8pdUxwlq9dbleDo_qEfshMM=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UC2icBtNHVnZL591ZoIpTrMQ",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@Hishamisgoodturbotrubo"
                        },
                        "content": "Get rickrolled",
                        "commentId": "UgxVqhrNBP9d4R0Zi_x4AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "6 minutes ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/05jLPuZhjgwZCr0oNl9Wtx8zVSHi3ejdZVdddKFycyGClM-uuFfmsUGeeJPUeoOuZABnyKWVoZ8=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCBoyZiko00p7l3a-58FItag",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@kaliellileo"
                        },
                        "content": "YOU RICK ROLLED US",
                        "commentId": "Ugy4sKV1Cwg2ICyPrUh4AaABAg",
                        "likeCount": 1,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": "1",
                        "publishedTimeText": "28 minutes ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/IO3pA-tkr2vgpCQYY3n6a7mWTlnmOczM3dCjSpgSVflWW_gAruonmle7DoYQzlEM8ChhdaPppg=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCHTyWVXc9MSoa-HeJEYgaRA",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@Caatsan67"
                        },
                        "content": "Mmml",
                        "commentId": "UgzR-Rqh7E3luffN9CV4AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "30 minutes ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/mhHx6IA3NnL2IiCsDqjMHRfpkP2-ULkqExeMwH_Z_Cj1oDf88hSH-KJXYLuO2BeKMpuO9I4mPQ=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCvzzo1xpaDkqsN2GLN0dzvg",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@talkingthomas8593"
                        },
                        "content": "Qr code got me lol",
                        "commentId": "UgwQDnwbF8p7HOteADd4AaABAg",
                        "likeCount": 1,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": "1",
                        "publishedTimeText": "36 minutes ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/d41K7CSzWA4zEMzWt-GA1TveRtLpCaENLPVpS5lAnEVXPckhuN2rhWV6NiwYmrSWRwwueEqUXQ=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCaZ2DLlcWIhDNsUHBs3HC8w",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@LennyBayark"
                        },
                        "content": "Who is watchinhg this RIGHT NOW???",
                        "commentId": "Ugwv26AdyYHM0aM6iIZ4AaABAg",
                        "likeCount": 6,
                        "replyCount": 2,
                        "replyLevel": 0,
                        "likeCountText": "6",
                        "replyCountText": "2",
                        "publishedTimeText": "59 minutes ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/ytc/AIdro_ncYpD_cxZnjNjiKkdFQw19OFJP7K5nT5P2umAYzDptQa8=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCA_jgimnNd_asKH_DURQVJQ",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@roxannebjork3072"
                        },
                        "content": "0:43",
                        "commentId": "UgwCl8i29td0fEVbrwV4AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "1 hour ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/hiUtMSJUUUeTtCaBqLJT6KCPWpFdxIGpe3wVJqAMEkrWNv5iTQz9HQzx95UaX7KNnzrPIZF3yA=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCXjUq6IFT6geTVWfNOO8rKw",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@LAE_gene"
                        },
                        "content": "✨✨✨",
                        "commentId": "UgwVkxQBobQxR2YZQJ14AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "1 hour ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/-ILwqblTNcGdhcgN7bmIgKSoj8mcIaoi-jWXkQPzn78oiG3JvCUzjnulGQX38Ncc03r0v3WLmQ=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCarvjjvj9LLV0wtZzmPMAmw",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@editzone1912"
                        },
                        "content": "playing gta 6 secret dev realese",
                        "commentId": "UgyPFmXggS3ITSCYUy94AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "1 hour ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/ytc/AIdro_kQb66_r-tkBEn2iZDFhJ2GG4iHBNhSUfLuMmYXH4kfLpzB1eRO46tXEjwegiB59Ph2gg=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCjR6iQ3WOBFZYd-oJN0yyow",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@RichaVarma-u7k"
                        },
                        "content": "BRO 1.7 BILLION VIEWS!!! Almost half of the population got rickrolled",
                        "commentId": "UgzGwD1NA99mdkU8dtd4AaABAg",
                        "likeCount": 1,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": "1",
                        "publishedTimeText": "1 hour ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/ytc/AIdro_micT7kbo7wGUsp85emx0PmXz1M-FHvUCN50ZO9X4E=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCI1srI2Qsv47oU4QPhzY_tQ",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@snowman15876"
                        },
                        "content": "Gotta Rockroll my friend in the car XD",
                        "commentId": "UgxH0-TmyegBZxwpoch4AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "1 hour ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/OWoxdTEnQVxdvmFHayv4SqXZHBFR7VP8zQ4UoaROdF92jau-mm6uzFQJcacWx2auNjReWIlqZQ=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCqkm-5OggP6y55bObdGO60g",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@UtikRatna-e4e"
                        },
                        "content": "1billion",
                        "commentId": "Ugw9gdmloHpbfrodtSR4AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "1 hour ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/EsscfnMu1u3sWXU7uuZ-XEi3rVvn7fKDj1oevjUoesxi5BZhyr1OdHbM8tNPi-yDLy6RXVT5GQ=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCYnOHxHevsisSAhYDB7df6w",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@Yeshey_tats"
                        },
                        "content": "Trying to see if you get likes on this video",
                        "commentId": "Ugx5-a2ZUX0QI7kHNIN4AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "1 hour ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/jlaC8SQOz7I_NhoRd-3P6rvW0Lq2I9mKLBSdhOhMSP3FPqqiQDPCpuU9_72s95p9JXkZch7nSi8=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UC3-oIgX0SaphngUzLkdAtoQ",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@qpmo"
                        },
                        "content": "I just got rickrolled",
                        "commentId": "UgzhJ7y5HsoJWULKXfx4AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "2 hours ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/ytc/AIdro_m1cbj27Udj_IzaHVE-Fhcp-WtCXxc0bEwFgMg0QYumWa2vmOshuFn0vHmaiORDL2UjwA=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCkZkRrpxT16HlS5maNHEXLg",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@snoopyfan804"
                        },
                        "content": "i got rick rolled by chat gpt",
                        "commentId": "UgzEgF5Bez_qHYGzpXp4AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "2 hours ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/IEb0kKWjLrFQyog5APABtSVkk3qhpIoUpcNLDlbtvseeHkbArPVxDK6fW7kcJlwmW0vWr86Qnw=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCp2vSO3pwD1im6LhEHHGS9g",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@AmaraldeSouzaJorge"
                        },
                        "content": "Voz perfeita som sensacional sem palavras",
                        "commentId": "Ugz_mpOOOVAdSQzN2Ht4AaABAg",
                        "likeCount": 1,
                        "replyCount": 1,
                        "replyLevel": 0,
                        "likeCountText": "1",
                        "replyCountText": "1",
                        "publishedTimeText": "3 hours ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/aHrX6MpI-MIGyiSR6LNoeChTWd9rlCzvkUT0EWTAPT2WSSVLKGumIsQU3OGt-QKvPPUNayRw=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCgMGYbae__XhLuWMBs5neAQ",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@Claude-the-gta3"
                        },
                        "content": "Anyone here today?",
                        "commentId": "Ugyi0ooJsM4s55KPAF14AaABAg",
                        "likeCount": 0,
                        "replyCount": 1,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "replyCountText": "1",
                        "publishedTimeText": "3 hours ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/gKluJ8NAxqJHisylKO5mgtgcT9rCixUJHprOWHWhVwvtafvdGzRNvHKoHCDpvTaxVpp-XI9FOi4=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCT2uEqjz9NBqmkU7v4IxcRg",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@spookys1695"
                        },
                        "content": "Ok whatever nemesis",
                        "commentId": "UgzcO5qpieCHuAcJx9V4AaABAg",
                        "likeCount": 0,
                        "replyCount": 0,
                        "replyLevel": 0,
                        "likeCountText": " ",
                        "publishedTimeText": "3 hours ago"
                      },
                      {
                        "author": {
                          "avatar": "https://yt3.ggpht.com/ytc/AIdro_km-AjkdAQMZSGPfv2bgM1FsQLpvj8IvPI4HJDaN0JaX6Q=s88-c-k-c0x00ffffff-no-rj",
                          "channelId": "UCdk-Pf5ZG4gDJpwy8gMzCLQ",
                          "isCreator": false,
                          "isVerified": false,
                          "displayName": "@Z0MBUSTER"
                        },
                        "content": "At this point, the whole planet got rick rolled at least once :face-purple-crying:",
                        "commentId": "UgwGOQWR2mQtEvqmhr54AaABAg",
                        "likeCount": 1,
                        "replyCount": 2,
                        "replyLevel": 0,
                        "likeCountText": "1",
                        "replyCountText": "2",
                        "publishedTimeText": "4 hours ago"
                      }
                    ],
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:youtube-scraper/search": {
      "get": {
        "operationId": "social_media_youtube_scraper_search",
        "summary": "Search",
        "description": "Cari video, channel, atau playlist di YouTube.",
        "tags": [
          "Youtube Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/youtube-scraper#reference-search"
        },
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "required": true,
            "description": "Search terms",
            "schema": {
              "type": "string",
              "example": "lofi hip hop"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": false,
            "description": "Result type. Default videos — an unfiltered search mixes shelves and returns an uneven count per page",
            "schema": {
              "type": "string",
              "enum": [
                "videos",
                "channels",
                "playlists"
              ],
              "example": "videos"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": false,
            "description": "Ordering. Default relevance",
            "schema": {
              "type": "string",
              "enum": [
                "relevance",
                "viewCount"
              ],
              "example": "relevance"
            }
          },
          {
            "name": "gl",
            "in": "query",
            "required": false,
            "description": "Two-letter country code. Changes ranking and locale text",
            "schema": {
              "type": "string",
              "example": "ID"
            }
          },
          {
            "name": "hl",
            "in": "query",
            "required": false,
            "description": "Interface language code",
            "schema": {
              "type": "string",
              "example": "id"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number. Default 1 — each page past the first costs one extra upstream round",
            "schema": {
              "type": "number",
              "example": "1"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "sort": "relevance",
                    "type": "videos",
                    "count": 20,
                    "items": [
                      {
                        "url": "https://www.youtube.com/watch?v=n61ULEU7CO0",
                        "title": "Best of lofi hip hop 2021 ✨ [beats to relax/study to]",
                        "isLive": false,
                        "channel": {
                          "name": "Lofi Girl",
                          "channelId": "UCSJ4gkVC6NrvII8umztf0Ow"
                        },
                        "videoId": "n61ULEU7CO0",
                        "duration": 22258,
                        "thumbnail": "https://i.ytimg.com/vi/n61ULEU7CO0/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAi4TCpAtbxLFIBULRlcZHudl1uFw",
                        "viewCount": 56337339,
                        "description": "Listen on Spotify, Apple music and more → https://fanlink.tv/BestofLofi2021 The new Lofi Girl compilation “Best of 2021” is out now ...",
                        "durationText": "6:10:58",
                        "viewCountText": "56,337,339 views",
                        "publishedTimeText": "4 years ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=X4VbdwhkE10",
                        "title": "lofi hip hop radio 📚 beats to relax/study to",
                        "isLive": true,
                        "channel": {
                          "name": "Lofi Girl",
                          "channelId": "UCSJ4gkVC6NrvII8umztf0Ow"
                        },
                        "videoId": "X4VbdwhkE10",
                        "thumbnail": "https://i.ytimg.com/vi/X4VbdwhkE10/hq720.jpg?v=6a212016&sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAgn4FKbiWr9gXiEhIf0t5Y6y9TuQ",
                        "viewCount": 12776,
                        "description": "Listen on Spotify, Apple music and more → https://lnk.to/lofi-hiphop-beats-to-relax-study-to02 | Lofi Girl on all social media ...",
                        "viewCountText": "12,776 watching"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=CLeZyIID9Bo",
                        "title": "Chill Lofi Mix [chill lo-fi hip hop beats]",
                        "isLive": false,
                        "channel": {
                          "name": "Settle",
                          "channelId": "UCkKT4qf-TcPFOmpqhTawrGA"
                        },
                        "videoId": "CLeZyIID9Bo",
                        "duration": 6292,
                        "thumbnail": "https://i.ytimg.com/vi/CLeZyIID9Bo/hq720.jpg?sqp=-oaymwE2CNAFEJQDSFXyq4qpAygIARUAAIhCGAFwAcABBvABAfgB_gmAAtAFigIMCAAQARhDIGQoZTAP&rs=AOn4CLCljfsoUy4QvdaH9IydXKSjwkcbgg",
                        "viewCount": 34051654,
                        "description": "YouTube Playlists: http://listen.settle.fm/youtube Listen on Spotify, Apple Music & more: https://listen.settle.fm/playlists Tracklist ...",
                        "durationText": "1:44:52",
                        "viewCountText": "34,051,654 views",
                        "publishedTimeText": "3 years ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=zW5wpJY1rgQ",
                        "title": "Ｎｉｇｈｔ Ｄｒｉｖｅ ~ lofi hip hop mix ~ beats to chill / drive to",
                        "isLive": false,
                        "channel": {
                          "name": "Mimi Lofi Chill",
                          "channelId": "UCq9J_CUURRfbP7vm4VN_3xg"
                        },
                        "videoId": "zW5wpJY1rgQ",
                        "duration": 88623,
                        "thumbnail": "https://i.ytimg.com/vi/zW5wpJY1rgQ/hq720.jpg?sqp=-oaymwE2CNAFEJQDSFXyq4qpAygIARUAAIhCGAFwAcABBvABAfgB_gmAAtAFigIMCAAQARh0IDoofzAP&rs=AOn4CLCo_wzeU3dgKXm6Neru50Mtcv7cZg",
                        "viewCount": 5874085,
                        "description": "Listen to PUEBLO VISTA // ⟪ pvmm ⟫ → https://pvmm.ffm.to/lofivibes → https://pvmm.ffm.to/chillbeats ...",
                        "durationText": "24:37:03",
                        "viewCountText": "5,874,085 views",
                        "publishedTimeText": "3 years ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=Ark1hjhQMxs",
                        "title": "Work Lofi - R&B That Sparks a Mood [rnb , lofi hiphop]",
                        "isLive": false,
                        "channel": {
                          "name": "A Lofi Soul",
                          "channelId": "UCinqfJ9-v5-HHqTskU2LlIw"
                        },
                        "videoId": "Ark1hjhQMxs",
                        "duration": 12184,
                        "thumbnail": "https://i.ytimg.com/vi/Ark1hjhQMxs/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBvRVIWEs5OA4CpASbXxeKBbkLQJw",
                        "viewCount": 463882,
                        "description": "Spark a vibe and a mood with our smooth lofi vibes Become A Lofi Soul & Subscribe: ...",
                        "durationText": "3:23:04",
                        "viewCountText": "463,882 views",
                        "publishedTimeText": "1 year ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=AMcVJmb5mvk",
                        "title": "𝐏𝐥𝐚𝐲𝐥𝐢𝐬𝐭 90s Japanese Lofi Hiphop ☕️Nostalgic Chill Vibes",
                        "isLive": false,
                        "channel": {
                          "name": "LoFi Tokyo",
                          "channelId": "UCkK2B6D3imy6EnpqfrYm-5A"
                        },
                        "videoId": "AMcVJmb5mvk",
                        "duration": 10938,
                        "thumbnail": "https://i.ytimg.com/vi/AMcVJmb5mvk/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBWZSWUW3_Qmr1yC0R3SW7I17UmZg",
                        "viewCount": 2580376,
                        "description": "We're bringing you another soothing mix to help you relax, study, or just enjoy. Don't forget to like, share, and subscribe for more ...",
                        "durationText": "3:02:18",
                        "viewCountText": "2,580,376 views",
                        "publishedTimeText": "1 year ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=CFGLoQIhmow",
                        "title": "lofi hip hop mix 📚 beats to relax/study to (Part 1)",
                        "isLive": false,
                        "channel": {
                          "name": "Lofi Girl",
                          "channelId": "UCSJ4gkVC6NrvII8umztf0Ow"
                        },
                        "videoId": "CFGLoQIhmow",
                        "duration": 10241,
                        "thumbnail": "https://i.ytimg.com/vi/CFGLoQIhmow/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDQAhqBsN-XhWCnIJ2Czmn_rm7Ldg",
                        "viewCount": 8141191,
                        "description": "Lofi Girl Limited Print → https://bit.ly/3Ytqf6o | Listen on Spotify, Apple music and more → https://fanlink.tv/lofigirl-music | New ...",
                        "durationText": "2:50:41",
                        "viewCountText": "8,141,191 views",
                        "publishedTimeText": "1 year ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=m8WjnuhoeDg",
                        "title": "remember when lofi hip-hop was smooth like this.",
                        "isLive": false,
                        "channel": {
                          "name": "the bootleg boy 2",
                          "channelId": "UCwkTfp14Sj7o6q9_8ADJpnA"
                        },
                        "videoId": "m8WjnuhoeDg",
                        "duration": 3722,
                        "thumbnail": "https://i.ytimg.com/vi/m8WjnuhoeDg/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDrRsrjl9CqV_NisOXO4Ki2202JLQ",
                        "viewCount": 508494,
                        "description": "Listen on Spotify - https://sptfy.in/lofi All songs by Konteks, please support them here.",
                        "durationText": "1:02:02",
                        "viewCountText": "508,494 views",
                        "publishedTimeText": "11 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=rhrCG0Vtx3g",
                        "title": "High-Rise Urban Studio | Neo Soul, R&B Lofi Chill Mix 🌇",
                        "isLive": false,
                        "channel": {
                          "name": "CraftCozy Room",
                          "channelId": "UCClZiNLIqCqMAiLDLETO6Zw"
                        },
                        "videoId": "rhrCG0Vtx3g",
                        "duration": 7309,
                        "thumbnail": "https://i.ytimg.com/vi/rhrCG0Vtx3g/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCJFyVfi33hBZ9gFKbQWIsaRSs_nQ",
                        "viewCount": 1625691,
                        "description": "Immerse yourself in our Neo Soul Lofi sanctuary, where warm vinyl beats meet panoramic city views. Spotify ...",
                        "durationText": "2:01:49",
                        "viewCountText": "1,625,691 views",
                        "publishedTimeText": "1 year ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=Q74YUAxqs00",
                        "title": "𝐏𝐥𝐚𝐲𝐥𝐢𝐬𝐭 Tokyo Lo-fi Hiphop ☕️ Chill Beats for Study & Relax",
                        "isLive": false,
                        "channel": {
                          "name": "LoFi Tokyo",
                          "channelId": "UCkK2B6D3imy6EnpqfrYm-5A"
                        },
                        "videoId": "Q74YUAxqs00",
                        "duration": 10808,
                        "thumbnail": "https://i.ytimg.com/vi/Q74YUAxqs00/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLApl2yd1suG4JBZqlPFe3etQkEMjg",
                        "viewCount": 1687845,
                        "description": "We're bringing you another soothing mix to help you relax, study, or just enjoy. Don't forget to like, share, and subscribe for more ...",
                        "durationText": "3:00:08",
                        "viewCountText": "1,687,845 views",
                        "publishedTimeText": "1 year ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=UYwhisrQ-po",
                        "title": "Work Lofi for Productivity & Focus - Smooth lofi hiphop/ neo soul beats",
                        "isLive": false,
                        "channel": {
                          "name": "A Lofi Soul",
                          "channelId": "UCinqfJ9-v5-HHqTskU2LlIw"
                        },
                        "videoId": "UYwhisrQ-po",
                        "duration": 10801,
                        "thumbnail": "https://i.ytimg.com/vi/UYwhisrQ-po/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLA3V8_s8KN51gqlDB0oVsdvOx8mRQ",
                        "viewCount": 882399,
                        "description": "We're back with a new tape. Its some pure neo soul vibes in here. WE have been crafting more and more songs over the last few ...",
                        "durationText": "3:00:01",
                        "viewCountText": "882,399 views",
                        "publishedTimeText": "1 year ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=BYTxPFj44uo",
                        "title": "Why the rush? - lo-fi beats for work/study / cat jazz",
                        "isLive": false,
                        "channel": {
                          "name": "chill chill journal",
                          "channelId": "UCiC2wfbkgr8DU5uOQFz9OrQ"
                        },
                        "videoId": "BYTxPFj44uo",
                        "duration": 12679,
                        "thumbnail": "https://i.ytimg.com/vi/BYTxPFj44uo/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBOmgKkQPMh1rsqdtzpHvXszjIbSA",
                        "viewCount": 4974981,
                        "description": "jazzhop #chillhop #citypop #rainlofi #lofirain #studymusic #studywithme #lofi #lofihiphop #lofibeats #beatstostudy #chillmusic ...",
                        "durationText": "3:31:19",
                        "viewCountText": "4,974,981 views",
                        "publishedTimeText": "1 year ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=l_7e2ZamUpI",
                        "title": "Chillhop Drive 90's - Lofi hip hop ~ Deep Focus, Relaxing Music | Chill Music",
                        "isLive": false,
                        "channel": {
                          "name": "chilli music",
                          "channelId": "UCS4iXNXsvlOHm7TuXLltreg"
                        },
                        "videoId": "l_7e2ZamUpI",
                        "duration": 86660,
                        "thumbnail": "https://i.ytimg.com/vi/l_7e2ZamUpI/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDW1FeY2pDoiuBh6e0Kp6-FAF_TLw",
                        "viewCount": 2599418,
                        "description": "chilli music: https://open.spotify.com/playlist/5SDPei4m0IuABIYRsDJcBC?si=785a696916c04f3f Chillhop Drive 90's - Lofi hip hop ...",
                        "durationText": "24:04:20",
                        "viewCountText": "2,599,418 views",
                        "publishedTimeText": "2 years ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=ESIBptJ5ewc",
                        "title": "📻 90s LoFi Vibes - Chill-hop Mix to Study📚 | Work | Listen All Day🎧 | Relax",
                        "isLive": false,
                        "channel": {
                          "name": "LoFi Tunes Escapes",
                          "channelId": "UCF9bO6DsGvSIpe6OcSRqUvA"
                        },
                        "videoId": "ESIBptJ5ewc",
                        "duration": 4351,
                        "thumbnail": "https://i.ytimg.com/vi/ESIBptJ5ewc/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLC2RetlV4HhT7ppJFViL6noa9tiHA",
                        "viewCount": 338081,
                        "description": "Your all‑day soundtrack for focus, calm, and creativity. Step into a nostalgic soundscape with this 90s‑inspired LoFi chill‑hop mix, ...",
                        "durationText": "1:12:31",
                        "viewCountText": "338,081 views",
                        "publishedTimeText": "3 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=ovS27OGTajs",
                        "title": "Lofi Summer Vibes 🌊 Seaside Coffee & Relaxing Lofi for a Sense of Peace ☕ Hip Hop Beats",
                        "isLive": false,
                        "channel": {
                          "name": "Little Lofi Cute",
                          "channelId": "UCChP8U3LI7M3jAPsbKe0b1w"
                        },
                        "videoId": "ovS27OGTajs",
                        "duration": 12351,
                        "thumbnail": "https://i.ytimg.com/vi/ovS27OGTajs/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCiUGXxPuGJeHZvDFLFPwlIIZy7Rw",
                        "viewCount": 337269,
                        "description": "Lofi Summer Vibes Seaside Coffee & Relaxing Lofi for a Sense of Peace ☕ Hip Hop Beats Hiii~ This is \"Little Lofi Cute\" ...",
                        "durationText": "3:25:51",
                        "viewCountText": "337,269 views",
                        "publishedTimeText": "3 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=sF80I-TQiW0",
                        "title": "90's Chill Lofi ☕️ Study Music Lofi Rain Chillhop Beats ☔️ Lofi Rain Playlist",
                        "isLive": false,
                        "channel": {
                          "name": "The Japanese Town",
                          "channelId": "UCuS_-bvOCh4W5Sy11Uf4H5A"
                        },
                        "videoId": "sF80I-TQiW0",
                        "duration": 42825,
                        "thumbnail": "https://i.ytimg.com/vi/sF80I-TQiW0/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDvC6F5Dp3k6NUG05KMqn8XpBFQuQ",
                        "viewCount": 26676330,
                        "description": "The Japanese Town is dedicated for lofi beats & lofi rain music. We present relaxing rain Atmosphere and lofi ambience which is ...",
                        "durationText": "11:53:45",
                        "viewCountText": "26,676,330 views",
                        "publishedTimeText": "Streamed 2 years ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=rPjez8z61rI",
                        "title": "lofi hip hop radio – beats to sleep/study/relax to ☕",
                        "isLive": true,
                        "channel": {
                          "name": "STEEZYASFUCK",
                          "channelId": "UCsIg9WMfxjZZvwROleiVsQg"
                        },
                        "videoId": "rPjez8z61rI",
                        "thumbnail": "https://i.ytimg.com/vi/rPjez8z61rI/hqdefault.jpg?v=64cac91e&sqp=-oaymwEcCOADEI4CSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCqJVXJYGYq0yEiI9y3oMX8X-augg",
                        "viewCount": 324,
                        "description": "Lofi Hip-Hop Beats on Spotify: → https://fanlink.to/LofiHipHop Welcome to our 24/7 lofi hip-hop live stream. Good for relaxing ...",
                        "viewCountText": "324 watching"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=1J4a9cT2lkw",
                        "title": "Upbeat Lofi Mix ⚡️ Beats to Boost Your Energy & Focus",
                        "isLive": false,
                        "channel": {
                          "name": "Lofi Shop 24h",
                          "channelId": "UCuTj4kZoU6O2-VXmOGGKSsA"
                        },
                        "videoId": "1J4a9cT2lkw",
                        "duration": 16073,
                        "thumbnail": "https://i.ytimg.com/vi/1J4a9cT2lkw/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAq4uxkshVII7dhQ5t7Qlr2LYUYqQ",
                        "viewCount": 1081762,
                        "description": "Let these smooth lofi hip hop vibes wash away any morning grogginess. Whether you're getting ready for work, sitting down to ...",
                        "durationText": "4:27:53",
                        "viewCountText": "1,081,762 views",
                        "publishedTimeText": "9 months ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=BCxTQq0UiFs",
                        "title": "Chill Lofi Beats Mix [chill lo-fi hip hop beats/Study & Relax Music] Vol. 32",
                        "isLive": false,
                        "channel": {
                          "name": "Art Is Sound",
                          "channelId": "UCl2qLIrrC5hc5LBf2oJYZpQ"
                        },
                        "videoId": "BCxTQq0UiFs",
                        "duration": 6175,
                        "thumbnail": "https://i.ytimg.com/vi/BCxTQq0UiFs/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBp8ebPgLt4RmEjYGA7SmvEOP9JAA",
                        "viewCount": 5792266,
                        "description": "lofimusic #chill #lofi #lofihiphop # Chill Lofi Beats [chill lo-fi hip hop beats] Chill Drive - Lofi hip hop mix - Stress Relief, Relaxing ...",
                        "durationText": "1:42:55",
                        "viewCountText": "5,792,266 views",
                        "publishedTimeText": "1 year ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=B6WnwbLY48Y",
                        "title": "𝐏𝐥𝐚𝐲𝐥𝐢𝐬𝐭 90s Japanese Lofi Hiphop 📼 Nostalgic Chill Vibes",
                        "isLive": false,
                        "channel": {
                          "name": "LoFi Tokyo",
                          "channelId": "UCkK2B6D3imy6EnpqfrYm-5A"
                        },
                        "videoId": "B6WnwbLY48Y",
                        "duration": 11046,
                        "thumbnail": "https://i.ytimg.com/vi/B6WnwbLY48Y/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBtEPLG3SuzhIs4zoePz2NNlU8D9g",
                        "viewCount": 760292,
                        "description": "We're bringing you another soothing mix to help you relax, study, or just enjoy. Don't forget to like, share, and subscribe for more ...",
                        "durationText": "3:04:06",
                        "viewCountText": "760,292 views",
                        "publishedTimeText": "1 year ago"
                      }
                    ],
                    "query": "lofi hip hop",
                    "total": 9365428,
                    "hasMore": true,
                    "nextPage": 2
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:youtube-scraper/playlist/{playlistId}": {
      "get": {
        "operationId": "social_media_youtube_scraper_playlist",
        "summary": "Get Playlist",
        "description": "Isi sebuah playlist YouTube.",
        "tags": [
          "Youtube Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/youtube-scraper#reference-playlist"
        },
        "parameters": [
          {
            "name": "playlistId",
            "in": "path",
            "required": true,
            "description": "Playlist ID, or a full YouTube playlist URL",
            "schema": {
              "type": "string",
              "example": "PL590L5WQmH8dpP0RyH5pCfIaDEdt9nk7r"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": false,
            "description": "Page number. Default 1, 100 videos per page. Upstream stops offering a cursor after ~2 pages, so deeper pages come back empty",
            "schema": {
              "type": "number",
              "example": "1"
            }
          },
          {
            "name": "gl",
            "in": "query",
            "required": false,
            "description": "Two-letter country code",
            "schema": {
              "type": "string",
              "example": "US"
            }
          },
          {
            "name": "hl",
            "in": "query",
            "required": false,
            "description": "Interface language code",
            "schema": {
              "type": "string",
              "example": "en"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "page": 1,
                    "count": 10,
                    "videos": [
                      {
                        "url": "https://www.youtube.com/watch?v=DcKEPl-MpLA",
                        "title": "How Google Search continues to improve results",
                        "channel": "Google",
                        "videoId": "DcKEPl-MpLA",
                        "duration": 236,
                        "thumbnail": "https://i.ytimg.com/vi/DcKEPl-MpLA/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDHfSGJ1-2RQ0-n9ok-cve-4i_AIw",
                        "durationText": "3:56",
                        "viewCountText": "274K views",
                        "publishedTimeText": "5 years ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=0eKVizvYSUQ",
                        "title": "How Google Search Works (in 5 minutes)",
                        "channel": "Google",
                        "videoId": "0eKVizvYSUQ",
                        "duration": 316,
                        "thumbnail": "https://i.ytimg.com/vi/0eKVizvYSUQ/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDsjWS28Il8orntjudOP2IpTr7YYg",
                        "durationText": "5:16",
                        "viewCountText": "20M views",
                        "publishedTimeText": "6 years ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=WbSouimbtjU",
                        "title": "How real people make Google Search better",
                        "channel": "Google",
                        "videoId": "WbSouimbtjU",
                        "duration": 124,
                        "thumbnail": "https://i.ytimg.com/vi/WbSouimbtjU/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAGcwbVKoZhzUsbmjqno98lkW_O-w",
                        "durationText": "2:04",
                        "viewCountText": "239K views",
                        "publishedTimeText": "5 years ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=us9tUY_yN7Y",
                        "title": "How Autocomplete works on Google Search",
                        "channel": "Google",
                        "videoId": "us9tUY_yN7Y",
                        "duration": 115,
                        "thumbnail": "https://i.ytimg.com/vi/us9tUY_yN7Y/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDwTAWFoLScB_Ez7xVfy8pEHnr0xw",
                        "durationText": "1:55",
                        "viewCountText": "154K views",
                        "publishedTimeText": "5 years ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=AhvkIr2pghE",
                        "title": "How your location makes Google Search more helpful",
                        "channel": "Google",
                        "videoId": "AhvkIr2pghE",
                        "duration": 190,
                        "thumbnail": "https://i.ytimg.com/vi/AhvkIr2pghE/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAuqj8-2QrurjxRQmXzG2uv5beSRA",
                        "durationText": "3:10",
                        "viewCountText": "113K views",
                        "publishedTimeText": "5 years ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=TnhKznlJfTM",
                        "title": "How Google keeps you safe on Search",
                        "channel": "Google",
                        "videoId": "TnhKznlJfTM",
                        "duration": 110,
                        "thumbnail": "https://i.ytimg.com/vi/TnhKznlJfTM/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCcgOT7jpNNeKV6GXK7GOs-d5B4Yg",
                        "durationText": "1:50",
                        "viewCountText": "39M views",
                        "publishedTimeText": "5 years ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=j0q_7SRcLWY",
                        "title": "How ads appear in Google Search",
                        "channel": "Google",
                        "videoId": "j0q_7SRcLWY",
                        "duration": 160,
                        "thumbnail": "https://i.ytimg.com/vi/j0q_7SRcLWY/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCihCqbaJ5cyTm1DJPDpMmTzejFhA",
                        "durationText": "2:40",
                        "viewCountText": "98K views",
                        "publishedTimeText": "5 years ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=OJ_1BZ7ZrbA",
                        "title": "How Google Search reacts in critical moments",
                        "channel": "Google",
                        "videoId": "OJ_1BZ7ZrbA",
                        "duration": 107,
                        "thumbnail": "https://i.ytimg.com/vi/OJ_1BZ7ZrbA/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLB_T938Tnpk2sIcte6sDlINuP165A",
                        "durationText": "1:47",
                        "viewCountText": "437K views",
                        "publishedTimeText": "5 years ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=eQOqBidkcfw",
                        "title": "How Google Search tackles misspelling | Search",
                        "channel": "Google",
                        "videoId": "eQOqBidkcfw",
                        "duration": 108,
                        "thumbnail": "https://i.ytimg.com/vi/eQOqBidkcfw/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBNjLc5SP8S3bjYym_5iUSo0PHF1Q",
                        "durationText": "1:48",
                        "viewCountText": "59K views",
                        "publishedTimeText": "4 years ago"
                      },
                      {
                        "url": "https://www.youtube.com/watch?v=2lR8Fzays4I",
                        "title": "How BERT helps Google Search understand language | Search",
                        "channel": "Google",
                        "videoId": "2lR8Fzays4I",
                        "duration": 183,
                        "thumbnail": "https://i.ytimg.com/vi/2lR8Fzays4I/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCbe1eDP2ojgLGBVYGoLjw4qpEIDw",
                        "durationText": "3:03",
                        "viewCountText": "77K views",
                        "publishedTimeText": "4 years ago"
                      }
                    ],
                    "hasMore": true,
                    "nextPage": 2,
                    "playlist": {
                      "url": "https://www.youtube.com/playlist?list=PL590L5WQmH8dpP0RyH5pCfIaDEdt9nk7r",
                      "title": "How Search Works",
                      "playlistId": "PL590L5WQmH8dpP0RyH5pCfIaDEdt9nk7r",
                      "viewCountText": "162,752 views",
                      "videoCountText": "10 videos"
                    }
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:youtube-scraper/channel-search/{channel}": {
      "get": {
        "operationId": "social_media_youtube_scraper_channel_search",
        "summary": "Search Within Channel",
        "description": "Cari video di dalam satu channel YouTube.",
        "tags": [
          "Youtube Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/youtube-scraper#reference-channel-search"
        },
        "parameters": [
          {
            "name": "channel",
            "in": "path",
            "required": true,
            "description": "Channel handle (@user), channel ID (UCxxx), or a full YouTube URL",
            "schema": {
              "type": "string",
              "example": "MrBeast"
            }
          },
          {
            "name": "query",
            "in": "query",
            "required": true,
            "description": "Search terms within that channel",
            "schema": {
              "type": "string",
              "example": "chocolate"
            }
          },
          {
            "name": "gl",
            "in": "query",
            "required": false,
            "description": "Two-letter country code",
            "schema": {
              "type": "string",
              "example": "US"
            }
          },
          {
            "name": "hl",
            "in": "query",
            "required": false,
            "description": "Interface language code",
            "schema": {
              "type": "string",
              "example": "en"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "count": 0,
                    "query": "chocolate",
                    "videos": [],
                    "channel": "UCX6OQ3DkcsbYNE6H8uQQuVA"
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    },
    "/v1/social-media:youtube-scraper/music-charts": {
      "get": {
        "operationId": "social_media_youtube_scraper_music_charts",
        "summary": "Get Music Charts",
        "description": "Papan chart musik YouTube untuk negara tempat server berada. Pakai playlistId-nya di endpoint playlist buat baca lagunya.",
        "tags": [
          "Youtube Scraper"
        ],
        "externalDocs": {
          "url": "https://zapi.ink/api/social-media/youtube-scraper#reference-music-charts"
        },
        "parameters": [],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Envelope"
                },
                "example": {
                  "status": "success",
                  "message": "Success",
                  "content": {
                    "charts": [
                      {
                        "url": "https://music.youtube.com/playlist?list=OLAK5uy_n7Ig_LAUbKE6_ZeQ1pwHmJcEhwX7BekBo",
                        "title": "Trending 20 Indonesia",
                        "subtitle": "Chart • YouTube Music",
                        "thumbnail": "https://yt3.googleusercontent.com/BhSX1G3hoGzpiuZlyfGJ_JmzSv1nyOG2C_uw9n_IUid-jiNDvf_UvYVVPSpZ3GwAewiDnEpf1VU=s576",
                        "playlistId": "OLAK5uy_n7Ig_LAUbKE6_ZeQ1pwHmJcEhwX7BekBo"
                      },
                      {
                        "url": "https://music.youtube.com/playlist?list=PL4fGSI1pDJn4lW6MJA2q37CfnraqAizqE",
                        "title": "Daily Top Music Videos - Indonesia",
                        "subtitle": "Chart • YouTube Music",
                        "thumbnail": "https://yt3.googleusercontent.com/K4qIvSWDZp1EFDoXTdfZUduvWKrVXL4LBq-ldC_JaTNd0gKbj9i9RTcyU40sU3aK159HfFlDxGcp=s576",
                        "playlistId": "PL4fGSI1pDJn4lW6MJA2q37CfnraqAizqE"
                      },
                      {
                        "url": "https://music.youtube.com/playlist?list=PL4fGSI1pDJn5QPpj0R4vVgRWk8sSq549G",
                        "title": "Top 100 Music Videos Indonesia",
                        "subtitle": "Chart • YouTube Music",
                        "thumbnail": "https://yt3.googleusercontent.com/TfXZERTeKShtvTyI59SVIl3BEJvSbwdU5c_phyqKULSDMvTT-gXdfzBfcNRoRVZWFM9nTPX2eQ=s576",
                        "playlistId": "PL4fGSI1pDJn5QPpj0R4vVgRWk8sSq549G"
                      }
                    ],
                    "country": "Indonesia",
                    "chartCount": 3
                  }
                }
              }
            }
          },
          "4XX": {
            "$ref": "#/components/responses/Error"
          },
          "default": {
            "$ref": "#/components/responses/Error"
          }
        }
      }
    }
  }
}