API Reference

Complete reference documentation for the nofakemails email validation API.

Base URL

All API requests should be made to:

https://api.nofakemails.com

API Versioning

The nofakemails API uses URL path versioning. The version is included in the URL path as a prefix (e.g., /v1/).

VersionStatusBase Path
v1LatestActive/v1/

Version Headers

Every API response includes headers indicating supported and deprecated versions:

HeaderDescription
X-API-VersionsList of all supported API versions
X-Deprecated-VersionsList of deprecated versions (if any)

Content Type

The API accepts and returns JSON. Always include the appropriate content type header for POST requests:

Content-Type: application/json

Request Methods

The API uses standard HTTP methods:

Quick Links