Our API helps detect impersonation domains for both IDN and ASCII domains. It's simple, efficient, and easy to integrate into your applications.
Endpoint | Description | Method | Request Schema | Response Example | Errors |
---|---|---|---|---|---|
/api/idn |
Check if an IDN domain is impersonating a legitimate domain | POST |
{"domain": "амаzоn.com"} |
{ "results": [ { "domain": "amazon.com", "unicode": ["а", "м", "а", "о"] } ] } |
|
/api/ascii |
Check if an ASCII domain is impersonating a legitimate domain | POST |
{"domain": "gooogle.com"} |
{ "results": [ { "domain": "google.com", "similarity": 90 } ] } |
|