UtilitySansar
डेवलपर

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)

  1. 1products
  2. 2widget

Query parameters (3)

KeyValueActions
utm_sourceemail
utm_campaignspring sale
refnewsletter

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?+
The parser requires a scheme. If you paste www.example.com without https://, it will report an error. Add the scheme and try again.
Are query values URL-decoded?+
Yes. Values are decoded so you see the human-readable form, but the original encoded value is also shown.
Does it support internationalized domains (IDN)?+
Yes. Unicode hostnames are accepted; if you need to round-trip them through punycode, use the IDN Punycode Converter.

और टूल्स खोजें

श्रेणी में संबंधित उपयोगिताएँ खोजें डेवलपर नीचे।

सभी डेवलपर देखें

संबंधित टूल्स

सावधानी से चुनी गई उपयोगिताएँ जो आपको उपयोगी लग सकती हैं