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

Get Offenders

GET
https://sexoffenders.api.nannostomus.com/sex-offenders/offenders
The Offenders endpoint offers information about sexual offenders in the United States.
Limitations
The endpoint provides a maximum of 5 offenders per request.
The endpoint can be called at a rate of 1 request per second.
The daily limit for requests for the endpoint is 1,000.
The initial request to the endpoint may take up to 30 seconds, while subsequent requests will be processed more quickly.

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

🟠400Bad Request
🟠403Forbidden
🟠429Too Many Requests
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://sexoffenders.api.nannostomus.com/sex-offenders/offenders?state=TX&firstName=John&lastName=Smith' \
--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 2025-10-23 13:36:40
Built with