URL Parser

Analyze and Decode URLs

Paste any URL and parse its protocol, host, port, pathname,query parameters, and hash. Useful for debugging redirects, APIs, and tracking links.

FAQ

Does it support relative URLs?

Use absolute URLs (including protocol) for reliable parsing.

Can I copy parameters?

Yes. Readable output allows quick selection and copy of any field or parameter.