Back to tools
URL Parser / Builder
Dissect any URL into its components or assemble a URL from individual parts.
URL Input
https://user:pass@api.example.com:8080/v2/users?page=1&limit=10&sort=asc#results
Breakdown
Protocol
httpsUsername
userPassword
passHostname
api.example.comPort
8080Path
/v2/usersQuery String
?page=1&limit=10&sort=ascFragment / Hash
resultsQuery Parameters (3)
page1limit10sortasc