🍱 Lunchbox Hands

URL Parser

Break a URL into its components

Paste any URL to see it broken down into its components — protocol, host, port, path, query string, and fragment. Query parameters are displayed in a separate table with key-value pairs. Uses the native URL API. Everything runs locally in your browser.

ComponentValue
Protocolhttps:
Hostexample.com
Port8080
Path/path/to/page
Query?name=foo&key=bar
Fragment#section

Query Parameters

KeyValue
namefoo
keybar

Get weekly dev tools and tips