Real Time Incarceration

Real-Time Incarceration search tools include 85% of real-time incarceration records in the United States. When you search through Tracers, you can take advantage of over 160 million booking records from over 2,800 sources. That means you’re much more likely to find records for the people you’re looking for.

📘

Authentication

Authentication for this search is passed in the body of the request instead of using the request headers like the other searches in this API.

Add authentication in the body of the request.

{
  "Session": {
    "Username": "<USERNAME>",
    "Token": "<API_TOKEN>"
  },
  "Criteria": {
    "FirstName": "JOHN",
    "LastName": "SMITH",
    "MiddleName": "A",
    "DateOfBirth": "1950-01-01"
  }
}