PredatorFinder
Developers

The same data. As an API.

PredatorFinder runs on its own public-records API — the identical backend that powers the iPhone app. It's a documented REST service: same source of truth, separate surface.

curl "https://predatorfinderapi.delightfulwave-80cb8a08.canadaeast.azurecontainerapps.io/v1/records/nearby?lat=43.6532&lon=-79.3832&radius_m=5000"

Endpoints

GET/v1/records/nearbyRegistry records within a radius of a coordinate, sorted by distance.
GET/v1/jurisdictionsAll active jurisdictions and their record counts.
GET/v1/statsLive platform totals: records, sources, jurisdictions, countries.
GET/healthzService + database health for status monitoring.

One source of truth

The app and the API read the same database. What you query is what users see.

Stable & versioned

Endpoints live under /v1. Breaking changes ship behind a new version, never silently.

Honest by design

Every record carries its source jurisdiction and a link back to the originating registry.