POSTREADY / ONLINEFREE
URL Shortener & Tracker
Buat link pendek kustom (alias) yang mudah diingat sekaligus lacak statistik lengkap jumlah klik pengunjung.
ENDPOINT:/api/util/shorten
Endpoint Overview
MethodPOST
Path/api/util/shorten
AccessFree Tier / API Key
Total Usage1.490.200 requests
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | Tautan panjang asli yang ingin dipendekkan. |
| alias | string | No | Kustom nama pendek tautan (opsional). |
Response Example
application/json200 OK
{
"status": true,
"result": {
"original_url": "https://www.google.com/search?q=lcode+api",
"short_url": "https://lco.de/google-api",
"alias": "google-api"
}
}