Developers

Ship in minutes, not sprints

A REST API for IP context and a one-tag script for session enrichment. SDKs for JavaScript, React, Next.js, and the edge.

 quickstart
<!-- drop the Farox tag on your login page -->
<script async
  src="https://cdn.farox.io/f.js?k=<publishable key>"
  id="_farox"></script>

// enrich any IP from your backend
const r = await fetch(
  "https://api.farox.io/v1/context/1.1.1.1",
  { headers: { Authorization: "Bearer <secret key>" } })
const ctx = await r.json()
// { anonymized, type, service, risk, geo, asn, ... }

See who is really behind your traffic

Get an API key in under a minute and classify your first IP before you finish your coffee.