Transliterating Cyrillic Letters to Latin
Transliterates text from Cyrillic to Latin script per GOST standards. Used for filling out international documents and forms.
URL
Method: GET
- Production:
https://registry.wallet.kvell.group/reg2/help/text-transliterate
Request parameters
| Name |
Type |
Required |
Description |
text |
string |
Yes |
Text to transliterate |
upper |
boolean |
No |
Convert to uppercase |
Request example
GET https://registry.wallet.kvell.group/reg2/help/text-transliterate?text=Иванов Иван&upper=true
| Name |
Type |
Required |
Description |
X-Api-Key |
string |
Yes |
Unique identifier (UUID) |
Response
Response example
Response parameters
| Name |
Type |
Description |
value |
string |
Resulting value |