Authentication
All endpoints require an API key. Pass it as a query parameter or header.
Query Param
?apikey=nex_xxxxxxxx
Header
X-Api-Key: nex_xxxxxxxx
AI (Artificial Intelligence)
5 endpoints
/api/ai/luminai
construction maintenance
Talk with LuminAI — a lightweight conversational AI endpoint.
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| text | Prompt text for LuminAI to respond to | optional |
| apikey | Your ZarApi API Key | required |
/api/ai/summarize
construction maintenance
Summarize a long block of text into a concise paragraph.
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| text | The text to summarize | optional |
| apikey | Your ZarApi API Key | required |
/api/ai/gemini-beta
construction maintenance
Chat with Gemini (Beta)
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your ZarApi API Key | required |
| input | Masukkan input yang valid | optional |
| model | Masukkan model yang valid | optional |
/api/ai/turboseek
expand_more
Chat with Turboseek
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your ZarApi API Key | required |
| question | Masukkan question yang valid | optional |
/api/ai/webpilot
expand_more
Chat with Webpilot
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your ZarApi API Key | required |
| query | Masukkan query yang valid | optional |
Games
4 endpoints
/api/games/mlbb-check
expand_more
Cek data akun Mobile Legends via synnmlbb.
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| userId | ID akun Mobile Legends | optional |
| zoneId | Zone ID akun | optional |
| apikey | Your ZarApi API Key | required |
/api/games/mlbb-counter
expand_more
Mencari hero counter terbaik berdasarkan hero musuh di Mobile Legends (auto detect + suggestion).
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| hero | Nama hero musuh — e.g. zhuxin, fanny, layla, hayabusa | optional |
| apikey | Your ZarApi API Key | required |
/api/games/grow-a-garden
expand_more
Get Grow A Garden Stock
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your API Key | required |
/api/games/ff-check
expand_more
Check your username/nickname in free fire only from your ID!
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your API Key | required |
| id | Masukkan id yang valid | optional |
Tools & Utilities
12 endpoints
/api/tools/joke
expand_more
Fetch a random joke — perfect for bots and fun integrations.
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your ZarApi API Key | required |
/api/tools/iplookup
expand_more
Get geolocation and ISP info for any IP address.
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| ip | IP address to look up (leave blank for your own IP) | optional |
| apikey | Your ZarApi API Key | required |
/api/tools/carbon
expand_more
Convert a code snippet into a beautiful Carbon image. Supports multiple themes and fonts.
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| code | The code snippet to beautify | optional |
| theme | Theme name — e.g. dracula-pro, monokai, nord, one-dark, seti, night-owl (default: dracula-pro) | optional |
| font | Font name — e.g. Fira Code, JetBrains Mono, Hack, Inconsolata (default: Fira Code) | optional |
| lang | Language hint — e.g. javascript, python, auto (default: auto) | optional |
| bg | Background color — e.g. rgba(226,233,239,1) (default: rgba(226,233,239,1)) | optional |
| apikey | Your ZarApi API Key | required |
/api/tools/create-struk
expand_more
Generate struk belanja HD bergaya kasir. Format items: NamaProduk:qty:harga dipisah koma.
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| storename | Nama toko — e.g. Warung Berkah | optional |
| items | Daftar item: NamaBarang:qty:harga dipisah koma — e.g. Mie Goreng:2:3500,Aqua:1:4000 | optional |
| ppn | Kenakan PPN 11%? yes atau no (default: no) | optional |
| bayar | Metode pembayaran: tunai / qris / ewallet / bank (default: tunai) | optional |
| timezone | Zona waktu: wib / wita / wit (default: wib) | optional |
| apikey | Your ZarApi API Key | required |
/api/tools/cek-rekening
expand_more
Validasi nomor rekening bank atau e-wallet (Dana, OVO, GoPay, ShopeePay, BRI, BNI, BCA, dll).
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| bank | Kode bank — e.g. dana, ovo, gopay, shopeepay, 002 (BRI), 008 (Mandiri), 009 (BNI), 014 (BCA) | optional |
| nomor | Nomor rekening atau nomor HP e-wallet | optional |
| apikey | Your ZarApi API Key | required |
/api/tools/create-strukpnl
expand_more
Buat Receipt Untuk Pembelian Panel Mu!
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your ZarApi API Key | required |
| username | Username pembeli (tanpa @) | optional |
| paket | Nama paket (contoh: Paket 5) | optional |
| buyer | Nomor pembeli (contoh: #0002) | optional |
| ram | Jumlah RAM (contoh: 6 GB) | optional |
| storage | Storage (contoh: 10 GB) | optional |
| cpu | CPU (contoh: 200%) | optional |
| db | Jumlah database (contoh: 2 slot) | optional |
| backup | Jumlah backup (contoh: 2 slot) | optional |
| swap | Swap memory (contoh: 1024 MB) | optional |
| durasi | Durasi paket (contoh: 30 Hari) | optional |
| harga | Harga (angka tanpa titik, contoh: 23800) | optional |
| trx | ID transaksi (optional, auto generate kalau kosong) | optional |
| brand | Nama brand / panel (contoh: ZAROFFC) | optional |
/api/tools/am-preset
expand_more
Ambil metadata project Alight Motion dari share link.
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your ZarApi API Key | required |
| url | Masukkan url yang valid | optional |
/api/tools/bypass
construction maintenance
Bypass shortlink seperti Linkvertise, dll.
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your ZarApi API Key | required |
| url | Masukkan url yang valid | optional |
/api/tools/web2zip
expand_more
Mengambil Source Code dari Sebuah Website
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your ZarApi API Key | required |
| url | Masukkan url yang valid | optional |
/api/tools/bypasscf
construction maintenance
Cloudflare Turnstile bypass
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your API Key | required |
| url | Masukkan url yang valid | optional |
| siteKey | Masukkan siteKey yang valid | optional |
/api/tools/text-to-speech
expand_more
Membuat text anda menjadi Suara
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your API Key | required |
| text | Masukkan text yang valid | optional |
/api/tools/turnstile
construction maintenance
Bypassing Cloudflare Turnstile only From Site Key and URL of the Website!
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your API Key | required |
| url | Masukkan url yang valid | optional |
| sitekey | Masukkan sitekey yang valid | optional |
Downloader
7 endpoints
/api/dl/spotify
expand_more
Download a Spotify track — returns title, artist, cover image, and direct download URL.
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| url | Spotify track URL (open.spotify.com/track/...) | optional |
| apikey | Your ZarApi API Key | required |
/api/dl/aio-v1
expand_more
All in One Downloader Version 1
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your ZarApi API Key | required |
| url | Masukkan url yang valid | optional |
/api/dl/ytdl-v1
expand_more
YouTube Downloader V1 - Videos and Audio
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your ZarApi API Key | required |
| url | Masukkan url yang valid | optional |
/api/dl/apldl
expand_more
Apple Music Downloader
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your ZarApi API Key | required |
| url | Masukkan url yang valid | optional |
/api/dl/tiktok
expand_more
Download Tiktok Videos HD
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your ZarApi API Key | required |
| url | Masukkan url yang valid | optional |
/api/dl/pin
expand_more
Download Pinterest Image
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your API Key | required |
| url | Masukkan url yang valid | optional |
/api/dl/terabox
expand_more
Download a File / Video / Image / Whatever from Terabox
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your API Key | required |
| url | Masukkan url yang valid | optional |
Information
3 endpoints
/api/info/github
expand_more
Fetch public GitHub profile information by username.
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| username | GitHub username to look up | optional |
| apikey | Your ZarApi API Key | required |
/api/info/accuweather
expand_more
Endpoint untuk mengambil prakiraan cuaca 10 hari berdasarkan kota.
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your ZarApi API Key | required |
| city | Masukkan city yang valid | optional |
/api/info/kompas
expand_more
Dapatkan Berita Terbaru dari KompasNews
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your ZarApi API Key | required |
Maker
2 endpoints
/api/maker/qris1
expand_more
Make your Qris beautiful, with Anime overlay!
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your ZarApi API Key | required |
| qr | Masukkan qr yang valid | optional |
/api/maker/qris2
expand_more
Make your Qris beautiful, with Profesional overlay!
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your ZarApi API Key | required |
| qr | Masukkan qr yang valid | optional |
Shorten URL
1 endpoint
/api/shorten/ai6net
expand_more
Shorten Your Website URL with Ai6Net
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your API Key | required |
| url | Masukkan url yang valid | optional |
Searching
4 endpoints
/api/search/youtube
expand_more
Searching something in YouTube app
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your API Key | required |
| q | Masukkan q yang valid | optional |
| limit | Masukkan limit yang valid | optional |
/api/search/spotify
expand_more
Searching a song / track from Spotify
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your API Key | required |
| q | Masukkan q yang valid | optional |
/api/search/pinterest
expand_more
Search something in the Pinterest App
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your API Key | required |
| q | Masukkan q yang valid | optional |
| limit | Masukkan limit yang valid | optional |
/api/search/playstore
expand_more
Search application in Play Store
tune Request Parameters
| Param | Description | Required |
|---|---|---|
| apikey | Your API Key | required |
| q | Masukkan q yang valid | optional |
| limit | Masukkan limit yang valid | optional |