1. SexOffenders
Intsurfing
  • Intsurfing
    • SexOffenders
      • Get Offenders
        GET
  1. SexOffenders

Get Offenders

GET
https://sexoffenders.api.intsurfing.com/sex-offenders/offenders
The Offenders endpoint offers information about sexual offenders in the United States.
You can work with the API in two modes.
1.
Test Access (via public test key)
A test key is available directly in the documentation.
Use it to explore the API, understand the response structure, and validate how it fits your use case before integrating.
Limitations of test access:
Up to 5 offenders per request
1 request per second rate limit
100 requests per day
The first request may take up to 30 seconds (subsequent requests are faster)
2.
Full Access (via API key)
For production use, you need to register on our platform and generate your own API key.
With full access:
No limits from the test environment
Full dataset access
Designed for real integration and ongoing usage

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Bodyapplication/json

🟠400Bad Request
🟠403Forbidden
🟠429Too Many Requests
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://sexoffenders.api.intsurfing.com/sex-offenders/offenders?state=TX&firstName=John&lastName=Smith&dob=19610626&city=Mexia&zip=76667' \
--header 'x-api-key: OvrH3Z51jo5jEu83tDvg24e19sLPCBkF9v4FFVHK'
Response Response Example
200 - Offenders Found
{
    "Offenders": [
        {
            "FullName": "Oda Rory Blanda",
            "FirstName": "Oda",
            "LastName": "Blanda",
            "MiddleName": "Rory",
            "NameSuffix": "Jr",
            "Title": "Mr",
            "BirthDate": "19790720",
            "Age": "44",
            "Sex": "Male",
            "EyeColor": "Purple",
            "HairColor": "Silver",
            "Height": "6'2\"",
            "Weight": "260 LBS",
            "Ethnicity": "Hispanic",
            "Skin": "White",
            "Phone": "x-69x-293-x198",
            "Email": "Oda.Blanda16@gmail.com",
            "BirthPlace": "2525 Howell Branch Rd, Casselberry, Florida, 32707",
            "Address": "845 Howelsen Pkwy",
            "Address2": "1619 W Baseline Rd, Tempe, Arkansas, 85283",
            "AddressType": "Home",
            "City": "Steamboat Springs",
            "State": "Colorado",
            "Zip": "80487",
            "Zip4": "456",
            "CountyName": "Routt County",
            "Block": "",
            "AddressDate": "20100901",
            "PrevAddress": "5720 Windy Dr, Stevens Point, West Virginia, 54482",
            "Employer": "BLITZ DRILLING",
            "WorkAddress": "41 Wooster St",
            "WorkCity": "York",
            "WorkState": "North Dakota",
            "WorkZip": "10013",
            "WorkZip4": "123",
            "WorkCountyName": "Benson",
            "Registered": "20210525",
            "Status": "Non-Compliant",
            "Risk": "Tier 1",
            "VictimMinor": "False",
            "VictimSex": "Male",
            "ReleaseDate": "20240122",
            "OffenderLink": "https://placeholder.org/offender/123456",
            "SourceState": "CA",
            "SourceId": "40373",
            "Aliases": [
                "Oddy",
                "Sweaty Od",
                "Dulce"
            ],
            "Crimes": [
                {
                    "CaseNo": "3AN-01-9AB5",
                    "Court": "SUPERIOR COURT JUNEAU",
                    "ConvictionPlace": "Pennsburg",
                    "ConvictionState": "PA",
                    "ConvictionDate": "20230123",
                    "OffenseDate": "20220401",
                    "Statute": "AS11.41.420(A)(3)",
                    "Description": "Attempted Sexual Assault 2",
                    "CrimeLocation": "230 Big Trees Rd",
                    "VictimAge": "32",
                    "VictimSex": "Male",
                    "CrimeCity": "Murphys",
                    "CrimeState": "CA",
                    "CrimeCounty": "Calaveras",
                    "DateReleased": "20240120"
                },
                {
                    "CaseNo": "01-3AN-2AB5",
                    "Court": "Lincoln County Circuit Court",
                    "ConvictionPlace": "Cold Brook",
                    "ConvictionState": "North Dakota",
                    "ConvictionDate": "19870401",
                    "OffenseDate": "19860504",
                    "Statute": "163.427",
                    "Description": "Sexual Abuse First Degree",
                    "CrimeLocation": "4570 E Tropicana Ave",
                    "VictimAge": "44",
                    "VictimSex": "Male",
                    "CrimeCity": "Las Vegas",
                    "CrimeState": "North Carolina",
                    "CrimeCounty": "Clark",
                    "DateReleased": "2020316"
                }
            ],
            "Photos": [
                "file-name1.jpg",
                "file-name2.jpg",
                "file-name3.jpg"
            ],
            "Marks": [
                "TATTOO-CHEST",
                "TATTOO-BACK",
                "SCAR-FOREARM",
                "ARTIFICIAL KNEE JOINT"
            ],
            "Vehicles": [
                {
                    "Year": "2012",
                    "Make": "General Motors Corp.",
                    "Model": "SIERRA",
                    "Style": "Exo",
                    "Color": "GREEN",
                    "Plate": "1XX3842",
                    "License": "123",
                    "State": "WA",
                    "Tag": "123",
                    "Type": "Track"
                },
                {
                    "Year": "2005",
                    "Make": "Hyundai",
                    "Model": "TITAN",
                    "Style": "Modern",
                    "Color": "BLUE",
                    "Plate": "142XX38",
                    "License": "123",
                    "State": "HI",
                    "Tag": "123",
                    "Type": "Van"
                }
            ],
            "Vessels": [
                {
                    "Make": "ALUMACRAFT BOAT CO",
                    "Type": "AIRBOAT",
                    "Color": "YELLOW",
                    "MotorType": "IN/OUT",
                    "HullMaterial": "Not Available",
                    "Year": "2010",
                    "Tag": "024264"
                },
                {
                    "Make": "PISCES BOAT CO INC",
                    "Type": "PONTOON",
                    "Color": "RED",
                    "MotorType": "OUTBOARD",
                    "HullMaterial": "WOOD",
                    "Year": "1972",
                    "Tag": "12345"
                }
            ]
        }
    ],
    "RecordsFound": 23,
    "RecordsShown": 1
}
Modified at 2026-04-17 06:53:58
Built with