🔗
🔌

Encode URL Parameters for APIs

Safely encode query string parameters before appending them to API request URLs.

ලොගිනය අවශ්‍ය නැත

API tips

🔌

Query parameters containing spaces, ampersands (&), or equals signs (=) must be percent-encoded before being added to a URL.

💡

Use encodeURIComponent for individual parameter values, not encodeURI — encodeURI leaves characters like & and = unencoded.

🛡️

Never append user input directly to a URL without encoding it. Unencoded input can break your URL or create injection vulnerabilities.

📋

After encoding, paste the result into your API client (Postman, curl) or directly into your code as a string constant.

එය ක්‍රියා කරන්නේ කෙසේද

1
ඇතුළු කරන්න
Enter your data into the tool above. Everything stays local to your browser.
2
සකස් කරන්න
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
බාගත කරන්න
Get your result instantly. Nothing is stored after you leave the page — complete privacy.

අපගේ දේ ඇයි භාවිතා කරන්නේ?

සම්පූර්ණයෙන්ම නොමිලේ — කිසිදා සැඟවුණු පිරිවැයක් නැත
ගිණුමක්, විද්‍යුත් තැපෑලක්, හෝ ලොගිනයක් අවශ්‍ය නැත
ගොනු කිසිදා ඔබේ උපාංගය හරහා නොයන්නේය
කිසිදු ගොනු ප්‍රමාණ සීමාවක් නැත
ඕනෑම ප්‍රතිදානයක ජල සලකුණු නැත

Also check out…

නිතර අසන ප්‍රශ්න