URL Parser
Break any URL into protocol, host, path and query parameters.
Components
Query parameters
| Key | Value |
|---|
Advertisement
AHow to use
- 01 Paste a URL — parsing starts immediately.
- 02 Read the components on the left and query parameters on the right.
- 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.