Skip to content

REST API for transliterating foreign text from various alphabets into the latin one

Notifications You must be signed in to change notification settings

hmlendea/transliteration-api

Repository files navigation

Donate Latest GitHub release

About

REST API for transliterating text into the latin alphabet, with support for over 35 languages.

Usage

Building from source

Just run the following command:

dotnet build

Running

Just run the following command:

dotnet run

Example request

The following example will transliterate the Russian name Экваториальная Африка into Ekvatorialnaya Afrika:

curl --insecure --request GET --location 'http://localhost:5000/Transliteration?text=%D0%AD%D0%BA%D0%B2%D0%B0%D1%82%D0%BE%D1%80%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D0%B0%D1%8F%20%D0%90%D1%84%D1%80%D0%B8%D0%BA%D0%B0&language=ru'