One email account. Links, QR codes, GeoIP2.

Links, QR codes, and IP location in one place.

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.

Linkscreate and manage
QRgenerate and download
GeoIPcountry, ASN, city
Tool requestexample.com
Public lookup
https://reurl.to/summer-launch
2.4kClicks
37%Mobile
GeoIP lookup

Services

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.

01

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.

02

QR codes

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.

03

GeoIP lookup

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

IP and domain location lookup

Enter an IP address or domain to inspect country, city, ASN, and coordinates. Results are shown on the globe and as copyable JSON data.

IPASNLat/LonJSON

Globe

ReadyNo coordinates
No coordinates

JSON result

application/json
Submit a domain or IP to inspect location, ASN, coordinates, and freshness fields.

Use cases

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.

01

Campaign distribution

Use readable links, QR codes, and redirect analytics across ads, newsletters, packaging, social posts, and event materials.

02

Link operations

Keep recurring links under one account and control their availability with status, expiration, and click-limit settings.

03

Service integrations

Use account API tokens to create links, generate QR codes, and look up IP or domain data without sharing browser sessions.

Developer workflow

A small API surface that fits into existing tools.

Use a standard Bearer token with `/v1` for short-link management, QR generation, and IP or domain lookup.

  • Create, list, update, disable, and delete short URLs
  • Generate QR codes for text, URLs, and short links with 7-minute downloads
  • Request country, ASN, city, or combined GeoIP2-style IP/domain data
Docs
POST /geoip/lookupapi.reurl.to
curl -X POST https://api.reurl.to/v1/geoip/lookup \
  -H "Authorization: Bearer reurl_xxx" \
  -H "Content-Type: application/json" \
  -d '{"input":"example.com"}'