Domain endpoint

Check a domain

GET https://api.usercheck.com/domain/example.com

Check the domain example.com.

{
    "status": 200,
    "domain": "example.com",
    "mx": false,
    "disposable": false,
    "public_domain": false,
    "did_you_mean": null
}

Last updated