APIHub
Back to Explore

Complete Criminal Checks

Offers a searchable endpoint that returns criminal record information for a specified person's name from selected data feeds—including arrest, sex offender, inmate, and most‑wanted records—across U.S. states and territories.

Security
apiKeyHeader
HTTPS
CORS: Yes
Description enriched
Visit official documentation

Latency

924ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/api/search.php

Search criminal records by name across selected data feeds.

  • name (query, required) — Person's name to search for (e.g., John Doe).
  • feeds (query, required) — Comma‑separated list of data feeds to include (arrest,sex_offender,inmate,most_wanted).

1 endpoint auto-detected

Authentication

This API uses an API key, passed in the "X-API-Key" header. No OAuth required.

curl -X GET \
  "https://completecriminalchecks.com/Developers/api/search.php" \
  -H "X-API-Key: YOUR_API_KEY"

completecriminalchecks.com · HTTPS only