URLパーサー
URLをコンポーネントに分解します — プロトコル、ホスト名、ポート、パス、クエリパラメータ、フラグメント。
上にURLを入力するとコンポーネントが表示されます
使い方
URLをコンポーネントに分解します — プロトコル、ホスト名、ポート、パス、クエリパラメータ、フラグメント。
- 1Paste or type any URL into the input field at the top.
- 2The tool instantly parses it into components: protocol, hostname, port, pathname, query string, and fragment.
- 3Review the Query Parameters table to see each key-value pair extracted from the URL.
- 4Click the copy icon next to any component to copy just that value.
- 5Use 'Copy as JSON' to copy all parsed components as a structured JSON object.
主な機能
- Parses all URL components: protocol, username, password, hostname, port, pathname, query string, hash, and origin
- Displays query parameters as a key-value table for easy reading
- Per-component copy buttons plus 'Copy as JSON' for all fields at once
- 100% client-side using the browser's built-in URL API — no data ever leaves your browser