API Changelog
Track all updates, new features, improvements, and changes to the TempMailChecker API.
July 12, 2026
v1.5.0
π§° New Free DMARC Analyzer & Site Expansion New
A new free tool completes our email-authentication trio, plus a set of new resource pages.
- New free tool: DMARC Analyzer β check any domain's policy, reporting setup, and alignment
- New pages: Pricing, Alternatives comparison, Disposable domains list, Email glossary, and About
- Blog now ships an RSS feed and server-rendered listings with topical related posts
- Detection-log retention formalized at 90 days with automatic purging
- Updated Terms of Service covering paid subscriptions and the 7-day money-back guarantee
July 10, 2026
v1.4.0
π Unified Global Endpoint Update
All API traffic is now served from our primary datacenter for simpler operations and stronger consistency.
- One endpoint for everything:
https://tempmailchecker.com - The
us.andasia.hostnames remain fully supported as aliases β no action needed for existing integrations - Rate limits and usage counters are now perfectly consistent (no cross-region sync delay)
- Plan upgrades take effect instantly
December 12, 2025
v1.3.0
π Custom Blacklist & Whitelist New
Take full control of email validation with user-configurable domain lists. Override our global database for your specific needs.
- Custom Blacklist: Add domains that should always be flagged as disposable
- Custom Whitelist: Add trusted domains that override all blacklists
- New dashboard page at
/dashboard/listsfor easy management - Bulk import support β paste multiple domains at once
- Priority order: whitelist β user blacklist β global blacklist
- Changes take effect immediately with smart caching
November 28, 2025
v1.2.0
π―π΅ Dedicated Asia Endpoint New
New Asia-based API endpoint for ultra-low latency in Asia-Pacific, Japan, Australia, and surrounding regions.
- New endpoint:
https://asia.tempmailchecker.com - ~30ms latency for Asia-Pacific users
- Same API, same keys, same database β just faster
- Now 3 global regions: EU, US, and Asia
- Auto-detection in the live demo selects the fastest endpoint
November 28, 2025
v1.1.0
πΊπΈ Dedicated US Endpoint New
New US-based API endpoint for lower latency in the Americas.
- New endpoint:
https://us.tempmailchecker.com - Same API, same keys β just faster for US-based users
- EU endpoint remains at
https://tempmailchecker.com - Both endpoints share the same database and domain list
- Choose the endpoint closest to your users for best performance
November 20, 2025
v1.0.0
π Public Beta Launch Launch
Public beta launch of the TempMailChecker API β high-performance disposable email detection.
- Core endpoint:
GET /check?email=user@example.com - Returns
{ "temp": true/false }response - 71,000+ disposable email domains in database
- Sub-5ms average response times
- 25 free requests per day
- API key authentication via
X-API-Keyheader - Rate limiting with clear error responses