URL Parser
Break a URL into its protocol, host, port, path, query parameters, and fragment.
- Runs in your browser
- Nothing uploaded
- Free, no sign-up
Processed locally in your browser. Your URL never leaves this tab.
How to Use URL Parser
- Paste a URL. Include the scheme, such as https.
- Parse. The URL is broken into its parts.
- Read the result. Protocol, host, path, query, and fragment are listed.
- Copy the result. Click Copy result. It all runs in your browser.
Frequently Asked Questions
What parts does it show?
The protocol, host, optional port, path, each query parameter, and the fragment if present.
Does the URL need a scheme?
Yes. Include http or https so the URL can be parsed correctly.
How are query parameters shown?
Each key and value is listed on its own line, decoded for readability.
Is my data sent anywhere?
No. The parsing runs entirely in your browser, so your URL never leaves the tab.
Is it free?
Yes. Every tool here is free to use with no sign up.
Related Tools
Cron Parser Next Runs →
Calculate next cron job runs. POSIX dom/dow semantics, @yearly/@monthly/@weekly macros, timezones, human-readable description. JSON/CSV/ICS…
URL Encode and Decode →
Encode text for safe use in URLs, or decode percent-encoded text back to plain…
Convert Unicode to Data URL →
Convert Unicode to data URLs with base64 or URL-encoding, 12 MIME types, charset toggle.…
Decode URL →
Decode URL-encoded text with 3 modes (URIComponent, URI, form +to space), double-encoding detection, URL…
Encode URL →
Percent-encode a string for URLs - encodeURIComponent or encodeURI. Live preview, stats. Free, offline,…
URL Decode CSV →
Decode percent-encoded values in every field of your CSV back into readable text. Free,…
URL Decode JSON →
Decode a URL-encoded JSON string and, when it is valid JSON, show it neatly…
URL Encode CSV →
URL-encode every field of your CSV so special characters are safe to use in…
URL Encode JSON →
URL-encode JSON so it can be safely placed in a query string, minifying valid…
UTM Parameter Parser →
Parse a URL and list its UTM parameters so you can read a campaign…
AI Token Counter →
Count the tokens in your text and estimate the API cost across GPT, Claude…
Android AssetLinks JSON Generator - App Links →
Android AssetLinks JSON Generator files for Android App Links. Configure package names and SHA-256…