Skip to main content
GET
/
api
/
database-search
Database Search
curl --request GET \
  --url https://www.osintcat.net/api/database-search \
  --header 'X-API-KEY: <x-api-key>'
Search through global breach databases for specific records including emails, usernames, and other leaked information.

Parameters

query
string
required
The search term (e.g., email, username, or keyword)

Headers

X-API-KEY
string
required
Your API key

Response

Returns matching records found in the database collection.

Example Request

curl "https://www.osintcat.net/api/database-search?query=example_user" \
     -H "X-API-KEY: YOUR_API_KEY"