URL Parser

Paste a URL to quickly inspect its components and query parameters

01

Enter a URL

Supports full URLs and domains without a protocol

URLs are parsed locally in your browser and are never uploaded

02

Parsed result

Components appear after a successful parse

Enter a URL to view its protocol, host, path, and parameters

Tool guide

Paste a URL and the tool uses your browser’s URL parser to split its protocol, username, host, port, path, query string, and fragment. Query parameters are decoded and shown one by one.

  • Auto-complete: A protocol-free example.com is parsed as https://example.com
  • Query parameters: Keeps the original parameter order and repeated names
  • Privacy: URL content is handled only in the current browser

FAQ

Can I parse a URL without https://?

Yes. When you enter example.com/path, the tool temporarily adds https:// before parsing and shows that completed protocol in the result.

Will Chinese text in query parameters be readable?

Yes. Parameter names and values are decoded following URL rules, so percent-encoded Chinese characters and spaces are displayed readably.

Is the URL sent to a server?

No. Parsing uses built-in browser features locally, so the URL never leaves your device.