URL Shorteners — entry 001 of 14

1pt

Verified Jul 2026

1pt is a free, keyless public URL shortener maintained by members of the University of Waterloo Computer Science Club. A single POST to /addURL returns a compact 1pt.co short link, with an optional custom back-half, and no account or API key is ever required. The trade-off is that it is a hobby-run service with no uptime guarantee, and its backend host has migrated over time (currently a csclub.uwaterloo.ca deployment).

url-shortenerno-authfreeopen-source
AuthenticationNone requiredCall it straight away — no key, no signup.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score74out of 100
Authentication25/25No authentication required
Pricing20/20Free to use
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 74 on greatapis.com
<a href="https://greatapis.com/api/1pt/"><img src="https://greatapis.com/badge/1pt.svg" alt="Scored 74 on greatapis.com"></a>

Auth quickstart

  1. No key needed — call it now.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.