# Lahelu — Zapi reference > Platform meme & komunitas Indonesia (lahelu.com). Akses detail post, komentar, profil user, postingan user, serta feed & pencarian. **Base URL:** `https://api.zapi.ink` **Auth:** Send `x-api-key: YOUR_KEY` header on every request. Get a free key at https://zapi.ink/dashboard/keys. **Response envelope:** `{ content, message, errors }` **Rate limit:** 60 req/min on free tier. **Related:** - Detail page: https://zapi.ink/api/social-media/lahelu - Endpoint catalog: https://zapi.ink/category/social-media - Concise index: https://zapi.ink/llms.txt - Full reference: https://zapi.ink/llms-full.txt --- ## Lahelu **Category:** social-media · **Slug:** `lahelu` **Detail page:** https://zapi.ink/api/social-media/lahelu Platform meme & komunitas Indonesia (lahelu.com). Akses detail post, komentar, profil user, postingan user, serta feed & pencarian. **Tags:** lahelu, meme, social-media, komunitas, indonesia ### Feed / Pencarian Feed Lahelu — pencarian (query), hashtag, atau feed tersortir. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/social-media:lahelu/feed` - **Cache TTL:** 120s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `query` | string | query | no | Kata kunci pencarian post. Jika diisi -> mode search. | | `hashtag` | string | query | no | Filter post by hashtag (tanpa #). Diabaikan jika `query` diisi. | | `sort` | enum(fresh|hot|top) | query | no | Urutan feed default (kalau tanpa query/hashtag). Default 'hot'. | | `page` | number | query | no | Halaman (1,2,3...). Default 1 | **cURL:** ```bash curl "https://api.zapi.ink/v1/social-media:lahelu/feed?query=meme%20absurd&hashtag=absurd&sort=hot&page=1" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/social-media:lahelu/feed?query=meme%20absurd&hashtag=absurd&sort=hot&page=1", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/social-media:lahelu/feed?query=meme%20absurd&hashtag=absurd&sort=hot&page=1", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "ok": true, "mode": "search", "page": 1, "posts": [ { "url": "https://lahelu.com/post/POTYCNYVo", "media": "https://cache.lahelu.com/watermarked/assets/1781318109064-bd40f418-6d97-454c-bfeb-da11ce0147ea.mp4", "title": "Meme absurd hari ini", "author": { "avatar": "https://cache.lahelu.com/106770c4-9509-4ec5-bc34-bdd5065bcd57.webp", "userId": "UuiY1EFP3", "fullName": "cukuruk", "username": "cukuruk" }, "postId": "POTYCNYVo", "hashtags": [ "absurd", "meme", "non-ori" ], "mediaType": "video", "createTime": 1781318076035, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 1, "totalComments": 0, "mediaThumbnail": "https://cache.lahelu.com/018a360d-f1de-4770-afdc-dcce02151ee7.webp", "totalDownvotes": 0 }, { "url": "https://lahelu.com/post/PQCOl4BUE", "media": "https://cache.lahelu.com/watermarked/assets/1781178989641-11137e2f-422f-4081-9c9f-9ba07882d656.mp4", "title": "Basa Jawa Dan Muflis (Orang Yang Bangkrut) #meme #basajawa #halal #halalmeme #muflis", "author": { "avatar": "https://lh3.googleusercontent.com/a/AGNmyxat7AU801ZhxSqRixjYKlbGAyD9fklR6YXiLgKHTw=s96-c", "userId": "U4lt6oHz4", "fullName": "bimaaulama7355314", "username": "bimaaulama7355314" }, "postId": "PQCOl4BUE", "hashtags": [ "basa-jawa", "halal", "muflis" ], "mediaType": "video", "createTime": 1781178980391, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 5, "totalComments": 1, "mediaThumbnail": "https://cache.lahelu.com/d632fc18-632c-467e-801e-e799deb83428.webp", "totalDownvotes": 0 }, { "url": "https://lahelu.com/post/PvVmRYV2n", "media": "https://cache.lahelu.com/watermarked/assets/1781172435295-85ab0aed-2722-41fc-a268-9ec0aa529fe3.mp4", "title": "Meme lama 🗿", "author": { "avatar": "https://cache.lahelu.com/5aec8090-8563-49b7-a45a-76c4783a5219.webp", "userId": "UoYQQ0rOC", "fullName": "dr.greyline", "username": "dr.greyline" }, "postId": "PvVmRYV2n", "hashtags": [ "anime" ], "mediaType": "video", "createTime": 1781172430820, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 4, "totalComments": 2, "mediaThumbnail": "https://cache.lahelu.com/bd930a0a-bb9a-4e09-b2e0-b3607c02c0b9.webp", "totalDownvotes": 0 }, { "url": "https://lahelu.com/post/PmmsfSHiX", "media": "https://cache.lahelu.com/watermarked/assets/1781166200070-c1aaee62-359b-4086-b84b-0a5ba31b6bed.mp4", "title": "Meme tentang nilai hasil ulangan🗿", "author": { "avatar": "https://cache.lahelu.com/f8b1e8d4-a0d2-4c84-b4c5-dcf0d9cc18dc.webp", "userId": "UMcA0rnGz", "fullName": "penerjun_indo", "username": "penerjun_indo" }, "postId": "PmmsfSHiX", "hashtags": [ "sekolah" ], "mediaType": "video", "createTime": 1781166193013, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 4, "totalComments": 0, "mediaThumbnail": "https://cache.lahelu.com/4f7a3ee2-2faa-461e-bdd3-3ffb6f39abbd.webp", "totalDownvotes": 0 }, { "url": "https://lahelu.com/post/P0srNUqkt", "media": "https://cache.lahelu.com/watermarked/assets/1781140791038-bc86b2b8-6413-4d40-928c-40d4a1534c07.webp", "title": "Meme fantasy lagi", "author": { "avatar": "https://cache.lahelu.com/604c58a5-e7fa-47c6-adcc-f2a89e14a719.webp", "userId": "UCadtNmHQ", "fullName": "alaric_bornaparte", "username": "alaric_bornaparte" }, "postId": "P0srNUqkt", "hashtags": [ "funny" ], "mediaType": "text", "createTime": 1781140790530, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 5, "totalComments": 0, "mediaThumbnail": "", "totalDownvotes": 0 }, { "url": "https://lahelu.com/post/PeuhaDCW0", "media": "https://cache.lahelu.com/watermarked/assets/1781089940520-eb082a0a-8244-40a0-bc7e-3a198d19f7b6.mp4", "title": "Meme bahasa baku", "author": { "avatar": "", "userId": "UCI0LANzH", "fullName": "mnaufaln05185", "username": "mnaufaln05185" }, "postId": "PeuhaDCW0", "hashtags": [ "random" ], "mediaType": "video", "createTime": 1781089931456, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 4, "totalComments": 1, "mediaThumbnail": "https://cache.lahelu.com/adbb99cd-f958-4522-b377-1295dd25c489.webp", "totalDownvotes": 0 } ], "query": "meme", "hasMore": true, "nextPage": 2 } ``` --- ### Profil User Profil user Lahelu berdasarkan username. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/social-media:lahelu/profile/:username` - **Cache TTL:** 600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `username` | string | path | yes | Username (dengan/tanpa @) atau full URL profil | **cURL:** ```bash curl "https://api.zapi.ink/v1/social-media:lahelu/profile/:username" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/social-media:lahelu/profile/:username", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/social-media:lahelu/profile/:username", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "ok": true, "profile": { "url": "https://lahelu.com/user/valt_pipas2", "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp", "isPlus": false, "userId": "Uf8UXgiy0", "fullName": "valt_pipas2", "username": "valt_pipas2", "privilege": 0, "createTime": 1709299109366, "totalCoins": 0, "totalPosts": 34, "description": "I'm legend of legend☝️🗿\r\nNama: valt\r\nUsia: 11(yang ytta aja😹)\r\nHobi: meme dan Beyblade🪁\r\nAkun baru dari @valt.pipas @valkryie_all btw :v", "totalUpvotes": 2860, "upvotesByTag": { "sus": 70, "dark": 183, "anime": 181, "absurd": 1263, "random": 66, "relate": 1019, "sarcasm": 59 }, "totalDownvotes": 33, "totalReferrals": 0 } } ``` --- ### Detail Post Detail satu post Lahelu beserta media, author, dan topik. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/social-media:lahelu/post/:postId` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `postId` | string | path | yes | Post ID atau full URL post (mis. https://lahelu.com/post/PVxJKCvPY) | **cURL:** ```bash curl "https://api.zapi.ink/v1/social-media:lahelu/post/:postId" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/social-media:lahelu/post/:postId", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/social-media:lahelu/post/:postId", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "ok": true, "post": { "url": "https://lahelu.com/post/PVxJKCvPY", "media": "https://cache.lahelu.com/watermarked/assets/1781246839672-af3d651f-6877-4dae-8996-e4537217d6d3.mp4", "title": "Emperor Angga 🫡", "topic": { "media": "https://cache.lahelu.com/8827891b-8421-441f-8490-52042f6bd709.webp", "title": "meme seadanya", "topicId": "TilZhCNnp", "description": "bebas kalian mau ngapain aja disini", "totalMembers": 116 }, "author": { "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp", "isPlus": false, "userId": "Uf8UXgiy0", "fullName": "valt_pipas2", "username": "valt_pipas2", "totalPosts": 34, "description": "I'm legend of legend☝️🗿\r\nNama: valt\r\nUsia: 11(yang ytta aja😹)\r\nHobi: meme dan Beyblade🪁\r\nAkun baru dari @valt.pipas @valkryie_all btw :v", "totalUpvotes": 2860, "totalDownvotes": 33 }, "postId": "PVxJKCvPY", "content": [ { "type": "video", "value": "https://cache.lahelu.com/watermarked/assets/1781246839672-af3d651f-6877-4dae-8996-e4537217d6d3.mp4", "width": 406, "height": 720 }, { "type": "image", "value": "https://cache.lahelu.com/55cb5162-76d3-4721-a7c9-c15f006764a4.webp" }, { "type": "media", "value": "https://cache.lahelu.com/watermarked/assets/1781246839672-af3d651f-6877-4dae-8996-e4537217d6d3.mp4" } ], "country": "ID", "hashtags": [ "menyentuh", "kasus", "anak-sd", "king-angga", "bukan-beyblade" ], "mediaType": "video", "createTime": 1781246835508, "mediaWidth": 406, "totalCoins": 0, "isSensitive": false, "mediaHeight": 720, "totalUpvotes": 21, "totalComments": 5, "mediaThumbnail": "https://cache.lahelu.com/55cb5162-76d3-4721-a7c9-c15f006764a4.webp", "totalDownvotes": 0 } } ``` --- ### Postingan User Daftar postingan milik seorang user (username atau userId). - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/social-media:lahelu/posts/:username` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `username` | string | path | yes | Username (dengan/tanpa @), full URL profil, atau userId mentah (mis. Uf8UXgiy0) | | `page` | number | query | no | Halaman (1,2,3...). Default 1 | **cURL:** ```bash curl "https://api.zapi.ink/v1/social-media:lahelu/posts/:username?page=1" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/social-media:lahelu/posts/:username?page=1", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/social-media:lahelu/posts/:username?page=1", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "ok": true, "page": 1, "posts": [ { "url": "https://lahelu.com/post/P3QvnsccB", "media": "https://cache.lahelu.com/image-P3QvnsccB-61110", "title": "Jir, ini buat sunat atau buat motong kayu💀", "author": { "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp", "userId": "Uf8UXgiy0", "fullName": "valt_pipas2", "username": "valt_pipas2" }, "postId": "P3QvnsccB", "hashtags": [ "dark", "sunat", "random-post", "what-the-hell", "bukan-beyblade" ], "mediaType": "image", "createTime": 1710227015186, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 183, "totalComments": 56, "mediaThumbnail": "", "totalDownvotes": 2 }, { "url": "https://lahelu.com/post/PR2vi0JBJ", "media": "https://cache.lahelu.com/image-PR2vi0JBJ-57795", "title": "Ya begitulah🗿", "author": { "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp", "userId": "Uf8UXgiy0", "fullName": "valt_pipas2", "username": "valt_pipas2" }, "postId": "PR2vi0JBJ", "hashtags": [ "relate", "meme-random", "mimpi-random", "gajelas", "bukan-beyblade" ], "mediaType": "image", "createTime": 1710396449860, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 16, "totalComments": 1, "mediaThumbnail": "", "totalDownvotes": 0 }, { "url": "https://lahelu.com/post/P5iUqTRcs", "media": "https://cache.lahelu.com/image-P5iUqTRcs-56575", "title": "Gak gitu juga konsepnya🗿", "author": { "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp", "userId": "Uf8UXgiy0", "fullName": "valt_pipas2", "username": "valt_pipas2" }, "postId": "P5iUqTRcs", "hashtags": [ "relate", "meme", "liat-pake-mata", "bukan-pake-mata", "bukan-beyblade" ], "mediaType": "image", "createTime": 1710483500814, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 18, "totalComments": 4, "mediaThumbnail": "", "totalDownvotes": 0 }, { "url": "https://lahelu.com/post/PJtI8k2ca", "media": "https://cache.lahelu.com/video-PJtI8k2ca-78236", "title": "Warga: 🤫🧏", "author": { "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp", "userId": "Uf8UXgiy0", "fullName": "valt_pipas2", "username": "valt_pipas2" }, "postId": "PJtI8k2ca", "hashtags": [ "absurd", "sahur", "mewing", "ramadhan", "bukan-beyblade" ], "mediaType": "video", "createTime": 1710655807780, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 172, "totalComments": 29, "mediaThumbnail": "https://cache.lahelu.com/thumbnail-PJtI8k2ca-21980", "totalDownvotes": 0 }, { "url": "https://lahelu.com/post/P91NlQhk0", "media": "https://cache.lahelu.com/image-P91NlQhk0-96086", "title": "Namanya juga gak sengaja🗿", "author": { "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp", "userId": "Uf8UXgiy0", "fullName": "valt_pipas2", "username": "valt_pipas2" }, "postId": "P91NlQhk0", "hashtags": [ "absurd", "random-post", "gak-sengaja", "puasa", "bukan-beyblade" ], "mediaType": "image", "createTime": 1710742484237, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 173, "totalComments": 30, "mediaThumbnail": "", "totalDownvotes": 4 }, { "url": "https://lahelu.com/post/PKrxQZctW", "media": "https://cache.lahelu.com/image-PKrxQZctW-97104", "title": "Minuman yang Cocok buat berbuka😁👍", "author": { "avatar": "https://cache.lahelu.com/7c55ad89-eb90-4e9b-b21a-e2d2447593db.webp", "userId": "Uf8UXgiy0", "fullName": "valt_pipas2", "username": "valt_pipas2" }, "postId": "PKrxQZctW", "hashtags": [ "absurd", "random-post", "minuman", "buka-puasa", "bukan-beyblade" ], "mediaType": "image", "createTime": 1710829717416, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 155, "totalComments": 60, "mediaThumbnail": "", "totalDownvotes": 0 } ], "userId": "Uf8UXgiy0", "hasMore": true, "nextPage": 2 } ``` --- ### Komentar Komentar top-level sebuah post (atau balasan bila commentId diisi). - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/social-media:lahelu/comments/:postId` - **Cache TTL:** 120s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `postId` | string | path | yes | Post ID atau full URL post | | `commentId` | string | query | no | Jika diisi, ambil replies dari comment ini (bukan top-level) | | `page` | number | query | no | Halaman (1,2,3...). Default 1 | **cURL:** ```bash curl "https://api.zapi.ink/v1/social-media:lahelu/comments/:postId?commentId=ConSSyjZK8hX&page=1" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/social-media:lahelu/comments/:postId?commentId=ConSSyjZK8hX&page=1", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/social-media:lahelu/comments/:postId?commentId=ConSSyjZK8hX&page=1", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "ok": true, "page": 1, "hasMore": false, "comments": [ { "text": "Emperor Angga 🫡", "author": { "avatar": "https://cache.lahelu.com/5ab338cb-6f5f-47cb-aa37-530811b4dbed.webp", "userId": "U3rk3DlqB", "fullName": "mark_grayson", "username": "mark_grayson" }, "postId": "PVxJKCvPY", "commentId": "ConSSyjZK8hX", "createTime": 1781249620190, "totalCoins": 0, "totalLikes": 1, "totalReplies": 0 }, { "text": "Dia selamat kan ibu nya yang diperkosa tapi dia dibac**", "author": { "avatar": "", "userId": "USPAaIce9", "fullName": "riskigame7773459", "username": "riskigame7773459" }, "postId": "PVxJKCvPY", "commentId": "CyqmQVdgVA5B", "createTime": 1781253200365, "totalCoins": 0, "totalLikes": 0, "totalReplies": 0 }, { "text": "Respect for emperor Angga", "media": [ "https://cache.lahelu.com/permanent/comment-image-bayu-skak.webp" ], "author": { "avatar": "https://cache.lahelu.com/27dc69a1-834a-42f2-b32b-b98f8f7c8451.webp", "userId": "UFPdeSkQj", "fullName": "genrewtf67", "username": "genrewtf67" }, "postId": "PVxJKCvPY", "commentId": "CR7Zqi6xybyz", "createTime": 1781259362829, "totalCoins": 0, "totalLikes": 0, "totalReplies": 0 }, { "text": "🕊", "author": { "avatar": "https://cache.lahelu.com/f2cf8a34-2b6b-4a8f-97d1-1297686e3603.webp", "userId": "U68NRCkv6", "fullName": "nazx", "username": "nazx" }, "postId": "PVxJKCvPY", "commentId": "CRiMbpCzi3Hx", "createTime": 1781317041906, "totalCoins": 0, "totalLikes": 0, "totalReplies": 0 }, { "text": "Respect the king lord emperor Rangga", "author": { "avatar": "https://cache.lahelu.com/712bac99-3979-434e-8241-7804bc0a166b.webp", "userId": "Ul68MDqhm", "fullName": "king_of_revese", "username": "king_of_revese" }, "postId": "PVxJKCvPY", "commentId": "CDxk0jqlleGs", "createTime": 1781318363774, "totalCoins": 0, "totalLikes": 0, "totalReplies": 0 } ], "nextPage": null } ``` --- ### Get Topics Daftar komunitas Lahelu yang paling baru aktif, atau cari komunitas. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/social-media:lahelu/topics` - **Cache TTL:** 900s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `query` | string | query | no | Search term. Omit to browse the most recently active topics | | `page` | number | query | no | Page number. Default 1, 12 topics per page | **cURL:** ```bash curl "https://api.zapi.ink/v1/social-media:lahelu/topics?query=anime&page=1" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/social-media:lahelu/topics?query=anime&page=1", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/social-media:lahelu/topics?query=anime&page=1", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "ok": true, "page": 1, "sort": "recentlyActive", "count": 12, "topics": [ { "url": "https://lahelu.com/topic/Tprk1fH0t", "title": "Free coin 2.0💰🪙", "topicId": "Tprk1fH0t", "activeTime": 1786013809721, "createTime": 1721104856406, "totalCoins": 11, "description": "free coin 2.0 meme lucu original dapet coin😁💰", "totalMembers": 1907 }, { "url": "https://lahelu.com/topic/TzXdOKRco", "title": "ElainaOrganization9", "topicId": "TzXdOKRco", "activeTime": 1786013698416, "createTime": 1784921288343, "totalCoins": 0, "description": "ElainaOrganization group 9", "totalMembers": 1 }, { "url": "https://lahelu.com/topic/TKjiDApxK", "title": "Devil may cry", "topicId": "TKjiDApxK", "activeTime": 1786012186755, "createTime": 1784864979812, "totalCoins": 0, "description": "Hanya boleh postingan yang berkaitan dengan series devil may cry bukan hal lain ya Kontol", "totalMembers": 2 }, { "url": "https://lahelu.com/topic/TSFvMNhN2", "title": "MINECRAFT LAHELU", "topicId": "TSFvMNhN2", "activeTime": 1786012073158, "createTime": 1720857736863, "totalCoins": 8, "description": "Silahkan post meme minecraft disini\r\nUdah itu aj 🗿☕", "totalMembers": 2166 }, { "url": "https://lahelu.com/topic/TqLE8bS9V", "title": "GROUP INDONESIAN MEME", "topicId": "TqLE8bS9V", "activeTime": 1786011856617, "createTime": 1785849577339, "totalCoins": 0, "description": "welcome to group Indonesian meme", "totalMembers": 2 }, { "url": "https://lahelu.com/topic/TSOXISB6R", "title": "RecallAHollowHeart", "topicId": "TSOXISB6R", "activeTime": 1786010396340, "createTime": 1785877124189, "totalCoins": 0, "description": "Aku membuat taufik ini karna aku merasakan bahwa hanya aku yang fandom nya RAHH dan aku ingin melihat apakah ada yang tau RAHH selain aku.", "totalMembers": 2 }, { "url": "https://lahelu.com/topic/TEkMyKndU", "title": "Boleh minta saran harus jawab apa?", "topicId": "TEkMyKndU", "activeTime": 1786006415563, "createTime": 1786006415563, "totalCoins": 0, "description": "POV:ngerjain PR malem²,trus kepikiran jokes politik", "totalMembers": 0 }, { "url": "https://lahelu.com/topic/T8BL7VVDQ", "title": "katieverse Association Meme Community", "topicId": "T8BL7VVDQ", "activeTime": 1785995542023, "createTime": 1777247411918, "totalCoins": 0, "description": "We remember who’s Katie is. LONG REMEMBERING A3DGHOST!", "totalMembers": 2 }, { "url": "https://lahelu.com/topic/TilZhCNnp", "title": "meme seadanya", "topicId": "TilZhCNnp", "activeTime": 1785986884474, "createTime": 1759296367919, "totalCoins": 0, "description": "bebas kalian mau ngapain aja disini", "totalMembers": 129 }, { "url": "https://lahelu.com/topic/TPkJerKXg", "title": "Komunitas user random🗿👍🏿", "topicId": "TPkJerKXg", "activeTime": 1785985593274, "createTime": 1723286864152, "totalCoins": 4, "description": "k̵̨̪̖͇͙͎̜͊̌͘͜i̵̢̢̡͚̩̞̥͕̜̻̫̩̐̈͘͜️ṉ̵͓̬͈̞̥̭̥̇̓̔͋t̵̏͛̃̍́̈̚͜͝o̶̯͎̱͐̇͋̅̃̈́͋̽̊̀̓͊̃́͋̓ (ノಠ益ಠ)ノ彡┻━┻", "totalMembers": 916 }, { "url": "https://lahelu.com/topic/TeBIme77f", "title": "Campus Goblin Lahelu: Universitas Safin Pati", "topicId": "TeBIme77f", "activeTime": 1785985011126, "createTime": 1782123275916, "totalCoins": 0, "description": "YO! Selamat Datang di CGL Campus: Universitas Safin Pati! 🫵🔥\n\n\nWeladalah rek! Welcome to CGL: USP. Komunitas ini menjadi tempat berkumpulnya mahasiswa dan alumni USP untuk berbagi cerita, pengalaman kuliah, meme kampus, kegiatan organisasi, event mahasiswa, hingga berbagai hal seru yang hanya dipahami oleh sesama warga kampus lho ya. Mari bersama membangun komunitas yang aktif, positif, dan menghibur, sekaligus memperkenalkan lebih banyak mahasiswa USP ke ekosistem Lahelu. 🤟 🔥\r\nTerbuka untuk seluruh mahasiswa, alumni, dan civitas akademika yang ingin ikut\r\nmeramaikan komunitas ini.", "totalMembers": 10 }, { "url": "https://lahelu.com/topic/TZbCBHBrt", "title": "Topik bebas", "topicId": "TZbCBHBrt", "activeTime": 1785974451969, "createTime": 1766272648308, "totalCoins": 0, "description": "bebas untuk semua topik,(kecuali sus)", "totalMembers": 9 } ], "hasMore": true, "nextPage": 2 } ``` --- ### Get Topic Detail Detail satu komunitas Lahelu beserta postingannya. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/social-media:lahelu/topic/:topicId` - **Cache TTL:** 900s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `topicId` | string | path | yes | Topic ID, or a full lahelu.com/topic/… URL | | `page` | number | query | no | Posts page. Default 1, 12 posts per page | **cURL:** ```bash curl "https://api.zapi.ink/v1/social-media:lahelu/topic/:topicId?page=1" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/social-media:lahelu/topic/:topicId?page=1", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/social-media:lahelu/topic/:topicId?page=1", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "ok": true, "page": 1, "count": 12, "posts": [ { "url": "https://lahelu.com/post/PDy5fUEpi", "media": "https://cache.lahelu.com/watermarked/assets/1781402010234-d00ced1b-24dc-4544-a195-276aac559aa1.mp4", "title": "ketika elu belajar bahasa indo", "author": { "userId": "USRqJ4RCp", "username": "pria.solo" }, "postId": "PDy5fUEpi", "hashtags": [ "random" ], "mediaType": "video", "createTime": 1781402004300, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 57, "totalComments": 5, "mediaThumbnail": "https://cache.lahelu.com/bb5a1914-7aee-427f-8e95-ada59b6628fa.webp", "totalDownvotes": 0 }, { "url": "https://lahelu.com/post/PByhUegoG", "media": "https://cache.lahelu.com/watermarked/assets/PByhUegoG-bce4eb96-9da2-4788-be46-e0349e52e90c.mp4", "title": "ketika elu makan rendang pake....", "author": { "userId": "USRqJ4RCp", "username": "pria.solo" }, "postId": "PByhUegoG", "hashtags": [ "random" ], "mediaType": "video", "createTime": 1780744924871, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 88, "totalComments": 8, "mediaThumbnail": "https://cache.lahelu.com/38f55ff5-a811-46fa-91e9-fb8ff991ec18.webp", "totalDownvotes": 0 }, { "url": "https://lahelu.com/post/PSkW1ivDM", "media": "https://cache.lahelu.com/watermarked/assets/1780191571670-e15c36ff-bbe0-4838-90e7-57448d9a636b.webp", "title": "ketika hantavirus telah datang", "author": { "userId": "USRqJ4RCp", "username": "pria.solo" }, "postId": "PSkW1ivDM", "hashtags": [ "random" ], "mediaType": "image", "createTime": 1780191571212, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 67, "totalComments": 6, "totalDownvotes": 0 }, { "url": "https://lahelu.com/post/Po8rafEVC", "media": "https://cache.lahelu.com/fd125365-8d80-43f7-a743-c8cea91d9204.mp4", "title": "Doksli", "author": { "userId": "UqR0NT2HC", "username": "alpha_predator_123" }, "postId": "Po8rafEVC", "hashtags": [ "random", "doksli" ], "mediaType": "video", "createTime": 1777351774800, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 108, "totalComments": 13, "mediaThumbnail": "https://cache.lahelu.com/61de1e35-69f4-4397-9fc3-a4f925f4a067.webp", "totalDownvotes": 1 }, { "url": "https://lahelu.com/post/PBs2h82g4", "media": "https://cache.lahelu.com/1ef5fe6c-2c37-4551-9c70-164d9bc98048.mp4", "title": "Awas dek", "author": { "userId": "UhsZdx9s4", "username": "fritzzzsukamw" }, "postId": "PBs2h82g4", "hashtags": [ "funny" ], "mediaType": "video", "createTime": 1777026069844, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 53, "totalComments": 6, "mediaThumbnail": "https://cache.lahelu.com/7a64da20-1553-4b5b-ba64-610d3f4672df.webp", "totalDownvotes": 1 }, { "url": "https://lahelu.com/post/PrGcvCfQE", "media": "https://cache.lahelu.com/bbd8f47a-ae07-4754-8ae2-746620ea8948.mp4", "title": "Real", "author": { "userId": "UqR0NT2HC", "username": "alpha_predator_123" }, "postId": "PrGcvCfQE", "hashtags": [ "pertemanan" ], "mediaType": "video", "createTime": 1776246174292, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 16, "totalComments": 5, "mediaThumbnail": "https://cache.lahelu.com/e57573df-5ca0-40e4-a94a-7b09d3b3cea9.webp", "totalDownvotes": 0 }, { "url": "https://lahelu.com/post/Plfd1oWNm", "media": "https://cache.lahelu.com/0c58e9f7-e337-4984-8bee-8cda7ecc6b39.mp4", "title": "Lvl 1 vs lvl 10000", "author": { "userId": "UqR0NT2HC", "username": "alpha_predator_123" }, "postId": "Plfd1oWNm", "hashtags": [ "random" ], "mediaType": "video", "createTime": 1776051510568, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 16, "totalComments": 5, "mediaThumbnail": "https://cache.lahelu.com/50d7df3e-0aed-4352-b763-a6e44981c248.webp", "totalDownvotes": 0 }, { "url": "https://lahelu.com/post/PMeQqfzSZ", "media": "https://cache.lahelu.com/b3be4f3e-1028-4961-aeac-8c5d67cc842b.webp", "title": "Tidak selamat", "author": { "userId": "UqR0NT2HC", "username": "alpha_predator_123" }, "postId": "PMeQqfzSZ", "hashtags": [ "funny" ], "mediaType": "image", "createTime": 1775552381947, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 32, "totalComments": 7, "totalDownvotes": 0 }, { "url": "https://lahelu.com/post/PmB6tDuxD", "title": "MAPPA IS COOKING🗣🔥💯", "author": { "userId": "UChWpUx0O", "username": "sdam.ricebean_alt_account" }, "postId": "PmB6tDuxD", "hashtags": [ "jujutsu-kaisen", "random" ], "mediaType": "text", "createTime": 1775180960152, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 7, "totalComments": 1, "totalDownvotes": 0 }, { "url": "https://lahelu.com/post/PThCv09jo", "media": "https://cache.lahelu.com/24687ad4-3ca1-43bd-81ea-be5547f6d67e.mp4", "title": "Langsung nyala", "author": { "userId": "UqR0NT2HC", "username": "alpha_predator_123" }, "postId": "PThCv09jo", "hashtags": [ "highiq" ], "mediaType": "video", "createTime": 1775162356048, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 35, "totalComments": 5, "mediaThumbnail": "https://cache.lahelu.com/d35c8bb3-05dd-4b7a-9569-09b801a0a86c.webp", "totalDownvotes": 0 }, { "url": "https://lahelu.com/post/P3LrwScPI", "media": "https://cache.lahelu.com/a2086101-e792-4c66-8fed-45450e34f1c6.mp4", "title": "Saling mengokop 🗿", "author": { "userId": "UhsZdx9s4", "username": "fritzzzsukamw" }, "postId": "P3LrwScPI", "hashtags": [ "absurd" ], "mediaType": "video", "createTime": 1774951715856, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 26, "totalComments": 4, "mediaThumbnail": "https://cache.lahelu.com/cb9a4035-c43c-4c30-9312-26b2f4554080.webp", "totalDownvotes": 0 }, { "url": "https://lahelu.com/post/PPzzCbcVL", "media": "https://cache.lahelu.com/1ce3fa47-2451-406d-98b2-3eb4a22d81a4.mp4", "title": "🤨🤨🤨", "author": { "userId": "UqR0NT2HC", "username": "alpha_predator_123" }, "postId": "PPzzCbcVL", "hashtags": [ "wtf" ], "mediaType": "video", "createTime": 1774674914652, "totalCoins": 0, "isSensitive": false, "totalUpvotes": 21, "totalComments": 14, "mediaThumbnail": "https://cache.lahelu.com/56b0f3cb-8975-48a3-8c6f-39949578ba13.webp", "totalDownvotes": 0 } ], "topic": { "url": "https://lahelu.com/topic/TPkJerKXg", "owner": { "userId": "UupJa9Oee", "username": "carv_", "description": "I'm a eccentric person :3\r\n♀️\r\nI'm a \"LAZY\" artist 👽🙏\r\nfriend irl: @r0tten._.lzet_ @ballerina_coilcina\r\n12 y/o :|\r\nദ്ദി(˵ •̀ ᴗ - ˵ )✧" }, "rules": [ "jangan rasis", "dilarang membuat kegaduhan ''menghina user, menghina topik,mengemis,dll\"", "dilarang membuat meme dengan tag #sus #sindiran dan meme yang mengandung BRAINROT", "dilarang mencuri meme dari user lain!!", "Kalau memenya ngambil apk lain kasih sumber awalnya", "Yang ngelangggar gw teror🧢🧢" ], "title": "Komunitas user random🗿👍🏿", "topicId": "TPkJerKXg", "adminIds": [ "UTzV5fQDm", "UXYbuy4BV", "UBKCvC6Na", "URYlyImxl" ], "activeTime": 1785985593274, "createTime": 1723286864152, "totalCoins": 4, "description": "k̵̨̪̖͇͙͎̜͊̌͘͜i̵̢̢̡͚̩̞̥͕̜̻̫̩̐̈͘͜️ṉ̵͓̬͈̞̥̭̥̇̓̔͋t̵̏͛̃̍́̈̚͜͝o̶̯͎̱͐̇͋̅̃̈́͋̽̊̀̓͊̃́͋̓ (ノಠ益ಠ)ノ彡┻━┻", "totalMembers": 916 }, "hasMore": true, "nextPage": 2 } ``` --- ### Search Users Cari pengguna Lahelu berdasarkan nama. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/social-media:lahelu/users` - **Cache TTL:** 900s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `query` | string | query | yes | Username or display name to search for | **cURL:** ```bash curl "https://api.zapi.ink/v1/social-media:lahelu/users?query=carv" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/social-media:lahelu/users?query=carv", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/social-media:lahelu/users?query=carv", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "ok": true, "count": 8, "query": "carv", "users": [ { "url": "https://lahelu.com/user/carv_", "avatar": "https://cache.lahelu.com/28c832fc-0ad1-4955-a6da-ce2a696f72f6.webp", "isPlus": false, "userId": "UupJa9Oee", "username": "carv_", "createTime": 1716297854275, "totalCoins": 0, "totalPosts": 185, "description": "I'm a eccentric person :3\r\n♀️\r\nI'm a \"LAZY\" artist 👽🙏\r\nfriend irl: @r0tten._.lzet_ @ballerina_coilcina\r\n12 y/o :|\r\nദ്ദി(˵ •̀ ᴗ - ˵ )✧", "totalUpvotes": 1962, "totalDownvotes": 39 }, { "url": "https://lahelu.com/user/carvanakun9135", "isPlus": false, "userId": "UtwxdoOb5", "username": "carvanakun9135", "createTime": 1715609623883, "totalCoins": 0, "totalPosts": 0, "totalUpvotes": 0, "totalDownvotes": 0 }, { "url": "https://lahelu.com/user/carvendiff2227440", "isPlus": false, "userId": "UL3OFfb7R", "username": "carvendiff2227440", "createTime": 1722413112549, "totalCoins": 0, "totalPosts": 0, "totalUpvotes": 0, "totalDownvotes": 0 }, { "url": "https://lahelu.com/user/carviajah554570", "isPlus": false, "userId": "U41WRJOLO", "username": "carviajah554570", "createTime": 1687771979036, "totalCoins": 0, "totalPosts": 0, "totalUpvotes": 0, "totalDownvotes": 0 }, { "url": "https://lahelu.com/user/carvin283426568", "isPlus": false, "userId": "UCEz2MqeC", "username": "carvin283426568", "createTime": 1718711395454, "totalCoins": 0, "totalPosts": 0, "totalUpvotes": 0, "totalDownvotes": 0 }, { "url": "https://lahelu.com/user/carvinx", "avatar": "https://lh3.googleusercontent.com/a/AGNmyxayxwnnoOUuJZ7HyYiddkvsGdGz8_ue0N328ZF-5A=s96-c", "isPlus": false, "userId": "U8xrEN7Vo", "username": "carvinx", "createTime": 1679095732137, "totalCoins": 0, "totalPosts": 1, "description": "Cultural man 🗿", "totalUpvotes": 25, "totalDownvotes": 6 }, { "url": "https://lahelu.com/user/carvy.__", "avatar": "https://cache.lahelu.com/9f8b9ed5-84f1-41a9-b2a1-adf42860b1d2.webp", "isPlus": false, "userId": "URYlyImxl", "username": "carvy.__", "createTime": 1770874079065, "totalCoins": 0, "totalPosts": 19, "description": "Any pronouns\nFirst acc: @carv_\nI feel that my life and live is controlled, even i think my gender can be controlled\nI'm a shrimp🦐🍤 (artist)", "totalUpvotes": 93, "totalDownvotes": 1 }, { "url": "https://lahelu.com/user/carvy_cuy", "avatar": "https://cache.lahelu.com/b03e5c69-fa10-4faf-908c-20e69e33231f.webp", "isPlus": false, "userId": "UFPdeSkQj", "username": "carvy_cuy", "createTime": 1715998662128, "totalCoins": 0, "totalPosts": 15, "description": "Gw iseng upload meme........", "totalUpvotes": 27, "totalDownvotes": 1 } ] } ``` --- ### Get Top Posts Papan postingan berskor tertinggi di Lahelu. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/social-media:lahelu/toppers` - **Cache TTL:** 900s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `limit` | number | query | no | Trim the board to N entries. Default all (~99) | **cURL:** ```bash curl "https://api.zapi.ink/v1/social-media:lahelu/toppers?limit=25" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/social-media:lahelu/toppers?limit=25", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/social-media:lahelu/toppers?limit=25", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "ok": true, "count": 25, "items": [ { "url": "https://lahelu.com/post/PHxCUS7Z6", "rank": 1, "media": "https://cache.lahelu.com/8b980afa-f0ca-4bff-b9d5-91b3c7906040.webp", "score": 29, "title": "\"Salah denger lirik 😅\"", "postId": "PHxCUS7Z6", "userId": "UmP7bZkk3", "mediaType": "video", "createTime": 1785838275239, "totalUpvotes": 29, "totalComments": 13 }, { "url": "https://lahelu.com/post/PbXzWOpuO", "rank": 2, "media": "https://cache.lahelu.com/watermarked/assets/1785132951651-2f5e2ba1-7cde-4013-b207-39e510b8341f.webp", "score": 24, "title": "Terciptanya siklus rantai contekan", "postId": "PbXzWOpuO", "userId": "UgknCNfp0", "mediaType": "image", "createTime": 1785132950984, "totalUpvotes": 48, "totalComments": 7 }, { "url": "https://lahelu.com/post/Pj4CYFdpC", "rank": 3, "media": "https://cache.lahelu.com/2571b905-e2b1-454b-afc1-a626a7e3c7c1.webp", "score": 24, "title": "how long we need a person like this in indonesia😭🙏", "postId": "Pj4CYFdpC", "userId": "UxRhWbuG9", "mediaType": "video", "createTime": 1783743472689, "totalUpvotes": 62, "totalComments": 17 }, { "url": "https://lahelu.com/post/P9eCY7vRu", "rank": 4, "media": "https://cache.lahelu.com/watermarked/assets/1784558118515-abc3041d-3d62-4c77-a5b3-87c3318b2081.webp", "score": 20, "title": "Kayak kenal posenya🧐", "postId": "P9eCY7vRu", "userId": "Ug6RmJovB", "mediaType": "image", "createTime": 1784558117872, "totalUpvotes": 51, "totalComments": 21 }, { "url": "https://lahelu.com/post/Pl3aamGYn", "rank": 5, "media": "https://cache.lahelu.com/cb73aad4-b8ff-4cb4-94f1-9eb6efa1dba0.webp", "score": 18, "title": "selamat tidur", "postId": "Pl3aamGYn", "userId": "UgrStdkwD", "mediaType": "video", "createTime": 1784222110623, "totalUpvotes": 67, "totalComments": 6 }, { "url": "https://lahelu.com/post/POmXI4h8n", "rank": 6, "media": "https://cache.lahelu.com/watermarked/assets/1785564040394-57e03ce7-2730-4a44-a023-3248ca3c0dd7.webp", "score": 17, "title": "🎉 UPLOAD MEME PERTAMAMU BULAN INI!", "postId": "POmXI4h8n", "userId": "Ul7pZeXxU", "mediaType": "image", "createTime": 1785564039695, "totalUpvotes": 30, "totalComments": 24 }, { "url": "https://lahelu.com/post/PHlLMCCQC", "rank": 7, "media": "https://cache.lahelu.com/4358178f-b068-4433-8aca-fc0b05e17bc4.webp", "score": 15, "title": "habis wudhu langsung masuk surga rek😂", "postId": "PHlLMCCQC", "userId": "UgrStdkwD", "mediaType": "video", "createTime": 1782952577947, "totalUpvotes": 53, "totalComments": 10 }, { "url": "https://lahelu.com/post/PE2hq2ZNW", "rank": 8, "media": "https://cache.lahelu.com/99ba60a6-37d2-4841-8302-0f095b36c6cd.webp", "score": 15, "title": "mengawali hari", "postId": "PE2hq2ZNW", "userId": "UHYRV0bJA", "mediaType": "video", "createTime": 1784673301236, "totalUpvotes": 41, "totalComments": 8 }, { "url": "https://lahelu.com/post/PuJSAzvT5", "rank": 9, "media": "https://cache.lahelu.com/watermarked/assets/1784596810550-bdf88ed4-e702-42b9-ad24-ebed5bf1f81c.webp", "score": 15, "title": "Biar ku bantu copot giginya 😛💢", "postId": "PuJSAzvT5", "userId": "UUhL5Wc4i", "mediaType": "image", "createTime": 1784596810063, "totalUpvotes": 81, "totalComments": 23 }, { "url": "https://lahelu.com/post/PFgLrQW4n", "rank": 10, "media": "https://cache.lahelu.com/watermarked/assets/1785802945489-0ef69488-17a4-4c24-b416-fbe95890c86e.webp", "score": 15, "title": "Yok", "postId": "PFgLrQW4n", "userId": "Ut5fFNvPJ", "mediaType": "image", "createTime": 1785802945010, "totalUpvotes": 15, "totalComments": 3 }, { "url": "https://lahelu.com/post/PN6I0EMH3", "rank": 11, "media": "https://cache.lahelu.com/81c2574d-401f-439e-b50b-1f7519ccf2b6.webp", "score": 15, "title": "Hanya memori yang hilangin", "postId": "PN6I0EMH3", "userId": "Uq2Xl2oG3", "mediaType": "video", "createTime": 1785886817320, "totalUpvotes": 15, "totalComments": 0 }, { "url": "https://lahelu.com/post/P9Ocqidm4", "rank": 12, "media": "https://cache.lahelu.com/b1ca43f9-4425-43c2-8548-0edc74b21b2e.webp", "score": 14, "title": "Only people who watch recallAHollowHeart will understand", "postId": "P9Ocqidm4", "userId": "U1XY2D0OD", "mediaType": "video", "createTime": 1785816299864, "totalUpvotes": 14, "totalComments": 0 }, { "url": "https://lahelu.com/post/Pfxls7d6H", "rank": 13, "media": "https://cache.lahelu.com/watermarked/assets/1784274905159-a0ea6439-300a-41d2-809e-18ae1c28e810.webp", "score": 13, "title": "Akhirnya kita diakui", "postId": "Pfxls7d6H", "userId": "UegI3jbpZ", "mediaType": "image", "createTime": 1784274904604, "totalUpvotes": 46, "totalComments": 3 }, { "url": "https://lahelu.com/post/POLExTo6f", "rank": 14, "media": "https://cache.lahelu.com/6e332f76-a41a-41e2-929f-b3b323e9bd1b.webp", "score": 13, "title": "Skill 99999999%", "postId": "POLExTo6f", "userId": "UZljScr4B", "mediaType": "video", "createTime": 1784175449936, "totalUpvotes": 87, "totalComments": 13 }, { "url": "https://lahelu.com/post/PsHYMwEXl", "rank": 15, "media": "https://cache.lahelu.com/watermarked/assets/1785807587537-30eccd67-ccc2-466a-aa75-14571f6eba46.webp", "score": 13, "title": "Bener tapi salah", "postId": "PsHYMwEXl", "userId": "UqFc7PBsR", "mediaType": "image", "createTime": 1785807587050, "totalUpvotes": 13, "totalComments": 4 }, { "url": "https://lahelu.com/post/Pp7rsiAyU", "rank": 16, "media": "https://cache.lahelu.com/cdb575f8-72ac-4e7b-a615-c94ed2067a77.webp", "score": 13, "title": "Kera", "postId": "Pp7rsiAyU", "userId": "UhsZdx9s4", "mediaType": "video", "createTime": 1785803038501, "totalUpvotes": 13, "totalComments": 2 }, { "url": "https://lahelu.com/post/PU1ojcsl2", "rank": 17, "media": "https://cache.lahelu.com/a2d6c910-bec5-462c-b75f-bea0df1028ed.webp", "score": 12, "title": "1 dari 10 selalu tidak merekomendasikan", "postId": "PU1ojcsl2", "userId": "UiUoK82xO", "mediaType": "video", "createTime": 1784193710912, "totalUpvotes": 55, "totalComments": 6 }, { "url": "https://lahelu.com/post/PmGU19gN1", "rank": 18, "media": "https://cache.lahelu.com/cf45630e-fd00-47ac-a740-c2c59816a747.webp", "score": 12, "title": "Tank", "postId": "PmGU19gN1", "userId": "UqR0NT2HC", "mediaType": "video", "createTime": 1784684889465, "totalUpvotes": 55, "totalComments": 11 }, { "url": "https://lahelu.com/post/PD3Y6w1uC", "rank": 19, "media": "https://cache.lahelu.com/watermarked/assets/1784181596251-f6df50fb-f34a-413e-9f2b-f2719abd1cfb.webp", "score": 12, "title": "Entahlah", "postId": "PD3Y6w1uC", "userId": "UkksURJw3", "mediaType": "image", "createTime": 1784181595624, "totalUpvotes": 46, "totalComments": 11 }, { "url": "https://lahelu.com/post/PLoS8IhaB", "rank": 20, "media": "https://cache.lahelu.com/6d7a4aba-534a-4c26-84dc-edef5d05bada.webp", "score": 12, "title": "\"Agus lapar bu\"", "postId": "PLoS8IhaB", "userId": "UgrStdkwD", "mediaType": "video", "createTime": 1785839354061, "totalUpvotes": 12, "totalComments": 1 }, { "url": "https://lahelu.com/post/PPjJzSSXK", "rank": 21, "media": "https://cache.lahelu.com/45e6ff3b-7ce6-4b93-95d7-aa0be36235ca.webp", "score": 12, "title": "Michael blippi", "postId": "PPjJzSSXK", "userId": "Ugj5wQFBm", "mediaType": "video", "createTime": 1785841492593, "totalUpvotes": 12, "totalComments": 0 }, { "url": "https://lahelu.com/post/PX6iMC042", "rank": 22, "media": "https://cache.lahelu.com/59e03dcc-261f-4d67-b974-efbc8cda5cbe.webp", "score": 12, "title": "im shocked", "postId": "PX6iMC042", "userId": "UqvGdGziS", "mediaType": "video", "createTime": 1785930296140, "totalUpvotes": 12, "totalComments": 3 }, { "url": "https://lahelu.com/post/Pj6bydh2C", "rank": 23, "media": "https://cache.lahelu.com/e1f400cd-a7dd-451c-85b4-e1a147b7a382.webp", "score": 11, "title": "Yo let's go", "postId": "Pj6bydh2C", "userId": "UuVPA7AbM", "mediaType": "video", "createTime": 1784563198108, "totalUpvotes": 31, "totalComments": 4 }, { "url": "https://lahelu.com/post/PLItOhxMg", "rank": 24, "media": "https://cache.lahelu.com/watermarked/assets/1784018385130-228ac576-d661-40fc-b037-60d57d9909f0.webp", "score": 11, "title": "Arlecchino Daily Post #6", "postId": "PLItOhxMg", "userId": "UPXEJVm9P", "mediaType": "image", "createTime": 1784018384350, "totalUpvotes": 45, "totalComments": 13 }, { "url": "https://lahelu.com/post/P5st18zmi", "rank": 25, "media": "https://cache.lahelu.com/524761a6-5cb5-4c0d-9013-c0172c3f7e62.webp", "score": 11, "title": "Orewa tatakau", "postId": "P5st18zmi", "userId": "UegI3jbpZ", "mediaType": "video", "createTime": 1783323963295, "totalUpvotes": 68, "totalComments": 4 } ] } ``` --- _Generated: 2026-09-25T14:34:00.711Z_