...
Search Tools
Search for a command to run...
Decode URL-encoded text by converting percent-encoded characters back to their original form.
You can also use this functionality directly via the API endpoint with cURL commands.
curl -X POST "https://all-tools.app/api/url-decoder" -H "Content-Type: application/json" -d '{"text":"Hello%20World"}'