Back to catalog
📧

Academic Email API

API Key

This API allows you to verify whether an email belongs to a recognized educational institution

📧EmailHTTPSCORS enabled

Academic Email Validation

Academic Email API

EmailJ.smith@mit.edu
Is AcademicTrue
InstitutionMassachusetts Institute of Technology
DomainMit.edu
CountryUnited States

Sample Response

response.json
1{
2 "email": "j.smith@mit.edu",
3 "isAcademic": "true",
4 "institution": "Massachusetts Institute of Technology",
5 "domain": "mit.edu",
6 "country": "United States"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://apyhub.com/utility/validator-academic-email" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs