TPToolpazar

Global Araç

Url Parser

protocolhttps:
originhttps://example.com:8080
hostexample.com:8080
hostnameexample.com
port8080
pathname/path/to/page
search?q=search&lang=en
hash#section
usernameuser
passwordpass
Query Parameters
AnahtarDeğer
qsearch
langen

Break a URL into its pieces — protocol, host, port, path, query, fragment — just like the browser's URL API but laid out as a readable table. Also shows each query parameter decoded in its own row so you can spot encoding issues.

For query-string-only work use query string parser. For UTM tags specifically, UTM parser. To strip tracking, URL cleaner.

Nasıl Kullanılır

  1. Paste any URL.
  2. Read each part in the table — protocol, host, path, etc.
  3. Inspect query parameters decoded in the lower table.
  4. Copy a single piece with its copy button.