Data
URL Parser
Break a URL into protocol, host, port, path, query parameters, and fragment.
URL
Output
Explanation
Parses absolute URLs and lists every query parameter. Invalid URLs are rejected with an error.
Security Notice
All processing happens locally in your browser whenever possible. Your data is not uploaded unless explicitly stated.