Entwickler-Tools

URL-Parser / Analysator

Beliebige URL in ihre Bestandteile zerlegen — Protokoll, Subdomain, Domain, Port, Pfad, Query-Parameter und Hash mit farbiger Visualisierung

https://user:pass@sub.example.com:8080/path/to/page?foo=bar&baz=qux#section
Protocol
https
Username
user
Password
pass
Subdomain
sub
Domain
example.com
TLD
com
Hostname
sub.example.com
Port
8080
Path
/path/to/page
Hash
section
Full URL
https://user:pass@sub.example.com:8080/path/to/page?foo=bar&baz=qux#section
Query Parameters (2)
foo
bar
baz
qux
Path Segments (3)
/0path
/1to
/2page

URL Parser & Analyzer

Break any URL into its components — protocol, subdomain, domain, port, path, query parameters, and fragment — with color-coded visualization. Useful for debugging redirects, inspecting query strings, and understanding URL structure.

URL anatomy

Protocol

https:// or http:// — defines the communication protocol.

Subdomain

www or api — the prefix before the root domain.

Domain & TLD

example.com — the registered domain and top-level domain.

Path

/blog/post-1 — the resource location on the server.

Query string

?page=2&sort=asc — key-value pairs that pass parameters to the server.

Fragment

#section-3 — client-side anchor; never sent to the server.

Nicht das Richtige dabei?

Wir bauen kostenlose Tools nach Community-Feedback. Schlagen Sie heute noch ein Tool vor!

URL-Parser / Analysator — Kostenloses Tool Online | FreeTool24 | FreeTool24