Sex Offender Registry
Service to help locate registered sex offenders in your area.
This service allows you to see where registered sexual offenders live and work around you, your business or your family with real time screening for all 50 states.
IDScan.net API/service is designed to provide information and notification to communities when potentially dangerous sex offenders move into the neighborhood. The nature of the notification varies significantly from state to state, and even sometimes from community to community within a state. However, as a result of the system, every state now attempts to keep track of the residence of sex offenders and to provide information to the public.
Example Request
Send POST request with CURL
curl -X POST https://screening.idware.net/api/Check -H "Content-Type: application/json" -H "Authorization: Bearer {token}" -d "{ \"firstName\": \"john\", \"lastName\": \"doe\", \"dateOfBirths\": \"1960-01-01\", \"services\": [ \"3ACCF2A9-2E52-4675-B546-7C3676897C3C\" ]}"
Request
{
"firstName": "string",
"middleName": "string",
"lastName": "string",
"dateOfBirths": "2021-09-27",
"sex": "string",
"address": "string",
"addressLine2": "string",
"city": "string",
"county": "string",
"state": "string",
"zip": "string",
"ssn": "string",
"services": [
"3ACCF2A9-2E52-4675-B546-7C3676897C3C"
],
"idType": "string",
"idNumber": "string",
"driverLicenseNumber": "string",
"documentCategoryCode": 0,
"driverLicenseIssueDate": "2021-09-27",
"driverLicenseExpirationDate": "2021-09-27",
"referenceId": "string",
"metadata": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
},
"emailAddress": "user@example.com",
"phone": {
"phoneNumber": "string",
"sendPhoneVerification": true,
"forceVerificationByCall": true
},
"locationId": 0,
"readOnlyAccessLocationIds": [
0
]
}
Request Fields
Field | Required Fields for Sex Offender Service |
---|---|
"firstName" | Required |
"lastName" | Required |
"dateOfBirths" | Required |
The "services" field is an array of IDs. Each ID is of a service that the client would like to run on the supplied data.
To run the Sex Offender Registry Service include - "3ACCF2A9-2E52-4675-B546-7C3676897C3C"
To have multiple third party checks run during a single request, please see details
Important
When the "services"
field is null or is an empty array all the services your account has enabled will run. We do not recommend submitting request in this way. We recommend being explicit about which services you would like to run.
Sample Results
Sample Result with a Match
[
{
"serviceId": "3accf2a9-2e52-4675-b546-7c3676897c3c",
"serviceName": "Sex offender",
"serviceDescription": "Sex offender",
"error": null,
"success": true,
"locationId": 0,
"readOnlyAccessLocationIds": [
0
],
"profiles": [
{
"internalId": "LA4568915",
"firstName": "Gerald",
"middleName": "Jackson",
"lastName": "Wright",
"fullName": null,
"dateOfBirths": "04/15/1985",
"sex": "M",
"address": null,
"countryName": null,
"countryCode": null,
"street1": "320 Main Street",
"street2": "Apt A",
"city": "New Orleans",
"state": "LA",
"zipCode": "71306",
"county": "",
"convictiontype": "Offense Against Children",
"aliases": [],
"offenses": [
{
"title": "14:80 - Carnal knowledge of a juvenile",
"class": null,
"code": null,
"section": null,
"description": null,
"caseNumber": null,
"jurisdiction": null,
"ageOfVictim": "",
"admissionDate": null,
"arrestingAgency": null,
"category": null,
"chargeFilingDate": null,
"closedDate": null,
"counts": null,
"court": null,
"dateConvicted": null,
"dateOfCrime": null,
"dateOfWarrant": null,
"disposition": null,
"dispositionDate": null,
"facility": null,
"prisonerNumber": null,
"relationshipToVictim": null,
"releaseDate": null,
"sentence": null,
"sentenceDate": null,
"sexOfVictim": "",
"subsection": null,
"warrantDate": null,
"warrantNumber": null,
"weaponsUsed": null
},
{
"title": "14:81 - Indecent Behavior with Juveniles",
"class": null,
"code": null,
"section": null,
"description": null,
"caseNumber": null,
"jurisdiction": null,
"ageOfVictim": "",
"admissionDate": null,
"arrestingAgency": null,
"category": null,
"chargeFilingDate": null,
"closedDate": null,
"counts": null,
"court": null,
"dateConvicted": null,
"dateOfCrime": null,
"dateOfWarrant": null,
"disposition": null,
"dispositionDate": null,
"facility": null,
"prisonerNumber": null,
"relationshipToVictim": null,
"releaseDate": null,
"sentence": null,
"sentenceDate": null,
"sexOfVictim": "",
"subsection": null,
"warrantDate": null,
"warrantNumber": null,
"weaponsUsed": null
}
],
"photoUrl": "string",
"source": null,
"otherInformation": null,
"idNumber": null,
"verificationResult": null,
"driverLicenseVerificationResult": null
},
{
"internalId": "AL7585789",
"firstName": "JAKE",
"middleName": "BETH",
"lastName": "ANNE",
"fullName": null,
"dateOfBirths": "",
"sex": "M",
"address": null,
"countryName": null,
"countryCode": null,
"street1": "22220 COUNTY ROAD 8",
"street2": "",
"city": "FLORENCE",
"state": "SC",
"zipCode": "06053",
"county": "",
"convictiontype": "Other Offense",
"aliases": [],
"offenses": [
{
"title": "13A-6-67 - Second Degree Sexual Abuse",
"class": null,
"code": null,
"section": null,
"description": null,
"caseNumber": null,
"jurisdiction": null,
"ageOfVictim": "",
"admissionDate": null,
"arrestingAgency": null,
"category": null,
"chargeFilingDate": null,
"closedDate": null,
"counts": null,
"court": null,
"dateConvicted": null,
"dateOfCrime": null,
"dateOfWarrant": null,
"disposition": null,
"dispositionDate": null,
"facility": null,
"prisonerNumber": null,
"relationshipToVictim": null,
"releaseDate": null,
"sentence": null,
"sentenceDate": null,
"sexOfVictim": "",
"subsection": null,
"warrantDate": null,
"warrantNumber": null,
"weaponsUsed": null
}
],
"photoUrl": "string",
"source": null,
"otherInformation": null,
"idNumber": null,
"verificationResult": null,
"driverLicenseVerificationResult": null
}
]
}
]
Note
There can be multiple profiles in the "Profiles" field, because a person can be found in the multiple lists.
Sample Result Without a Match
[
{
"serviceId": "3accf2a9-2e52-4675-b546-7c3676897c3c",
"serviceName": "Sex offender",
"serviceDescription": "Sex offender",
"error": null,
"success": true,
"locationId": 0,
"readOnlyAccessLocationIds": [
0
],
"profiles": []
}
]