Toolbox

Online URL Parser

URL解析查询参数域名端口接口调试

Instantly break any URL into protocol, hostname, port, path, query string, hash and Origin, listing query params key by value; auto-adds https when missing — great for API debugging, fully local.

All processing is done locally in your browser. No data is uploaded.

How to Use

  • Paste any valid JSON, supports nesting, arrays and escapes
  • Click Beautify to auto indent and format
  • Click Minify to remove whitespace into one line
  • All operations run locally for privacy

Related Tools

FAQ

Can it parse URLs without a protocol?

Yes, example.com/path is auto-completed with https before parsing; write explicit schemes like ftp when needed.

Will Chinese parameter values garble?

No, parsing follows standard percent-decoding so Chinese values display correctly.

Will my data be uploaded?

No, all parsing runs locally in your browser.