Short links
Turn long destinations into readable, controllable reurl.to links. Set titles, status, expiry, and click limits; every visit becomes redirect data you can inspect, while the short link always sends visitors straight to the destination.
One email account. Links, QR codes, GeoIP2.
Create and manage short URLs with redirect analytics, generate QR codes from text or URLs, and query IP or domain location data with account API tokens.
Reurl
Reurl separates link distribution, QR delivery, and IP location lookup into three focused services. Use each on its own, or combine them through one account, dashboard, and /v1 API for campaigns, content distribution, and server-side workflows.
Turn long destinations into readable, controllable reurl.to links. Set titles, status, expiry, and click limits; every visit becomes redirect data you can inspect, while the short link always sends visitors straight to the destination.
Render a URL, managed short link, or any text as SVG or PNG. Generate a code directly from a managed link, then create an expiring download when a file needs to move into a page, print asset, or server-side workflow.
Resolve an IP address or domain into country, city, ASN, timezone, and coordinate data. Try it on the public site, or use a Bearer token with /v1/geoip for integrations and receive the same JSON shape.
Public tool
Enter an IP address or domain to inspect country, city, ASN, and coordinates. Results are shown on the globe and as copyable JSON data.
Submit a domain or IP to inspect location, ASN, coordinates, and freshness fields.
Reurl
Reurl lets one email account create and send short URLs, generate QR codes, request GeoIP2 IP/domain lookup, and manage API tokens from one dashboard.
Use readable links, QR codes, and redirect analytics across ads, newsletters, packaging, social posts, and event materials.
Keep recurring links under one account and control their availability with status, expiration, and click-limit settings.
Use account API tokens to create links, generate QR codes, and look up IP or domain data without sharing browser sessions.
Developer workflow
Use a standard Bearer token with `/v1` for short-link management, QR generation, and IP or domain lookup.
curl -X POST https://api.reurl.to/v1/geoip/lookup \
-H "Authorization: Bearer reurl_xxx" \
-H "Content-Type: application/json" \
-d '{"input":"example.com"}'