Skip to main content
GET
https://www.osintcat.net
/
api
/
npd
Public Data (NPD)
curl --request GET \
  --url https://www.osintcat.net/api/npd
Search National Public Data records using a variety of criteria. At least one search parameter (besides API key) is required.
Legal Notice: Public records searches must comply with all applicable laws and regulations. Ensure you have proper authorization before accessing personal information.

Parameters

first_name
string
First name
middle_name
string
Middle name
last_name
string
Last name
dob
string
Date of birth (e.g., YYYY-MM-DD)
phone
string
Phone number
address
string
Street address
city
string
City
zip_code
string
ZIP or postal code
ssn
string
Social Security Number
id
string
required
Your API key
At least one search parameter (besides the API key) must be provided. You can combine multiple parameters for more precise searches.

Response

Returns public records matching the search criteria.

Example Request

curl "https://www.osintcat.net/api/npd?first_name=John&last_name=Doe&id=YOUR_API_KEY"