Validators
Online Validators
Validate emails, phone numbers, financial data, and more — instant results, always free.
38 validators available
All Validators
Email Validator
EmailCheck if an email address is real and deliverable — syntax, domain, and MX record checks in one click.
IBAN Checker
FinancePaste any IBAN and instantly verify its checksum, format, and bank identification — before sending a payment.
BIC / SWIFT Check
FinanceVerify a BIC or SWIFT code to confirm the bank and country before an international transfer.
Phone Number Check
PhoneValidate any phone number worldwide, identify the country and carrier, and confirm the correct format.
VAT Number Lookup
VATLook up and verify any EU VAT number against the VIES database to confirm a business is registered.
Address Checker
AddressVerify and standardize postal addresses across 240+ countries to make sure they actually exist.
URL Validator
WebParse, validate, and inspect URLs — check protocol, domain, path, and query parameters.
IP Validator
NetworkValidate IPv4 and IPv6 addresses, check ranges, subnets, and geolocation data.
Password Checker
SecurityTest password strength in real-time — entropy, common patterns, and breach database checks.
JSON/YAML/XML
DataValidate, format, and convert between JSON, YAML, and XML with instant syntax highlighting.
CSV Validator
CSVUpload a CSV file and run sequential validation checks — encoding, headers, rows, quoting, and data types.
Credit Card Validator
ValidationVerify card numbers using the Luhn algorithm and detect card type.
YAML Validator
ValidatorValidate YAML syntax with line-level error reporting.
HTML Validator
CodeValidate HTML markup for syntax errors, unclosed tags, and deprecated elements.
CSS Validator
CodeCheck CSS syntax for property errors, unclosed brackets, and malformed selectors.
XML Validator
CodeValidate XML documents for well-formedness, unclosed tags, and encoding issues.
SQL Validator
CodeCheck SQL query syntax with support for MySQL, PostgreSQL, and SQLite dialects.
Markdown Validator
CodeValidate Markdown syntax for broken links, unclosed emphasis, and formatting issues.
UUID Validator
IdentifierValidate UUID format, detect version (v1-v5), variant, and identify nil/max UUIDs.
ISBN Validator
IdentifierVerify ISBN-10 and ISBN-13 check digits and convert between formats.
EAN/Barcode Validator
IdentifierValidate EAN-8, EAN-13, and UPC-A barcode numbers with check digit verification.
MAC Address Validator
NetworkValidate MAC address format and look up the vendor via OUI database.
Semver Validator
DevValidate semantic version strings per semver.org spec and compare versions.
Domain Validator
WebValidate domain names for RFC compliance with IDN and punycode support.
Postal Code Validator
LocationValidate postal/ZIP codes against country-specific format patterns.
IMEI Validator
DeviceVerify 15-digit IMEI numbers with Luhn check digit validation.
VIN Validator
IdentifierValidate Vehicle Identification Numbers with check digit, manufacturer, and year decode.
ISIN Validator
FinanceValidate International Securities Identification Numbers with Luhn check digit.
ISSN Validator
IdentifierVerify International Standard Serial Numbers with modulo-11 check digit.
LEI Validator
FinanceValidate Legal Entity Identifiers with MOD 97-10 check digit verification.
Date/Time Validator
FormatValidate dates and times in ISO 8601, RFC 2822, Unix timestamp, and more formats.
Color Code Validator
DesignValidate HEX, RGB, HSL, and HWB color codes with preview swatch.
JSONL Validator
DataValidate JSON Lines format with per-line error reporting and statistics.
MIME Type Lookup
DevLook up MIME types by file extension or find extensions for a MIME type.
CSP Validator
SecurityValidate Content Security Policy headers with security risk detection.
Robots.txt Validator
SEOValidate robots.txt files for syntax errors and directive conflicts.
Sitemap Validator
SEOValidate XML sitemaps for schema compliance, URLs, and metadata.
JWT Validator
SecurityValidate JWT tokens for structure, claims, expiration, and algorithm.
Why Use Online Validators?
Online validators help you verify the accuracy and correctness of data before it enters your system. Whether you're checking email addresses before a marketing campaign or validating IBANs before a payment transfer, catching errors early saves time and prevents costly mistakes.
How Our Validators Work
Each validator runs comprehensive checks specific to its data type. Email validation, for example, checks RFC 5321 syntax, domain existence via DNS, and MX record availability — going beyond simple regex checks that most tools offer.
All validation happens directly in your browser where possible, with no data stored on our servers. For checks that require external lookups (like DNS or MX records), only the necessary minimal data is sent — never your full input or personal information.
Frequently Asked Questions
Related Guides
Email Validation: The Complete Guide to Verifying Email Addresses
Learn how email validation works, why it matters, and how to check any address in seconds.
IBAN Validation: How to Verify Bank Account Numbers Instantly
Understand IBAN structure, country formats, and how to catch errors before they cause payment failures.
BIC/SWIFT Code Validation: Everything You Need to Know
BIC and SWIFT codes identify banks in international transfers. Learn how to validate them correctly.
International Phone Number Validation Made Easy
Phone number formats vary wildly by country. Discover how to validate them reliably for any region.
VAT Number Validation: Check EU Business Tax IDs in Seconds
VAT numbers follow country-specific formats. Learn to validate them and avoid costly invoice errors.
Address Validation: Ensure Accurate Postal Data Every Time
Invalid addresses cause failed deliveries and data quality issues. Learn how to validate postal data.
URL Validation: How to Check If Links Are Valid and Safe
Broken links and malformed URLs hurt user experience and SEO. Learn what makes a URL valid.
IP Address Validation: IPv4 & IPv6 Checking Explained
IP address formats differ between IPv4 and IPv6. Learn how to validate both quickly and correctly.
Password Strength Checker: Build Secure User Authentication
Weak passwords are a leading cause of breaches. Learn how to measure password strength and enforce policies.
JSON, YAML & XML Validation: Format Checking for Developers
A single typo in a config file can crash your app. Learn to validate JSON, YAML, and XML instantly.
CSV Validation: Catch Data Errors Before They Cause Problems
CSV files are simple but error-prone. Learn how to validate structure, encoding, and data integrity.
Credit Card Validator: How the Luhn Algorithm Detects Invalid Numbers
Learn how credit card validation works, including the Luhn algorithm, BIN ranges, and card type detection.
YAML Validator: Check Syntax and Fix Indentation Errors
Validate YAML configuration files for syntax errors, duplicate keys, and indentation issues with precise error reporting.
HTML Validation: The Complete Guide to Clean Markup
Learn how HTML validation works, why it matters for SEO and accessibility, and how to fix common markup errors.
CSS Validation: The Complete Guide to Error-Free Stylesheets
Learn how CSS validation works, why browsers silently skip errors, and how to catch mistakes early.
XML Validation: Guide to Well-Formed and Structurally Correct Documents
Learn how XML validation works, the difference between well-formed and valid XML, and how to fix common errors.
SQL Validation: The Complete Guide to Query Syntax Checking
Learn how SQL validation works and how to catch syntax errors in queries before execution.
Markdown Validation: Check Formatting and Structure for Consistency
Learn how Markdown validation ensures consistent rendering across GitHub, GitLab, and other platforms.
UUID Validator: How to Check Format and Version of Any UUID
Learn what UUIDs are, the differences between v1 through v7, and how to validate UUID format and structure.
ISBN Validator: Check Book Numbers for ISBN-10 and ISBN-13
Learn how ISBN validation works, the difference between ISBN-10 and ISBN-13, and how to verify book numbers.
EAN Barcode Validator: Check EAN-13, EAN-8, and UPC-A Codes
Learn how EAN barcode validation works, the difference between EAN-13, EAN-8, and UPC-A formats.
MAC Address Validator: Check Format and Vendor Lookup
Learn about MAC address formats, validation rules, and how to identify device manufacturers via OUI lookup.
SemVer Validator: Check Semantic Versioning Format
Learn how semantic versioning works, the MAJOR.MINOR.PATCH format, and how to validate SemVer strings.
Domain Name Validator: Check DNS Naming Rules and TLD Types
Learn how domain name validation works, DNS naming rules, label constraints, and TLD types.
Postal Code Validation: Format Rules and Patterns by Country
Learn how postal codes differ across countries and how to validate them for accurate address data.
IMEI Validator: Check Mobile Device Identity Numbers
Learn what IMEI numbers are, how the Luhn check digit works, and how to validate mobile device identifiers.
VIN Validator: Check Vehicle Identification Numbers
Learn how VIN validation works, the 17-character structure, check digit algorithm, and VIN decoding.
ISIN Validator: Check Securities Identification Numbers
Learn how ISIN validation works, the ISO 6166 structure, and how to validate financial instrument identifiers.
ISSN Validator: Check Serial Publication Numbers
Learn how ISSN validation works, the 8-digit format, check digit calculation, and ISSN-L linking.
LEI Validator: Check Legal Entity Identifiers (ISO 17442)
Learn what LEIs are, how the ISO 17442 format works, and how to validate Legal Entity Identifiers.
Date-Time Validation: Format Checking and Calendar Logic
Learn how date-time validation catches format errors, impossible dates, and timezone issues.
Color Code Validation: Check Hex, RGB, and HSL Formats
Learn how to validate color codes in hex, RGB, and HSL formats for design-to-code consistency.
JSONL Validation: Line-by-Line JSON Checking for Data Pipelines
Learn how JSONL validation works and why line-by-line checking is essential for streaming data.
MIME Type Lookup: Find Content Types for Any File Extension
Learn what MIME types are, how they work in HTTP, and how to look up the correct Content-Type for any file.
CSP Validation: Check Content Security Policy Headers for Errors
Learn how to validate Content Security Policy headers and avoid common security misconfigurations.
robots.txt Validation: Check Crawl Directives for SEO
Learn how robots.txt validation catches errors that can hide pages from search engines.
Sitemap Validation: Check XML Sitemap Format and URLs
Learn how sitemap validation ensures search engines can discover and index all your pages.
JWT Validator: Check JSON Web Token Structure and Claims
Learn how JWT validation works, the header.payload.signature structure, and security best practices.