lnk.pw

Simple url-shorter service.
 
https://lnk.pw/
 

This is simple url shortener service. Use it for any of your needs, but not for distribute any spam, virus, trojan, etc.

Using iPhone? Try our Shortcut script.

Using Telegram? Try our Telegram bot

We also provide some simple for you.

API

Short url query

https://api.lnk.pw/1.0/public/lnk.pw/link?long=<LONG_URL>&custom=<CUSTOM>

<LONG_URL> - url-encoded link that should be shorten.
<CUSTOM> - Optional. Necessary when you want make custom short url.

Example request:
https://api.lnk.pw/1.0/public/lnk.pw/link?long=https%3A%2F%2Fwww.google.com

Example response:
{"status": "ok", "link": "https://lnk.pw/xeyi"}

status sould be ok and link is your short link.

Example error response:
{"status": "error", "error_id": "BAD_SCHEME", "error_str": "Scheme not allowed"}

Where error_id is code of error and error_str is human readable description.