CodeKJ / DISIFY

Free email validation API. Check if disposable or temporary email address.
https://disify.com
43 stars 1 forks source link

DISIFY

Free email validation API. Check if disposable or temporary email address. Can be used both from website or implement for external use. API usage documentation included in website.

Included validations

Features

Website: https://disify.com

Documentation: https://docs.disify.com

This is totally free service made just for passion. I hope its useful, enjoy!


Request example

GET https://disify.com/api/email/your@example.com

Response example

{ 
    "format": true, 
    "domain": "example.com", 
    "disposable": false, 
    "dns": true 
}