Developer

URL Inspector

Paste any URL, relative reference or custom scheme to inspect its structure instantly, decode parameters and copy exact parts without leaving the browser.

Paste once, inspect every URL part live, then copy exactly the field or parameter value you need.

✓ Tool inputs are processed in your browser✓ No account
Inspect URL parts and query parameters locally.

When to use this tool

Use it when you need to debug, review or document a URL and want to see decoded values, repeated parameters and edge-case parts without sending the link to another service.

  1. Inspect tracking links, OAuth callbacks or deep links before sharing them.
  2. Check repeated query parameters, encoded values or malformed escapes during API work.
  3. Break a long URL into readable parts for debugging, docs or QA notes.
Related tools

Related tools

FAQ

Questions

Questions

Does URL Inspector send my link anywhere?

No. Parsing, decoding and parameter inspection all happen locally in your browser.

Can it handle repeated query parameters and encoded values?

Yes. It keeps repeated parameters in order and shows raw plus decoded values side by side.

What if the URL is invalid or missing a scheme?

The tool stays on the page, shows a safe status and warns when parsing required an assumed scheme or hit malformed encoding.