
Phisherman is a public API providing ip/domain/url reputation.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://phisherman.gg/ | Primary API endpoint. |
curl -X GET "https://phisherman.gg/" \ -H "Accept: application/json"