01
Community reports
Entries come from public submissions reviewed by maintainers.
Search community reports before you answer, reply, or send money.
Received something suspicious?
Include the number and scam type. Do not submit one-time codes, passwords, or personal details. Reporting opens a GitHub form for maintainer review.
What to expect
01
Entries come from public submissions reviewed by maintainers.
02
Results show report count, risk, category, and review status.
03
No result does not guarantee a number is safe.
Schema version 2. Refresh the feed at your own cadence, and treat a missing match as unknown, not safe.
const data = await fetch('https://wgtechlabs.com/ph-scam-db/data/index.json').then((r) => r.json());
const reports = data.entries ?? [];
import requests
data = requests.get("https://wgtechlabs.com/ph-scam-db/data/index.json", timeout=10).json()
reports = data.get("entries", [])
curl https://wgtechlabs.com/ph-scam-db/data/index.json