Skip to main content
DevTools24

क्वेरी स्ट्रिंग बिल्डर

विज़ुअली URL क्वेरी स्ट्रिंग्स बनाएं।

=
=
https://example.com/api?page=1&limit=10
Tip: Paste a full URL in the Base URL field and click "Parse URL" to extract existing parameters.

tools.query-string-builder.toolInfo.title - तकनीकी विवरण

tools.query-string-builder.toolInfo.details

कमांड-लाइन विकल्प

// Query string format\nhttps://api.example.com/search?q=hello&page=1&sort=asc\n\n// URL encoding\nspace → %20 or +\n& → %26