Changelog v3#
API version 3 introduces significant enhancements, new features, and improved security measures designed to provide better flexibility and access to domain-related data. This version builds on the performance improvements introduced in v1 and v2, while paving the way for future expansions.π New Endpoints#
π Domain Check#
A new Domain Check endpoint has been introduced to provide detailed information about domains:Domain Check
Retrieve comprehensive information about a domain, including SSL certificate status, WHOIS data, and DNSSEC status.Available Data Includes:#
{
"domain": "ricardoneud.com",
"ssl": {
"status": "Valid",
"validity": "4/15/2025, 10:19:22 PM to 7/14/2025, 10:19:21 PM",
"expiry": "62 days left"
},
"safety": {
"isSafe": true,
"message": "Domain is safe"
},
"whois": {
"isRegistered": true,
"registrar": "Hosting Concepts B.V. d/b/a Registrar.eu",
"creationDate": "11/22/2024, 8:17:10 AM",
"expirationDate": "11/22/2026, 8:17:10 AM"
},
"dnssec": true
}
Use case: Domain monitoring, security checks, and registration details verification. π§ Improvements#
π‘οΈ Enhanced Security#
Encrypted Data Handling
All API endpoints now handle encrypted data, ensuring that sensitive information is securely transmitted and stored. This significantly reduces the risk of data theft or unauthorized access.
API Key Protection
API keys are now more secure with enhanced encryption, ensuring that they cannot be easily stolen or misused.
π Bug Fixes#
Bug-Free Endpoints
All API endpoints have been thoroughly tested and optimized to ensure they are bug-free, providing a more reliable and stable experience.
π Future Expansions#
We are committed to continuously improving our API and introducing new features to meet the evolving needs of our users. Stay tuned for more updates and enhancements in future versions.Weβre here to help! If you ever run into any issues or have questions about using the API, donβt hesitate to reach out. Our support team is always ready to assist.Modified atΒ 2025-07-27 12:28:15