URL Parser

Parse URLs into components. View and edit protocol, host, path, query params.

Nothing leaves your browser. All processing happens locally.

Visual Breakdown

https://example.com:8080/api/users?name=john&page=1&sort=asc#section
Protocol
https:
Host
example.com:8080
Hostname
example.com
Port
8080
Path
/api/users
Query
?name=john&page=1&sort=asc
Hash
#section
Origin
https://example.com:8080

Query Parameters

name=john
page=1
sort=asc

URL Encode/Decode

How to Use

1

Paste any URL into the input field

2

View all components: protocol, host, path, query params, hash

3

Copy individual components or edit query parameters