Simplified and Traditional Chinese Converter Convert text between Simplified Chinese, Traditional Chinese, Hong Kong Traditional, and Taiwan Traditional with high precision and millisecond-level performanceMethod: POST Path: /v1/text/stconvert Demo: https://api.gugudata.io/v1/text/stconvert/demoRequest Parameters:
appkey (string, required): API key obtained after payment, can be passed as query parameter or in JSON body
content (string, required): Content to convert, special characters should be URL encoded if needed
from (string, required): Source type: s (Simplified), t (Traditional), thk (Hong Kong Traditional), ttw (Taiwan Traditional)
to (string, required): Target type: s (Simplified), t (Traditional), thk (Hong Kong Traditional), ttw (Taiwan Traditional)
Response Fields Count: 8 Response Field Examples:
dataStatus: Response status information
dataStatus.requestParameter: Echo of request parameters
dataStatus.statusCode: Custom status code (100 = success)
dataStatus.statusDescription: Status description message
dataStatus.responseDateTime: Server response timestamp
dataStatus.dataTotalCount: Total data count (usually 1 for conversion result)
data: Converted content data
data.convertedContent: Converted content text
Key Features:
Millisecond-level conversion performance
Ultra-fast parsing and response
Support two Traditional Chinese formats, suitable for various conversion scenarios
High precision conversion with intelligent multi-character recognition
Support conversion between Simplified, Traditional, Hong Kong Traditional, and Taiwan Traditional