2 Best APIs for Word definitions in Nigeria

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

Written by Editorial Staffs as at 22nd June, 2026

All APIs with Word definitions

2 of 2 selected
Feature
Free Dictionary API
Wiktionary API
PricingCompletely free; no API key requiredFree; Wikimedia foundation open API, no key required
Word definitions
Yes
Yes
Phonetics
Yes
No
Audio pronunciation
Yes
No
Part of speech
Yes
No
Example sentences
Yes
Yes
Etymology
No
Yes
Translations
No
Yes
Pronunciation
No
Yes
View Details View Details
++++
Free Dictionary API

Free Dictionary API

Free Dictionary API is an open, no-authentication dictionary API that provides English word definitions, phonetics, audio pronunciations, part-of-speech tags, and example sentences through a simple REST endpoint. The project is completely free with no rate limits enforced beyond reasonable use, making it the most accessible dictionary API available for Nigerian developers building vocabulary features without the overhead of API key management or cost concerns. The API's simplicity is its primary advantage. A single GET request to the endpoint with the word as a URL parameter returns a JSON response with all available data for that word. No API keys, no headers, no authentication tokens, no registration — just a URL call that returns structured dictionary data. For Nigerian developers building student apps, reading tools, or educational platforms, this zero-friction access model means vocabulary lookup features can be added in minutes rather than requiring an account setup and API integration process. Each word response includes an array of phonetics objects — each with the text phonetic representation and an audio file URL where available. The audio URLs point directly to playable MP3 files, enabling in-app pronunciation playback without any additional infrastructure. For Nigerian language learners working on their English pronunciation, hearing the word spoken alongside seeing its definition reinforces the connection between spelling, meaning, and sound. The meanings array organizes definitions by part of speech — the noun definitions are grouped separately from the verb definitions, which are grouped separately from the adjective definitions. Within each part-of-speech group, individual definition objects contain the definition text, optional example sentence, and optional array of synonyms and antonyms. This nested structure cleanly maps to the dictionary entry display pattern that users expect: noun (1. meaning, example) (2. meaning, example), verb (1. meaning, example). For Nigerian secondary school apps, reading comprehension tools, and writing aids where budget and developer time are constrained, Free Dictionary API provides sufficient functionality for most dictionary use cases at zero cost. More advanced applications needing etymology, frequency data, or very broad vocabulary coverage may eventually migrate to paid dictionary APIs, but Free Dictionary API serves as an excellent starting point. The Free Dictionary API's open-source nature means the codebase is maintained by the community and the API endpoints have remained stable over time. For Nigerian developers building long-lived applications — school systems, reading platforms, or language tools expected to run for years — the stability and non-commercial nature of the API reduces the risk of a vendor shutting down the service or changing pricing models. Many commercial dictionary APIs have been discontinued or dramatically repriced, while Free Dictionary API's community-maintained model provides continuity. The API also handles many common English irregular forms — querying "ran" returns information about "run," and querying "mice" returns data about "mouse" — through automatic lemmatization on the server side. This means application developers do not need to implement their own lemmatization preprocessing before sending words to the API; users can enter any word form and receive the appropriate base dictionary entry. Nigerian students who look up words while reading and may not know the base form of an unfamiliar inflected verb or plural noun benefit from this automatic normalization.

++++
Wiktionary API

Wiktionary API

Wiktionary API provides access to Wiktionary, the free collaborative multilingual dictionary maintained by the Wikimedia Foundation. Unlike commercial dictionary APIs, Wiktionary is a community-contributed resource that covers not just English but thousands of languages, including many African and Nigerian languages. The Wiktionary database contains definitions, etymologies, pronunciations, conjugations, translations, and usage examples for words across its language editions. The Wikimedia REST API used to access Wiktionary content works through the standard Mediawiki API endpoint. Developers request page content for a specific word in a specific language edition — the English Wiktionary (en.wiktionary.org) contains entries for words from all languages explained in English, while the Yoruba Wiktionary (yo.wiktionary.org), Hausa Wiktionary (ha.wiktionary.org), and Igbo Wiktionary (ig.wiktionary.org) contain entries in their respective languages. This multi-edition structure makes Wiktionary particularly valuable for Nigerian language documentation and education applications. Etymology data is one of Wiktionary's strongest features. Community contributors trace word origins through historical language families, identifying cognates, borrowings, and derivations. For Nigerian English words and loanwords — Yoruba words that have entered Nigerian English like "eba," "egusi," and "suya" — Wiktionary entries often include origin language documentation that is absent from formal English dictionaries. Nigerian language preservation apps can use Wiktionary etymology data to document and explain how Nigerian words relate to their root languages. Conjugation tables for verbs in many languages are included in Wiktionary entries, providing the full inflection paradigm (all tenses and forms). For Nigerian language learning apps teaching Yoruba, Hausa, or Igbo verb conjugation, Wiktionary's conjugation tables provide structured grammatical reference data that would require years of manual compilation to build from scratch. Translation data maps words across language pairs — the English word "mother" has documented translations in hundreds of languages, with the Yoruba translation "iya" and the Hausa translation "uwa" available. Nigerian translation apps and multilingual dictionaries can use Wiktionary translation data as a foundation, supplemented by human review for accuracy. The Wiktionary API's access to historical citations is available for some word entries — historical usage examples drawn from published texts spanning centuries of English writing. For Nigerian researchers studying the historical evolution of English vocabulary, or educators teaching the development of language over time, these historical citation records provide primary source evidence of how words were used in specific periods. Etymology sections trace borrowings between languages, noting when English adopted words from Latin, French, Arabic, or other source languages — connections that illuminate the multicultural history embedded in everyday vocabulary. Reconstruction entries in Wiktionary document proto-language forms — hypothetical ancestral word forms from Proto-Bantu or Proto-Niger-Congo that linguists have reconstructed by comparing modern language descendants. For Nigerian language researchers and developers building indigenous language preservation tools, these reconstruction entries connect modern Yoruba, Igbo, and Hausa vocabulary to their deeper linguistic ancestry, supporting educational resources that teach the historical depth and sophistication of Nigerian language families.