Useful and fast API for admins. Only text/plain content!
Method | Path | Description | Example |
---|---|---|---|
GET | /dns/{type}/{host}/dns/{type}/{host} | Simple DNS resolver | /dns/A/debian.org |
GET | /dns/reverse/{host}/dns/reverse/{host} | Get reverse DNS alias alias for an host | /dns/reverse/8.8.8.8 |
GET | /dns/reverse/dns/reverse | Display your reverse DNS alias | /dns/reverse |
GET | /email/{email}/email/{email} | Check email address (syntax + MX check) | /email/hello@debian.org |
GET | /ip/ip | Display your public IP address | /ip |
GET | /ssl/generate/{host}/ssl/generate/{host} | Generate self-signed certificate | /ssl/generate/myhost.tld |
GET | /ssl/read/{host}/ssl/read/{host} | Read remote certificate (HTTPS with port 443) | /ssl/read/debian.org |
GET | /ssl/read/{host}/{port}/ssl/read/{host}/{port} | Read remote certificate (with custom port) | /ssl/read/debian.org/443 |
GET | /test/test | Just a test | /test |