Parse and analyze URL components instantly.
A URL (Uniform Resource Locator) is composed of several parts: the protocol (http/https), hostname, port, pathname, query string, and fragment. Understanding URL components is essential for web development, API design, and debugging. The query string contains key-value pairs separated by &, while the fragment (#) points to a specific section of the page and is not sent to the server.