URL Parser & Query Splitter
Break a URL into scheme, host, path and decoded query parameters.
About the URL Parser & Query Splitter
Parse a URL into its components — scheme, user info, host, port, path, query, and fragment — and split the query string into a decoded, human-readable parameter table.
Frequently asked questions
Are query parameters decoded?
Yes — both %XX escapes and + signs are decoded so parameter values are readable.
Does it handle userinfo like user:pass@host?
Yes — credentials in the URL are separated into their own component.