Guide: URL parser & inspector
↑ Back to toolWhat is this tool?
An online URL parser and URL inspector: paste any http(s) URL and see protocol, host, port, path, hash, and query parameters as structured fields. Edit mode lets you tweak components and rebuild the href—useful for fixing tracking params, testing redirects, or understanding deep links. Client-side parsing; save, history, and share match other Spoold tools.
Why use it
APIs, OAuth callbacks, and analytics URLs hide structure in long query strings. Splitting them visually beats squinting at raw text—especially when comparing staging vs production hosts or spotting double-encoding.
Key features
- Structured breakdown — Components and query table.
- Edit & rebuild — Toggle edit mode to adjust parts safely.
- Base64 helpers — Where relevant for encoded query values (see in-tool UI).
- Next tool suggestions — Jump to related converters from the parsed URL.
How to use
- Paste a full URL or load the sample.
- Inspect each part; expand query rows as needed.
- Enable edit mode to change host/path/params and copy the rebuilt URL.
FAQ
Does it validate TLS or DNS?
No—this is structural parsing only. Use your browser or curl for live network checks.
Are internationalized domain names supported?
Paste the URL as you have it; the browser URL implementation handles parsing. Punycode display depends on the environment.
Related terms
Core: URL parser online, query string parser, URI breakdown tool, decode url parameters, url encoder decoder, what is my url path.
Debug: oauth redirect url inspect, utm parameter stripper manual, double encoding query detect.
Short links: expand short url destination — pair with URL shortener for creating links.
APIs: combine with OpenAPI viewer and curl convert for end-to-end HTTP debugging.
Similar tools
Conclusion
The URL inspector turns opaque links into editable parts—ideal for developers and support engineers who live in query strings and redirects.