URL Parser

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

How it works

Paste a full URL to break it into protocol, credentials, host, port, path, query parameters, and hash. Handy when debugging redirects and API endpoints.

Example: a full URL is split into protocol, host, port, path and each query parameter.

Protocolhttps:
Usernameuser
Passwordpass
Hostnameapi.example.com
Port8443
Path/v1/items
Hash#section
Query parameters
page2
limit50