Skip to main content
GET
/
api
/
chilean-name
Chilean Name
curl --request GET \
  --url https://www.osintcat.net/api/chilean-name \
  --header 'X-API-KEY: <x-api-key>'
Find information about a Chilean person using their full name.

Parameters

query
string
required
Full name

Headers

X-API-KEY
string
required
Your API key

Response

Returns information about the Chilean person matching the provided name.

Example Request

curl "https://www.osintcat.net/api/chilean-name?query=Juan%20Perez" \
     -H "X-API-KEY: YOUR_API_KEY"