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…
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 JSON →
Decode a URL-encoded JSON string and, when it is valid JSON, show it neatly…
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…
Android AssetLinks JSON Generator - App Links →
Android AssetLinks JSON Generator files for Android App Links. Configure package names and SHA-256…
Convert ASCII to Binary →
Convert ASCII to Binary tool. Convert text to binary and binary to text. 100%…
Base32 Encoder/Decoder →
Free Base32 encoder and decoder tool. Encode or decode Base32 strings online. 100% client-side,…
Base58 Encoder/Decoder →
Free Base58 encoder and decoder tool. Encode or decode Base58 strings like Bitcoin addresses.…
Base64 Encoder and Decoder →
Base64 Encoder and Decoder - Convert text strings into Base64 format or decode Base64…