DevToolBoxZA DARMO
Blog

Parser URL

Parsuj URL na protokół, host, ścieżkę i parametry. Bezpłatne, bez rejestracji.

𝕏 Twitterin LinkedIn

Oceń to narzędzie

4.1 / 5 · 160 ocen

Bądź na bieżąco

Otrzymuj cotygodniowe porady i nowe narzędzia.

Bez spamu. Zrezygnuj kiedy chcesz.

Enjoy these free tools?

Buy Me a Coffee

How to Use

  1. Paste a complete URL into the input field
  2. View the parsed components: protocol, host, path, query, hash
  3. Inspect individual query parameters in the table
  4. Copy any component value you need

Common Use Cases

  • Debugging complex API endpoint URLs
  • Analyzing UTM tracking parameters in marketing URLs
  • Extracting query parameters from redirect URLs
  • Validating URL format before using in applications

Frequently Asked Questions

What are the parts of a URL?
A URL consists of: protocol (https://), hostname (example.com), port (:8080), pathname (/api/users), query string (?id=123&sort=name), and fragment hash (#section).
How are query parameters parsed?
Query parameters start after the ? character and are separated by &. Each parameter is a key=value pair. Values may be percent-encoded for special characters.
Does it handle encoded URLs?
Yes. The tool automatically decodes percent-encoded characters (like %20 for spaces) and displays the decoded values alongside the raw encoded form.