v1

latestOpenAPI 3.0.1NamSorAPI_Lic_v0.0.72026-07-13115112157.9 KB
chinese

Romanize the Chinese name to Pinyin, ex. 王晓明 -> Wang (surname) Xiaoming (given name)

get/api2/json/pinyinChineseName/{chineseName}

Path parameters

chineseNamestring required

Response

A pinyin name.

scriptstring
idstring
explanationstring
namestring

The input name.

nameParserType'FN1LN1' | 'LN1FN1' | 'FN1LN2' | 'LN2FN1' | 'FN1LNx' | 'LNxFN1' | 'FN2LN1' | 'LN1FN2' | 'FN2LN2' | 'LN2FN2' | 'FN2LNx' | 'LNxFN2' | 'FNxLN1' | 'LN1FNx' | 'FNxLN2' | 'LN2FNx' | 'FNxLNx' | 'LNxFNx'

Name parsing is addressed as a classification problem, for example FN1LN1 means a first then last name order.

nameParserTypeAlt'FN1LN1' | 'LN1FN1' | 'FN1LN2' | 'LN2FN1' | 'FN1LNx' | 'LNxFN1' | 'FN2LN1' | 'LN1FN2' | 'FN2LN2' | 'LN2FN2' | 'FN2LNx' | 'LNxFN2' | 'FNxLN1' | 'LN1FNx' | 'FNxLN2' | 'LN2FNx' | 'FNxLNx' | 'LNxFNx'

Second best alternative parsing. Name parsing is addressed as a classification problem, for example FN1LN1 means a first then last name order.

scorenumber double

Higher score is better, but score is not normalized. Use calibratedProbability if available.