Analizador de URL

Descompón cualquier URL en sus componentes — protocolo, host, ruta, parámetros y más

Analizador de URL

Descompón cualquier URL en sus componentes — protocolo, host, ruta, parámetros y más

Características

  • Parse any URL into its individual components instantly
  • Extract and display all query parameters in a clean table
  • Copy any component value with one click
  • Support for authentication URLs with username and password
  • Handle complex URLs with ports, fragments, and nested paths
  • 100% client-side — no data sent to servers
  • Works offline once loaded

Cómo usar

  1. Paste or type a URL in the input field.
  2. Click Parse URL or press Enter.
  3. View the breakdown of all URL components.
  4. Click the copy icon next to any value to copy it.
  5. Use Load Example to see a complex URL parsed.

Consejos y buenas prácticas

  • Use this tool to debug API endpoints by examining query parameters.
  • Paste URLs from logs to quickly identify path segments and parameters.
  • All processing happens locally — safe for internal/private URLs.

Preguntas frecuentes

What URL formats are supported?

Any valid URL including HTTP, HTTPS, FTP, and other protocols. The tool uses the browser's built-in URL parser for maximum compatibility.

Can it parse URLs with authentication?

Yes, URLs with username:password@ format are fully supported and each part is displayed separately.

Is my data private?

All processing happens in your browser. No URLs are ever sent to any server.