cURL
curl --request GET \ --url https://www.osintcat.net/api/breach
{ "api": "<string>", "elapsed_ms": 123, "timestamp": "<string>", "results_count": 123, "breach_data": [ {} ], "_meta": {} }
curl "https://www.osintcat.net/api/[email protected]&id=YOUR_API_KEY"
{ "api": "OsintCat", "elapsed_ms": 1234.56, "timestamp": "Jan 20th 14:30", "results_count": 5, "breach_data": [ { "source": "leakcheck", "email": "[email protected]", "password": "hashed_password", "breach_date": "2020-01-15" } ], "_meta": { "requests_remaining": 38 } }