Sổ Tay AI
🔗

URL Parser & Query String Builder

Split a URL into protocol/host/path/query/hash. Edit each query param and rebuild a clean URL — uses URL & URLSearchParams APIs.

All tools

Uses standard URL & URLSearchParams — splits into protocol, host, path, query, hash; edit each param and rebuild a clean URL.

When you need to parse a URL

Standard URL structure

https://user:pass@example.com:8080/path/to/page?key=value&q=hello#section
└─┬─┘   └────┬────┘ └────┬────┘ └─┬┘ └──────┬──────┘ └──────┬───────┘ └───┬──┘
protocol     auth        host    port      path           query         hash

Query string encoding tips

Related

Related tools

See all tools →