Search for a command to run...
Parse a URL into its parts and edit query parameters to generate a new URL.
Relative paths can be resolved with a Base URL.
Used only when the input is a relative URL.
Be careful when sharing URLs that include credentials.
Editing the key/value list updates the generated URL.
The URL generated from the current settings.
Everything runs locally in your browser. Your input is not sent anywhere.
What
A URL parser splits a URL into protocol, host, path, query, and fragment parts.
Cases
Inspect query parameters quickly
Debug redirect or API endpoints
Extract domain and path for validation
How To
A step-by-step guide to breaking down a URL and rebuilding it with edited parameters.
Paste the full URL into the input field.
Inspect protocol, host, path, query, and hash components.
Edit query parameters and copy the generated URL.
FAQ