Kompas.id Scrapper avatar

Kompas.id Scrapper

Try for free

Pay $10.00 for 1,000 results

Go to Store
Kompas.id Scrapper

Kompas.id Scrapper

romy/kompas-id-scrapper
Try for free

Pay $10.00 for 1,000 results

Extract data from the Kompas.id news website. This scraper allows users to retrieve various types of articles, including articles by category, hashtag, popularity, promotions, and specific article details. Additionally, it can access trending topics, free books, and ePapers from Kompas.id.

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • No reviews yet

  • No bookmarks yet

  • Created in Mar 2025

  • Modified 16 hours ago

Kompas.id Scraper

Kompas.id Scraper is a tool designed to automatically extract data from the Kompas.id news website. This scraper allows users to retrieve various types of articles, including articles by category, hashtag, popularity, promotions, and specific article details. Additionally, it can access trending topics, free books, and ePapers from Kompas.id.

With high flexibility, users can customize their searches using parameters such as category, date range, or specific article slugs. This scraper is ideal for researchers, journalists, or anyone looking to efficiently access information from Kompas.id. 🚀

🎯 Features

  • ListArticle: Fetches the latest articles.
  • ListArticleByHastag: Retrieves articles based on specific hashtags.
  • ListArticleByCategory: Fetches articles by category.
  • ListArticlePopular: Retrieves trending articles.
  • ListArticlePromo: Fetches promotional articles.
  • DetailArticle: Fetches detailed article information using a slug.
  • HotTopic: Retrieves a list of trending topics.
  • FreeBook: Fetches a list of free books.
  • EPaper: Retrieves available ePapers within a given date range.

🚀 How to Use

  1. Run the Scraper: Use the Apify Console or API to run the scraper.
  2. Get Results: Once scraping is complete, the data will be available in JSON format.

Example Inputs

  • ListArticle:

    1{
    2    "mode": "listArticle",
    3    "query": {
    4        "cursor": ""
    5    }
    6}
  • ListArticleByHastag:

    1{
    2    "mode": "listArticleByHastag",
    3    "query": {
    4        "cursor": "",
    5        "hastag": "pertamina"
    6    }
    7}
  • ListArticleByCategory:

    1{
    2    "mode": "listArticleByCategory",
    3    "query": {
    4        "cursor": "",
    5        "category": "english"
    6    }
    7}
  • ListArticlePopular:

    1{
    2    "mode": "listArticlePopular",
    3    "query": {
    4        "cursor": ""
    5    }
    6}
  • ListArticlePromo:

    1{
    2    "mode": "listArticlePromo",
    3    "query": {
    4        "cursor": ""
    5    }
    6}
  • DetailArticle:

    1{
    2    "mode": "detailArticle",
    3    "query": {
    4        "slug": "berburu-tiket-konser-yang-aman-dan-minim-risiko"
    5    }
    6}
  • HotTopic:

    1{
    2    "mode": "hotTopic",
    3    "query": {
    4        "cursor": ""
    5    }
    6}
  • FreeBook:

    1{
    2    "mode": "freeBook",
    3    "query": {
    4        "cursor": ""
    5    }
    6}
  • EPaper:

    1{
    2    "mode": "ePaper",
    3    "query": {
    4        "startDate": "2024/01/01",
    5        "endDate": "2024/12/31"
    6    }
    7}

Example Outputs

  • ListArticle:

    1{
    2    "data": [
    3        {
    4            "id": 12774,
    5            "articleByLine": "Kelvin Hianusa",
    6            "bookmark": false,
    7            "category": [
    8                {
    9                    "name": "Olahraga",
    10                    "slug": "olahraga"
    11                },
    12                {
    13                    "name": "Desk Olahraga",
    14                    "slug": "Olahraga"
    15                }
    16            ],
    17            "content": [],
    18            "createdDate": "2025-03-17 00:34:02",
    19            "editors": [
    20                {
    21                    "name": "Prasetyo Eko Prihananto"
    22                }
    23            ],
    24            "excerpt": "Serangan Arsenal belum optimal, tetapi pertahanan mereka sangat solid. Dari derbi London versus Chelsea, terlihat prinsip yang akan dipegang Arsenal pada sisa musim.",
    25            "external": true,
    26            "imageCounter": 0,
    27            "isFreemium": false,
    28            "keyword": "Tutur Visual",
    29            "modifiedDate": "2025-03-17 00:51:04",
    30            "name": "ketika-one-nil-to-the-arsenal-bergema-di-derbi-london",
    31            "status": "Published",
    32            "permalink": "https://www.kompas.id/artikel/ketika-one-nil-to-the-arsenal-bergema-di-derbi-london",
    33            "postTag": [
    34                {
    35                    "name": "liga inggris",
    36                    "slug": "liga-inggris"
    37                },
    38                {
    39                    "name": "Arsenal",
    40                    "slug": "arsenal"
    41                },
    42                {
    43                    "name": "chelsea",
    44                    "slug": "chelsea"
    45                },
    46                {
    47                    "name": "derbi london",
    48                    "slug": "derbi-london"
    49                },
    50                {
    51                    "name": "mikel arteta",
    52                    "slug": "mikel-arteta"
    53                },
    54                {
    55                    "name": "enzo maresca",
    56                    "slug": "enzo-maresca"
    57                },
    58                {
    59                    "name": "mikel merino",
    60                    "slug": "mikel-merino"
    61                },
    62                {
    63                    "name": "utama",
    64                    "slug": "utama"
    65                },
    66                {
    67                    "name": "x-hide-give-me-perspective",
    68                    "slug": "x-hide-give-me-perspective"
    69                }
    70            ],
    71            "edition": "",
    72            "headline": "",
    73            "page": 0,
    74            "publishedDate": "2025-03-17 00:51:04",
    75            "publishedDateGmt": "2025-03-16 17:51:04",
    76            "site": "kompas.id",
    77            "source": "ICM",
    78            "sponsors": [],
    79            "thumbnails": {
    80                "meta": {
    81                    "photographerName": ""
    82                },
    83                "sizes": {
    84                    "large": {
    85                        "mimeType": "image/jpeg",
    86                        "permalink": "https://assetd.kompas.id/HmhhymRcne16hv1BSN_rAA3GxaE=/1280x720/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F17%2Fb26fb1bd46c742f3d274f84c73f4cc1b-cropped_image.jpg",
    87                        "width": 1280,
    88                        "height": 720
    89                    },
    90                    "medium": {
    91                        "mimeType": "image/jpeg",
    92                        "permalink": "https://assetd.kompas.id/g7bqJ2Lgts7NWTCdjDt_Bkyb9L0=/720x405/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F17%2Fb26fb1bd46c742f3d274f84c73f4cc1b-cropped_image.jpg",
    93                        "width": 720,
    94                        "height": 405
    95                    },
    96                    "mediumLarge": {
    97                        "mimeType": "image/jpeg",
    98                        "permalink": "https://assetd.kompas.id/LF21Wz5YdLqKdk-h984Tnf3efBg=/1024x576/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F17%2Fb26fb1bd46c742f3d274f84c73f4cc1b-cropped_image.jpg",
    99                        "width": 1024,
    100                        "height": 576
    101                    },
    102                    "original": null,
    103                    "postThumbnail": {
    104                        "mimeType": "image/jpeg",
    105                        "permalink": "https://assetd.kompas.id/So209ZwGrbe4WYEtRzjz3RD3hcg=/676x507/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F17%2Fb26fb1bd46c742f3d274f84c73f4cc1b-cropped_image.jpg",
    106                        "width": 676,
    107                        "height": 507
    108                    },
    109                    "thumbnail": {
    110                        "mimeType": "image/jpeg",
    111                        "permalink": "https://assetd.kompas.id/NTt7_uEPm_jWnAHwkc1JTSXtrVQ=/160x160/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F17%2Fb26fb1bd46c742f3d274f84c73f4cc1b-cropped_image.jpg",
    112                        "width": 160,
    113                        "height": 160
    114                    },
    115                    "thumbnailMedium": {
    116                        "mimeType": "image/jpeg",
    117                        "permalink": "https://assetd.kompas.id/yKeCAlkMmlU64ZgmyVi_oiJVvwE=/300x169/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F17%2Fb26fb1bd46c742f3d274f84c73f4cc1b-cropped_image.jpg",
    118                        "width": 300,
    119                        "height": 169
    120                    },
    121                    "thumbnailSquareMedium": {
    122                        "mimeType": "image/jpeg",
    123                        "permalink": "https://assetd.kompas.id/ObEWlBELKeLLhfFvuYbigroLLw8=/480x480/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F17%2Fb26fb1bd46c742f3d274f84c73f4cc1b-cropped_image.jpg",
    124                        "width": 480,
    125                        "height": 480
    126                    }
    127                }
    128            },
    129            "title": "“One Nil to the Arsenal” Memanggil di Derbi London",
    130            "type": "post-article",
    131            "meta": {
    132                "cache": true
    133            },
    134            "audio": "https://cdn-content.kompas.id/cds_text_to_speech/ketika-one-nil-to-the-arsenal-bergema-di-derbi-london.mp3",
    135            "labels": [],
    136            "variant": "analisis"
    137        },
    138        {
    139            "id": 12771,
    140            "articleByLine": "Agung Setyahadi",
    141            "bookmark": false,
    142            "category": [
    143                {
    144                    "name": "Olahraga",
    145                    "slug": "olahraga"
    146                },
    147                {
    148                    "name": "Desk Olahraga",
    149                    "slug": "Olahraga"
    150                }
    151            ],
    152            "content": [],
    153            "createdDate": "2025-03-16 21:42:58",
    154            "editors": [
    155                {
    156                    "name": "Priskilia Bintang Cornelia Sitompul"
    157                }
    158            ],
    159            "excerpt": "Lewis Hamilton mensyukuri satu poin dalam balapan pertamanya bersama Ferrari meskipun dia berharap finis di posisi lebih baik dalam Formula 1 seri Australia.",
    160            "external": true,
    161            "imageCounter": 0,
    162            "isFreemium": false,
    163            "keyword": "Tutur Visual",
    164            "modifiedDate": "2025-03-16 22:17:22",
    165            "name": "satu-poin-pertama-hamilton-bersama-ferrari",
    166            "status": "Published",
    167            "permalink": "https://www.kompas.id/artikel/satu-poin-pertama-hamilton-bersama-ferrari",
    168            "postTag": [
    169                {
    170                    "name": "Formula 1",
    171                    "slug": "formula-1"
    172                },
    173                {
    174                    "name": "lewis hamilton",
    175                    "slug": "lewis-hamilton"
    176                },
    177                {
    178                    "name": "ferrari",
    179                    "slug": "ferrari"
    180                },
    181                {
    182                    "name": "Australia",
    183                    "slug": "australia"
    184                },
    185                {
    186                    "name": "x-hide-update-me",
    187                    "slug": "x-hide-update-me"
    188                }
    189            ],
    190            "edition": "",
    191            "headline": "",
    192            "page": 0,
    193            "publishedDate": "2025-03-16 21:59:27",
    194            "publishedDateGmt": "2025-03-16 14:59:27",
    195            "site": "kompas.id",
    196            "source": "ICM",
    197            "sponsors": [],
    198            "thumbnails": {
    199                "meta": {
    200                    "photographerName": ""
    201                },
    202                "sizes": {
    203                    "large": {
    204                        "mimeType": "image/jpeg",
    205                        "permalink": "https://assetd.kompas.id/lFFk8t8svjprPF3kGYXG8qe4ejM=/1280x720/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F16%2Fee61d2df599f43fc97e71c9c61d6af0c-wires_photo_2025_03_16T215439.579.jpg",
    206                        "width": 1280,
    207                        "height": 720
    208                    },
    209                    "medium": {
    210                        "mimeType": "image/jpeg",
    211                        "permalink": "https://assetd.kompas.id/-aJ06PA1DdxxR-5fAn5m7FX5zL8=/720x405/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F16%2Fee61d2df599f43fc97e71c9c61d6af0c-wires_photo_2025_03_16T215439.579.jpg",
    212                        "width": 720,
    213                        "height": 405
    214                    },
    215                    "mediumLarge": {
    216                        "mimeType": "image/jpeg",
    217                        "permalink": "https://assetd.kompas.id/geMBUGp6pOcJK7NqsM3a8RXjjZg=/1024x576/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F16%2Fee61d2df599f43fc97e71c9c61d6af0c-wires_photo_2025_03_16T215439.579.jpg",
    218                        "width": 1024,
    219                        "height": 576
    220                    },
    221                    "original": null,
    222                    "postThumbnail": {
    223                        "mimeType": "image/jpeg",
    224                        "permalink": "https://assetd.kompas.id/9H4NFCtpViNxeaqUyLOGhKJF6Y0=/676x507/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F16%2Fee61d2df599f43fc97e71c9c61d6af0c-wires_photo_2025_03_16T215439.579.jpg",
    225                        "width": 676,
    226                        "height": 507
    227                    },
    228                    "thumbnail": {
    229                        "mimeType": "image/jpeg",
    230                        "permalink": "https://assetd.kompas.id/6nMtJ2_EfE54oQJ0Iez1Z_RRe9s=/160x160/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F16%2Fee61d2df599f43fc97e71c9c61d6af0c-wires_photo_2025_03_16T215439.579.jpg",
    231                        "width": 160,
    232                        "height": 160
    233                    },
    234                    "thumbnailMedium": {
    235                        "mimeType": "image/jpeg",
    236                        "permalink": "https://assetd.kompas.id/_rcR478qtrOX6ncKPLB7alyhBN4=/300x169/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F16%2Fee61d2df599f43fc97e71c9c61d6af0c-wires_photo_2025_03_16T215439.579.jpg",
    237                        "width": 300,
    238                        "height": 169
    239                    },
    240                    "thumbnailSquareMedium": {
    241                        "mimeType": "image/jpeg",
    242                        "permalink": "https://assetd.kompas.id/L75xkbBFPaW4mHHAfSIIcc81T1A=/480x480/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F16%2Fee61d2df599f43fc97e71c9c61d6af0c-wires_photo_2025_03_16T215439.579.jpg",
    243                        "width": 480,
    244                        "height": 480
    245                    }
    246                }
    247            },
    248            "title": "Satu Poin Pertama Hamilton bersama Ferrari",
    249            "type": "post-article",
    250            "meta": {
    251                "cache": true
    252            },
    253            "audio": "https://cdn-content.kompas.id/cds_text_to_speech/satu-poin-pertama-hamilton-bersama-ferrari.mp3",
    254            "labels": [],
    255            "variant": "hard-news"
    256        },
    257        {
    258            "id": 12767,
    259            "articleByLine": "Nina Susilo",
    260            "bookmark": false,
    261            "category": [
    262                {
    263                    "name": "Ekonomi",
    264                    "slug": "ekonomi"
    265                },
    266                {
    267                    "name": "Desk Politik dan Hukum",
    268                    "slug": "Politik dan Hukum"
    269                }
    270            ],
    271            "content": [],
    272            "createdDate": "2025-03-16 19:56:08",
    273            "editors": [
    274                {
    275                    "name": "Nanik Dwiastuti"
    276                }
    277            ],
    278            "excerpt": "Rapat percepatan hilirisasi digelar pada Minggu (16/3/2025) di kediaman pribadi Presiden Prabowo. Sebanyak 21 proyek hilirisasi prioritas dimatangkan.",
    279            "external": true,
    280            "imageCounter": 0,
    281            "isFreemium": false,
    282            "keyword": "Tutur Visual",
    283            "modifiedDate": "2025-03-16 20:49:03",
    284            "name": "penciptaan-lapangan-kerja-dan-pemerataan-jadi-pertimbangan-proyek-hilirisasi",
    285            "status": "Published",
    286            "permalink": "https://www.kompas.id/artikel/penciptaan-lapangan-kerja-dan-pemerataan-jadi-pertimbangan-proyek-hilirisasi",
    287            "postTag": [
    288                {
    289                    "name": "hilirisasi",
    290                    "slug": "hilirisasi"
    291                },
    292                {
    293                    "name": "penciptaan lapangan kerja",
    294                    "slug": "penciptaan-lapangan-kerja"
    295                },
    296                {
    297                    "name": "percepatan hilirisasi",
    298                    "slug": "percepatan-hilirisasi"
    299                },
    300                {
    301                    "name": "rapat di hambalang",
    302                    "slug": "rapat-di-hambalang"
    303                },
    304                {
    305                    "name": "Prabowo subianto",
    306                    "slug": "prabowo-subianto"
    307                },
    308                {
    309                    "name": "rosan p roeslani",
    310                    "slug": "rosan-p-roeslani"
    311                },
    312                {
    313                    "name": "bahlil lahadalia",
    314                    "slug": "bahlil-lahadalia"
    315                },
    316                {
    317                    "name": "kilang refinery",
    318                    "slug": "kilang-refinery"
    319                },
    320                {
    321                    "name": "x-hide-update-me",
    322                    "slug": "x-hide-update-me"
    323                },
    324                {
    325                    "name": "SDGs",
    326                    "slug": "sdgs"
    327                },
    328                {
    329                    "name": "SDG08-Pekerjaan Layak dan Pertumbuhan Ekonomi",
    330                    "slug": "sdg08-pekerjaan-layak-dan-pertumbuhan-ekonomi"
    331                }
    332            ],
    333            "edition": "",
    334            "headline": "",
    335            "page": 0,
    336            "publishedDate": "2025-03-16 20:30:23",
    337            "publishedDateGmt": "2025-03-16 13:30:23",
    338            "site": "kompas.id",
    339            "source": "ICM",
    340            "sponsors": [],
    341            "thumbnails": {
    342                "meta": {
    343                    "photographerName": ""
    344                },
    345                "sizes": {
    346                    "large": {
    347                        "mimeType": "image/jpeg",
    348                        "permalink": "https://assetd.kompas.id/xgi1eaiDKShfyt4gyhs5ndBKBvQ=/1280x720/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F16%2Ff3c23a34-4f83-4112-812d-8f17f2cae8c8_jpg.jpg",
    349                        "width": 1280,
    350                        "height": 720
    351                    },
    352                    "medium": {
    353                        "mimeType": "image/jpeg",
    354                        "permalink": "https://assetd.kompas.id/HwhdLsuRTtpP89oGqtermptr9Pg=/720x405/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F16%2Ff3c23a34-4f83-4112-812d-8f17f2cae8c8_jpg.jpg",
    355                        "width": 720,
    356                        "height": 405
    357                    },
    358                    "mediumLarge": {
    359                        "mimeType": "image/jpeg",
    360                        "permalink": "https://assetd.kompas.id/aA5dr-vhiQRhnJfdK1MQqgSpafo=/1024x576/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F16%2Ff3c23a34-4f83-4112-812d-8f17f2cae8c8_jpg.jpg",
    361                        "width": 1024,
    362                        "height": 576
    363                    },
    364                    "original": null,
    365                    "postThumbnail": {
    366                        "mimeType": "image/jpeg",
    367                        "permalink": "https://assetd.kompas.id/4xY_EUovPr59YI9lxed0-OYVyv4=/676x507/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F16%2Ff3c23a34-4f83-4112-812d-8f17f2cae8c8_jpg.jpg",
    368                        "width": 676,
    369                        "height": 507
    370                    },
    371                    "thumbnail": {
    372                        "mimeType": "image/jpeg",
    373                        "permalink": "https://assetd.kompas.id/ONXFtvW2sxYuKcMhTkdBEiM53Qg=/160x160/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F16%2Ff3c23a34-4f83-4112-812d-8f17f2cae8c8_jpg.jpg",
    374                        "width": 160,
    375                        "height": 160
    376                    },
    377                    "thumbnailMedium": {
    378                        "mimeType": "image/jpeg",
    379                        "permalink": "https://assetd.kompas.id/phbtRKFHtnF7EKS7TCmGHamn6zA=/300x169/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F16%2Ff3c23a34-4f83-4112-812d-8f17f2cae8c8_jpg.jpg",
    380                        "width": 300,
    381                        "height": 169
    382                    },
    383                    "thumbnailSquareMedium": {
    384                        "mimeType": "image/jpeg",
    385                        "permalink": "https://assetd.kompas.id/rtQ8OLdDP0bq57qLjqtLkikpXfk=/480x480/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F16%2Ff3c23a34-4f83-4112-812d-8f17f2cae8c8_jpg.jpg",
    386                        "width": 480,
    387                        "height": 480
    388                    }
    389                }
    390            },
    391            "title": "Penciptaan Lapangan Kerja dan Pemerataan Jadi Pertimbangan Proyek Hilirisasi\n",
    392            "type": "post-article",
    393            "meta": {
    394                "cache": true
    395            },
    396            "audio": "https://cdn-content.kompas.id/cds_text_to_speech/penciptaan-lapangan-kerja-dan-pemerataan-jadi-pertimbangan-proyek-hilirisasi.mp3",
    397            "labels": [],
    398            "variant": "hard-news"
    399        },
    400        {
    401            "id": 12768,
    402            "articleByLine": "Willy Medi Christian Nababan",
    403            "bookmark": false,
    404            "category": [
    405                {
    406                    "name": "Politik & Hukum",
    407                    "slug": "polhuk"
    408                },
    409                {
    410                    "name": "Desk Politik dan Hukum",
    411                    "slug": "Politik dan Hukum"
    412                }
    413            ],
    414            "content": [],
    415            "createdDate": "2025-03-16 19:57:07",
    416            "editors": [
    417                {
    418                    "name": "Nanik Dwiastuti"
    419                }
    420            ],
    421            "excerpt": "KPK masih menelusuri apakah mantan Gubernur Jawa Barat Ridwan Kamil mengetahui adanya kasus korupsi di Bank bjb atau malah ikut menikmati keuntungannya.",
    422            "external": true,
    423            "imageCounter": 0,
    424            "isFreemium": false,
    425            "keyword": "Tutur Visual",
    426            "modifiedDate": "2025-03-16 21:36:16",
    427            "name": "korupsi-bank-bjb-apakah-ridwan-kamil-sekadar-mengetahui-atau-ikut-menikmati",
    428            "status": "Published",
    429            "permalink": "https://www.kompas.id/artikel/korupsi-bank-bjb-apakah-ridwan-kamil-sekadar-mengetahui-atau-ikut-menikmati",
    430            "postTag": [
    431                {
    432                    "name": "berita",
    433                    "slug": "berita"
    434                },
    435                {
    436                    "name": "aktual",
    437                    "slug": "aktual"
    438                },
    439                {
    440                    "name": "Kasus korupsi bank BJB",
    441                    "slug": "kasus-korupsi-bank-bjb"
    442                },
    443                {
    444                    "name": "kpk ridwan kamil",
    445                    "slug": "kpk-ridwan-kamil"
    446                },
    447                {
    448                    "name": "x-hide-update-me",
    449                    "slug": "x-hide-update-me"
    450                }
    451            ],
    452            "edition": "",
    453            "headline": "",
    454            "page": 0,
    455            "publishedDate": "2025-03-16 20:23:12",
    456            "publishedDateGmt": "2025-03-16 13:23:12",
    457            "site": "kompas.id",
    458            "source": "ICM",
    459            "sponsors": [],
    460            "thumbnails": {
    461                "meta": {
    462                    "photographerName": ""
    463                },
    464                "sizes": {
    465                    "large": {
    466                        "mimeType": "image/jpeg",
    467                        "permalink": "https://assetd.kompas.id/IflpPosQ8S0P6EfO0XsiC_lrfZY=/1280x720/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F11%2F049009fe-c839-41ea-9fa8-3b38dae1658a_jpeg.jpg",
    468                        "width": 1280,
    469                        "height": 720
    470                    },
    471                    "medium": {
    472                        "mimeType": "image/jpeg",
    473                        "permalink": "https://assetd.kompas.id/f4xUOZCuM8g4gtMsJSDTZ775y84=/720x405/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F11%2F049009fe-c839-41ea-9fa8-3b38dae1658a_jpeg.jpg",
    474                        "width": 720,
    475                        "height": 405
    476                    },
    477                    "mediumLarge": {
    478                        "mimeType": "image/jpeg",
    479                        "permalink": "https://assetd.kompas.id/n6FzHH_qd5CAq2L4zdpr_MK-aSs=/1024x576/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F11%2F049009fe-c839-41ea-9fa8-3b38dae1658a_jpeg.jpg",
    480                        "width": 1024,
    481                        "height": 576
    482                    },
    483                    "original": null,
    484                    "postThumbnail": {
    485                        "mimeType": "image/jpeg",
    486                        "permalink": "https://assetd.kompas.id/3QtqYDOUwTrTmAS_4eKU_VWtKgw=/676x507/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F11%2F049009fe-c839-41ea-9fa8-3b38dae1658a_jpeg.jpg",
    487                        "width": 676,
    488                        "height": 507
    489                    },
    490                    "thumbnail": {
    491                        "mimeType": "image/jpeg",
    492                        "permalink": "https://assetd.kompas.id/mUdqKs_2abx2IvUf_PqsMqBxMxU=/160x160/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F11%2F049009fe-c839-41ea-9fa8-3b38dae1658a_jpeg.jpg",
    493                        "width": 160,
    494                        "height": 160
    495                    },
    496                    "thumbnailMedium": {
    497                        "mimeType": "image/jpeg",
    498                        "permalink": "https://assetd.kompas.id/LXaw5sAiC79GLXQ9_MfNCKtjusg=/300x169/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F11%2F049009fe-c839-41ea-9fa8-3b38dae1658a_jpeg.jpg",
    499                        "width": 300,
    500                        "height": 169
    501                    },
    502                    "thumbnailSquareMedium": {
    503                        "mimeType": "image/jpeg",
    504                        "permalink": "https://assetd.kompas.id/O2plxAHSXkqET3BuYfQSl-n512U=/480x480/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F11%2F049009fe-c839-41ea-9fa8-3b38dae1658a_jpeg.jpg",
    505                        "width": 480,
    506                        "height": 480
    507                    }
    508                }
    509            },
    510            "title": "Korupsi Bank bjb, Apakah Ridwan Kamil Mengetahui atau Ikut Menikmati?",
    511            "type": "post-article",
    512            "meta": {
    513                "cache": true
    514            },
    515            "audio": "https://cdn-content.kompas.id/cds_text_to_speech/korupsi-bank-bjb-apakah-ridwan-kamil-sekadar-mengetahui-atau-ikut-menikmati.mp3",
    516            "labels": [],
    517            "variant": "hard-news"
    518        },
    519        {
    520            "id": 12763,
    521            "articleByLine": "Norbertus Arya  Dwiangga Martiar",
    522            "bookmark": false,
    523            "category": [
    524                {
    525                    "name": "Politik & Hukum",
    526                    "slug": "polhuk"
    527                },
    528                {
    529                    "name": "Desk Politik dan Hukum",
    530                    "slug": "Politik dan Hukum"
    531                }
    532            ],
    533            "content": [],
    534            "createdDate": "2025-03-16 19:01:39",
    535            "editors": [
    536                {
    537                    "name": "Nanik Dwiastuti"
    538                }
    539            ],
    540            "excerpt": "Alih-alih menjadi semakin profesional, penempatan polisi di kementerian dan lembaga semakin menjauhkan dari tugas pokok memelihara keamanan dan menegakkan hukum.",
    541            "external": true,
    542            "imageCounter": 0,
    543            "isFreemium": false,
    544            "keyword": "Tutur Visual",
    545            "modifiedDate": "2025-03-16 20:41:06",
    546            "name": "penempatan-perwira-polri-di-kementerian-dan-lembaga-semakin-jauh-dari-tugas-pokok",
    547            "status": "Published",
    548            "permalink": "https://www.kompas.id/artikel/penempatan-perwira-polri-di-kementerian-dan-lembaga-semakin-jauh-dari-tugas-pokok",
    549            "postTag": [
    550                {
    551                    "name": "polri",
    552                    "slug": "polri"
    553                },
    554                {
    555                    "name": "kapolri",
    556                    "slug": "kapolri"
    557                },
    558                {
    559                    "name": "dwi fungsi abri",
    560                    "slug": "dwi-fungsi-abri"
    561                },
    562                {
    563                    "name": "x-hide-give-me-perspective",
    564                    "slug": "x-hide-give-me-perspective"
    565                }
    566            ],
    567            "edition": "",
    568            "headline": "",
    569            "page": 0,
    570            "publishedDate": "2025-03-16 20:18:40",
    571            "publishedDateGmt": "2025-03-16 13:18:40",
    572            "site": "kompas.id",
    573            "source": "ICM",
    574            "sponsors": [],
    575            "thumbnails": {
    576                "meta": {
    577                    "photographerName": ""
    578                },
    579                "sizes": {
    580                    "large": {
    581                        "mimeType": "image/jpeg",
    582                        "permalink": "https://assetd.kompas.id/rqoQhloJSKk0xEYTuMDRlrIGokc=/1280x720/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2021%2F12%2F16%2F74efe4cb-9f6d-4bd1-9f3f-bfa9afa304c2_jpg.jpg",
    583                        "width": 1280,
    584                        "height": 720
    585                    },
    586                    "medium": {
    587                        "mimeType": "image/jpeg",
    588                        "permalink": "https://assetd.kompas.id/zZJA7qItlsH2pubiU7lHl_nZMQ4=/720x405/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2021%2F12%2F16%2F74efe4cb-9f6d-4bd1-9f3f-bfa9afa304c2_jpg.jpg",
    589                        "width": 720,
    590                        "height": 405
    591                    },
    592                    "mediumLarge": {
    593                        "mimeType": "image/jpeg",
    594                        "permalink": "https://assetd.kompas.id/-6lH_fxGb-avsvzt0OtLBXHBdJY=/1024x576/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2021%2F12%2F16%2F74efe4cb-9f6d-4bd1-9f3f-bfa9afa304c2_jpg.jpg",
    595                        "width": 1024,
    596                        "height": 576
    597                    },
    598                    "original": null,
    599                    "postThumbnail": {
    600                        "mimeType": "image/jpeg",
    601                        "permalink": "https://assetd.kompas.id/YB2iz_stX5oIxUIbEcfJ7URKWv0=/676x507/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2021%2F12%2F16%2F74efe4cb-9f6d-4bd1-9f3f-bfa9afa304c2_jpg.jpg",
    602                        "width": 676,
    603                        "height": 507
    604                    },
    605                    "thumbnail": {
    606                        "mimeType": "image/jpeg",
    607                        "permalink": "https://assetd.kompas.id/EjqAbwWxj5YcWE88tQY7ciddt_E=/160x160/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2021%2F12%2F16%2F74efe4cb-9f6d-4bd1-9f3f-bfa9afa304c2_jpg.jpg",
    608                        "width": 160,
    609                        "height": 160
    610                    },
    611                    "thumbnailMedium": {
    612                        "mimeType": "image/jpeg",
    613                        "permalink": "https://assetd.kompas.id/qgm2d_nNZ4lgdV2U7GUlUBGjYUk=/300x169/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2021%2F12%2F16%2F74efe4cb-9f6d-4bd1-9f3f-bfa9afa304c2_jpg.jpg",
    614                        "width": 300,
    615                        "height": 169
    616                    },
    617                    "thumbnailSquareMedium": {
    618                        "mimeType": "image/jpeg",
    619                        "permalink": "https://assetd.kompas.id/L-OR1kxKLNjZLnedvRdN_A2t5kU=/480x480/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2021%2F12%2F16%2F74efe4cb-9f6d-4bd1-9f3f-bfa9afa304c2_jpg.jpg",
    620                        "width": 480,
    621                        "height": 480
    622                    }
    623                }
    624            },
    625            "title": "Penempatan Polisi di Kementerian dan Lembaga Semakin Jauh dari Tugas Pokok Polri",
    626            "type": "post-article",
    627            "meta": {
    628                "cache": true
    629            },
    630            "audio": "https://cdn-content.kompas.id/cds_text_to_speech/penempatan-perwira-polri-di-kementerian-dan-lembaga-semakin-jauh-dari-tugas-pokok.mp3",
    631            "labels": [],
    632            "variant": "hard-news"
    633        },
    634        {
    635            "id": 12766,
    636            "articleByLine": "KOMPAS/RIZA FATHONI",
    637            "bookmark": false,
    638            "category": [
    639                {
    640                    "name": "Galeri Foto",
    641                    "slug": "galeri-foto"
    642                },
    643                {
    644                    "name": "Fotografi",
    645                    "slug": "foto"
    646                },
    647                {
    648                    "name": "Foto",
    649                    "slug": "foto"
    650                },
    651                {
    652                    "name": "Desk Foto",
    653                    "slug": "Foto"
    654                }
    655            ],
    656            "content": [],
    657            "createdDate": "2025-03-16 19:31:08",
    658            "editors": [
    659                {
    660                    "name": "Nanik Dwiastuti"
    661                }
    662            ],
    663            "excerpt": "Pemerintah Provinsi Daerah Khusus Jakarta menyelenggarakan Festival Ramadhan di sejumlah taman di Jakarta.",
    664            "external": true,
    665            "imageCounter": 12,
    666            "isFreemium": false,
    667            "keyword": "Tutur Visual",
    668            "modifiedDate": "2025-03-16 20:27:54",
    669            "name": "menunggu-waktu-berbuka-di-taman-lapangan-banteng",
    670            "status": "Published",
    671            "permalink": "https://www.kompas.id/artikel/menunggu-waktu-berbuka-di-taman-lapangan-banteng",
    672            "postTag": [
    673                {
    674                    "name": "fotografi",
    675                    "slug": "fotografi"
    676                },
    677                {
    678                    "name": "galeri foto",
    679                    "slug": "galeri-foto"
    680                },
    681                {
    682                    "name": "humaniora",
    683                    "slug": "humaniora"
    684                },
    685                {
    686                    "name": "ramadhan di taman",
    687                    "slug": "ramadhan-di-taman"
    688                },
    689                {
    690                    "name": "taman lapangan banteng",
    691                    "slug": "taman-lapangan-banteng"
    692                },
    693                {
    694                    "name": "x-hide-divert-me",
    695                    "slug": "x-hide-divert-me"
    696                }
    697            ],
    698            "edition": "",
    699            "headline": "",
    700            "page": 0,
    701            "publishedDate": "2025-03-16 20:14:09",
    702            "publishedDateGmt": "2025-03-16 13:14:09",
    703            "site": "kompas.id",
    704            "source": "ICM",
    705            "sponsors": [],
    706            "thumbnails": {
    707                "meta": {
    708                    "photographerName": ""
    709                },
    710                "sizes": {
    711                    "large": {
    712                        "mimeType": "image/jpeg",
    713                        "permalink": "https://assetd.kompas.id/GZ3d2OwDi1aOSZ-QP2yDHFTJcKc=/1280x720/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F16%2F249df23c-78c0-4811-8e8c-6dedff6e72b1_jpg.jpg",
    714                        "width": 1280,
    715                        "height": 720
    716                    },
    717                    "medium": {
    718                        "mimeType": "image/jpeg",
    719                        "permalink": "https://assetd.kompas.id/hEcRfQvNj6bfEqqi3Q3xSaaHVYM=/720x405/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F16%2F249df23c-78c0-4811-8e8c-6dedff6e72b1_jpg.jpg",
    720                        "width": 720,
    721                        "height": 405
    722                    },
    723                    "mediumLarge": {
    724                        "mimeType": "image/jpeg",
    725                        "permalink": "https://assetd.kompas.id/9ef5BNp_2Keky5vnReu5dAZ2q9M=/1024x576/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F16%2F249df23c-78c0-4811-8e8c-6dedff6e72b1_jpg.jpg",
    726                        "width": 1024,
    727                        "height": 576
    728                    },
    729                    "original": null,
    730                    "postThumbnail": {
    731                        "mimeType": "image/jpeg",
    732                        "permalink": "https://assetd.kompas.id/uXrRkNF0-u7hdj7kEwnxiQoCNXo=/676x507/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F16%2F249df23c-78c0-4811-8e8c-6dedff6e72b1_jpg.jpg",
    733                        "width": 676,
    734                        "height": 507
    735                    },
    736                    "thumbnail": {
    737                        "mimeType": "image/jpeg",
    738                        "permalink": "https://assetd.kompas.id/j_zweqWD3dtH4UOdDjzC90TZlkc=/160x160/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F16%2F249df23c-78c0-4811-8e8c-6dedff6e72b1_jpg.jpg",
    739                        "width": 160,
    740                        "height": 160
    741                    },
    742                    "thumbnailMedium": {
    743                        "mimeType": "image/jpeg",
    744                        "permalink": "https://assetd.kompas.id/3cojkqyxGDDs7DPSlWUVUemzyGQ=/300x169/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F16%2F249df23c-78c0-4811-8e8c-6dedff6e72b1_jpg.jpg",
    745                        "width": 300,
    746                        "height": 169
    747                    },
    748                    "thumbnailSquareMedium": {
    749                        "mimeType": "image/jpeg",
    750                        "permalink": "https://assetd.kompas.id/PbmpLoovz9dIEEWzzRn2-4uOoIc=/480x480/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F16%2F249df23c-78c0-4811-8e8c-6dedff6e72b1_jpg.jpg",
    751                        "width": 480,
    752                        "height": 480
    753                    }
    754                }
    755            },
    756            "title": "Menunggu Waktu Berbuka di Taman Lapangan Banteng",
    757            "type": "photo-article",
    758            "meta": {
    759                "cache": true
    760            },
    761            "audio": "https://cdn-content.kompas.id/cds_text_to_speech/menunggu-waktu-berbuka-di-taman-lapangan-banteng.mp3",
    762            "labels": [],
    763            "variant": "soft-news-features"
    764        },
    765        {
    766            "id": 12336,
    767            "articleByLine": "Stefanus Ato, Insan Alfajri, Melati Mewangi, Sarie Febriane, Pandu Wiyoga",
    768            "bookmark": false,
    769            "category": [
    770                {
    771                    "name": "Investigasi",
    772                    "slug": "investigasi"
    773                },
    774                {
    775                    "name": "Desk Investigasi dan Jurnalisme Data",
    776                    "slug": "Investigasi dan Jurnalisme Data"
    777                }
    778            ],
    779            "content": [],
    780            "createdDate": "2025-03-12 18:08:57",
    781            "editors": [
    782                {
    783                    "name": "Andy Riza Hidayat"
    784                }
    785            ],
    786            "excerpt": "Limbah industri berupa bahan sisa produksi seperti besi, aluminium, dan kardus punya nilai ekonomi tinggi, dan kerap disasar para bohir limbah.",
    787            "external": true,
    788            "imageCounter": 0,
    789            "isFreemium": false,
    790            "keyword": "Tutur Visual",
    791            "modifiedDate": "2025-03-16 20:44:21",
    792            "name": "tiap-kali-perusahaan-digeruduk-dompet-saya-tebal",
    793            "status": "Published",
    794            "permalink": "https://www.kompas.id/artikel/tiap-kali-perusahaan-digeruduk-dompet-saya-tebal",
    795            "postTag": [
    796                {
    797                    "name": "Ormas, limbah industri, premanisme, kawasan industri,",
    798                    "slug": "ormas-limbah-industri-premanisme-kawasan-industri"
    799                },
    800                {
    801                    "name": "premanisme industri",
    802                    "slug": "premanisme-industri"
    803                },
    804                {
    805                    "name": "utama",
    806                    "slug": "utama"
    807                },
    808                {
    809                    "name": "Eksklusif",
    810                    "slug": "eksklusif"
    811                },
    812                {
    813                    "name": "x-hide-give-me-perspective",
    814                    "slug": "x-hide-give-me-perspective"
    815                }
    816            ],
    817            "edition": "20250317",
    818            "headline": "Tiap Kali Ada Perusahaan Dikepung, Dompet Saya Tebal!",
    819            "page": 1,
    820            "publishedDate": "2025-03-16 20:06:13",
    821            "publishedDateGmt": "2025-03-16 13:06:13",
    822            "site": "kompas.id",
    823            "source": "ICM",
    824            "sponsors": [],
    825            "thumbnails": {
    826                "meta": {
    827                    "photographerName": ""
    828                },
    829                "sizes": {
    830                    "large": {
    831                        "mimeType": "image/jpeg",
    832                        "permalink": "https://assetd.kompas.id/tpwi4cocZResRUquRuj56p1_63A=/1280x720/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F13%2F9109866e-fc97-43a2-8f3a-d1873bf14e1f_jpg.jpg",
    833                        "width": 1280,
    834                        "height": 720
    835                    },
    836                    "medium": {
    837                        "mimeType": "image/jpeg",
    838                        "permalink": "https://assetd.kompas.id/3z_0PxSkOeuIPD9tbOeObe-JeQk=/720x405/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F13%2F9109866e-fc97-43a2-8f3a-d1873bf14e1f_jpg.jpg",
    839                        "width": 720,
    840                        "height": 405
    841                    },
    842                    "mediumLarge": {
    843                        "mimeType": "image/jpeg",
    844                        "permalink": "https://assetd.kompas.id/dl7gQEhEcWyGPkPyLIr4h-qDW9w=/1024x576/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F13%2F9109866e-fc97-43a2-8f3a-d1873bf14e1f_jpg.jpg",
    845                        "width": 1024,
    846                        "height": 576
    847                    },
    848                    "original": null,
    849                    "postThumbnail": {
    850                        "mimeType": "image/jpeg",
    851                        "permalink": "https://assetd.kompas.id/g-AnGgG_JbAZ4hb2yckXLLQcY6I=/676x507/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F13%2F9109866e-fc97-43a2-8f3a-d1873bf14e1f_jpg.jpg",
    852                        "width": 676,
    853                        "height": 507
    854                    },
    855                    "thumbnail": {
    856                        "mimeType": "image/jpeg",
    857                        "permalink": "https://assetd.kompas.id/hkGWUMXteuQPDYFe7mRbXPD_0iI=/160x160/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F13%2F9109866e-fc97-43a2-8f3a-d1873bf14e1f_jpg.jpg",
    858                        "width": 160,
    859                        "height": 160
    860                    },
    861                    "thumbnailMedium": {
    862                        "mimeType": "image/jpeg",
    863                        "permalink": "https://assetd.kompas.id/-73lE8xwP-EVIbbob5CZvvw5jWs=/300x169/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F13%2F9109866e-fc97-43a2-8f3a-d1873bf14e1f_jpg.jpg",
    864                        "width": 300,
    865                        "height": 169
    866                    },
    867                    "thumbnailSquareMedium": {
    868                        "mimeType": "image/jpeg",
    869                        "permalink": "https://assetd.kompas.id/acI53Yu6gejeW6sUa8AiPGhWYcg=/480x480/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F13%2F9109866e-fc97-43a2-8f3a-d1873bf14e1f_jpg.jpg",
    870                        "width": 480,
    871                        "height": 480
    872                    }
    873                }
    874            },
    875            "title": "Tiap Kali Perusahaan Dikepung, Dompet Saya Tebal! (1)",
    876            "type": "post-article",
    877            "meta": {
    878                "cache": true
    879            },
    880            "audio": "https://cdn-content.kompas.id/cds_text_to_speech/tiap-kali-perusahaan-digeruduk-dompet-saya-tebal.mp3",
    881            "labels": ["eksklusif"],
    882            "variant": "soft-news-features"
    883        },
    884        {
    885            "id": 12764,
    886            "articleByLine": "Hidayat Salam",
    887            "bookmark": false,
    888            "category": [
    889                {
    890                    "name": "Politik & Hukum",
    891                    "slug": "polhuk"
    892                },
    893                {
    894                    "name": "Desk Politik dan Hukum",
    895                    "slug": "Politik dan Hukum"
    896                }
    897            ],
    898            "content": [],
    899            "createdDate": "2025-03-16 19:09:24",
    900            "editors": [
    901                {
    902                    "name": "Didik Durianto"
    903                }
    904            ],
    905            "excerpt": "Sejumlah kalangan dan akademisi meminta agar pembahasan revisi UU TNI melalui analisis komprehensif dan partisipatif, bukan secara diam-diam dan terburu-buru.",
    906            "external": true,
    907            "imageCounter": 0,
    908            "isFreemium": false,
    909            "keyword": "Tutur Visual",
    910            "modifiedDate": "2025-03-16 20:45:45",
    911            "name": "koalisi-masyarakat-sipil-dan-akademisi-desak-dpr-dan-pemerintah-hentikan-revisi-uu-tni",
    912            "status": "Published",
    913            "permalink": "https://www.kompas.id/artikel/koalisi-masyarakat-sipil-dan-akademisi-desak-dpr-dan-pemerintah-hentikan-revisi-uu-tni",
    914            "postTag": [
    915                {
    916                    "name": "berita",
    917                    "slug": "berita"
    918                },
    919                {
    920                    "name": "revisi uu tni",
    921                    "slug": "revisi-uu-tni"
    922                },
    923                {
    924                    "name": "tni",
    925                    "slug": "tni"
    926                },
    927                {
    928                    "name": "koalisi masyarakat sipil",
    929                    "slug": "koalisi-masyarakat-sipil"
    930                },
    931                {
    932                    "name": "x-hide-give-me-perspective",
    933                    "slug": "x-hide-give-me-perspective"
    934                },
    935                {
    936                    "name": "SDGs",
    937                    "slug": "sdgs"
    938                },
    939                {
    940                    "name": "SDG01-Tanpa Kemiskinan",
    941                    "slug": "sdg01-tanpa-kemiskinan"
    942                }
    943            ],
    944            "edition": "",
    945            "headline": "",
    946            "page": 0,
    947            "publishedDate": "2025-03-16 19:56:36",
    948            "publishedDateGmt": "2025-03-16 12:56:36",
    949            "site": "kompas.id",
    950            "source": "ICM",
    951            "sponsors": [],
    952            "thumbnails": {
    953                "meta": {
    954                    "photographerName": ""
    955                },
    956                "sizes": {
    957                    "large": {
    958                        "mimeType": "image/jpeg",
    959                        "permalink": "https://assetd.kompas.id/JBPn9jmYdrwqBNuGU-SREN_pVqU=/1280x720/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F13%2Fd54e6d0c-216b-4907-abab-9cfb713defa8_jpg.jpg",
    960                        "width": 1280,
    961                        "height": 720
    962                    },
    963                    "medium": {
    964                        "mimeType": "image/jpeg",
    965                        "permalink": "https://assetd.kompas.id/zAicAdrMbh3sxw5qA5-tPzMMXTo=/720x405/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F13%2Fd54e6d0c-216b-4907-abab-9cfb713defa8_jpg.jpg",
    966                        "width": 720,
    967                        "height": 405
    968                    },
    969                    "mediumLarge": {
    970                        "mimeType": "image/jpeg",
    971                        "permalink": "https://assetd.kompas.id/5H1H3QKkXeh514EBhhJC3wKU5GE=/1024x576/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F13%2Fd54e6d0c-216b-4907-abab-9cfb713defa8_jpg.jpg",
    972                        "width": 1024,
    973                        "height": 576
    974                    },
    975                    "original": null,
    976                    "postThumbnail": {
    977                        "mimeType": "image/jpeg",
    978                        "permalink": "https://assetd.kompas.id/Mrb47EcNMqzLzI0uaovwacNH36c=/676x507/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F13%2Fd54e6d0c-216b-4907-abab-9cfb713defa8_jpg.jpg",
    979                        "width": 676,
    980                        "height": 507
    981                    },
    982                    "thumbnail": {
    983                        "mimeType": "image/jpeg",
    984                        "permalink": "https://assetd.kompas.id/utXvK6GZow4cZCfENfR17Ms4524=/160x160/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F13%2Fd54e6d0c-216b-4907-abab-9cfb713defa8_jpg.jpg",
    985                        "width": 160,
    986                        "height": 160
    987                    },
    988                    "thumbnailMedium": {
    989                        "mimeType": "image/jpeg",
    990                        "permalink": "https://assetd.kompas.id/wHqjv_TwuHYDQPEIMTu9opr55xU=/300x169/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F13%2Fd54e6d0c-216b-4907-abab-9cfb713defa8_jpg.jpg",
    991                        "width": 300,
    992                        "height": 169
    993                    },
    994                    "thumbnailSquareMedium": {
    995                        "mimeType": "image/jpeg",
    996                        "permalink": "https://assetd.kompas.id/a7gpqp4C0E_VSp4CEPv42WECMVs=/480x480/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F13%2Fd54e6d0c-216b-4907-abab-9cfb713defa8_jpg.jpg",
    997                        "width": 480,
    998                        "height": 480
    999                    }
    1000                }
    1001            },
    1002            "title": "Koalisi Masyarakat Sipil dan Akademisi Desak DPR dan Pemerintah Hentikan Revisi UU TNI",
    1003            "type": "post-article",
    1004            "meta": {
    1005                "cache": true
    1006            },
    1007            "audio": "https://cdn-content.kompas.id/cds_text_to_speech/koalisi-masyarakat-sipil-dan-akademisi-desak-dpr-dan-pemerintah-hentikan-revisi-uu-tni.mp3",
    1008            "labels": [],
    1009            "variant": "hard-news"
    1010        },
    1011        {
    1012            "id": 12761,
    1013            "articleByLine": "Nina Susilo",
    1014            "bookmark": false,
    1015            "category": [
    1016                {
    1017                    "name": "Politik & Hukum",
    1018                    "slug": "polhuk"
    1019                },
    1020                {
    1021                    "name": "Desk Politik dan Hukum",
    1022                    "slug": "Politik dan Hukum"
    1023                }
    1024            ],
    1025            "content": [],
    1026            "createdDate": "2025-03-16 18:55:05",
    1027            "editors": [
    1028                {
    1029                    "name": "Didik Durianto"
    1030                }
    1031            ],
    1032            "excerpt": "Penerimaan pasar atas sosok menteri keuangan tetap penting. ”Reshuffle” semestinya tetap mengutamakan profesionalitas figur.",
    1033            "external": true,
    1034            "imageCounter": 0,
    1035            "isFreemium": false,
    1036            "keyword": "Tutur Visual",
    1037            "modifiedDate": "2025-03-16 19:59:06",
    1038            "name": "hitung-hitungan-prabowo-melakukan-reshuffle-terhadap-sri-mulyani",
    1039            "status": "Published",
    1040            "permalink": "https://www.kompas.id/artikel/hitung-hitungan-prabowo-melakukan-reshuffle-terhadap-sri-mulyani",
    1041            "postTag": [
    1042                {
    1043                    "name": "isu reshuffle",
    1044                    "slug": "isu-reshuffle"
    1045                },
    1046                {
    1047                    "name": "reshuffle",
    1048                    "slug": "reshuffle"
    1049                },
    1050                {
    1051                    "name": "menteri keuangan",
    1052                    "slug": "menteri-keuangan"
    1053                },
    1054                {
    1055                    "name": "sri mulyani mundur",
    1056                    "slug": "sri-mulyani-mundur"
    1057                },
    1058                {
    1059                    "name": "Prabowo Subianto",
    1060                    "slug": "prabowo-subianto"
    1061                },
    1062                {
    1063                    "name": "haryadi",
    1064                    "slug": "haryadi"
    1065                },
    1066                {
    1067                    "name": "ferry daud liando",
    1068                    "slug": "ferry-daud-liando"
    1069                },
    1070                {
    1071                    "name": "mohammad faisal",
    1072                    "slug": "mohammad-faisal"
    1073                },
    1074                {
    1075                    "name": "x-hide-give-me-perspective",
    1076                    "slug": "x-hide-give-me-perspective"
    1077                }
    1078            ],
    1079            "edition": "",
    1080            "headline": "",
    1081            "page": 0,
    1082            "publishedDate": "2025-03-16 19:33:02",
    1083            "publishedDateGmt": "2025-03-16 12:33:02",
    1084            "site": "kompas.id",
    1085            "source": "ICM",
    1086            "sponsors": [],
    1087            "thumbnails": {
    1088                "meta": {
    1089                    "photographerName": ""
    1090                },
    1091                "sizes": {
    1092                    "large": {
    1093                        "mimeType": "image/jpeg",
    1094                        "permalink": "https://assetd.kompas.id/PMBwQOlSycmC265kyb-UbOk1ajk=/1280x720/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2024%2F09%2F24%2Fab790684-2106-462c-9109-dd1957f0e079_jpg.jpg",
    1095                        "width": 1280,
    1096                        "height": 720
    1097                    },
    1098                    "medium": {
    1099                        "mimeType": "image/jpeg",
    1100                        "permalink": "https://assetd.kompas.id/6B-4McDvP9sKLlnPIPd0hix8Ggw=/720x405/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2024%2F09%2F24%2Fab790684-2106-462c-9109-dd1957f0e079_jpg.jpg",
    1101                        "width": 720,
    1102                        "height": 405
    1103                    },
    1104                    "mediumLarge": {
    1105                        "mimeType": "image/jpeg",
    1106                        "permalink": "https://assetd.kompas.id/2KH15mwKlyf-c4EhXOyzo62cLM8=/1024x576/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2024%2F09%2F24%2Fab790684-2106-462c-9109-dd1957f0e079_jpg.jpg",
    1107                        "width": 1024,
    1108                        "height": 576
    1109                    },
    1110                    "original": null,
    1111                    "postThumbnail": {
    1112                        "mimeType": "image/jpeg",
    1113                        "permalink": "https://assetd.kompas.id/hUoNlUGGqzEWVHsqYKB2NSx9vr8=/676x507/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2024%2F09%2F24%2Fab790684-2106-462c-9109-dd1957f0e079_jpg.jpg",
    1114                        "width": 676,
    1115                        "height": 507
    1116                    },
    1117                    "thumbnail": {
    1118                        "mimeType": "image/jpeg",
    1119                        "permalink": "https://assetd.kompas.id/qm_TGvNd2xeO9b_m1BMXcMYC3ow=/160x160/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2024%2F09%2F24%2Fab790684-2106-462c-9109-dd1957f0e079_jpg.jpg",
    1120                        "width": 160,
    1121                        "height": 160
    1122                    },
    1123                    "thumbnailMedium": {
    1124                        "mimeType": "image/jpeg",
    1125                        "permalink": "https://assetd.kompas.id/EBSbSC1k7N7ONzu7xo4_3njhsyU=/300x169/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2024%2F09%2F24%2Fab790684-2106-462c-9109-dd1957f0e079_jpg.jpg",
    1126                        "width": 300,
    1127                        "height": 169
    1128                    },
    1129                    "thumbnailSquareMedium": {
    1130                        "mimeType": "image/jpeg",
    1131                        "permalink": "https://assetd.kompas.id/81sZfqi34vIS68A9yM4eBrMI73E=/480x480/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2024%2F09%2F24%2Fab790684-2106-462c-9109-dd1957f0e079_jpg.jpg",
    1132                        "width": 480,
    1133                        "height": 480
    1134                    }
    1135                }
    1136            },
    1137            "title": "Hitung-hitungan Prabowo jika Melakukan ”Reshuffle” terhadap Sri Mulyani",
    1138            "type": "post-article",
    1139            "meta": {
    1140                "cache": true
    1141            },
    1142            "audio": "https://cdn-content.kompas.id/cds_text_to_speech/hitung-hitungan-prabowo-melakukan-reshuffle-terhadap-sri-mulyani.mp3",
    1143            "labels": [],
    1144            "variant": "analisis"
    1145        },
    1146        {
    1147            "id": 12762,
    1148            "articleByLine": "Bahana Patria Gupta",
    1149            "bookmark": false,
    1150            "category": [
    1151                {
    1152                    "name": "Galeri Foto",
    1153                    "slug": "galeri-foto"
    1154                },
    1155                {
    1156                    "name": "Fotografi",
    1157                    "slug": "foto"
    1158                },
    1159                {
    1160                    "name": "Foto",
    1161                    "slug": "foto"
    1162                },
    1163                {
    1164                    "name": "Desk Foto",
    1165                    "slug": "Foto"
    1166                }
    1167            ],
    1168            "content": [],
    1169            "createdDate": "2025-03-16 18:59:38",
    1170            "editors": [
    1171                {
    1172                    "name": "Didik Durianto"
    1173                }
    1174            ],
    1175            "excerpt": "Paguyuban Sosial Warga Tionghoa Sidoarjo bagi-bagi takjil. Kegiatan ini untuk memupuk rasa persaudaraan antarumat beragama.",
    1176            "external": true,
    1177            "imageCounter": 12,
    1178            "isFreemium": false,
    1179            "keyword": "Tutur Visual",
    1180            "modifiedDate": "2025-03-16 19:42:30",
    1181            "name": "saat-barongsai-bagi-bagi-takjil-di-sidoarjo",
    1182            "status": "Published",
    1183            "permalink": "https://www.kompas.id/artikel/saat-barongsai-bagi-bagi-takjil-di-sidoarjo",
    1184            "postTag": [
    1185                {
    1186                    "name": "foto",
    1187                    "slug": "foto"
    1188                },
    1189                {
    1190                    "name": "sidoarjo",
    1191                    "slug": "sidoarjo"
    1192                },
    1193                {
    1194                    "name": "ramadan",
    1195                    "slug": "ramadan"
    1196                },
    1197                {
    1198                    "name": "takjil",
    1199                    "slug": "takjil"
    1200                },
    1201                {
    1202                    "name": "x-hide-inspire-me",
    1203                    "slug": "x-hide-inspire-me"
    1204                }
    1205            ],
    1206            "edition": "",
    1207            "headline": "",
    1208            "page": 0,
    1209            "publishedDate": "2025-03-16 19:22:15",
    1210            "publishedDateGmt": "2025-03-16 12:22:15",
    1211            "site": "kompas.id",
    1212            "source": "ICM",
    1213            "sponsors": [],
    1214            "thumbnails": {
    1215                "meta": {
    1216                    "photographerName": ""
    1217                },
    1218                "sizes": {
    1219                    "large": {
    1220                        "mimeType": "image/jpeg",
    1221                        "permalink": "https://assetd.kompas.id/caHF6GmNaWGWak5Fi2lu_4qMWXA=/1280x720/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F16%2F5869936307327ce0974c423e0cd14c56-20250316BAH13.jpg",
    1222                        "width": 1280,
    1223                        "height": 720
    1224                    },
    1225                    "medium": {
    1226                        "mimeType": "image/jpeg",
    1227                        "permalink": "https://assetd.kompas.id/0_Q9UioXOeD_0yxIBn1k6GD4MPs=/720x405/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F16%2F5869936307327ce0974c423e0cd14c56-20250316BAH13.jpg",
    1228                        "width": 720,
    1229                        "height": 405
    1230                    },
    1231                    "mediumLarge": {
    1232                        "mimeType": "image/jpeg",
    1233                        "permalink": "https://assetd.kompas.id/p1_WDFi415A40ybjZDl538LEIlg=/1024x576/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F16%2F5869936307327ce0974c423e0cd14c56-20250316BAH13.jpg",
    1234                        "width": 1024,
    1235                        "height": 576
    1236                    },
    1237                    "original": null,
    1238                    "postThumbnail": {
    1239                        "mimeType": "image/jpeg",
    1240                        "permalink": "https://assetd.kompas.id/zSE3rvr4ZdHueHs9vQgG22UZ7jY=/676x507/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F16%2F5869936307327ce0974c423e0cd14c56-20250316BAH13.jpg",
    1241                        "width": 676,
    1242                        "height": 507
    1243                    },
    1244                    "thumbnail": {
    1245                        "mimeType": "image/jpeg",
    1246                        "permalink": "https://assetd.kompas.id/wYiMkTNgjJ2HegJ3pofv_gD8GS0=/160x160/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F16%2F5869936307327ce0974c423e0cd14c56-20250316BAH13.jpg",
    1247                        "width": 160,
    1248                        "height": 160
    1249                    },
    1250                    "thumbnailMedium": {
    1251                        "mimeType": "image/jpeg",
    1252                        "permalink": "https://assetd.kompas.id/kvClR2q70S4ahq1jpyaOE0fEw_0=/300x169/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F16%2F5869936307327ce0974c423e0cd14c56-20250316BAH13.jpg",
    1253                        "width": 300,
    1254                        "height": 169
    1255                    },
    1256                    "thumbnailSquareMedium": {
    1257                        "mimeType": "image/jpeg",
    1258                        "permalink": "https://assetd.kompas.id/Ns6LXx60CQzp5ERFLPbSmKNJLHU=/480x480/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F16%2F5869936307327ce0974c423e0cd14c56-20250316BAH13.jpg",
    1259                        "width": 480,
    1260                        "height": 480
    1261                    }
    1262                }
    1263            },
    1264            "title": "Saat Barongsai Bagi-bagi Takjil di Sidoarjo",
    1265            "type": "photo-article",
    1266            "meta": {
    1267                "cache": true
    1268            },
    1269            "audio": "https://cdn-content.kompas.id/cds_text_to_speech/saat-barongsai-bagi-bagi-takjil-di-sidoarjo.mp3",
    1270            "labels": [],
    1271            "variant": "soft-news-features"
    1272        }
    1273    ],
    1274    "cursor": 1742127735
    1275}
  • ListArticleByHastag:

    1{
    2    "data": [
    3        {
    4            "id": 0,
    5            "articleByLine": "MARINA EKATARI",
    6            "bookmark": false,
    7            "category": [
    8                {
    9                    "name": "Video",
    10                    "slug": "video"
    11                },
    12                {
    13                    "name": "Video Berita",
    14                    "slug": "berita-video"
    15                },
    16                {
    17                    "name": "Desk Multimedia",
    18                    "slug": "desk-multimedia"
    19                }
    20            ],
    21            "content": [],
    22            "createdDate": "2025-03-14 12:51:17",
    23            "editors": [
    24                {
    25                    "name": "ANDRI SETIANTO"
    26                }
    27            ],
    28            "excerpt": "Mantan Komisaris Utama PT Pertamina Basuki Tjahaja Purnama atau Ahok memenuhi panggilan Kejagung, Kamis (13/3/2025).",
    29            "external": false,
    30            "imageCounter": 0,
    31            "isFreemium": false,
    32            "keyword": "",
    33            "modifiedDate": "2025-03-14 15:49:21",
    34            "name": "batal-buka-bukaan-ahok-justru-kaget-soal-fraud-di-pertamina",
    35            "status": "Published",
    36            "permalink": "https://www.kompas.id/baca/video/2025/03/14/batal-buka-bukaan-ahok-justru-kaget-soal-fraud-di-pertamina",
    37            "postTag": [
    38                {
    39                    "name": "pertamina",
    40                    "slug": "pertamina"
    41                },
    42                {
    43                    "name": "ahok",
    44                    "slug": "ahok"
    45                },
    46                {
    47                    "name": "kejagung",
    48                    "slug": "kejagung"
    49                },
    50                {
    51                    "name": "basuki thajaja purnama",
    52                    "slug": "basuki-thajaja-purnama"
    53                },
    54                {
    55                    "name": "x-hide-give-me-perspective",
    56                    "slug": "x-hide-give-me-perspective"
    57                }
    58            ],
    59            "edition": "",
    60            "headline": "",
    61            "page": 0,
    62            "publishedDate": "2025-03-14 12:52:49",
    63            "publishedDateGmt": "2025-03-14 05:52:49",
    64            "site": "kompas.id",
    65            "source": "INR",
    66            "sponsors": [],
    67            "thumbnails": {
    68                "meta": {
    69                    "photographerName": ""
    70                },
    71                "sizes": {
    72                    "large": {
    73                        "mimeType": "image/jpeg",
    74                        "permalink": "https://assetd.kompas.id/Zp_ktq0jHgT0yeZ8Wan3s3UIdy0=/1280x720/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F14%2F83cce72a-ec48-442e-b779-e67e4e138a86_jpeg.jpeg",
    75                        "width": 1280,
    76                        "height": 720
    77                    },
    78                    "medium": {
    79                        "mimeType": "image/jpeg",
    80                        "permalink": "https://assetd.kompas.id/JH1XZ_YcxxIeLVL_kEwwAOtwOgY=/720x405/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F14%2F83cce72a-ec48-442e-b779-e67e4e138a86_jpeg.jpeg",
    81                        "width": 720,
    82                        "height": 405
    83                    },
    84                    "mediumLarge": {
    85                        "mimeType": "image/jpeg",
    86                        "permalink": "https://assetd.kompas.id/RH5ndRYy2gSW85e4QO2i5Mc2XR8=/1024x576/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F14%2F83cce72a-ec48-442e-b779-e67e4e138a86_jpeg.jpeg",
    87                        "width": 1024,
    88                        "height": 576
    89                    },
    90                    "original": null,
    91                    "postThumbnail": {
    92                        "mimeType": "image/jpeg",
    93                        "permalink": "https://assetd.kompas.id/dp_k8AuBsUqhWGTXxKJ31KLz_KI=/676x507/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F14%2F83cce72a-ec48-442e-b779-e67e4e138a86_jpeg.jpeg",
    94                        "width": 676,
    95                        "height": 507
    96                    },
    97                    "thumbnail": {
    98                        "mimeType": "image/jpeg",
    99                        "permalink": "https://assetd.kompas.id/bij-_l6DRO27LmLwjfxDkJNPCSQ=/160x160/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F14%2F83cce72a-ec48-442e-b779-e67e4e138a86_jpeg.jpeg",
    100                        "width": 160,
    101                        "height": 160
    102                    },
    103                    "thumbnailMedium": {
    104                        "mimeType": "image/jpeg",
    105                        "permalink": "https://assetd.kompas.id/PzMrQza1Z5Oa4tukTBgMNo4wPBA=/300x169/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F14%2F83cce72a-ec48-442e-b779-e67e4e138a86_jpeg.jpeg",
    106                        "width": 300,
    107                        "height": 169
    108                    },
    109                    "thumbnailSquareMedium": {
    110                        "mimeType": "image/jpeg",
    111                        "permalink": "https://assetd.kompas.id/6pwq_3QzFYky3m1SbIPami6tFwI=/480x480/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F14%2F83cce72a-ec48-442e-b779-e67e4e138a86_jpeg.jpeg",
    112                        "width": 480,
    113                        "height": 480
    114                    }
    115                }
    116            },
    117            "title": "Batal Buka-bukaan, Ahok Justru Kaget soal ”Fraud” di Pertamina",
    118            "type": "post-article",
    119            "meta": {
    120                "cache": false
    121            },
    122            "audio": "https://cdn-content.kompas.id/cds_text_to_speech/batal-buka-bukaan-ahok-justru-kaget-soal-fraud-di-pertamina.mp3",
    123            "labels": [],
    124            "variant": ""
    125        },
    126        {
    127            "id": 12410,
    128            "articleByLine": "Frenky Tanni Wijaya",
    129            "bookmark": false,
    130            "category": [
    131                {
    132                    "name": "Video",
    133                    "slug": "video"
    134                },
    135                {
    136                    "name": "Video Berita",
    137                    "slug": "berita-video"
    138                },
    139                {
    140                    "name": "Politik & Hukum",
    141                    "slug": "polhuk"
    142                },
    143                {
    144                    "name": "Desk Video",
    145                    "slug": "Video"
    146                }
    147            ],
    148            "content": [],
    149            "createdDate": "2025-03-13 13:07:22",
    150            "editors": [
    151                {
    152                    "name": "Lucia Dwi Puspita Sari"
    153                }
    154            ],
    155            "excerpt": "Kejaksaan Agung memeriksa mantan Komisaris Utama Pertamina Basuki Tjahja Purnama alias Ahok terkait kasus dugaan korupsi Pertamina.",
    156            "external": true,
    157            "imageCounter": 0,
    158            "isFreemium": false,
    159            "keyword": "Tutur Visual",
    160            "modifiedDate": "2025-03-13 13:51:42",
    161            "name": "ahok-dipanggil-kejagung-terkait-kasus-korupsi-pertamina-apa-perannya",
    162            "status": "Published",
    163            "permalink": "https://www.kompas.id/artikel/ahok-dipanggil-kejagung-terkait-kasus-korupsi-pertamina-apa-perannya",
    164            "postTag": [
    165                {
    166                    "name": "x-hide-update-me",
    167                    "slug": "x-hide-update-me"
    168                },
    169                {
    170                    "name": "aktual",
    171                    "slug": "aktual"
    172                },
    173                {
    174                    "name": "video",
    175                    "slug": "video"
    176                },
    177                {
    178                    "name": "video berita",
    179                    "slug": "video-berita"
    180                },
    181                {
    182                    "name": "pertamina",
    183                    "slug": "pertamina"
    184                },
    185                {
    186                    "name": "Ahok",
    187                    "slug": "ahok"
    188                },
    189                {
    190                    "name": "kejagung",
    191                    "slug": "kejagung"
    192                }
    193            ],
    194            "edition": "",
    195            "headline": "",
    196            "page": 0,
    197            "publishedDate": "2025-03-13 13:46:45",
    198            "publishedDateGmt": "2025-03-13 06:46:45",
    199            "site": "kompas.id",
    200            "source": "ICM",
    201            "sponsors": [],
    202            "thumbnails": {
    203                "meta": {
    204                    "photographerName": ""
    205                },
    206                "sizes": {
    207                    "large": {
    208                        "mimeType": "image/jpeg",
    209                        "permalink": "https://assetd.kompas.id/JKmGKBE4KN6lzpJZtWqlCfzTrDE=/1280x720/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F13%2F493dd331dadd3af4623bf165cffc3487-WhatsApp_Image_2025_03_13_at_1.32.10_PM_1_.jpeg",
    210                        "width": 1280,
    211                        "height": 720
    212                    },
    213                    "medium": {
    214                        "mimeType": "image/jpeg",
    215                        "permalink": "https://assetd.kompas.id/PrZlow6oJg99XhlvwC8DQ08Zgps=/720x405/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F13%2F493dd331dadd3af4623bf165cffc3487-WhatsApp_Image_2025_03_13_at_1.32.10_PM_1_.jpeg",
    216                        "width": 720,
    217                        "height": 405
    218                    },
    219                    "mediumLarge": {
    220                        "mimeType": "image/jpeg",
    221                        "permalink": "https://assetd.kompas.id/wEenVfQucLH_g4d8YXDFfs6NSMI=/1024x576/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F13%2F493dd331dadd3af4623bf165cffc3487-WhatsApp_Image_2025_03_13_at_1.32.10_PM_1_.jpeg",
    222                        "width": 1024,
    223                        "height": 576
    224                    },
    225                    "original": null,
    226                    "postThumbnail": {
    227                        "mimeType": "image/jpeg",
    228                        "permalink": "https://assetd.kompas.id/vPpFRFcAMVtqRoYiz1CCEER3wEc=/676x507/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F13%2F493dd331dadd3af4623bf165cffc3487-WhatsApp_Image_2025_03_13_at_1.32.10_PM_1_.jpeg",
    229                        "width": 676,
    230                        "height": 507
    231                    },
    232                    "thumbnail": {
    233                        "mimeType": "image/jpeg",
    234                        "permalink": "https://assetd.kompas.id/eMiEyDEwMUcceJcSTpwtyzsy9gY=/160x160/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F13%2F493dd331dadd3af4623bf165cffc3487-WhatsApp_Image_2025_03_13_at_1.32.10_PM_1_.jpeg",
    235                        "width": 160,
    236                        "height": 160
    237                    },
    238                    "thumbnailMedium": {
    239                        "mimeType": "image/jpeg",
    240                        "permalink": "https://assetd.kompas.id/7tCzcL2aMHqi3_cGWOZYi2LqPnc=/300x169/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F13%2F493dd331dadd3af4623bf165cffc3487-WhatsApp_Image_2025_03_13_at_1.32.10_PM_1_.jpeg",
    241                        "width": 300,
    242                        "height": 169
    243                    },
    244                    "thumbnailSquareMedium": {
    245                        "mimeType": "image/jpeg",
    246                        "permalink": "https://assetd.kompas.id/i-Q7FWeXD3G_CKe7YyRsP747Bic=/480x480/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F13%2F493dd331dadd3af4623bf165cffc3487-WhatsApp_Image_2025_03_13_at_1.32.10_PM_1_.jpeg",
    247                        "width": 480,
    248                        "height": 480
    249                    }
    250                }
    251            },
    252            "title": "Ahok Dipanggil Kejagung Terkait Kasus Korupsi Pertamina, Apa Perannya?",
    253            "type": "video-article",
    254            "meta": {
    255                "cache": false
    256            },
    257            "audio": "https://cdn-content.kompas.id/cds_text_to_speech/ahok-dipanggil-kejagung-terkait-kasus-korupsi-pertamina-apa-perannya.mp3",
    258            "labels": [],
    259            "variant": "hard-news"
    260        },
    261        {
    262            "id": 0,
    263            "articleByLine": "NIKSON SINAGA",
    264            "bookmark": false,
    265            "category": [
    266                {
    267                    "name": "Video",
    268                    "slug": "video"
    269                },
    270                {
    271                    "name": "Video Berita",
    272                    "slug": "berita-video"
    273                },
    274                {
    275                    "name": "Desk Multimedia",
    276                    "slug": "desk-multimedia"
    277                }
    278            ],
    279            "content": [],
    280            "createdDate": "2025-03-08 17:24:05",
    281            "editors": [
    282                {
    283                    "name": "GREGORIUS MAGNUS FINESSO"
    284                }
    285            ],
    286            "excerpt": "Polrestabes Medan membongkar pengoplosan yang dilakukan pengelola SPBU di Jalan Flamboyan, Kota Medan, Sumatera Utara.",
    287            "external": false,
    288            "imageCounter": 0,
    289            "isFreemium": false,
    290            "keyword": "",
    291            "modifiedDate": "2025-03-08 18:57:42",
    292            "name": "pengoplosan-bensin-ron-97-dan-pertalite-di-medan-pelaku-untung-rp-24-juta-per-pekan",
    293            "status": "Published",
    294            "permalink": "https://www.kompas.id/baca/video/2025/03/08/pengoplosan-bensin-ron-97-dan-pertalite-di-medan-pelaku-untung-rp-24-juta-per-pekan",
    295            "postTag": [
    296                {
    297                    "name": "polisi",
    298                    "slug": "polisi"
    299                },
    300                {
    301                    "name": "pertamina",
    302                    "slug": "pertamina"
    303                },
    304                {
    305                    "name": "medan",
    306                    "slug": "medan"
    307                },
    308                {
    309                    "name": "pertalite",
    310                    "slug": "pertalite"
    311                },
    312                {
    313                    "name": "spbu",
    314                    "slug": "spbu"
    315                },
    316                {
    317                    "name": "x-hide-update-me",
    318                    "slug": "x-hide-update-me"
    319                }
    320            ],
    321            "edition": "",
    322            "headline": "",
    323            "page": 0,
    324            "publishedDate": "2025-03-08 19:31:14",
    325            "publishedDateGmt": "2025-03-08 12:31:14",
    326            "site": "kompas.id",
    327            "source": "INR",
    328            "sponsors": [],
    329            "thumbnails": {
    330                "meta": {
    331                    "photographerName": ""
    332                },
    333                "sizes": {
    334                    "large": {
    335                        "mimeType": "image/jpeg",
    336                        "permalink": "https://assetd.kompas.id/U83zV5tGsKiF0w2HkbFU8zD8C2k=/1280x720/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F08%2Fe76f33d9-a340-481b-877d-aa1700062ec0_jpeg.jpeg",
    337                        "width": 1280,
    338                        "height": 720
    339                    },
    340                    "medium": {
    341                        "mimeType": "image/jpeg",
    342                        "permalink": "https://assetd.kompas.id/atBnU0SiKhJfmkqPiSPuPUKwNKo=/720x405/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F08%2Fe76f33d9-a340-481b-877d-aa1700062ec0_jpeg.jpeg",
    343                        "width": 720,
    344                        "height": 405
    345                    },
    346                    "mediumLarge": {
    347                        "mimeType": "image/jpeg",
    348                        "permalink": "https://assetd.kompas.id/9x_KyUbOfGUS4V0RQwvONWQM2Po=/1024x576/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F08%2Fe76f33d9-a340-481b-877d-aa1700062ec0_jpeg.jpeg",
    349                        "width": 1024,
    350                        "height": 576
    351                    },
    352                    "original": null,
    353                    "postThumbnail": {
    354                        "mimeType": "image/jpeg",
    355                        "permalink": "https://assetd.kompas.id/8dNkW2LoBHS2Ae1gnqhKtYndToY=/676x507/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F08%2Fe76f33d9-a340-481b-877d-aa1700062ec0_jpeg.jpeg",
    356                        "width": 676,
    357                        "height": 507
    358                    },
    359                    "thumbnail": {
    360                        "mimeType": "image/jpeg",
    361                        "permalink": "https://assetd.kompas.id/AvlJEXXS-qmPhN8iCpbDyfA_N9I=/160x160/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F08%2Fe76f33d9-a340-481b-877d-aa1700062ec0_jpeg.jpeg",
    362                        "width": 160,
    363                        "height": 160
    364                    },
    365                    "thumbnailMedium": {
    366                        "mimeType": "image/jpeg",
    367                        "permalink": "https://assetd.kompas.id/Fc8fbCb14vdtF7Vww6_-O8LKAck=/300x169/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F08%2Fe76f33d9-a340-481b-877d-aa1700062ec0_jpeg.jpeg",
    368                        "width": 300,
    369                        "height": 169
    370                    },
    371                    "thumbnailSquareMedium": {
    372                        "mimeType": "image/jpeg",
    373                        "permalink": "https://assetd.kompas.id/d1Pc8hgvtyXBk-EtfkjscIi16Z0=/480x480/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F08%2Fe76f33d9-a340-481b-877d-aa1700062ec0_jpeg.jpeg",
    374                        "width": 480,
    375                        "height": 480
    376                    }
    377                }
    378            },
    379            "title": "Pengoplosan Bensin RON 97 dan Pertalite di Medan, Pelaku Untung Rp 24 Juta Per Pekan",
    380            "type": "post-article",
    381            "meta": {
    382                "cache": false
    383            },
    384            "audio": "https://cdn-content.kompas.id/cds_text_to_speech/pengoplosan-bensin-ron-97-dan-pertalite-di-medan-pelaku-untung-rp-24-juta-per-pekan.mp3",
    385            "labels": [],
    386            "variant": ""
    387        },
    388        {
    389            "id": 11823,
    390            "articleByLine": "Nikson Sinaga",
    391            "bookmark": false,
    392            "category": [
    393                {
    394                    "name": "Nusantara",
    395                    "slug": "nusantara"
    396                },
    397                {
    398                    "name": "Desk Regional",
    399                    "slug": "Regional"
    400                }
    401            ],
    402            "content": [],
    403            "createdDate": "2025-03-08 10:38:39",
    404            "editors": [
    405                {
    406                    "name": "Fransisca Romana Ninik W"
    407                }
    408            ],
    409            "excerpt": "Pelaku yang ditangkap baru pelaku lapangan, yakni sopir, kernet, dan manajer SPBU. Pemasok BBM ilegal dan sindikat di belakangnya masih dikejar. ",
    410            "external": true,
    411            "imageCounter": 0,
    412            "isFreemium": false,
    413            "keyword": "Tutur Visual",
    414            "modifiedDate": "2025-03-08 17:44:16",
    415            "name": "polisi-kejar-otak-pengoplosan-pertalite-asal-usul-bbm-ilegal-masih-ditelusuri",
    416            "status": "Published",
    417            "permalink": "https://www.kompas.id/artikel/polisi-kejar-otak-pengoplosan-pertalite-asal-usul-bbm-ilegal-masih-ditelusuri",
    418            "postTag": [
    419                {
    420                    "name": "x hide update me",
    421                    "slug": "x-hide-update-me"
    422                },
    423                {
    424                    "name": "pertalite dioplos",
    425                    "slug": "pertalite-dioplos"
    426                },
    427                {
    428                    "name": "pertamax dioplos",
    429                    "slug": "pertamax-dioplos"
    430                },
    431                {
    432                    "name": "medan",
    433                    "slug": "medan"
    434                },
    435                {
    436                    "name": "spbu jalan flamboyan",
    437                    "slug": "spbu-jalan-flamboyan"
    438                },
    439                {
    440                    "name": "pertamina",
    441                    "slug": "pertamina"
    442                }
    443            ],
    444            "edition": "20250309",
    445            "headline": "Polisi Kejar Otak Pengoplosan Pertalite",
    446            "page": 4,
    447            "publishedDate": "2025-03-08 12:01:11",
    448            "publishedDateGmt": "2025-03-08 05:01:11",
    449            "site": "kompas.id",
    450            "source": "ICM",
    451            "sponsors": [],
    452            "thumbnails": {
    453                "meta": {
    454                    "photographerName": ""
    455                },
    456                "sizes": {
    457                    "large": {
    458                        "mimeType": "image/jpeg",
    459                        "permalink": "https://assetd.kompas.id/ObT2Imbrgs-s-lOqpmGoXFRAS7w=/1280x720/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F07%2F3f692371-f3b4-4db9-be0e-4190c7969f33_jpg.jpg",
    460                        "width": 1280,
    461                        "height": 720
    462                    },
    463                    "medium": {
    464                        "mimeType": "image/jpeg",
    465                        "permalink": "https://assetd.kompas.id/f0i4YXMJHdkQBpPYlc0v-3_tUC4=/720x405/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F07%2F3f692371-f3b4-4db9-be0e-4190c7969f33_jpg.jpg",
    466                        "width": 720,
    467                        "height": 405
    468                    },
    469                    "mediumLarge": {
    470                        "mimeType": "image/jpeg",
    471                        "permalink": "https://assetd.kompas.id/Dvc_QG7_LWwzOqiEmDRFwat878M=/1024x576/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F07%2F3f692371-f3b4-4db9-be0e-4190c7969f33_jpg.jpg",
    472                        "width": 1024,
    473                        "height": 576
    474                    },
    475                    "original": null,
    476                    "postThumbnail": {
    477                        "mimeType": "image/jpeg",
    478                        "permalink": "https://assetd.kompas.id/aDigMl99u7iYSjsDSCxkJUqMEvs=/676x507/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F07%2F3f692371-f3b4-4db9-be0e-4190c7969f33_jpg.jpg",
    479                        "width": 676,
    480                        "height": 507
    481                    },
    482                    "thumbnail": {
    483                        "mimeType": "image/jpeg",
    484                        "permalink": "https://assetd.kompas.id/AyHSwSFwrVkvxkXcVLbK4ohgsFc=/160x160/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F07%2F3f692371-f3b4-4db9-be0e-4190c7969f33_jpg.jpg",
    485                        "width": 160,
    486                        "height": 160
    487                    },
    488                    "thumbnailMedium": {
    489                        "mimeType": "image/jpeg",
    490                        "permalink": "https://assetd.kompas.id/d9yFsGH3Sr-57JyhZlQjYLIyWtw=/300x169/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F07%2F3f692371-f3b4-4db9-be0e-4190c7969f33_jpg.jpg",
    491                        "width": 300,
    492                        "height": 169
    493                    },
    494                    "thumbnailSquareMedium": {
    495                        "mimeType": "image/jpeg",
    496                        "permalink": "https://assetd.kompas.id/B1AB1l3eh0BonPpRvNdg4Z2I1KM=/480x480/filters:format(webp)/https%3A%2F%2Fasset.kgnewsroom.com%2Fphoto%2Fpre%2F2025%2F03%2F07%2F3f692371-f3b4-4db9-be0e-4190c7969f33_jpg.jpg",
    497                        "width": 480,
    498                        "height": 480
    499                    }
    500                }
    501            },
    502            "title": "Polisi Kejar Otak Pengoplosan Pertalite, Asal-usul BBM Ilegal Masih Ditelusuri",
    503            "type": "post-article",
    504            "meta": {
    505                "cache": false
    506            },
    507            "audio": "https://cdn-content.kompas.id/cds_text_to_speech/polisi-kejar-otak-pengoplosan-pertalite-asal-usul-bbm-ilegal-masih-ditelusuri.mp3",
    508            "labels": [],
    509            "variant": "hard-news"
    510        },
    511        {
    512            "id": 11822,
    513            "articleByLine": "Redaksi",
    514            "bookmark": false,
    515            "category": [
    516                {
    517                    "name": "Nusantara",
    518                    "slug": "nusantara"
    519                },
    520                {
    521                    "name": "Desk Regional",
    522                    "slug": "Regional"
    523                }
    524            ],
    525            "content": [],
    526            "createdDate": "2025-03-08 10:30:29",
    527            "editors": [
    528                {
    529                    "name": "Mukhamad Kurniawan"
    530                }
    531            ],
    532            "excerpt": "Bahan bakar minyak merupakan kebutuhan vital masyarakat. Namun, beragam kejahatan terkait BBM terus terjadi dengan beragam modus, dari korupsi hingga pengoplosan.",
    533            "external": true,
    534            "imageCounter": 0,
    535            "isFreemium": false,
    536            "keyword": "Tutur Visual",
    537            "modifiedDate": "2025-03-11 10:43:10",
    538            "name": "beragam-kejahatan-terkait-bbm-dari-korupsi-minyak-mentah-hingga-pengoplosan-pertalite",
    539            "status": "Published",
    540            "permalink": "https://www.kompas.id/artikel/beragam-kejahatan-terkait-bbm-dari-korupsi-minyak-mentah-hingga-pengoplosan-pertalite",
    541            "postTag": [
    542                {
    543                    "name": "korupsi",
    544                    "slug": "korupsi"
    545                },
    546                {
    547                    "name": "korupsi minyak mentah",
    548                    "slug": "korupsi-minyak-mentah"
    549                },
    550                {
    551                    "name": "Pertamina",
    552                    "slug": "pertamina"
    553                },
    554                {
    555                    "name": "pengoplosan BBM",
    556                    "slug": "pengoplosan-bbm"
    557                },
    558                {
    559                    "name": "bahan bakar minyak",
    560                    "slug": "bahan-bakar-minyak"
    561                },
    562                {
    563                    "name": "Pertalite oplosan",
    564                    "slug": "pertalite-oplosan"
    565                },
    566                {
    567                    "name": "Kendari",
    568                    "slug": "kendari"
    569                },
    570                {
    571                    "name": "Medan",
    572                    "slug": "medan"
    573                },
    574                {
    575                    "name": "x hide give me perspective",
    576                    "slug": "x-hide-give-me-perspective"
    577                },
    578                {
    579                    "name": "x-hide-ai-project",
    580                    "slug": "x-hide-ai-project"
    581                },
    582                {
    583                    "name": "utama",
    584                    "slug": "utama"
    585                },
    586                {
    587                    "name": "Proyek AI",
    588                    "slug": "proyek-ai"
    589                }
    590            ],
    591            "edition": "",
    592            "headline": "",
    593            "page": 0,
    594            "publishedDate": "2025-03-08 11:07:14",
    595            "publishedDateGmt": "2025-03-08 04:07:14",
    596            "site": "kompas.id",
    597            "source": "ICM",
    598            "sponsors": [],
    599            "thumbnails": {
    600                "meta": {
    601                    "photographerName": ""
    602                },
    603                "sizes": {
    604                    "large": {
    605                        "mimeType": "image/jpeg",
    606                        "permalink": "https://assetd.kompas.id/gWEuWL_YIRQKvEZqaobdBIJ9WPY=/1280x720/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F05%2F4985cdc93aec4df5e92453a1bb80f553-IMG_4915.jpeg",
    607                        "width": 1280,
    608                        "height": 720
    609                    },
    610                    "medium": {
    611                        "mimeType": "image/jpeg",
    612                        "permalink": "https://assetd.kompas.id/3nyphkkyqOWICB1tJqAlqR2NIwI=/720x405/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F05%2F4985cdc93aec4df5e92453a1bb80f553-IMG_4915.jpeg",
    613                        "width": 720,
    614                        "height": 405
    615                    },
    616                    "mediumLarge": {
    617                        "mimeType": "image/jpeg",
    618                        "permalink": "https://assetd.kompas.id/aidZrQoSZ7GU0X6f-r7qrr4VRdQ=/1024x576/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F05%2F4985cdc93aec4df5e92453a1bb80f553-IMG_4915.jpeg",
    619                        "width": 1024,
    620                        "height": 576
    621                    },
    622                    "original": null,
    623                    "postThumbnail": {
    624                        "mimeType": "image/jpeg",
    625                        "permalink": "https://assetd.kompas.id/BzktX9QrfDEZ4GM9bnUIOV-bP9c=/676x507/filters:format(webp)/https%3A%2F%2Fcdn-dam.kompas.id%2Fimages%2F2025%2F03%2F05%2F4985cdc93aec4df5e92453a1bb80f553-IMG_4915.jpeg",
    626                        "width": 676,
    627                        "height": 507
    628                    },
    629                    "thumbnail": {
    630                        "mimeType": "image/jpeg",
    631                        "permalink": "https://assetd.kompas.id/C26rA3tlC4EFx3v