URL Validator
Check whether a URL is well-formed and parse its parts instantly in your browser. Free online URL validator — protocol, host, path, and query.
Enter the values below, then press Calculate (or press Enter). The calculator updates your results instantly. Try different values to see how your inputs change the outcome.
- URL to check — enter a text value. A typical URL to check would be https://example.com/path?q=1.
- Review your results — the key output is highlighted, with supporting figures below.
Loading calculator…
Results
| Detail | Value |
|---|---|
| Protocol | |
| Host | |
| Port | |
| Path | |
| Query string |
What is this calculator for?
Check that a URL is syntactically valid and break it into its components.
How to Use This Calculator
Enter the values below, then press Calculate (or press Enter). The calculator updates your results instantly. Try different values to see how your inputs change the outcome.
- URL to check — enter a text value. A typical URL to check would be https://example.com/path?q=1.
- Review your results — the key output is highlighted, with supporting figures below.
What You'll Need
- URL to check
- a text value · required
About This Calculator
A valid URL has a scheme (http, https, ftp…), a host, and optionally a port, path, and query string.
This validator parses the URL and reports whether it is well-formed, then shows its protocol, host, port, path, and query so you can inspect exactly what it carries.
It does not make a network request — validation is purely syntactic and runs in your browser.