What the raw source looks like
The FBI publishes wanted persons data through an official public API at api.fbi.gov/wanted/v1/list. It's paginated JSON, requires handling rate limits, and covers approximately 1,140 active entries. The data is real — it's the same source powering the FBI's public wanted persons website.
What the API does
Submit a name and receive fuzzy-matched results from the FBI's current wanted persons database.
Results include the subject's listed charges, physical description fields, and the case details available in the public record. Data is fetched from the FBI's official API every 6 hours, with an OpenSanctions fallback for reliability during source outages.
Also available: combined watchlist
The US Law Enforcement Watchlist Screener combines FBI Most Wanted with DEA fugitives in a single endpoint — approximately 1,300 combined entries — for broader law enforcement coverage in one call.
Who uses this
- Background screening platforms adding law enforcement data to their checks
- KYC/KYB workflows doing enhanced due diligence on high-risk customer segments
- Compliance teams at financial institutions, gaming platforms, or marketplaces
- Developers building identity verification or fraud prevention tools
Pricing
Free tier: 100 requests/month. Pro: $15/month for 5,000 requests.