This repository was archived by the owner on Apr 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Translit GET
FromSi edited this page Nov 28, 2018
·
2 revisions
| Название | Код |
|---|---|
| Транслитерировать казахский текст | 200 |
| Получить слова исключения | 200 |
| Получить символы казахской латиницы | 200 |
http://translit.osmium.kz/api/text ?
& text <String>| Аргумент | Тип | Приоретет | Описание |
|---|---|---|---|
text |
String | 1 | null |
{
"text":"content"
}| Аргумент | Тип | Описание |
|---|---|---|
text |
String | null |
http://translit.osmium.kz/api/word[
{
"id":1,
"cyrl":"содержимое",
"latn":"content"
}
]| Аргумент | Тип | Описание |
|---|---|---|
id |
Integer | null |
cyrl |
String | null |
latn |
String | null |
http://translit.osmium.kz/api/symbol[
{
"id":1,
"cyrl":"қ",
"latn":"Q"
}
]| Аргумент | Тип | Описание |
|---|---|---|
id |
Integer | null |
cyrl |
String | null |
latn |
String | null |