Gezidao

URL Parser

Break any URL into protocol, host, path and query parameters.

Components

Query parameters

KeyValue

Report an issue

Advertisement

AHow to use

  1. 01 Paste a URL — parsing starts immediately.
  2. 02 Read the components on the left and query parameters on the right.
  3. 03 Copy the parameters as JSON with one click.

QFAQ

Are query values decoded?

Yes — %20 and + become real characters in the table, so you see what the server actually receives.

Does it work with any URL scheme?

http and https are parsed fully; if the scheme is missing, https:// is assumed. Other schemes fall back to basic parsing.

Related tools