← Back to tools
URL Parser
Parse URLs to inspect components, query parameters, and hash. Encode or decode URL-encoded text.
Components
Full URL
https://api.example.com/v1/users?page=2&limit=10&filter=active#sectionProtocol
https:Origin
https://api.example.comHost
api.example.comHostname
api.example.comPort
(default)Pathname
/v1/usersSearch
?page=2&limit=10&filter=activeHash
#sectionPath segments
0
v11usersQuery parameters
| Key | Value | Encoded | |
|---|---|---|---|
| page | 2 | page=2 | |
| limit | 10 | limit=10 | |
| filter | active | filter=active |