Integrate NabzClan Adcode into your workflows. Create short links, wrap iOS manifests, and pull live stats programmatically.
https://adcode.nabzclan.vip/api.php.url query string or form body.shorturl and stats.pass to require a password on redirect.Quick tests, browser friendly.
https://adcode.nabzclan.vip/api.php?url=https://example.com
Add &skipjson to receive only the short URL.
https://adcode.nabzclan.vip/api.php?url=https://example.com&skipjson
Recommended for apps & scripts.
curl -sk -X POST -d 'url=https://nabzclan.vip/forums/' https://adcode.nabzclan.vip/api.php
Fetch metadata for an existing code (no destination leakage).
https://adcode.nabzclan.vip/stats-api.php?id=abc123
| Parameter | Type | Required | Description |
|---|---|---|---|
url |
string | Yes | Destination to shorten. Supports http, https, and direct .plist manifest links. |
pass |
string | No | Optional password that forces visitors through the password gate. |
skipjson |
flag | No | When present, the API returns only the short URL as plain text (useful for shell pipelines). |
GET query string:
POST form payload:
POST + password gate:
Plain-text mode (&skipjson) returns only https://adcode.nabzclan.vip/abc123.
Call https://adcode.nabzclan.vip/stats-api.php?id={code} to query hit counts and timestamps for an existing short link.
Use this when you need analytics for a code without exposing the original destination.
Paste either of the following—Adcode auto-detects and builds the install splash screen:
https://your-cdn.com/app/manifest.plistitms-services://?action=download-manifest&url=https%3A%2F%2F...Example POST with plist:
| Status | Description |
|---|---|
{"error":"Invalid URL"} |
Malformed or unsupported scheme. Ensure you include http(s)://. |
{"error":"Your URL is blank"} |
No value detected in the request. |
{"error":"You cannot shorten URLs from this domain"} |
Loop prevention when attempting to shorten the Adcode base domain. |
stats URL to embed analytics in your own dashboards.