zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Social Media/Kaskus
Logo Kaskus

Kaskus

Forum komunitas terbesar Indonesia (kaskus.co.id). Akses detail thread + balasan, daftar thread per sub-forum, pencarian, dan profil user.

Endpoints
9
Requests
115
Updated
3 months ago
For LLMs
llms.txt
Endpoint health32 minutes ago
  • searchpassing, 4.6s
  • threadpassing, 1.6s
  • forumpassing, 3.2s
  • profilepassing, 1.1s
  • hotpassing, 4.8s
+ 4 more endpointsShow less
  • communitiespassing, 0.2s
  • communitypassing, 3.1s
  • user-postspassing, 3.5s
  • followerspassing, 2.4s
9/9 passingdaily 01:00 WIB

Playground

9 endpoints
GET/v1/social-media:kaskus/search2m cache2 paramschecking key…
Parameters
keywordsstringrequired

Kata kunci pencarian thread

pagenumber

Halaman hasil. Default 1

·
Response
EXAMPLE
{
  "ok": true,
  "page": 1,
  "limit": 20,
  "total": 3556968,
  "hasMore": true,
  "results": [
    {
      "url": "https://kask.us/iS7gH",
      "slug": "kopdes-merah-putih-peluang-atau-ancaman-bagi-umkm",
      "title": "Kopdes Merah Putih: Peluang atau Ancaman bagi UMKM?",
      "author": {
        "avatar": "https://s.kaskus.id/user/avatar/2026/05/03/avatar11885550_1.gif",
        "userId": "11885550",
        "username": "dewis7466191939"
      },
      "created": 1780927867,
      "snippet": "Apa itu Kopdes Merah Putih? Program Koperasi Desa Merah Putih (Kopdes Merah Putih) adalah inisiatif pemerintah Indonesia yang bertujuan memperkuat perekonomian desa melalui pembent…",
      "threadId": "6a26cd7bbae8f179cb0ab4db",
      "community": {
        "id": "21",
        "name": "The Lounge"
      },
      "thumbnail": "",
      "totalViews": 1037,
      "totalReplies": 12
    },
    {
      "url": "https://kask.us/iS3II",
      "slug": "team-nasional-indonesia---part-4",
      "title": "TEAM NASIONAL INDONESIA - Part 4",
      "author": {
        "avatar": "https://s.kaskus.id/user/avatar/2015/12/22/avatar8413033_95.gif",
        "userId": "8413033",
        "username": "mr.ayah"
      },
      "created": 1771118532,
      "snippet": "~~ TIM NASIONAL INDONESIA JOURNEY ASIAN CUP 2027 ~~ THREAD RULES Untuk menjaga ketertiban diskusi di thread ini, TS memberlakukan rules yang harus dibaca dan dipahami para kaskusse…",
      "threadId": "69911fcc8d27a6db300e6e0b",
      "community": {
        "id": "2550",
        "name": "TEAM NASIONAL INDONESIA"
      },
      "thumbnail": "https://s.kaskus.id/images/2025/03/26/1076_5299139_475_20250326093016.jpg",
      "totalViews": 86491,
      "totalReplies": 6341
    }
  ],
  "keywords": "jokowi",
  "nextPage": 2,
  "suggestion": ""
}

Code examples

Cari Thread
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("social-media:kaskus", "search", {
  "keywords": "jokowi"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/social-media:kaskus/search?keywords=jokowi&page=" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

9 endpoints · plain text
GETCari Thread/v1/social-media:kaskus/searchPencarian thread Kaskus berdasarkan kata kunci.

Parameters

keywordsstringrequired
Kata kunci pencarian thread
pagenumberoptional
Halaman hasil. Default 1

Request

curl -X GET "https://api.zpi.web.id/v1/social-media:kaskus/search?keywords=jokowi&page=" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "page": 1,
  "limit": 20,
  "total": 3556968,
  "hasMore": true,
  "results": [
    {
      "url": "https://kask.us/iS7gH",
      "slug": "kopdes-merah-putih-peluang-atau-ancaman-bagi-umkm",
      "title": "Kopdes Merah Putih: Peluang atau Ancaman bagi UMKM?",
      "author": {
        "avatar": "https://s.kaskus.id/user/avatar/2026/05/03/avatar11885550_1.gif",
        "userId": "11885550",
        "username": "dewis7466191939"
      },
      "created": 1780927867,
      "snippet": "Apa itu Kopdes Merah Putih? Program Koperasi Desa Merah Putih (Kopdes Merah Putih) adalah inisiatif pemerintah Indonesia yang bertujuan memperkuat perekonomian desa melalui pembent…",
      "threadId": "6a26cd7bbae8f179cb0ab4db",
      "community": {
        "id": "21",
        "name": "The Lounge"
      },
      "thumbnail": "",
      "totalViews": 1037,
      "totalReplies": 12
    },
    {
      "url": "https://kask.us/iS3II",
      "slug": "team-nasional-indonesia---part-4",
      "title": "TEAM NASIONAL INDONESIA - Part 4",
      "author": {
        "avatar": "https://s.kaskus.id/user/avatar/2015/12/22/avatar8413033_95.gif",
        "userId": "8413033",
        "username": "mr.ayah"
      },
      "created": 1771118532,
      "snippet": "~~ TIM NASIONAL INDONESIA JOURNEY ASIAN CUP 2027 ~~ THREAD RULES Untuk menjaga ketertiban diskusi di thread ini, TS memberlakukan rules yang harus dibaca dan dipahami para kaskusse…",
      "threadId": "69911fcc8d27a6db300e6e0b",
      "community": {
        "id": "2550",
        "name": "TEAM NASIONAL INDONESIA"
      },
      "thumbnail": "https://s.kaskus.id/images/2025/03/26/1076_5299139_475_20250326093016.jpg",
      "totalViews": 86491,
      "totalReplies": 6341
    }
  ],
  "keywords": "jokowi",
  "nextPage": 2,
  "suggestion": ""
}
GETDetail Thread/v1/social-media:kaskus/thread/:threadIdDetail thread Kaskus (OP) beserta balasan yang dipaginasi.

Parameters

threadIdstringrequiredin path
Thread ID (24-char hex) atau full URL kaskus.co.id/thread/<id>/...
pagenumberoptional
Halaman reply. Default 1

Request

curl -X GET "https://api.zpi.web.id/v1/social-media:kaskus/thread/54f842560f8b46e4528b4569?page=" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "page": 1,
  "limit": 20,
  "posts": [
    {
      "html": "Gan, ane kok gak bisa ya buat threadnya muncul notice &quot;Anda membutuhkan minimal 100 postingan sebelum dapat membuat thread&quot;?<br />\n<br />\n<img class=\"mls-img\" src=\"https:…",
      "text": "Gan, ane kok gak bisa ya buat threadnya muncul notice \"Anda membutuhkan minimal 100 postingan sebelum dapat membuat thread\"?",
      "author": {
        "title": "Newbie",
        "avatar": "https://s.kaskus.id/user/avatar/2020/02/10/avatar10803497_3.gif",
        "userId": "10803497",
        "isOnline": false,
        "username": "josephpurba",
        "reputation": 133,
        "totalPosts": 54,
        "displayName": "josephpurba"
      },
      "postId": "6836684464940bc4a8017e1f",
      "created": 1748396100,
      "reputations": 0,
      "totalReplies": 0
    }
  ],
  "total": 56,
  "thread": {
    "url": "https://kask.us/hXtNU",
    "slug": "panduan-cara-membuat-thread-kaskus",
    "title": "Panduan Cara Membuat Thread KasKus",
    "author": {
      "title": "newbie",
      "avatar": "https://s.kaskus.id/user/avatar/2015/02/25/avatar7706954_1.gif",
      "userId": "7706954",
      "isOnline": false,
      "username": "jonijayakusuma",
      "reputation": 24,
      "totalPosts": 80,
      "displayName": "jonijayakusuma"
    },
    "isOpen": true,
    "opHtml": "<div class=\"sceditor-ignore quote-mark 1275924703\">Quote:</div><div class=\"quote expandable\" data-by=\"\" data-postid=\"\"><div style=\"text-align: center;\"><img class=\"mls-img\" src=\"ht…",
    "opText": "Quote: Quote: Maaf kalo Thread Ane : Spoiler for : Quote: Setelah ane lihat dan masukan dari beberapa moderator dan admin maka ane buat Panduan membuat thread atau postingan artike…",
    "channel": {
      "id": "4",
      "name": "Entertainment"
    },
    "created": 1425556054,
    "isSticky": false,
    "threadId": "54f842560f8b46e4528b4569",
    "community": {
      "id": "21",
      "icon": "https://s.kaskus.id/ficon/image-21.png",
      "name": "The Lounge"
    },
    "thumbnail": "http://s.kaskus.id/images/2015/03/05/7706954_20150305064140.jpg",
    "totalViews": 10496,
    "totalReplies": 59
  },
  "hasMore": true,
  "nextPage": 2
}
GETThread Sub-Forum/v1/social-media:kaskus/forum/:communityIdDaftar thread pada sebuah sub-forum/community.

Parameters

communityIdstringrequiredin path
Community/sub-forum ID (mis. 21 = The Lounge) atau URL komunitas Kaskus
pagenumberoptional
Halaman daftar thread. Default 1

Request

curl -X GET "https://api.zpi.web.id/v1/social-media:kaskus/forum/21?page=" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "page": 1,
  "limit": 20,
  "total": 1099761,
  "hasMore": true,
  "threads": [
    {
      "url": "https://kask.us/iS7r0",
      "slug": "swiss-diunggulkan-menang-juara-asia-qatar-siap-beri-kejutan-di-san-francisco",
      "title": "Swiss Diunggulkan Menang, Juara Asia Qatar Siap Beri Kejutan di San Francisco",
      "author": {
        "avatar": "https://s.kaskus.id/user/avatar/2010/06/03/avatar1736634_2.gif",
        "userId": "1736634",
        "username": "cekienthunk"
      },
      "created": 1781346625,
      "snippet": "SAN FRANCISCO – oponus.com Pertarungan sengit di Grup B Piala Dunia 2026 akan mempertemukan sang raksasa Eropa, Swiss melawan juara bertahan Piala Asia, Qatar. Laga yang krusial in…",
      "lastPost": {
        "postId": "6a2d3141f281965cc009d976",
        "created": 1781346625,
        "username": "cekienthunk"
      },
      "threadId": "6a2d3141f281965cc009d975",
      "community": {
        "id": "21",
        "name": "The Lounge"
      },
      "thumbnail": "https://s.kaskus.id/images/2026/06/13/1736634_3266_20260613052906.png",
      "imageCount": 1,
      "totalViews": 6,
      "totalReplies": 0
    },
    {
      "url": "https://kask.us/iS7pp",
      "slug": "mbg",
      "title": "mbg",
      "author": {
        "avatar": "https://s.kaskus.id/user/avatar/2026/06/01/avatar11889837_1.gif",
        "userId": "11889837",
        "username": "fefufao"
      },
      "created": 1781248281,
      "snippet": "sulit mencari kerjaan di sppg",
      "lastPost": {
        "postId": "6a2ce3f70ff007c24c07c639",
        "created": 1781326839,
        "username": "multimedia.ptrt"
      },
      "threadId": "6a2bb119d1a2299f6b0322c5",
      "community": {
        "id": "21",
        "name": "The Lounge"
      },
      "thumbnail": "",
      "imageCount": 0,
      "totalViews": 47,
      "totalReplies": 3
    }
  ],
  "nextPage": 2,
  "community": {
    "id": "21",
    "name": "The Lounge"
  }
}
GETProfil User/v1/social-media:kaskus/profile/:userIdProfil user Kaskus + thread miliknya.

Parameters

userIdstringrequiredin path
User ID (numeric) atau URL profile Kaskus
pagenumberoptional
Halaman thread user. Default 1

Request

curl -X GET "https://api.zpi.web.id/v1/social-media:kaskus/profile/7706954?page=" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "page": 1,
  "user": {
    "cover": "https://s.kaskus.id/assets/web_1.0/images/placeholder-cover-image.png",
    "title": "newbie",
    "avatar": "https://s.kaskus.id/user/avatar/2015/02/25/avatar7706954_1.gif",
    "userId": "7706954",
    "joinDate": 1424871963,
    "username": "jonijayakusuma",
    "biography": "my love the friends",
    "reputation": 24,
    "totalPosts": 80,
    "displayName": "jonijayakusuma",
    "totalThreads": 12,
    "totalFollowers": 4,
    "totalFollowing": 2,
    "reputationTitle": "sedang di jalan yg benar"
  },
  "total": 12,
  "hasMore": false,
  "threads": [
    {
      "url": "https://kask.us/hXtNU",
      "title": "Panduan Cara Membuat Thread KasKus",
      "created": 1425556054,
      "threadId": "54f842560f8b46e4528b4569",
      "community": "The Lounge",
      "totalViews": 10497,
      "totalReplies": 59
    },
    {
      "url": "https://kask.us/hYMjS",
      "title": "Pengen Tau Soal Hukuman Mati Gan? piramida version",
      "created": 1427438006,
      "threadId": "5514f9b6c1cb176f278b4571",
      "community": "The Lounge",
      "totalViews": 1715,
      "totalReplies": 5
    },
    {
      "url": "https://kask.us/hYcKJ",
      "title": "4 Fakta unik penelitian soal jenglot",
      "created": 1426586495,
      "threadId": "5507fb7f62088107368b4567",
      "community": "The Lounge",
      "totalViews": 11834,
      "totalReplies": 72
    }
  ],
  "nextPage": null
}
GETGet Hot Threads/v1/social-media:kaskus/hotThread yang sedang hot di Kaskus, bisa disaring per channel.

Parameters

channelIdstringoptional
Channel filter (1 Story, 2 Hobby, 3 Games, 4 Entertainment, 5 News, 6 Tech, 7 Automotive, 8 Sports, 9 Food & Travel, 10 Female, 11 Regional, 12 Anime & Manga)
cursorstringoptional
Cursor from a previous response's nextCursor
limitnumberoptional
Threads per page. Default 25, max 25 (upstream cap)

Request

curl -X GET "https://api.zpi.web.id/v1/social-media:kaskus/hot?channelId=6&cursor=&limit=25" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "count": 25,
  "limit": 25,
  "hasMore": true,
  "threads": [
    {
      "url": "https://kask.us/iS9cu",
      "title": "Resep Masker Alpukat dan Yogurt Untuk Mencerahkan Kulit, Ayo Cobain Gan!!",
      "author": "aurora..",
      "created": 1785993852,
      "authorId": "9481769",
      "threadId": "6a741a7cae55e838b00bfaed",
      "community": "The Lounge",
      "thumbnail": "https://s.kaskus.id/images/2026/08/06/9481769_20260806122156.png",
      "imageCount": 1,
      "totalViews": 164,
      "communityId": "21",
      "totalReplies": 2
    },
    {
      "url": "https://kask.us/iS9cP",
      "title": "7 Fakta Mencengangkan Tentang Greenland, \"Asia Kecil\" di Dunia Barat",
      "author": "aurora..",
      "created": 1785999603,
      "authorId": "9481769",
      "threadId": "6a7430f5df65c06390081468",
      "community": "The Lounge",
      "thumbnail": "https://s.kaskus.id/images/2026/08/06/9481769_20260806015734.png",
      "imageCount": 1,
      "totalViews": 83,
      "communityId": "21",
      "totalReplies": 1
    },
    {
      "url": "https://kask.us/iS9as",
      "title": "Campus League 2026: Di antara kuliah dan olahraga, mahasiswa belajar bertumbuh",
      "author": "KASKUS.HQ",
      "created": 1785909888,
      "authorId": "3200297",
      "threadId": "6a72d280c64826b01502dbaa",
      "community": "Sports",
      "thumbnail": "https://s.kaskus.id/img/hot_thread/hot_thread_fe5llgs4lvxp.jpg",
      "imageCount": 1,
      "totalViews": 189,
      "communityId": "35",
      "totalReplies": 1
    }
  ],
  "nextCursor": "AoIIRkdrKDg2YTZhOGQ3ZjFiZWZkNGQ4NjUwM2ZmY2E="
}
GETGet Community Directory/v1/social-media:kaskus/communitiesSeluruh sub-forum Kaskus, untuk menemukan communityId.

Parameters

channelIdstringoptional
Only communities in this channel
querystringoptional
Filter by name, case-insensitive

Request

curl -X GET "https://api.zpi.web.id/v1/social-media:kaskus/communities?channelId=6&query=lounge" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "count": 1610,
  "communities": [
    {
      "url": "https://www.kaskus.co.id/forum/2473",
      "icon": "https://s.kaskus.id/ficon/image-241.png",
      "name": "Adi Santoso",
      "channel": {
        "id": "5",
        "name": "News"
      },
      "isOfficial": false,
      "communityId": "2473",
      "description": "Adi Santoso",
      "allowCommerce": false
    },
    {
      "url": "https://www.kaskus.co.id/forum/479",
      "icon": "https://s.kaskus.id/ficon/image-479.png",
      "name": "Cinta Indonesiaku",
      "isOfficial": true,
      "communityId": "479",
      "description": "Forum yang didedikasikan untuk menunjukkan kecintaan Kaskuser terhadap Indonesia.",
      "allowCommerce": false
    },
    {
      "url": "https://www.kaskus.co.id/forum/72",
      "icon": "https://s.kaskus.id/ficon/image-72.png",
      "name": "REGIONAL",
      "channel": {
        "id": "11",
        "name": "Regional"
      },
      "isOfficial": true,
      "communityId": "72",
      "description": "Kenalan dan tahu lebih jauh dengan Kaskuser dari berbagai Regional, baik dalam & luar negeri. Saling berbagi pengalaman mengenai tempat-tempat yang pernah Agan kunjungi! ",
      "allowCommerce": false
    }
  ]
}
GETGet Community Detail/v1/social-media:kaskus/community/:communityIdDetail satu sub-forum beserta jumlah thread, member, dan post.

Parameters

communityIdstringrequiredin path
Community (sub-forum) ID

Request

curl -X GET "https://api.zpi.web.id/v1/social-media:kaskus/community/21" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "community": {
    "url": "https://www.kaskus.co.id/forum/21",
    "icon": "https://s.kaskus.id/ficon/image-21.png",
    "name": "The Lounge",
    "channel": {
      "id": "4",
      "name": "Entertainment"
    },
    "allowChat": true,
    "allowTopic": false,
    "isOfficial": true,
    "totalPosts": 250497392,
    "communityId": "21",
    "description": "Forum bagi Kaskuser untuk berbagi gosip, gambar, foto, dan video yang seru, lucu, serta unik.",
    "totalMembers": 108302,
    "totalThreads": 1284412
  }
}
GETGet User Replies/v1/social-media:kaskus/user-posts/:userIdBalasan seorang pengguna beserta konteks thread-nya.

Parameters

userIdstringrequiredin path
Kaskus user ID
pagenumberoptional
Page number. Default 1, upstream clamps at 50
limitnumberoptional
Items per page. Default 20, max 20 (upstream cap)

Request

curl -X GET "https://api.zpi.web.id/v1/social-media:kaskus/user-posts/7706954?page=1&limit=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "page": 1,
  "count": 20,
  "items": [
    {
      "postId": "55356f2c60e24bde7a8b456b",
      "created": 0,
      "threadId": "55351959a09a3917268b456c",
      "community": "The Lounge",
      "threadUrl": "https://kask.us/hZ9oH",
      "threadTitle": "Olga dan Fenomena Artis Meninggal di Usia Muda"
    },
    {
      "postId": "5514f9b6c1cb176f278b4572",
      "created": 0,
      "threadId": "5514f9b6c1cb176f278b4571",
      "community": "The Lounge",
      "threadUrl": "https://kask.us/hYMjS",
      "threadTitle": "Pengen Tau Soal Hukuman Mati Gan? piramida version"
    },
    {
      "postId": "5509389fc0cb17a07b8b4568",
      "created": 0,
      "threadId": "5507fb7f62088107368b4567",
      "community": "The Lounge",
      "threadUrl": "https://kask.us/hYcKJ",
      "threadTitle": "4 Fakta unik penelitian soal jenglot"
    }
  ],
  "total": 80,
  "userId": "7706954",
  "hasMore": true,
  "nextPage": 2,
  "totalIsCapped": false
}
GETGet User Followers/v1/social-media:kaskus/followers/:userIdDaftar follower seorang pengguna Kaskus.

Parameters

userIdstringrequiredin path
Kaskus user ID
cursorstringoptional
Cursor from a previous response's nextCursor
limitnumberoptional
Followers per page. Default 20, max 20

Request

curl -X GET "https://api.zpi.web.id/v1/social-media:kaskus/followers/7706954?cursor=&limit=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "count": 4,
  "users": [
    {
      "url": "https://www.kaskus.co.id/profile/5744610",
      "title": "kaskus addict",
      "avatar": "https://s.kaskus.id/user/avatar/2013/08/08/avatar5744610_4.gif",
      "userId": "5744610",
      "isOnline": false,
      "username": "virzoy",
      "biography": "JASA UPGRADE KASKUS PLUS BONUS BERLIMPAH ",
      "displayName": "virzoy"
    },
    {
      "url": "https://www.kaskus.co.id/profile/10700288",
      "title": "newbie",
      "avatar": "https://s.kaskus.id/user/avatar/2019/09/14/avatar10700288_4.gif",
      "userId": "10700288",
      "isOnline": false,
      "username": "gdangelektroni",
      "biography": "Silahkan Belanja Di Toko Kami Semoga Berkah 😇",
      "displayName": "gdangelektroni"
    },
    {
      "url": "https://www.kaskus.co.id/profile/8456310",
      "title": "Kaskuser",
      "avatar": "https://s.kaskus.id/user/avatar/2016/01/15/avatar8456310_3.gif",
      "userId": "8456310",
      "isOnline": false,
      "username": "zaky.maulani",
      "biography": "Tukang Plagiat.",
      "displayName": "zaky.maulani"
    },
    {
      "url": "https://www.kaskus.co.id/profile/2562644",
      "title": "aktivis kaskus",
      "avatar": "https://s.kaskus.id/user/avatar/2011/02/06/avatar2562644_1.gif",
      "userId": "2562644",
      "isOnline": false,
      "username": "Phramp",
      "biography": "Klik AS Roma, itu adalah nama keduaku.",
      "displayName": "Phramp"
    }
  ],
  "userId": "7706954",
  "hasMore": true,
  "nextCursor": "5bebffc4cd6bbd5125f5d920"
}

Related APIs

More in social-media

TikTok Scraper

social-media/tiktok-scraper

Dapatkan data profile, postingan, comment, dan lainnya dengan lengkap dan konsisten.

42.6K calls·1d cache

Instagram Scraper

social-media/instagram-scraper

Dapatkan data profile, postingan dan lainnya dengan lengkap dan konsisten.

58.1K calls·15m cache

Youtube Scraper

social-media/youtube-scraper

Dapatkan data profile, postingan, comment, dan lainnya dengan lengkap dan konsisten.

99 calls·30m cache

GitHub User

social-media/github-user

Fetch public profile information for a GitHub user.

73 calls·1h cache

Telegram Channel

social-media/telegram-channel

Fetch public Telegram channel preview information.

54 calls·30m cache

NGL Send

social-media/ngl

NGL anonymous message sender.

31 calls·no cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026