Inspect encoded links and repeated query parameters using the browser URL standard.
Protocol-
Hostname-
Port-
Path-
Origin-
Hash-
Method
Data conversion method
Input is parsed as structured data rather than changed with search-and-replace rules. CSV quoting, JSON types, XML nodes, YAML syntax, URL encoding, and JWT base64url segments are handled according to their relevant parser model.
Conversions run locally and preserve data types where the destination format permits. Review nested structures, namespaces, comments, special tags, and spreadsheet conventions when moving between formats with different capabilities.
Questions
URL Parser FAQ
Are query parameters decoded?
Yes. Percent-encoded parameter names and values are decoded by the standard URLSearchParams interface.
Can the parser handle relative URLs?
Yes. Enter a base origin when the input begins with a relative path rather than a protocol and hostname.