Route every visitor to the right experience.
GeoRedirect.io detects location, ASN, and more—then instantly sends users to the best page for them. Simple rules. Blazing fast. Privacy-minded.
curl -X POST https://api.georedirect.io/v1/resolve \
-H "Authorization: Bearer YOUR_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"}
]
}'
Geo & ASN rules
Match by country, region, ASN, and CIDR blocks.
Ultra-low latency
Edge network decisions in ~20ms median.
Privacy-minded
Minimal logs, short retention, no third-party cookies.
Simple rule builder
Order rules, add fallbacks, test safely.
Analytics you trust
See decisions, outcomes, exports, and webhooks.
SDKs & API
Use our API directly or official SDKs (PHP, Node, Python).
How it works
Define rules
Create ordered conditions by geo, ASN, device, or CIDR with a final fallback.
Integrate
Use the client snippet or call our /v1/resolve API from server/edge.
Measure
Observe in Realtime, export logs, and iterate safely.
“We routed traffic by region in a day. Conversions went up immediately—bravo.”
“The API is clean and fast. We use trace IDs to debug in seconds.”
Simple pricing that scales with you
Free 5k/mo • Starter 50k/mo • Pro 1M/mo • Scale custom
Frequently asked
How do rules resolve?
Top-to-bottom. First match wins, otherwise the else/fallback triggers.
Will this hurt SEO?
No. You control when to redirect and can respect bots. Server-side and client paths are supported.
Can I verify webhooks?
Yes—each webhook is signed. See Webhook signatures.
What’s the SLA?
Pro and Scale tiers offer priority support and optional SLA packages.
Ready to route smarter?
Start free, then scale with usage. No credit card required on Free.