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