2 Best APIs for Yoruba Translation in Nigeria

We've analyzed and compared the top 2 API providers supporting Yoruba Translation for Nigerian developers and businesses. Find the right infrastructure fit for your startup below.

Written by Editorial Staffs as at 5th August, 2026

All APIs with Yoruba Translation

2 of 2 selected

LibreTranslate

Pricing
Free: 5,000 characters/month. Pro $9.99/mo: 1M chars. Ultra $24.99/mo: 3M chars. Enterprise custom.
Text Translation
Available
Language Detection
Available
Yoruba Translation
Available
Hausa Translation
Available
Batch Translation
Available
Self-hostable
Available
REST API
Available
Open Source
Available
Igbo Translation
Not available
Batch Text Translation
Not available
90+ Languages
Not available

Lecto Translation API

Pricing
Free: 1,000 characters/day. Basic $9.99/mo: 500K chars. Pro $29.99/mo: 2M chars. Ultra $89.99/mo: 10M chars.
Text Translation
Not available
Language Detection
Available
Yoruba Translation
Available
Hausa Translation
Available
Batch Translation
Not available
Self-hostable
Not available
REST API
Available
Open Source
Not available
Igbo Translation
Available
Batch Text Translation
Available
90+ Languages
Available

← Swipe to compare all 2 APIs →

++++
LibreTranslate

LibreTranslate

LibreTranslate is a free and open-source machine translation API that supports over 130 languages, providing text translation capabilities through a simple REST API. Unlike Google Translate or DeepL which are proprietary services with usage fees, LibreTranslate is open source (MIT license), self-hostable, and available as a free public API (with rate limits) or a commercial API with higher throughput. For Nigerian developers building multilingual applications — particularly those targeting Nigeria's diverse linguistic landscape including Yoruba, Hausa, and Igbo speakers — LibreTranslate offers an accessible, cost-effective translation solution. Nigeria is one of the world's most linguistically diverse countries, with over 500 languages. While English is the official language and medium of formal communication, the three largest Nigerian languages — Yoruba (approximately 40 million speakers), Hausa (approximately 50 million speakers in Nigeria and beyond), and Igbo (approximately 30 million speakers) — are the primary languages of daily life for hundreds of millions of Nigerians. Nigerian digital products that operate only in English exclude large portions of the population. LibreTranslate's support for Yoruba and Hausa (Igbo support varies) provides Nigerian developers with a practical tool for building more inclusive, locally relevant applications. The translation API is remarkably simple. A POST request to /translate with the source text, source language code, and target language code returns the translated text in a JSON response. Language detection is available via the /detect endpoint, which accepts text and returns a list of likely languages with confidence scores — useful for applications that receive user input in unknown languages and need to route it appropriately. Batch translation sends multiple texts in a single API request, significantly improving efficiency for translation pipelines that process large amounts of text. A Nigerian content platform translating thousands of articles from English to Yoruba can batch articles together rather than making individual API calls, reducing latency and request overhead. LibreTranslate's self-hostable nature is a significant advantage for Nigerian organizations with data privacy requirements. A Nigerian bank or government agency that needs to translate documents but cannot send sensitive data to external services can deploy LibreTranslate on their own infrastructure — running the translation model locally with no data leaving their servers. The Docker deployment (docker run -ti --rm -p 5000:5000 libretranslate/libretranslate) makes self-hosting straightforward for Nigerian DevOps teams. The public API endpoint (libretranslate.com) is free to use without a key but rate-limited to prevent abuse. For higher throughput, the commercial API provides paid tiers with API keys, higher rate limits, and priority support. For Nigerian production applications, either the commercial API or a self-hosted deployment is recommended over the free public endpoint to ensure reliability. Translation quality for major European languages (Spanish, French, German) is generally good. For African languages including Yoruba and Hausa, quality is acceptable for many use cases but may not match the quality of professionally translated content — Nigerian developers should test quality for their specific use case and audience expectations. LibreTranslate's self-hosted deployment option is particularly valuable for Nigerian organizations handling sensitive documents — legal contracts, medical records, confidential business communications — where sending content to a third-party translation cloud service raises data privacy concerns. Running a private LibreTranslate instance on organization-controlled infrastructure keeps all translation processing internal.

++++
Lecto Translation API

Lecto Translation API

Lecto Translation API is a fast, affordable machine translation service supporting over 90 languages, with a particular distinction for Nigerian developers: it includes support for Yoruba, Igbo, and Hausa — the three largest Nigerian languages by speaker count. This makes Lecto one of the few translation APIs that enables developers to build genuinely multilingual applications for Nigerian audiences. Nigeria is a linguistically diverse nation with over 500 languages, and while English is the official language, a significant portion of the population is more comfortable communicating in Yoruba, Igbo, Hausa, or Pidgin. Applications that serve broad Nigerian audiences — from government services to fintech apps to consumer platforms — increasingly need multilingual support to be truly accessible and to deliver services to citizens in their preferred language. The translation API accepts text input in a source language and returns translated text in the target language. Batch translation mode allows multiple strings to be translated in a single API call, which is efficient for translating UI text arrays, product description lists, or notification templates in bulk. Automatic language detection can identify the source language if it is not specified, though specifying the source language improves accuracy and performance. For Nigerian edtech platforms, Lecto enables translation of learning content into Yoruba, Igbo, or Hausa — making educational materials accessible to students whose primary language is not English. This is particularly valuable for early childhood education, adult literacy programs, and agricultural extension services that reach rural populations. Nigerian fintech and banking applications serving customers across the country can use Lecto to translate customer communications, transaction notifications, and account statements into the customer's preferred language. A customer in Kano receiving SMS notifications in Hausa, or a customer in Ibadan receiving them in Yoruba, has a meaningfully better experience than receiving communications only in English. Nigerian e-commerce platforms can use Lecto to translate product descriptions, seller communications, and customer support responses — enabling buyers and sellers who prefer Yoruba, Igbo, or Hausa to participate fully in the marketplace without language being a barrier to commerce. The API is hosted on RapidAPI, which provides a unified authentication flow using the X-RapidAPI-Key header. The competitive pricing — starting at $9.99/month for 500,000 characters — makes it accessible for Nigerian startups and SMEs that need translation capabilities without the budget for enterprise translation services. Integration requires a RapidAPI subscription to the Lecto Translation endpoint. REST calls with JSON body containing the source text and target language return translated text in the response. The API's simplicity means integration can be completed in a few hours with any HTTP-capable backend. Lecto Translation API's batch mode processes multiple text strings in a single API call, which is critical for efficient application localization workflows. Instead of calling the API once per UI string (which would be hundreds of calls for a typical application), the full set of strings requiring translation can be submitted in one batch, dramatically reducing API call overhead and latency. The API's support for HTML content translation preserves HTML markup in the source text — translating only the visible text content while leaving HTML tags, attributes, and structure intact. This is essential for Nigerian developers translating web content where the markup structure must survive the translation process without corruption. Lecto's competitive per-character pricing makes it economical for Nigerian developers with budget constraints. At small volumes, monthly costs remain manageable even for applications with significant translation requirements — enabling Nigerian startups to launch multilingual products without enterprise translation service budgets.