URL-Parser
Analysiert jede URL in ihre Bestandteile — Protokoll, Hostname, Port, Pfad, Abfrageparameter und Fragment.
Geben Sie oben eine URL ein, um ihre Komponenten zu sehen
Anleitung
Analysiert jede URL in ihre Bestandteile — Protokoll, Hostname, Port, Pfad, Abfrageparameter und Fragment.
- 1Paste or type any URL into the input field at the top.
- 2The tool instantly parses it into components: protocol, hostname, port, pathname, query string, and fragment.
- 3Review the Query Parameters table to see each key-value pair extracted from the URL.
- 4Click the copy icon next to any component to copy just that value.
- 5Use 'Copy as JSON' to copy all parsed components as a structured JSON object.
Funktionen
- Parses all URL components: protocol, username, password, hostname, port, pathname, query string, hash, and origin
- Displays query parameters as a key-value table for easy reading
- Per-component copy buttons plus 'Copy as JSON' for all fields at once
- 100% client-side using the browser's built-in URL API — no data ever leaves your browser