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:8080Hostname
example.comPort
8080Path
/api/usersQuery
?name=john&page=1&sort=ascHash
#sectionOrigin
https://example.com:8080Query Parameters
name=johnpage=1sort=ascURL 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