Galaxy criminal searches provide comprehensive nationwide coverage for criminal records.
Criminal Restrictions
For criminal data testing, please use realistic production-style data. Do not use celebrities or political figures, as doing so may result in your Enformion account being disabled.
1. Add your access profile, username, and search type to the request headers.
Search Type
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.
By specifying a "CategoryType" client can target the type of criminal data your searching for. Available "Category Types" are (ALL, ARR, CRI, TRA, WAR, SEX)
All - Includes all category types.
ARR - Arrest Records
CRI - Criminal Records
TRA - Traffic Records
WAR - Warrants
SEX - Sex Offender Records.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.
