Guided Examples

See how different URLs break down into their components.

Standard HTTPS

https://www.google.com/search?q=url+parsing

A typical web URL with subdomain, path, and query.

With Port & Hash

http://localhost:3000/app/dashboard#settings

Development environment URL showing explicit port and fragment.

Complex Query Strings

https://api.example.com/v1/users?sort=desc&filter=active&fields[]=id&fields[]=name

API endpoint demonstrating array parameters and multiple keys.

International Domain

https://bücher.example.de/kategorie

URL containing non-ASCII characters (punycode handling).

Complex TLD (eTLD)

https://my-project.github.io/docs/

Use of a multi-part public suffix (.github.io).