Input
Output
Query String Parser
💡 What does this do?
Parse a URL's query parameters (the part after ?) into an editable table. Perfect for:
- 🔍 Analyzing API URLs: See all parameters clearly
- ✏️ Editing parameters: Change values without manual encoding
- 🔗 Building URLs: Add/remove parameters visually
- 🐛 Debugging: See what data you're sending to APIs
Example: Paste an API URL like https://api.example.com/search?q=test&page=2&limit=10 and edit the parameters in the table below!