Developer Tools
URL Parser / Analyzer
Break any URL into its components — protocol, subdomain, domain, port, path, query params, and hash with color-coded visualization
https://user:pass@sub.example.com:8080/path/to/page?foo=bar&baz=qux#section
Protocol
https
Username
user
Password
pass
Subdomain
sub
Domain
example.com
TLD
com
Hostname
sub.example.com
Port
8080
Path
/path/to/page
Hash
section
Full URL
https://user:pass@sub.example.com:8080/path/to/page?foo=bar&baz=qux#section
Query Parameters (2)
foo
bar
baz
qux
Path Segments (3)
/0path
/1to
/2page
Continue Exploring
Other Developer Tools you might like...
JSON Formatter
Format, validate, and minify JSON data with syntax highlighting
Try Now
Base64 Encoder/Decoder
Encode text to Base64 and decode Base64 strings
Try Now
URL Encoder/Decoder
Encode and decode URL components and query strings
Try Now
UUID Generator
Generate random UUID v4 identifiers
Try Now
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text
Try Now
Regex Tester
Test and debug regular expressions with match highlighting
Try Now
JWT Decoder
Decode and inspect JWT token header and payload
Try Now
HTML Formatter
Beautify and format HTML code with proper indentation
Try Now