# Zapi — Public REST API platform > Free public REST API for social media, search, downloader, and utility data. One API key, one response shape, one error format — no per-source quirks. Zapi gives developers a single consistent REST interface to dozens of public data sources (Instagram, TikTok, YouTube, search engines, downloaders, AI services). Free tier: 2,000 requests/month, no credit card. **Base URL:** `https://api.zpi.web.id` **Auth:** `x-api-key` header (get key at https://zpi.web.id/dashboard/keys) **Response shape:** `{ status, message, content }` **Rate limit:** 60 req/min on free tier **MCP server:** connect any AI client (Claude, Cursor, VS Code, Gemini CLI…) — setup at https://zpi.web.id/mcp ## Quickstart ```bash curl "https://api.zpi.web.id/v1/CATEGORY:SCRAPER/ENDPOINT?param=value" \ -H "x-api-key: YOUR_API_KEY" ``` ```javascript const res = await fetch("https://api.zpi.web.id/v1/CATEGORY:SCRAPER/ENDPOINT?param=value", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const { content } = await res.json(); ``` ## Resources - [Endpoint catalog](https://zpi.web.id/apis): Every API grouped by category, rendered server-side - [Documentation](https://zpi.web.id/docs): Full developer docs - [MCP server](https://zpi.web.id/mcp): Connect AI clients (Claude, Cursor, IDEs) to Zapi via MCP - [Get API key](https://zpi.web.id/dashboard/keys): Free tier — no credit card - [Status page](https://zpi.web.id/status): Real-time uptime - [Full reference](https://zpi.web.id/llms-full.txt): Every endpoint with code examples (this file, expanded) - **Per-scraper reference:** Each scraper has its own focused markdown at `https://zpi.web.id/api/{category}/{scraper}/llms.txt` (e.g. `https://zpi.web.id/api/social/instagram/llms.txt`) - [OpenAPI](https://zpi.web.id/openapi.json): Index of the per-category OpenAPI 3.1 specs - [Sitemap](https://zpi.web.id/sitemap.xml): Machine-readable URL index ## Artificial Intelligence - [Felo AI](https://zpi.web.id/api/ai/felo): AI search assistant dengan web real-time — OpenAI-compatible, support streaming, return sumber referensi. - [Chatex](https://zpi.web.id/api/ai/chatex): Chatex chat — OpenAI-compatible chat completions. - [Copilot AI](https://zpi.web.id/api/ai/copilot): Microsoft Copilot — chat completion OpenAI-compatible, support streaming SSE - [Simkopdes AI](https://zpi.web.id/api/ai/simkopdes-ai): Chatbot resmi Kementerian Koperasi (Simkopdes) untuk tanya-jawab seputar koperasi. OpenAI-compatible. - [Dolphin AI](https://zpi.web.id/api/ai/dolphin): Dolphin 24B uncensored chat — chat completion OpenAI-compatible, support streaming SSE - [Crawl4AI](https://zpi.web.id/api/ai/crawl4ai): LLM-ready markdown extraction with anti-bot escalation. 3-tier: fast (direct), magic (browser stealth), worker-chain (CF Worker IP rotation) - [Magic Studio](https://zpi.web.id/api/ai/magicstudio): Anonymous AI image generation — text-to-image, no auth. - [Google AI (g.ai)](https://zpi.web.id/api/ai/google-aimode): Asisten penelusuran AI dari Google (AI Mode / g.ai) — jawaban grounded ke web realtime dengan sitasi. OpenAI-compatible chat completions. - [Bypass AI (writecream.com)](https://zpi.web.id/api/ai/bypass-ai): Humanize AI-generated text — natural rewriting via writecream.com. - [Z.ai (GLM)](https://zpi.web.id/api/ai/z-ai): GLM (Zhipu z.ai) chat — model GLM-4.7. Endpoint kompatibel OpenAI Chat Completions (stream & non-stream). - [Bark TTS](https://zpi.web.id/api/ai/bark): Text-to-speech with cloned voices and emotion presets. - [Islam AI (islamicity.org)](https://zpi.web.id/api/ai/islamicity): Asisten AI percakapan khusus topik Islam — fiqih, tafsir, hadits, sirah. OpenAI-compatible, support streaming. - [NSFW Checker (Nyckel)](https://zpi.web.id/api/ai/nsfw-checker): Image safety classifier — detect NSFW/adult content via Nyckel ML model. - [Kokoro TTS](https://zpi.web.id/api/ai/kokoro-tts): High-quality multilingual text-to-speech synthesis. - [ChatGPT (chatgpt.com)](https://zpi.web.id/api/ai/chatgpt): ChatGPT (mode anonim, tanpa login) dari OpenAI. Endpoint kompatibel OpenAI Chat Completions (stream & non-stream). - [Wink AI](https://zpi.web.id/api/ai/wink-ai): Wink AI image enhancement (HD / Ultra HD upscale). - [Edge TTS](https://zpi.web.id/api/ai/edge-tts): Microsoft Edge Neural TTS (gratis). 322 voice neural berkualitas tinggi, 142 bahasa termasuk Indonesia. Atur voice, kecepatan, nada. - [Qwen TTS](https://zpi.web.id/api/ai/qwen-tts): Text-to-speech via Qwen TTS — 7 voice characters, instant audio URL. - [DeepSeek V4 Flash](https://zpi.web.id/api/ai/deepseek): DeepSeek V4 Flash — model AI cepat dengan reasoning, gratis. OpenAI-compatible: streaming, reasoning, tool calling. - [Opera Aria](https://zpi.web.id/api/ai/operaaria): Asisten AI anonim (tanpa signup) — chat OpenAI-compatible, streaming. - [Upsampler](https://zpi.web.id/api/ai/upsampler): Generate video dari teks (text-to-video) pakai model Wan 2.2 — output MP4 tanpa watermark/login. Catatan: rate-limited (kuota GPU), URL vide - [North Mini Code](https://zpi.web.id/api/ai/north): North Mini Code — model AI khusus coding, gratis. Tulis/jelaskan/perbaiki kode. OpenAI-compatible streaming. - [Dreemy AI](https://zpi.web.id/api/ai/dreemy-ai): Dreemy character roleplay chat (anonymous guest). ## Autocomplete - [Google Autocomplete](https://zpi.web.id/api/autocomplete/google): Google's suggestion lists across five surfaces — web, YouTube, Images, local and Scholar. The same endpoint returns a different universe per - [TikTok Autocomplete](https://zpi.web.id/api/autocomplete/tiktok): TikTok search suggestions — video-culture vocabulary the search engines do not surface. - [Amazon Autocomplete](https://zpi.web.id/api/autocomplete/amazon): Amazon search-box suggestions across eight marketplaces — buying intent rather than information intent. - [Yandex Autocomplete](https://zpi.web.id/api/autocomplete/yandex): Yandex search suggestions. The index is Russian-centric; other languages return fewer or no completions. - [Bing Autocomplete](https://zpi.web.id/api/autocomplete/bing-autocomplete): Bing search autocomplete, with relevance scores. - [IMDb Autocomplete](https://zpi.web.id/api/autocomplete/imdb-autocomplete): IMDb title and name autocomplete — returns records with ids, years, posters and cast, not just query strings. - [eBay Autocomplete](https://zpi.web.id/api/autocomplete/ebay): eBay search-box suggestions. The index is English-language. - [Wikipedia Autocomplete](https://zpi.web.id/api/autocomplete/wikipedia-autocomplete): Wikipedia article autocomplete from the OpenSearch action. Matches titles by prefix, not phrases. - [Ecosia Autocomplete](https://zpi.web.id/api/autocomplete/ecosia): Ecosia search suggestions. - [Brave Autocomplete](https://zpi.web.id/api/autocomplete/brave-autocomplete): Brave Search autocomplete, from an independent index. - [Yahoo Autocomplete](https://zpi.web.id/api/autocomplete/yahoo-autocomplete): Yahoo search autocomplete. - [Steam Autocomplete](https://zpi.web.id/api/autocomplete/steam): Steam store suggestions — returns games with app ids, prices and art, not just query strings. - [Qwant Autocomplete](https://zpi.web.id/api/autocomplete/qwant): Qwant search suggestions, per locale. ## Bypass Tools - [Platoboost Bypass](https://zpi.web.id/api/bypass-tools/platoboost): Extract whitelist key from Platoboost gateway links. Auto-clicks the checkpoint and polls the upstream until the key is issued — no manual a - [Yasir252 Bypass](https://zpi.web.id/api/bypass-tools/yasir252): Bypass Cloudflare managed challenge di yasir252.com — extract download box (title, files, password) + resolve link chain ke URL final (Pixel - [Bitly Bypass](https://zpi.web.id/api/bypass-tools/bitly): Resolve bit.ly / bitly.is / j.mp / amzn.to short URLs ke destination aslinya. - [Sub4Unlock Bypass](https://zpi.web.id/api/bypass-tools/sub4unlock): Bypass sub4unlock.co shortlink — ambil URL tujuan tanpa harus subscribe/like. - [tpi.li](https://zpi.web.id/api/bypass-tools/tpi-li): Resolve a tpi.li (ShrinkEarn) short link to its destination URL. - [Free Fire Kipas UID Verifier](https://zpi.web.id/api/bypass-tools/free-fire-kipas): Verifikasi format Free Fire UID via FF KIPAS (lewatin gating timing + multi-step). Catatan: upstream hanya cek format, tidak balikin data ak - [Safelinku Bypass](https://zpi.web.id/api/bypass-tools/safelinku): Bypass safelinku / sfl.gl shortlink dan ekstrak URL tujuan akhir. - [Paste-Drop](https://zpi.web.id/api/bypass-tools/paste-drop): Fetch a public Paste-Drop paste content + metadata by URL or slug. - [Shrinkme Bypass](https://zpi.web.id/api/bypass-tools/shrinkme): Bypass shrinkme.click / shrinkme.io shortlink dan ekstrak URL destinasi dari metadata OG. - [Encurtador / l1nq Unlocker](https://zpi.web.id/api/bypass-tools/encurtador): Resolve short link encurtador.dev / l1nq.com (dan alt domain) ke URL tujuan asli, lewatin interstitial countdown. - [Linkvertise](https://zpi.web.id/api/bypass-tools/linkvertise): Resolve a Linkvertise locked link (and link-to.net/link-hub.net family) to its destination URL. - [Script Pastebins](https://zpi.web.id/api/bypass-tools/scriptpastebins): Resolve a Script Pastebins post to its title + script payload. - [Blox-Script Key](https://zpi.web.id/api/bypass-tools/blox-script): Resolve a Blox-Script key-gate to its issued key. - [Linkify](https://zpi.web.id/api/bypass-tools/linkify): Resolve a Linkify short/locked link to its destination URL. - [Linkzy](https://zpi.web.id/api/bypass-tools/linkzy): Resolve a Linkzy locked link to its destination URL. - [PasteLua](https://zpi.web.id/api/bypass-tools/pastelua): Fetch a public PasteLua paste content by URL or id. - [Rentry](https://zpi.web.id/api/bypass-tools/rentry): Fetch the rendered markdown content of a public Rentry paste. - [Paster.so](https://zpi.web.id/api/bypass-tools/paster-so): Fetch a public Paster.so paste content by URL or id. - [Pastebin](https://zpi.web.id/api/bypass-tools/pastebin): Fetch raw plaintext content of a public Pastebin paste by URL or id. - [Clk.sh Bypass](https://zpi.web.id/api/bypass-tools/clk-sh): clk.sh / oko.sh / oii.la Bypass — extract final URL dari short link yang pakai advertiser landing page - [SocialWolvez](https://zpi.web.id/api/bypass-tools/socialwolvez): Resolve a SocialWolvez social-gate link to its destination URL. - [Pastefy](https://zpi.web.id/api/bypass-tools/pastefy): Fetch a public Pastefy paste content + metadata by URL or id. - [MBoost](https://zpi.web.id/api/bypass-tools/mboost): Resolve an MBoost locked link to its destination URL. - [GZenX](https://zpi.web.id/api/bypass-tools/gzenx): Resolve a GZenX script page to its title + loadstring payload. - [EZ4Short](https://zpi.web.id/api/bypass-tools/ez4short): Resolve an EZ4Short short link to its final destination URL. - [Sub2Unlock](https://zpi.web.id/api/bypass-tools/sub2unlock): Resolves destination URLs from Sub2Unlock locked links and returns the final target URL. - [Violated Key](https://zpi.web.id/api/bypass-tools/violated): Resolve a Violated.lol key-system gateway to its issued key. - [Link2Unlock Bypass](https://zpi.web.id/api/bypass-tools/link2unlock): Bypass link2unlock.com locker — skip semua social tasks dan langsung dapat URL tujuan. - [Tempel.in Bypass](https://zpi.web.id/api/bypass-tools/tempel-in): Baca isi paste dari tempel.in — title, content, author, dan views. ## Dev Tools - [CF Sitekey Extractor](https://zpi.web.id/api/dev-tools/cf-sitekey): Mengekstrak Cloudflare Turnstile sitekey dari halaman web dengan multiple fetch mode. - [DNS Lookup](https://zpi.web.id/api/dev-tools/dns-lookup): Query DNS records (A, AAAA, MX, TXT, NS, CNAME, SOA, CAA) via secure DNS-over-HTTPS resolver. - [WHOIS Lookup](https://zpi.web.id/api/dev-tools/whois-lookup): WHOIS / RDAP domain lookup — registrar, registration & expiry dates, nameservers, status, registrant contact. - [Meta/OG Preview](https://zpi.web.id/api/dev-tools/meta-preview): Fetch link preview metadata dari URL — Open Graph, Twitter Card, favicon, canonical, theme color (kayak WhatsApp/Slack link preview). - [IP Geolocation](https://zpi.web.id/api/dev-tools/ip-geo): IP geolocation lookup — country, region, city, ISP, ASN, koordinat untuk IPv4 dan IPv6. - [HTTP Headers Inspector](https://zpi.web.id/api/dev-tools/http-headers): Inspect HTTP response headers and redirect chain for any URL. - [SSL Labs](https://zpi.web.id/api/dev-tools/ssl-labs): Retrieve SSL/TLS analysis report for a hostname. ## Downloader - [Instagram Downloader](https://zpi.web.id/api/downloader/instagram): Download Reels, video, & foto dari Instagram. Carousel multi-media didukung. Tempel URL post/reel. - [Twitter / X Downloader](https://zpi.web.id/api/downloader/twitter): Download video dari Twitter / X. Tempel URL tweet yang berisi video. - [MediaFire Downloader](https://zpi.web.id/api/downloader/mediafire): MediaFire file downloader — retrieve direct download link, file metadata, and size info from any public MediaFire share URL. - [YouTube Downloader](https://zpi.web.id/api/downloader/youtube): Download video & audio dari YouTube — kualitas hingga 1080p, mode audio-only (mp3). Tempel URL, dapat link unduhan langsung. - [Google Drive Downloader](https://zpi.web.id/api/downloader/google-drive): Direct download URL. Support file besar dengan virus scan warning. - [Threads](https://zpi.web.id/api/downloader/threads): Download media (foto, video, carousel) dari post Threads (Meta). Tinggal kirim URL post — balikin direct URL gambar/video kualitas tinggi + - [Facebook Downloader](https://zpi.web.id/api/downloader/facebook): Download video & Reels dari Facebook. Tempel URL video/watch/reel publik. - [Bilibili Downloader](https://zpi.web.id/api/downloader/bilibili): Stream URL video dari bilibili.tv — mendukung berbagai kualitas (240P hingga 1080P). URL video + audio terpisah yang bisa diunduh langsung. - [MangaDex](https://zpi.web.id/api/downloader/mangadex): Search manga titles and fetch chapter page images for offline reading. - [Mega.nz Downloader](https://zpi.web.id/api/downloader/mega-nz): Mega.nz file downloader — retrieve direct download link and file metadata from any public Mega.nz share URL. - [FuckingFast Downloader](https://zpi.web.id/api/downloader/fuckingfast): Direct download URL dari fuckingfast.co — mendukung input full URL / ID file. CDN link tanpa referer dan range request. - [Pinterest Downloader](https://zpi.web.id/api/downloader/pinterest): Download video & gambar dari Pinterest. Tempel URL pin. - [VK Downloader](https://zpi.web.id/api/downloader/vk): Download video dari VK (VKontakte). Tempel URL video. - [OK.ru Downloader](https://zpi.web.id/api/downloader/okru): Download video dari OK.ru (Odnoklassniki) — hingga 1080p. Tempel URL video. - [Facebook Video](https://zpi.web.id/api/downloader/fdown): Resolve downloadable video URLs from Facebook video posts. - [Pixeldrain Downloader](https://zpi.web.id/api/downloader/pixeldrain): Pixeldrain file info & downloader — retrieve metadata, direct download link, and availability status from any public Pixeldrain file. - [Rutube Downloader](https://zpi.web.id/api/downloader/rutube): Download video dari Rutube — hingga 1080p. Tempel URL video. - [Tumblr Downloader](https://zpi.web.id/api/downloader/tumblr): Download video & audio dari Tumblr. Tempel URL post. - [Snapchat Downloader](https://zpi.web.id/api/downloader/snapchat): Download video Spotlight/Stories dari Snapchat. Tempel URL. - [Reddit Video Downloader](https://zpi.web.id/api/downloader/redditsave): Resolve Reddit post URLs to downloadable video files with audio merged. - [Loom Downloader](https://zpi.web.id/api/downloader/loom): Download video rekaman dari Loom. Tempel URL share publik. - [Dailymotion Downloader](https://zpi.web.id/api/downloader/dailymotion): Download video dari Dailymotion — kualitas hingga 1080p. Tempel URL video. - [Send.now Downloader](https://zpi.web.id/api/downloader/send-now): Send.now file & folder downloader — resolve direct CDN download links from any public Send.now share URL, including multi-file folders. ## Esport - [Liquipedia](https://zpi.web.id/api/esport/liquipedia): Esports wiki data — players, teams, tournaments, matches, transfers, and any page — from Liquipedia game wikis via the public MediaWiki API. ## Finance - [Yahoo Finance](https://zpi.web.id/api/finance/yahoo-finance): Global quotes, fundamentals, statements, options, earnings, ownership and analyst coverage. Jakarta listings via the .JK suffix. - [TradingView](https://zpi.web.id/api/finance/tradingview): Screener, charts, technical indicators, fundamentals, news and the macro calendar across 16 markets — Indonesian equities, US equities, cryp - [Binance](https://zpi.web.id/api/finance/binance): Global crypto spot market data — 24h statistics, candles and order book depth from the largest venue. - [Indodax](https://zpi.web.id/api/finance/indodax): Indonesia's crypto exchange — prices in rupiah from the venue that actually trades them, with order book and tape. - [Stockbit](https://zpi.web.id/api/finance/stockbit): Data saham IDX dari Stockbit: harga, chart intraday, profil emiten, diskusi komunitas, dan kamus investasi. - [SEC EDGAR](https://zpi.web.id/api/finance/sec-edgar): US issuer filings and reported accounting figures — full-text search since 2001, company profiles, filing history and XBRL facts. - [Bank Indonesia](https://zpi.web.id/api/finance/bi-kurs): Official Indonesian exchange rates — JISDOR, the transaction rate and the banknote rate — plus the BI-Rate and headline inflation. - [Pegadaian Gold](https://zpi.web.id/api/finance/pegadaian): Indonesian retail gold — the buy and sell price a state pawnbroker quotes, per gram, with daily history. - [Fear & Greed](https://zpi.web.id/api/finance/fear-greed): Market sentiment on a 0-100 scale for crypto and US equities, with history and the sub-indicators behind the score. - [IDX (Bursa Efek Indonesia)](https://zpi.web.id/api/finance/idx): Data Bursa Efek Indonesia: ringkasan saham & indeks, top movers, broker, emiten, laporan keuangan, berita, dan passthrough ke ratusan endpoi - [OJK](https://zpi.web.id/api/finance/ojk): Indonesian financial regulator data — assets under management across every regulated investment product class. - [Investing](https://zpi.web.id/api/finance/investing): Data pasar finansial lengkap — quote saham/forex/crypto/komoditas, teknikal, OHLCV historis, berita, analisis, dan kalender ekonomi. - [GoldPrice](https://zpi.web.id/api/finance/goldprice): Harga emas, perak & crypto live + grafik, historis, ETF, saham tambang, berita, dan kalkulator. Sumber data publik goldprice. - [Saweria](https://zpi.web.id/api/finance/saweria): Donasi QRIS ke kreator Saweria — bikin tagihan, dapat QR siap-scan, dan cek status pembayaran secara real-time. Anonim, tanpa login. - [QRIS Static → Dynamic](https://zpi.web.id/api/finance/qris): Convert QRIS Static ke Dynamic (set nominal + biaya layanan). Input via paste string atau upload gambar QR. EMVCo TLV + CRC16. - [Crypto Price](https://zpi.web.id/api/finance/crypto-price): Fetch current cryptocurrency prices and market data. - [Currency Converter](https://zpi.web.id/api/finance/currency-convert): Convert monetary amounts between currencies using current exchange rates. ## Food & Drink - [Open Food Facts](https://zpi.web.id/api/food/openfoodfacts): Retrieve product information, ingredients, and nutritional data from packaged foods. - [Dapur Umami](https://zpi.web.id/api/food/dapurumami): Scraper resep Dapur Umami — kumpulan resep masakan Indonesia, pencarian by keyword, detail resep (bahan, langkah, durasi, porsi). - [Punch Drink](https://zpi.web.id/api/food/punchdrink): Cocktail & drink recipe scraper untuk Punch Drink — cari resep cocktail, ambil detail (bahan, cara, garnish), dan koleksi terbaru. - [Cookpad](https://zpi.web.id/api/food/cookpad): Cookpad recipe scraper — cari resep berdasarkan kata kunci, ambil detail resep, bahan, langkah dan waktu. - [Resep Koki](https://zpi.web.id/api/food/resepkoki): Scraper resep masakan Indonesia dari Resep Koki — pencarian, detail resep lengkap (bahan, langkah, durasi), dan resep terbaru. - [GoFood](https://zpi.web.id/api/food/gofood): Cari restoran GoFood per kota/area & kategori masakan (data SSR). Catatan: detail menu per-resto tidak tersedia (di-gate WAF upstream). - [Zomato](https://zpi.web.id/api/food/zomato): Data restoran Zomato: pencarian per kota/cuisine, detail restoran, menu, dan ulasan. Catatan: Zomato tidak beroperasi di Indonesia — gunakan - [Masak Apa Hari Ini](https://zpi.web.id/api/food/masakapahariini): Search and fetch Indonesian recipes with ingredients and cooking steps. - [TheMealDB](https://zpi.web.id/api/food/themealdb): Search and look up meal recipes with ingredients and preparation instructions. ## Games - [Free Fire Stalker](https://zpi.web.id/api/games/free-fire): Cek username akun Free Fire berdasarkan Player ID. - [Mobile Legends Stalker](https://zpi.web.id/api/games/mlbb): Cek username akun Mobile Legends berdasarkan User ID dan Zone ID. - [Arena of Valor Stalker](https://zpi.web.id/api/games/aov): Cek username akun Arena of Valor berdasarkan Player ID. - [Point Blank Stalker](https://zpi.web.id/api/games/point-blank): Cek username akun Point Blank berdasarkan Player ID. FPS PC klasik dari Garena/Zepetto — populer di Indonesia sejak 2009. - [Genshin Impact Data](https://zpi.web.id/api/games/genshin-data): Access Genshin Impact character information including elements, weapons, and stats. - [Honkai Star Rail Data](https://zpi.web.id/api/games/hsr-data): Access Honkai Star Rail character information including paths, elements, and stats. - [PokeAPI](https://zpi.web.id/api/games/pokeapi): Fetch Pokémon data including stats, types, abilities, and sprites. - [CheapShark Deals](https://zpi.web.id/api/games/cheapshark): Browse current video game deals and price comparisons across stores. ## Health - [Halodoc](https://zpi.web.id/api/health/halodoc): Artikel kesehatan Halodoc — daftar artikel & detail artikel (gejala, obat, tips kesehatan). - [Alodokter](https://zpi.web.id/api/health/alodokter): Artikel kesehatan Alodokter — daftar & detail artikel penyakit/obat/editorial lengkap dengan reviewer medis. ## Indonesia - [Cek NIK](https://zpi.web.id/api/indonesia/cek-nik): Decode structural information from a 16-digit Indonesian NIK identifier. - [Cek BPOM](https://zpi.web.id/api/indonesia/cek-bpom): Pencarian registrasi produk obat, kosmetik, suplemen, dan pangan pada database resmi BPOM RI. - [LPSE / Tender Pemerintah](https://zpi.web.id/api/indonesia/lpse): Data tender & pengadaan pemerintah Indonesia dari sumber nasional (Satu Data LKPP). Cari paket tender lintas instansi, lihat detail tender ( - [Cek Kode Pos](https://zpi.web.id/api/indonesia/cek-kode-pos): Cari kode pos Indonesia berdasarkan nama kelurahan, kecamatan, atau kota. - [Cek Halal](https://zpi.web.id/api/indonesia/cek-halal): Pencarian sertifikat halal produk dari database resmi BPJPH (Badan Penyelenggara Jaminan Produk Halal). - [SIPP Mahkamah Agung](https://zpi.web.id/api/indonesia/sipp): Penelusuran perkara pengadilan Indonesia (SIPP, Mahkamah Agung). Cari perkara per pengadilan berdasarkan nomor/pihak/klasifikasi dan lihat d ## Logistics - [Cek Resi (cekresi.com)](https://zpi.web.id/api/logistics/cek-resi): Lacak status pengiriman paket dari 23 ekspedisi populer — Shopee Express, Ninja, Lion Parcel, Pos Indonesia, TIKI, Paxel, SAP, Grab Express, ## Marketplace - [Tokopedia](https://zpi.web.id/api/marketplace/tokopedia): Akses data publik Tokopedia: pencarian produk, detail produk, dan profil toko/seller. Untuk riset harga, monitoring katalog, dan analisis ma - [Blibli](https://zpi.web.id/api/marketplace/blibli): Akses data publik Blibli: pencarian produk dan detail produk (harga, rating, stok, merchant, kategori). Untuk riset harga & monitoring katal ## Movie - [MyAnimeList](https://zpi.web.id/api/movie/myanimelist): Database anime & manga MyAnimeList: pencarian, detail, karakter, top, dan anime musiman. - [IMDb](https://zpi.web.id/api/movie/imdb): Database film, serial TV & selebriti terbesar di dunia — rating, info lengkap, cast, ulasan, chart, dan box office. - [Letterboxd](https://zpi.web.id/api/movie/letterboxd): Jejaring sosial film: detail film, rating komunitas, film populer, dan profil member. - [AniList](https://zpi.web.id/api/movie/anilist): Database anime & manga: pencarian, detail lengkap, karakter, staff, trending, dan anime musiman. - [Metacritic](https://zpi.web.id/api/movie/metacritic): Skor kritikus & pengguna (Metascore) untuk film, serial TV, dan game. - [TVmaze](https://zpi.web.id/api/movie/tvmaze): API serial TV: pencarian acara & orang, detail show, episode, cast, dan jadwal tayang. - [Rotten Tomatoes](https://zpi.web.id/api/movie/rotten-tomatoes): Tomatometer & skor audiens untuk film dan serial TV, plus ulasan kritikus. ## Music - [Spotify](https://zpi.web.id/api/music/spotify): Search tracks, albums, and artists on Spotify. Returns metadata + 30s preview URLs. Full audio is DRM-protected. - [Shazam](https://zpi.web.id/api/music/shazam): Song search via the Shazam catalog, plus per-country chart top tracks. Note: audio-fingerprint recognition is not implemented. - [JioSaavn](https://zpi.web.id/api/music/jiosaavn): Search and fetch songs, albums, and playlists from JioSaavn with full audio download URLs at multiple bitrates. - [SoundCloud](https://zpi.web.id/api/music/soundcloud): Search tracks, fetch metadata, and extract full audio download URLs (progressive MP3 / HLS) for public SoundCloud tracks. - [Deezer](https://zpi.web.id/api/music/deezer): Search tracks, albums, artists, and playlists on Deezer. Returns metadata + 30s preview URLs. - [Apple Music](https://zpi.web.id/api/music/apple-music): Search tracks, albums, and artists via the iTunes catalog. Returns metadata + 30s preview URLs. - [Genius](https://zpi.web.id/api/music/genius): Search songs and fetch full lyrics from Genius. Returns clean text with section markers preserved. - [SongBPM](https://zpi.web.id/api/music/songbpm): Search song tempo and BPM data. - [Bandcamp](https://zpi.web.id/api/music/bandcamp): Search music tracks, albums, and artists. - [MusicBrainz](https://zpi.web.id/api/music/musicbrainz): Search music metadata. - [iTunes](https://zpi.web.id/api/music/itunes): Search music tracks and albums. - [Billboard](https://zpi.web.id/api/music/billboard): Top music chart data. - [Mixcloud](https://zpi.web.id/api/music/mixcloud): Search music mixes and shows. ## News - [DEV Community](https://zpi.web.id/api/news/dev-to): Latest news feed from DEV Community. - [Kompas](https://zpi.web.id/api/news/kompas): Berita harian Kompas.com — nasional, regional, internasional, tekno, edukasi, lifestyle. - [Tempo](https://zpi.web.id/api/news/tempo): Berita investigasi & analisis dari Tempo.co — nasional, hukum, politik, ekonomi, internasional, olahraga. - [The Verge](https://zpi.web.id/api/news/the-verge): Latest news feed from The Verge. - [CNN Indonesia](https://zpi.web.id/api/news/cnn-indonesia): Berita CNN Indonesia — nasional, internasional, ekonomi, olahraga, gaya hidup, hiburan, teknologi. - [Ars Technica](https://zpi.web.id/api/news/ars-technica): Latest news feed from Ars Technica. - [Katadata](https://zpi.web.id/api/news/katadata): Latest news feed from Katadata. - [Republika](https://zpi.web.id/api/news/republika): Berita Republika.co.id — nasional, internasional, ekonomi, khazanah, olahraga, lifestyle. - [Detik](https://zpi.web.id/api/news/detik): Berita terkini dari Detik.com — politik, hukum, ekonomi, hiburan, olahraga, otomotif, dan lainnya. - [Antara](https://zpi.web.id/api/news/antara): Berita Kantor Berita ANTARA — pewarta resmi Indonesia, politik, hukum, ekonomi, internasional, olahraga. - [Liputan6](https://zpi.web.id/api/news/liputan6): Berita Liputan6.com — news, bisnis, bola, showbiz, lifestyle, otomotif, tekno, regional. - [Tribunnews](https://zpi.web.id/api/news/tribunnews): Berita Tribunnews.com — nasional, regional, viral, olahraga, otomotif, lifestyle. - [Google News](https://zpi.web.id/api/news/google-news): Latest news feed from Google News. - [Okezone](https://zpi.web.id/api/news/okezone): Latest headlines from Okezone. - [Merdeka.com](https://zpi.web.id/api/news/merdeka): Latest news feed from Merdeka.com. - [BBC News](https://zpi.web.id/api/news/bbc): Latest news feed from BBC News. - [Media Indonesia](https://zpi.web.id/api/news/mediaindonesia): Latest headlines from Media Indonesia. - [The Guardian](https://zpi.web.id/api/news/guardian): Latest news feed from The Guardian. - [Mongabay Indonesia](https://zpi.web.id/api/news/mongabay-id): Latest news feed from Mongabay Indonesia. ## Research - [Google Maps Reviews](https://zpi.web.id/api/research/google-maps-reviews): Ambil ulasan Google Maps berdasarkan kata kunci/nama tempat. Mengembalikan detail tempat (rating, total ulasan, alamat, kategori) plus dafta - [Google Scholar](https://zpi.web.id/api/research/google-scholar): Pencarian publikasi ilmiah Google Scholar + profil author (sitasi, h-index, daftar publikasi). ## Search Tools - [Bing Search](https://zpi.web.id/api/search-tools/bing): Bing Search. pencarian web lengkap, snippet, link, multi-bahasa dan region - [Hacker News](https://zpi.web.id/api/search-tools/hackernews): Hacker News search via Algolia API — pencarian post & komentar tech/startup community dengan points, comments, author. - [GitHub Search](https://zpi.web.id/api/search-tools/github-code): Searches public code and repositories and returns matching file or repo metadata. - [Brave Search](https://zpi.web.id/api/search-tools/brave): Web search via Brave — datacenter-friendly, no captcha, real-time dengan title/URL/snippet. - [Stack Overflow](https://zpi.web.id/api/search-tools/stackoverflow): Stack Overflow & Stack Exchange search — Q&A programming dengan tags, score, view count. Support stackoverflow/superuser/serverfault/askubun - [DuckDuckGo](https://zpi.web.id/api/search-tools/duckduckgo): DuckDuckGo web search — privacy-focused search engine, no tracking, hasil pencarian web umum dengan title, URL, snippet. - [Wikipedia](https://zpi.web.id/api/search-tools/wikipedia): Wikipedia search — pencarian artikel ensiklopedia multi-bahasa (en/id) dengan title, snippet, URL halaman. - [arXiv](https://zpi.web.id/api/search-tools/arxiv): Searches an open-access repository of scientific preprints and returns paper metadata. - [npm](https://zpi.web.id/api/search-tools/npm): Searches the public package registry and returns matching package metadata. - [Openverse](https://zpi.web.id/api/search-tools/openverse): Searches an index of openly-licensed media and returns image metadata with attribution. - [Mojeek](https://zpi.web.id/api/search-tools/mojeek): Performs web searches and returns ranked results with titles, URLs, and snippets. - [Yahoo Search](https://zpi.web.id/api/search-tools/yahoo): Yahoo Search scraper — hasil pencarian, snippet, related searches. ## Social Media - [TikTok Scraper](https://zpi.web.id/api/social-media/tiktok-scraper): Dapatkan data profile, postingan, comment, dan lainnya dengan lengkap dan konsisten. - [Instagram Scraper](https://zpi.web.id/api/social-media/instagram-scraper): Dapatkan data profile, postingan dan lainnya dengan lengkap dan konsisten. - [LinkedIn Scraper](https://zpi.web.id/api/social-media/linkedin-scraper): Public LinkedIn data — profiles, companies, and job postings/search. No login required. - [GitHub User](https://zpi.web.id/api/social-media/github-user): Fetch public profile information for a GitHub user. - [NGL Send](https://zpi.web.id/api/social-media/ngl): NGL anonymous message sender. - [Youtube Scraper](https://zpi.web.id/api/social-media/youtube-scraper): Dapatkan data profile, postingan, comment, dan lainnya dengan lengkap dan konsisten. - [WhatsApp Bussines Profile](https://zpi.web.id/api/social-media/whatsapp): WhatsApp bussines profile lookup by phone number. - [Discord Invite Info](https://zpi.web.id/api/social-media/discord): Resolve Discord invite codes to server information. - [Telegram Channel](https://zpi.web.id/api/social-media/telegram-channel): Fetch public Telegram channel preview information. - [Bluesky Profile](https://zpi.web.id/api/social-media/bluesky): Fetch public profile information from Bluesky. - [Lahelu](https://zpi.web.id/api/social-media/lahelu): Platform meme & komunitas Indonesia (lahelu.com). Akses detail post, komentar, profil user, postingan user, serta feed & pencarian. - [Kaskus](https://zpi.web.id/api/social-media/kaskus): Forum komunitas terbesar Indonesia (kaskus.co.id). Akses detail thread + balasan, daftar thread per sub-forum, pencarian, dan profil user. ## Uploader - [Uguu](https://zpi.web.id/api/uploader/uguu): Upload file ephemeral 3 jam. Max 128MB. - [Gofile](https://zpi.web.id/api/uploader/gofile): Upload file tanpa batas size. Reset expiry tiap download. - [Cutout Image](https://zpi.web.id/api/uploader/cutout): Upload gambar ke S3 presigned URL (3 jam). Khusus image. - [Tmpfiles](https://zpi.web.id/api/uploader/tmpfiles): Upload file ephemeral 1 jam. Max 100MB. - [Litterbox](https://zpi.web.id/api/uploader/litterbox): Upload file ephemeral 1h-72h. Max 1GB. - [Temp.sh](https://zpi.web.id/api/uploader/temp-sh): Upload a file to a temporary host with short retention. - [Kappa.lol](https://zpi.web.id/api/uploader/kappa-lol): Upload a file and receive a short shareable link. ## Web Tools - [Translate](https://zpi.web.id/api/web-tools/translate): Translate text between languages. - [Jina Reader](https://zpi.web.id/api/web-tools/jina-reader): Convert any webpage ke clean Markdown via Jina Reader — ideal untuk AI/LLM ingestion. Strip nav, ads, scripts; keep title + content. - [Cek Email Leak](https://zpi.web.id/api/web-tools/cek-email-leak): Cek apakah email kamu pernah bocor dalam data breach — daftar sumber kebocoran, tanggal, data yang bocor, dan jumlah yang terdampak. - [BuiltWith Analyzer](https://zpi.web.id/api/web-tools/builtwith): Tech stack detector — framework, CMS, analytics, CDN, dan lainnya. - [Weather Forecast](https://zpi.web.id/api/web-tools/weather): Retrieve current weather conditions and forecast for a geographic location. - [Domain Availability](https://zpi.web.id/api/web-tools/rdap): Check domain registration availability via RDAP protocol. - [QR Generator](https://zpi.web.id/api/web-tools/qr-generate): Generate QR code images from text or URL input with size and format options. - [Wayback Machine](https://zpi.web.id/api/web-tools/wayback): Lookup archived snapshot dari Internet Archive Wayback Machine — find historical version of any URL by date. - [BIN Lookup](https://zpi.web.id/api/web-tools/bin-lookup): Look up bank identification number details for a given card BIN prefix. ## License & Terms - [Terms of Service](https://zpi.web.id/terms) - [Privacy](https://zpi.web.id/privacy) - [Acceptable Use](https://zpi.web.id/aup) _Generated dynamically · 2026-08-02T14:20:26.004Z_