Idioma
Voltar

Ferramentas de Desenvolvimento

URL Analisador

Break a URL into host, path, query, hash, e origin parts.

Entrada

URL Analisador

urlparserwebhostname
Saída

Parsed URL

{
  "href": "https://www.toolsmith.dev/tools/json-formatter?utm_source=google&plan=starter#examples",
  "protocol": "https:",
  "origin": "https://www.toolsmith.dev",
  "hostname": "www.toolsmith.dev",
  "port": "",
  "pathname": "/tools/json-formatter",
  "search": "?utm_source=google&plan=starter",
  "hash": "#examples",
  "username": "",
  "password": "",
  "params": {
    "utm_source": [
      "google"
    ],
    "plan": [
      "starter"
    ]
  }
}

Ferramentas relacionadas

Cookie preferences

We use cookies for essential site features and, with your permission, analytics and advertising.