PH Scam DB

Check a Philippine phone number

Search community reports before you answer, reply, or send money.

Common +63, 09, and area-code formats work. No account needed; your search stays in this browser.

Received something suspicious?

Report one number Report multiple numbers
Before you report

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

Useful context, not a final verdict

01

Community reports

Entries come from public submissions reviewed by maintainers.

02

Clear status

Results show report count, risk, category, and review status.

03

Stay cautious

No result does not guarantee a number is safe.

For integrators Build with PH Scam DB data

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 ?? [];