REST API
Create branded short URLs with click tracking, country breakdown, referrer stats, and custom slugs. No cookies, no bloat.
Features
Pricing
Quickstart
$ curl -X POST "https://shortlinks.dranco.uk/links" \ -H "x-api-key: YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"url":"https://example.com","slug":"my-link"}' # Response: {"short_url":"https://shortlinks.dranco.uk/my-link","slug":"my-link","url":"https://example.com"}
Built for developers. Found a bug, have a feature idea, or want to extend the API? Pull requests are welcome.