D
DevTools Hub
U

URL Parser

Parse and break down any URL into its individual components with visual anatomy

URL Parser

Parse and break down any URL into its individual components

URL Anatomy
https://user:pass@example.com:8080/path/to/page?key=value&foo=bar#section
Components
Protocol
https:
Hostname
example.com
Port
8080
Path
/path/to/page
Query String
?key=value&foo=bar
Fragment/Hash
#section
Origin
https://example.com:8080
Username
user
Password
pass
Query Parameters (2)
key=value
foo=bar
Reconstructed URLs
Full URL
https://user:pass@example.com:8080/path/to/page?key=value&foo=bar#section
Without Query
https://example.com:8080/path/to/page#section
Without Hash
https://example.com:8080/path/to/page?key=value&foo=bar
Base Only
https://example.com:8080/path/to/page

Related Tools

I
IP Address Lookup
A
API Tester
H
HTTP Status Codes
← Back to all tools