ToolSpark

URL Parser & Analyzer

Parse and analyze URL components. Extract query parameters, decode special characters.

Share:𝕏fin
https:///path?q=
✅ Valid URL

URL Components

🔒
Protocol
https:
🌐
Hostname
www.example.com
🔌
Port
8080
📁
Path
/api/v2/search
🔍
Query String
?q=hello+world&lang=en&page=3&sort=relevance
#️⃣
Hash / Fragment
#results
🏠
Origin
https://www.example.com:8080

🔍 Query Parameters (4)

KeyValue
qhello world
langen
page3
sortrelevance
Encoded URL
https://www.example.com:8080/api/v2/search?q=hello+world&lang=en&page=3&sort=relevance#results
Decoded URL
https://www.example.com:8080/api/v2/search?q=hello+world&lang=en&page=3&sort=relevance#results

Frequently Asked Questions

Related Tools