RegistryRadar
Live demo · no key required

Query the registry API and read the response.

Every search below runs against our API right now. The JSON on the right is the real response body, and the curl beside it is the exact request that produced it.

The interesting part is what happens where we have no data. Most registry APIs hand back an empty array, which any UI built on it will render as an all-clear. Ours answers coverage first, and returns null rather than 0 when it cannot answer. Try Portland, OR.

US city names resolve from a small built-in list. Street addresses do not — the API takes latitude and longitude, and geocoding is yours to choose.

5 mi
Example searches

Try one

We hold a registry covering this location

This location is covered by Georgia Sex Offender Registry (statewide), which RegistryRadar mirrors from the official Georgia registry.

Records in radius
Not answerable
Region
Georgia
Coverage data
Live from the API
  • us-ga·Georgia Sex Offender Registry (statewide)19,366 records

Null is not zero. The API returns null rather than 0 when it cannot answer, so an integration can never mistake a gap in our data for an all-clear.

Alaska — no registry mirrored. We hold no data here.Alabama — no registry mirrored. We hold no data here.Arkansas — no registry mirrored. We hold no data here.Arizona — no registry mirrored. We hold no data here.California — no registry mirrored. We hold no data here.Colorado — no registry mirrored. We hold no data here.Connecticut — no registry mirrored. We hold no data here.District of Columbia — 1 source mirrored (statewide)Delaware — no registry mirrored. We hold no data here.Florida — 3 sources mirrored (local only)Georgia — 1 source mirrored (statewide)Hawaii — no registry mirrored. We hold no data here.Iowa — 2 sources mirrored (local only)Idaho — no registry mirrored. We hold no data here.Illinois — 3 sources mirrored (local only)Indiana — no registry mirrored. We hold no data here.Kansas — no registry mirrored. We hold no data here.Kentucky — 1 source mirrored (local only)Louisiana — no registry mirrored. We hold no data here.Massachusetts — no registry mirrored. We hold no data here.Maryland — 1 source mirrored (local only)Maine — no registry mirrored. We hold no data here.Michigan — no registry mirrored. We hold no data here.Minnesota — no registry mirrored. We hold no data here.Missouri — 1 source mirrored (local only)Mississippi — no registry mirrored. We hold no data here.Montana — 1 source mirrored (statewide)North Carolina — 2 sources mirrored (local only)North Dakota — no registry mirrored. We hold no data here.Nebraska — no registry mirrored. We hold no data here.New Hampshire — no registry mirrored. We hold no data here.New Jersey — no registry mirrored. We hold no data here.New Mexico — no registry mirrored. We hold no data here.Nevada — no registry mirrored. We hold no data here.New York — 1 source mirrored (local only)Ohio — no registry mirrored. We hold no data here.Oklahoma — no registry mirrored. We hold no data here.Oregon — no registry mirrored. We hold no data here.Pennsylvania — 1 source mirrored (local only)Rhode Island — no registry mirrored. We hold no data here.South Carolina — no registry mirrored. We hold no data here.South Dakota — no registry mirrored. We hold no data here.Tennessee — 1 source mirrored (statewide)Texas — 4 sources mirrored (local only)Utah — no registry mirrored. We hold no data here.Virginia — no registry mirrored. We hold no data here.Vermont — no registry mirrored. We hold no data here.Washington — no registry mirrored. We hold no data here.Wisconsin — no registry mirrored. We hold no data here.West Virginia — no registry mirrored. We hold no data here.Wyoming — no registry mirrored. We hold no data here.Miami-Dade County, FL (Sexual Offenders / Predators) — approximate coverage areaPutnam County, FL (Sex Offenders / FDLE) — approximate coverage areaCerro Gordo County, IA (Registered Individuals) — approximate coverage areaLinn County, IA (Sex Offender Registry) — approximate coverage areaChicago (CPD Registered Sex Offenders) — approximate coverage areaMoline, IL (PD Sex Offender Map) — approximate coverage areaWheaton, IL (Registered Sex Offenders) — approximate coverage areaGreen County, KY (Sex Offender Registry) — approximate coverage areaMaryland Mid-Shore (Sex Offenders) — approximate coverage areaBuchanan County, MO (Sex Offender Registry) — approximate coverage areaForsyth County, NC (Registered Sex Offenders) — approximate coverage areaWayne County, NC (Sex Offenders) — approximate coverage areaRochester, NY (PD Sex Offender Registry) — approximate coverage areaYork County, PA (Registered Sex Offenders) — approximate coverage areaMissouri City, TX (Offender Residence) — approximate coverage areaPearland, TX (Sex Offenders) — approximate coverage areaPilot Point, TX (Sex Offenders) — approximate coverage areaWilmer, TX (Registered Sex Offenders) — approximate coverage areaSample record 1.01 mi away — fictional, not a real registrantSample record 2.67 mi away — fictional, not a real registrantSample record 3.65 mi away — fictional, not a real registrantSample record 4.49 mi away — fictional, not a real registrantAtlanta, GA
  • Statewide source
  • Local sources only
  • No registry mirrored — no data held
  • Sample record (fictional)

Hatched states are ones we do not yet mirror. A blank area on this map means we hold no registry there — never that nobody is registered nearby. Local coverage areas are drawn as approximate circles; the production API resolves real jurisdiction boundaries.

200

The exact request this produced

curl -s "https://registryradar.app/api/demo-proxy?q=Atlanta%2C%20GA&radius=5"
{
  "query": {
    "latitude": 33.749,
    "longitude": -84.388,
    "radiusMiles": 5,
    "resolvedFrom": "place:Atlanta, GA"
  },
  "coverage": {
    "status": "covered",
    "statement": "This location is covered by Georgia Sex Offender Registry (statewide), which RegistryRadar mirrors from the official Georgia registry.",
    "region": {
      "country": "US",
      "state": "GA",
      "stateName": "Georgia"
    },
    "jurisdictions": [
      {
        "code": "us-ga",
        "displayName": "Georgia Sex Offender Registry (statewide)",
        "level": "state",
        "activeRecords": 19366,
        "appliesToQuery": true
      }
    ],
    "boundariesApproximate": false
  },
  "results": {
    "count": null,
    "records": [
      {
        "id": "sample_us-ga_11983",
        "jurisdiction": "us-ga",
        "name": "Merrick Dunmore (fictional — sample data)",
        "distanceMiles": 1.01,
        "location": {
          "latitude": 33.76367,
          "longitude": -84.38797,
          "precision": "block"
        },
        "lastVerifiedAt": null,
        "sourceUrl": "https://registryradar.app/sources"
      },
      {
        "id": "sample_us-ga_42160",
        "jurisdiction": "us-ga",
        "name": "Ivor Pemberton (fictional — sample data)",
        "distanceMiles": 2.67,
        "location": {
          "latitude": 33.71034,
          "longitude": -84.38975,
          "precision": "block"
        },
        "lastVerifiedAt": null,
        "sourceUrl": "https://registryradar.app/sources"
      },
      {
        "id": "sample_us-ga_88685",
        "jurisdiction": "us-ga",
        "name": "Quillon Ashcroft (fictional — sample data)",
        "distanceMiles": 3.65,
        "location": {
          "latitude": 33.71416,
          "longitude": -84.34026,
          "precision": "block"
        },
        "lastVerifiedAt": null,
        "sourceUrl": "https://registryradar.app/sources"
      },
      {
        "id": "sample_us-ga_01786",
        "jurisdiction": "us-ga",
        "name": "Ivor Northcote (fictional — sample data)",
        "distanceMiles": 4.49,
        "location": {
          "latitude": 33.80966,
          "longitude": -84.36016,
          "precision": "block"
        },
        "lastVerifiedAt": null,
        "sourceUrl": "https://registryradar.app/sources"
      }
    ]
  },
  "meta": {
    "dataSource": "live",
    "generatedAt": "2026-08-28T02:09:00.457Z",
    "notice": "Coverage and jurisdictions read live from the RegistryRadar API. results.count is null: the authenticated record search was unavailable to this demo. An API key returns the real figure. The 4 records below are fictional samples with invented names, placed inside the radius to demonstrate the shape. Real records are returned to authenticated callers only.",
    "attribution": "Coverage and jurisdiction data from the RegistryRadar API. Records shown are fictional samples — this public demo never republishes a real registrant."
  }
}

Three fields you should read before you integrate

coverage.status

covered · not_covered · unknown

Answered before any record count, and separately from it. Only covered permits treating a count of zero as reassurance. The other two mean we cannot see that place — which is a different fact entirely.

results.count

A number, or null

Null wherever we cannot answer. Zero is a claim: it says we looked and found nobody. If your UI cannot distinguish the two, it will eventually tell someone an uncovered county is safe.

coverage.statement

The sentence to show a human

Written server-side so every integration states missing data the same way. Render it verbatim and your users get the same honest answer ours do.

The jurisdiction atlas

Before you can ask what records exist somewhere, you need to know whether a register exists at all, who runs it, and whether the public may see it. That answer differs in every country, and it is the part of this dataset nobody else maintains — 176 countries, live from /v1/atlas.

Showing 176 of 176 countries, read live from /v1/atlas.

No key needed

curl https://api.registryradar.app/v1/atlas/AF

Afghanistan

No dedicated register
Registry
No dedicated sex-offender register.
Operating body
Not recorded.
How a member of the public checks
There is nothing a parent can look up. The only check is the person's own certificate of no criminal responsibility, applied for by that person at a Ministry of Interior office or through an Afghan embassy abroad, and shown to whoever asked for it.

Atlas entries describe how a country administers its register — public administrative fact, not personal data. Holding a register does not mean RegistryRadar mirrors its records: our mirrored sources are listed separately, and today they are US-only.

We would rather lose the sale than fake the coverage.

RegistryRadar mirrors 23 official sources across 14 states. That is not the whole country, and the API says so on every request rather than letting an empty result imply otherwise. The map above hatches everywhere we hold nothing.

  • Coverage answered before results, on every request
  • null for unknown, never a reassuring zero
  • Records shown here are fictional samples — we do not republish registrants in a demo
  • Every real record links back to its official source

What this demo is not