Online URL Tool
Parse and display URL parts: protocol, host, pathname, search params. URL structure inspector.
{
"href": "https://example.com/path?foo=bar&baz=1",
"protocol": "https:",
"host": "example.com",
"hostname": "example.com",
"port": "(default)",
"pathname": "/path",
"search": "?foo=bar&baz=1",
"hash": "(none)",
"params": {
"foo": "bar",
"baz": "1"
}
}Frequently Asked Questions
- What does this tool do?
- Paste a URL to see its breakdown: protocol, host, path, and query parameters.
- Does it validate URLs?
- It parses the string and shows parts; invalid URLs may show empty or unexpected parts.
Related Developer Tools
JSON Formatter
Format, validate, and beautify JSON. Minify or pretty-print with one click.
Base64 Decode
Decode Base64 strings to text. Encode text to Base64.
UUID Generator
Generate random UUIDs (v4) for unique identifiers. Copy with one click.
URL Encoder Decoder
Encode and decode URLs. Convert special characters for safe use in URLs.
Convert Color Hex to RGB
Convert hex color codes to RGB values (R, G, B).
Convert Color RGB to Hex
Convert RGB values (R, G, B) to hex color codes.