URL Parser
Break any URL into its components.
Initializing URL Parser in local browser environment…
How to use URL Parser
- Paste any URL into the input box.
- Click "Parse" to break it into protocol, hostname, port, path, query parameters, hash, origin, and registrable domain.
- Click any parsed component to copy it.
Why use this local-first tool?
- Parsed using the browser native WHATWG URL API.
- Individual key-value breakdown for every search query parameter.
Frequently Asked Questions
Does it parse complex encoded query strings?
Yes. It automatically decodes percent-encoded query keys and values.
Related Developer Utilities
Explore more tools in Inspection & SecurityJSON Formatter{ }
Format, validate and minify JSON with a collapsible tree.Regex Tester.*
Test regular expressions live with match highlighting.JWT Decoderjwt
Decode JWT header, payload and signature locally.Cron Parsercron
Parse cron expressions and preview next run times.HTTP Status Codeshttp
Look up any HTTP status code and its meaning.Timestamp Convertertime
Convert Unix timestamps to readable dates and back.