← Back to tools

URL Parser

Parse URLs to inspect components, query parameters, and hash. Encode or decode URL-encoded text.

Components

Full URLhttps://api.example.com/v1/users?page=2&limit=10&filter=active#section
Protocolhttps:
Originhttps://api.example.com
Hostapi.example.com
Hostnameapi.example.com
Port(default)
Pathname/v1/users
Search?page=2&limit=10&filter=active
Hash#section

Path segments

0v11users

Query parameters

KeyValueEncoded
page2page=2
limit10limit=10
filteractivefilter=active