URL Parser

Paste any URL and see its scheme, host, port, path, query parameters and fragment broken out individually.

Input Section
URL
Output Section
Scheme

https

Host

example.com

Path

/search

Query

?q=hello+world&lang=en

Fragment

results

Query Parameters
Key Value
q hello+world
lang en
FAQ
Does the URL need a scheme?

Yes. The parser requires an absolute URL with a scheme like https:// or http://.

Are query parameters decoded?

Yes. Percent-encoded characters in query parameter keys and values are decoded in the parameters table.

An unhandled error has occurred. Reload x