Changelog

Stay up to date with the latest features, improvements, and bug fixes

Comprehensive documentation overhaul, performance improvements, critical bug fixes, and infrastructure updates.
  • New FeatureAdded code examples page with copy-paste ready snippets in cURL, JavaScript, Python, Kotlin, .NET/C#, Go, Rust, and PHP
  • New FeatureAdded multi-language API examples with tabbed code blocks across all documentation pages
  • ImprovementReduced average API response time from 120ms to 85ms through DNS lookup caching optimizations
  • ImprovementAdded HTTP method badges (GET/POST) to API Reference navigation sidebar
  • ImprovementResponse Format page now includes typed model definitions for all 8 supported languages
View all 13 changes
New gibberish email detection powered by trigram analysis, plus batch validation for bulk email processing.
  • New FeatureGibberish email detection using trigram frequency analysis to identify randomly generated local parts (e.g., xkq7zmt9v@gmail.com)
  • New FeatureGibberish confidence score (0.0 to 1.0) returned in the gibberish_score response field
  • New FeatureBatch validation endpoint (POST /v1/emails) for validating up to 64 emails in a single request with parallel processing
  • New FeatureAutomatic deduplication in batch requests — duplicate emails are removed and not billed
  • New FeaturePartial results support for batch validation when processing times out
View all 7 changes
v1.0.0
1/18/2026
First stable release of nofakemails email validation API with comprehensive validation checks.
  • New FeatureEmail format validation according to RFC 5322 with normalized output
  • New FeatureDNS MX record validation to verify domains can receive email
  • New FeatureDisposable email detection with 50,000+ known temporary email domains
  • New FeaturePublic email provider detection for Gmail, Yahoo, Outlook, and more
  • New FeatureEmail relay and forwarding service detection (SimpleLogin, ForwardEmail, ImprovMX)
View all 10 changes