Guided Examples
See how different URLs break down into their components.
Standard HTTPS
https://www.google.com/search?q=url+parsingA typical web URL with subdomain, path, and query.
With Port & Hash
http://localhost:3000/app/dashboard#settingsDevelopment environment URL showing explicit port and fragment.
Complex Query Strings
https://api.example.com/v1/users?sort=desc&filter=active&fields[]=id&fields[]=nameAPI endpoint demonstrating array parameters and multiple keys.
International Domain
https://bücher.example.de/kategorieURL containing non-ASCII characters (punycode handling).
Complex TLD (eTLD)
https://my-project.github.io/docs/Use of a multi-part public suffix (.github.io).