Understand every part of a URL
A developer-friendly explorer for URL anatomy. Paste a URL below to break it down.
https://my-project.github.io/docs/
Scheme
Host
Path
Query
Fragment
BasicsPrecision Mode
Scheme / Protocol
httpsThe scheme that defines how to connect (e.g., https, mailto).
Host (Domain)
my-project.github.ioThe address of the server.
Subdomain
my-projectThe prefix to the main domain, often used for organization (e.g. www, blog).
Pathname
/docs/The location of a specific resource on the server.
Query / Search
Not presentKey-value pairs for parameters, starting with ?.
Fragment / Hash
Not presentAn internal anchor or client-side state, starting with #. Not sent to server.