رجوع

أدوات المطور

URL محلل

قسّم URL إلى المضيف، المسار، Query، التجزئة، والأصل.

التصنيف

أدوات المطور

الوسوم

URLمحللwebhostname
المزيد من أدوات المطور
الإدخال

URL محلل

URLمحللwebhostname
الإخراج

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"
    ]
  }
}