Punycode Converter Utility API

API Structure

Deepinfo Punycode Converter API converts the text with special characters (Unicode) to Punycode encoding or vice-versa conversion.

Let's start by creating a two-week free account from Deepinfo platform, get your API key and you are ready. Next, you can test using the following cURL command.

Sample with the curl command:
You should enter the target, either Punycode or Unicode, in line with your purpose of use.

curl --request POST \
  --url https://api.deepinfo.com/v1/tools/punycode-converter \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json' \
  --header 'apikey: [YOUR_API_KEY]' \
  --data '{"target":"["punycode"]","text":"[YOUR_TEXT]"}'

If you wish to call Punycode Lookup API with real values and run code, just click here.

You can always contact us and ask for more assistance. We'll be glad to assist you with building your product.