Criminal Search V2 (PRO)

Criminal Search V2 provides comprehensive nationwide coverage for criminal records.

👍

Premium Data

To access this endpoint you need a Pro Account. If you are interested in upgrading your existing account, please visit endato.com/contact-sales/ If you do not have an account sign-up today.

1. Add your access profile, username, and search type to the request headers.

❗️

Please Note:

CriminalV2 will be the search type in your request headers for "galaxy-search-type"

  • galaxy-ap-name: [Access Profile Name]
  • galaxy-ap-password: [Access Profile Password]
  • galaxy-client-session-id: (Optional) Session ID for logging
  • galaxy-client-type: [Galaxy Client Type] (required for Javascript clients)
  • galaxy-search-type: [CriminalV2]

2. Add search criteria to your request.

📘

Pro Tip:

By specifying "CategoryTypes" you can target the type of criminal data you are searching for. Available "CategoryTypes" are: (ALL, ARR, CRI, TRA, WAR, SEX)

If a mugshot is available you can find the URL to the image under "ImageUrl"
"Images": [
{
"ImageBase64": null,
"ImageFileName": "",
"ImageFileType": "",
"ImageUrl": "",
"ThumbUrl": "",
"PicWidth": 0,
"PicHeight": 0,
"ThumbWidth": 0,
"ThumHeight": 0

{
    "BusinessName": "",
    "LastName": "John",
    "FirstName": "Doe",
    "MiddleName": "",
    "Suffix": "",
    "AddressLine1": "",
    "AddressLine2": "",
    "Dob": "07/09/1947",
    "DobTo": "",
    "Age": 0,
    "OffenseCity": "",
    "OffenseCounty": "",
    "OffenseState": "",
    "PersonCity": "",
    "PersonState": "",
    "CategoryTypes": "ARR,CRI"
}

3. Set the desired pagination rules

{
    "BusinessName": "",
    "LastName": "John",
    "FirstName": "Doe",
    "MiddleName": "",
    "Suffix": "",
    "Dob": "07/09/1947",
    "DobTo": "",
    "Age": ,
    "OffenseCity": "",
    "OffenseCounty": "",
    "OffenseState": "",
    "CategoryTypes": "ARR,CRI",
    "Page": 1,
    "ResultsPerPage": 20
}

4. Submit your search.