محلّل عناوين URL
Break down any URL into its individual components: protocol, hostname, path, query parameters, and hash.
كيفية استخدام محلّل عناوين URL
Paste a URL
Type or paste any URL into the input field.
Inspect the components
Each part of the URL - protocol, hostname, path, query params, and hash - is shown separately.
Copy any part
Click the copy button next to any field to grab just that piece.
What Does the URL Parser Do?
Break down any URL into its individual parts including protocol, hostname, port, path, query parameters, and hash fragment. Useful for debugging API endpoints, understanding redirect links, or inspecting deep links.
- Parses protocol, hostname, port, path, and hash
- Decodes and displays query parameters in a clean table
- Automatically adds https:// if no protocol is provided
- Shows origin and full href for verification
- Handles complex URLs with authentication and fragments
- Load a sample URL to see how parsing works
الأسئلة الشائعة
What URL formats are supported?
Are query parameters decoded?
Is this useful for debugging?
أدوات ذات صلة
تحويل الصورة إلى Base64
Convert any image to a Base64 data URL instantly in your browser. No upload, fully private.
فاكّ ترميز JWT
Decode and inspect JWT tokens instantly in your browser. No data is sent to any server.
محلّل تعابير Cron
Parse cron expressions into plain English and preview the next scheduled run times.
تحويل النص إلى Slug
Convert any text into a clean, URL-friendly slug for your website.
مشفّر/فاكّ ترميز URL
Encode or decode URLs and query parameters for safe transmission.
مختبِر JSONPath
Test and validate JSON Path expressions against JSON data.