🌍
Punycode Encode / Decode
Convert internationalized domain names to/from Punycode (ACE) form.
encoder
API: POST /api/tools/punycode
Input
Result
🔌 API Usage
POST /api/tools/punycode
Content-Type: application/json
// Example body:
{
"text": "",
"mode": "encode"
}
Content-Type: application/json
// Example body:
{
"text": "",
"mode": "encode"
}