Local utility

URL Parser & Analyzer

Parse a URL string locally. This tool does not contact the website or send the URL to Django.

Parse a URL

URL components

A scheme selects the protocol, the hostname identifies a destination name, an optional port selects a service, and the path identifies a resource. The query carries key/value data and the fragment identifies a client-side location. Browsers serialize internationalized hostnames using an ASCII Punycode representation.