Web & SEO
URL Parser
Break a URL into protocol, host, path, and query parts.
Protocole
Hôte
Chemin
Origine
Hash
Paramètres de requête
Pourquoi utiliser cet outil
03Inspect URL structure quickly with parsed components and query summary.
URL Parser helps debug links and request targets.
It extracts core URL parts and query entries.
Comment l'utiliser
02Vérifications rapides avant de copier
03Confirm the input is the format you intended.
Scan the result before using it in a document, URL, config, or message.
Copy only the output you need.
FAQ
03
Does it support relative URLs?
It expects absolute URLs with protocol for best results.
Does it decode percent-encoded values?
Yes. Query parameter values are shown in their decoded form alongside the raw encoded form.
What if the URL includes a hash fragment?
The hash fragment is extracted and displayed as a separate parsed field.
Outils liés
03Query String Builder→
Build and parse URL query parameters.
URL Encoder / Decoder→
Encode and decode URL-safe text values.
Slug Generator→
Turn a phrase into a clean URL slug.