URL Shorteners · head-to-head
Free Url Shortener vs Mgnet.me
Ulvis' Free URL Shortener shortens links through a plain GET or POST API with no signup or key required. It supports custom short names, click limits, passwords, and expiry dates, returning results as JSON or XML. It sends no CORS header, so the API must be called from a server rather than directly from browser JavaScript.
Mgnet.me is a niche shortener for BitTorrent magnet URIs rather than web pages: a GET or POST to /api/create with a magnet parameter returns a short mgnet.me link that redirects back to the original magnet. The API is keyless and can return JSON, XML, or plain text (with JSONP callback support), but the service is HTTP-only — no TLS is available on its endpoints.
| Free Url Shortener | Mgnet.me | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON, XML | JSON, XML, Text |
| CORS | no | no |
| HTTPS | Yes | No |
Mgnet.me supports 3 response formats, while Free Url Shortener offers fewer — pick Mgnet.me for more integration flexibility.