API Documentation
Everything you need to integrate InfoSearch's intelligence data into your applications.
Introduction
The InfoSearch API provides programmatic access to our comprehensive dataset. Use it to automate searches, integrate threat intelligence into your security tools, or build custom monitoring solutions.
Base URL
https://api.infosearch.ioFree API
Check if any identifier has been compromised — no authentication required. Returns whether the input was found in any breaches, along with first and last seen dates.
/v1/public/checkNo auth requiredCheck if an identifier has been compromised. Returns exposure status and first/last seen dates. No authentication required.
Parameters
query*Authentication
All API requests require authentication using an API key. Include your key in theAuthorizationheader.
curl -X GET "https://api.infosearch.io/v1/search" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Endpoints
/v1/searchSearch for an identifier across all data sources
Parameters
query*typelimitoffset/v1/file/{id}/{path}Retrieve file content and metadata
Parameters
id*path*Rate Limits
| Plan | Requests/Month | Rate Limit |
|---|---|---|
| Professional | 10,000 | 30/min |
| Enterprise | Custom | Custom |