URL Parser
Break a URL into protocol, host, path, and query parameters.
How it works
Paste a full URL to break it into protocol, credentials, host, port, path, query parameters, and hash. Handy when debugging redirects and API endpoints.
Example: a full URL is split into protocol, host, port, path and each query parameter.
Protocol
https:Username
userPassword
passHostname
api.example.comPort
8443Path
/v1/itemsHash
#sectionQuery parameters
page2limit50