URL Parser
Paste any URL and instantly see its protocol, host, port, path segments, query parameters, and fragment — with values URL-decoded and ready to copy.
도구 요약
이 도구는 구조화된 입력을 받아 서버 업로드 없이 브라우저에서 결정적인 출력을 반환합니다.
- 도구 이름
- URL Parser
- 입력 의도
- 변환·검증·분석할 원본 콘텐츠를 제공하세요.
- 출력 의도
- 복사, 재사용 또는 디버깅에 적합한 정규화된 출력을 받습니다.
- 예시 입력
- https://example.com:8443/blog/post-1?utm_source=email&ref=newsletter#share
- 예시 출력
- protocol: https host: example.com:8443 path: /blog/post-1 query: utm_source=email, ref=newsletter hash: #share
URL components
- Protocol
- https
- Origin
- https://shop.example.com:8443
- Hostname
- shop.example.com
- Port
- 8443
- Path
- /products/widget
- Hash
- #reviews
Path segments (2)
- 1products
- 2widget
Query parameters (3)
| Key | Value | Actions |
|---|---|---|
| utm_source | ||
| utm_campaign | spring sale | |
| ref | newsletter |
JSON view
도구 소개
Paste any URL and instantly see its protocol, host, port, path segments, query parameters, and fragment — with values URL-decoded and ready to copy.
도구 개요
Most URLs hide a lot of structure: subdomains, ports, encoded path segments, repeated query keys, and a fragment that may itself contain key/value pairs. This tool runs your input through the standard WHATWG URL parser, then expands every part into a labelled, copyable view. Query parameters are listed in the order they appear, with their values URL-decoded. Path segments are split on / and decoded too. A read-only JSON view makes it easy to drop the parsed result into a script or test fixture.
사용 사례
- Debug redirects and tracking URLs by inspecting every UTM and query parameter.
- Extract a deep link’s path segments to validate a route in your app.
- Convert a stringy URL into a structured object for a test fixture.
입력/출력 예시
https://example.com:8443/blog/post-1?utm_source=email&ref=newsletter#share
protocol: https host: example.com:8443 path: /blog/post-1 query: utm_source=email, ref=newsletter hash: #share
자주 묻는 질문
What if my URL is missing the scheme?+
Are query values URL-decoded?+
Does it support internationalized domains (IDN)?+
다른 도구 보기
아래의 Developer 카테고리에서 관련 유틸리티를 찾아보세요.
관련 도구
유용할 수 있는 엄선된 유틸리티