Swenapi created with the mission to help users who wants to learn Swahili language. And to provide an API that they can be used to build web and mobile application for education and learning, or speech and text technology.
English to Swahili API, also can translate any number between 0 to 999,999,999,999,999. to Swahili words
swenapi.com/api/sw-en/{word}
{word} - is the word you want to be translated. Example if you want to translate go, th call will be
swenapi.com/api/sw-en/go
[
{
go: '-enda; nenda; ondoka.',
word: 'go',
descr: '-enda; nenda; ondoka.'
}
]
swenapi.com/api/sw-num/{number}
{number} - is the number you want to be translated. Example if you want to translate 1242, the call will be
swenapi.com/api/sw-num/1242
[
{
'num': '1242',
'words': 'elfu moja mia mbili arobaini na mbili',
'formatted_num': '1,242'
}
]