Features

Everything you need to route by location—fast.

GeoRedirect.io resolves the best destination for each visitor using country, region, ASN, or IP rules—delivered at the edge with ultra-low latency.

Edge Network

Anycast POPs worldwide for ~20ms decisions.

Flexible Rules

Match by country, region, ASN, or CIDR ranges.

Zero-Code Snippet

Drop-in JS for client-side redirects in minutes.

Powerful API

Simple REST endpoint, webhooks, trace IDs.

Realtime Analytics

See matched rules, locations, and outcomes live.

Enterprise Ready

SLA, SSO/SAML, audit logs, dedicated regions.

How it works

  1. 1) Define rules: Choose conditions like country = US or asn = 15169.
  2. 2) Resolve: Send a request to our API or use the zero-code snippet.
  3. 3) Redirect: We return the best destination—instant edge decision.
Typical latency
~20ms
Uptime
99.99%
Regions
300+

API example

// Resolve by country with fallback
curl -X POST https://api.georedirect.io/v1/resolve \
  -H "Authorization: Bearer <API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "ip": "203.0.113.50",
    "rules": [
      {"if": {"country": "US"}, "to": "https://example.com/us"},
      {"if": {"country": "DE"}, "to": "https://example.com/de"},
      {"else": "https://example.com/global"}
    ]
  }'

SDKs & Integrations

Official SDKs are coming for PHP, Node.js, and Python. Webhooks and a JavaScript snippet are available today.

PHP Node.js Python Webhooks JS Snippet