- About the IPQS APIs
- Proxy & VPN Detection API
- Email Verification API
- Phone Number Validation API
- Malicious URL Scanner API
- Device Fingerprint API
- Mobile Device Fingerprinting SDK
- Gaming Fraud Detection SDK
- Dark Web Leak API
- Malware File Scanner API
- Request List API
- Fraud Reporting API
- Account Management APIs
- Bulk Validation CSV
- Allowlist Blocklist APIs
- Plugins Platforms Integrations
- IP Reputation Database
- IP Address Abuse Feed
- Email Verification Database
-
Custom Integrations
- Getting Started
- Authentication
- Refresh Secret
- IP & Proxy Checks
- Email Verification Checks
- Phone Number Validity Checks
- Device Tracker
- List Device Trackers
- Device Tracker Statistics
- Login Tokens
- Overview Statistics
- Recent Proxy Statistics
- Recent Email Statistics
- Fraud Reporting
- Retrieve Requests by ID
- Country List API Documentation
- Release Notes
Email Verification Database Download API
Rate this article:
Select all that apply:
Email:
Our email verification database comes with a registry of available downloads via API. These downloads are either single "full" files or "patch" files. It is reccomended that you download the latest "full" file and then download periodically generated "patch" files.
Retrieve A List Of Available Downloads
You can use the following URLs to retrieve a list of your available files for download. Make sure to include the required parameters via either a GET or POST.
JSON Response URL:
https://ipqualityscore.com/api/emaildb/download
Required Parameters:
| Parameter Name | Accepted Values | Description |
|---|---|---|
| key | string | A valid API key that has access to download the email database. If your key returns invalid please contact support for assistance. |
| label | string | A string containing the name of your export. This is usually "email", but may vary. |
Example Response
[
{
"filename": "2025-02-13",
"sha_256": "b44bd26bc85c6ab7c086c56c7779c290390f4fd13ccff85a5d37166ae2c27b41",
"is_full": true
},
{
"filename": "2025-02-24",
"sha_256": "0b2826a4d8b4590546384e79aa6d115940f5eab2199525f8a1faf189f8538a3c",
"is_full": true
},
{
"filename": "2025-02-27",
"sha_256": "6ba504fd679e04639c2f5a41d503bc4938dfe2f830f7eca32d5743b87706f1af",
"is_full": false
}
]