Looking for a substitute for Oxford Dictionary API? Check out the top compiled education alternative APIs in the directory. Compare key features, developer experience, authentication methods, and uptime.
Health Tech, Education
Chomp Food API is a comprehensive food and nutrition database providing normalized, audited data on over 1.2 million grocery products, branded foods, and raw ingredients. The API is built by developers for developers, making it production-ready for food and nutrition applications. Core capabilities: (1) PRODUCT DATABASE - Access 1.2M+ food items including branded foods, grocery products, and raw ingredients with complete nutritional data; (2) BARCODE LOOKUP - Search food products by UPC/barcode codes for quick product identification; (3) INGREDIENT SEARCH - Search foods by ingredient names to find products containing or avoiding specific ingredients; (4) NAME SEARCH - Full-text search by product name to discover foods and their nutritional information; (5) NUTRITION DATA - Complete macro and micronutrient information per serving; (6) DIET FILTERING - Find diet-friendly foods (vegan, vegetarian, gluten-free) and products for specific dietary needs; (7) AUDITED DATA - All data is audited daily ensuring accuracy and quality; (8) CACHING RIGHTS - Ability to cache data (24 hours on Standard, indefinite on Premium); (9) DATA STORAGE - Store normalized data in your application based on plan tier. Perfect for nutrition apps, diet tracking platforms, food delivery services, grocery shopping assistants, meal planning applications, and restaurant menus. The Chomp API differentiates itself through data quality controls. Each product's nutritional data is verified against manufacturer-published nutrition facts panels, reducing the data errors that commonly affect crowd-sourced food databases. For Nigerian health apps where users make dietary decisions based on nutritional data, accuracy is a safety consideration — inaccurate calorie counts can undermine weight management goals and potentially harm users with medical dietary requirements like diabetes management. Allergen flagging within the Chomp database identifies products containing the 14 major food allergens, helping applications surface warnings to users with specific sensitivities. For Nigerian food apps serving users with peanut allergies, gluten intolerance, or dairy sensitivity, allergen data enables proactive warnings before consumption rather than reactive symptom management. The ingredient search capability allows querying for all products that contain or exclude a specific ingredient — building an "avoid palm oil" or "contains groundnuts" filter list for Nigerian users with specific dietary restrictions. Caching rights in the paid plans allow developers to store Chomp data locally in their application database, reducing API call volume for high-traffic applications and enabling offline functionality. For Nigerian mobile apps where users may browse nutritional information while offline at a market or supermarket, locally cached product data continues to function without an active data connection. The tiered caching rights (24 hours on Standard, indefinite on Premium) give developers flexibility to optimize their data freshness strategy against storage and API call costs. The Chomp API also includes a Restaurant API component covering menu items from chain restaurants with standardized nutritional data for franchise menu items. For Nigerian food delivery platforms that partner with international fast food chains present in Nigeria — KFC, Dominos, Chicken Republic — menu item nutritional data from Chomp can populate in-app nutritional information displays, helping Nigerian users make informed choices when ordering. This closes the gap between packaged food nutrition (covered by barcode scan) and restaurant meal nutrition in a comprehensive Nigerian food tracking application.
Education, Payments, Utility Tools
Nigerian VTU platform with comprehensive service coverage including airtime, data, bill payments, and exam pins. Vtunaija provides good customer support and developer-friendly APIs. Serves multiple needs beyond standard VTU including exam registration pin sales for JAMB, WAEC, and other educational institutions.
Health Tech, Education
OpenFDA is a free, publicly accessible REST API developed by the US Food and Drug Administration (FDA) that provides access to millions of records across several critical regulatory datasets: drug adverse events, drug labeling, drug recalls, medical device adverse events, food enforcement reports, and tobacco adverse event reports. While the data originates from US regulatory submissions, OpenFDA is globally accessible and provides valuable resources for Nigerian health tech developers, pharmaceutical companies, and medical researchers who work with drugs and devices that are also sold or used in Nigeria. **What OpenFDA Does** OpenFDA exposes six primary datasets through a unified query API: **1. Drug Adverse Events (FAERS)** The FDA Adverse Event Reporting System (FAERS) contains over 20 million adverse event reports submitted by patients, healthcare professionals, and pharmaceutical companies. Each report describes a drug or biological product suspected of causing a patient's adverse outcome. Searchable by drug name, reaction type, patient demographics, and reporting date. **2. Drug Labeling** Full text of FDA-approved drug labels (package inserts) for thousands of prescription and over-the-counter drugs. Includes indications, dosage, contraindications, warnings, adverse reactions, drug interactions, and storage conditions. Updated whenever the FDA approves labeling changes. **3. Drug Recalls (Enforcement Reports)** Records of drug recall actions, including the reason for recall (contamination, mislabeling, sub-potency, etc.), the affected lot numbers, the recalling firm, and the recall classification. Searchable by drug name, NDC code, or recall date. **4. Medical Device Adverse Events (MAUDE)** Reports of problems with medical devices, including deaths, serious injuries, and malfunctions associated with specific device types and manufacturers. Important for biomedical engineers and hospital administrators monitoring device safety. **5. Food Enforcement Reports** FDA enforcement actions related to food products, including recalls of contaminated or mislabeled food items. Useful for food importers and distributors. **6. Tobacco Adverse Event Reports** Adverse event reports related to tobacco products, including electronic cigarettes. Growing relevance as vaping products enter the Nigerian market. **How Developers Use OpenFDA** No API key is required for basic usage: ``` GET https://api.fda.gov/drug/event.json?search=patient.drug.medicinalproduct:metformin&limit=10 ``` Register for a free API key at open.fda.gov to access higher rate limits (120,000 requests/day vs 1,000/day without key): ``` GET https://api.fda.gov/drug/label.json?search=brand_name:paracetamol&api_key=YOUR_KEY ``` OpenFDA uses a powerful query syntax: full-text search (`search=`), field-specific filtering, range queries for dates and numeric values, and result counting (`count=`). The `count=` parameter is particularly useful for analytics — counting adverse events by drug name, reaction type, or patient age group. **Pricing** Completely free. No payment required. The API is a public service of the US government funded by taxpayer dollars. No commercial restrictions on using the data in applications. **Rate Limits** Without API key: 240 requests/minute, 1,000 requests/day. With free API key: 240 requests/minute, 120,000 requests/day. For very high-volume data downloads, FDA also provides bulk data downloads. **Nigerian Relevance** Nigeria's pharmaceutical market includes many drugs that are also FDA-regulated — either because they are imported from the US, manufactured by US-licensed manufacturers, or are global brands with US FDA approval. Examples include common generic drugs (metformin, amoxicillin, artemether-lumefantrine, ARVs), medical devices (blood glucose meters, diagnostic equipment), and vaccines. Key use cases for Nigerian developers and organizations: 1. **Pharmacovigilance Research**: NAFDAC (National Agency for Food and Drug Administration and Control) encourages pharmacovigilance — monitoring adverse drug reactions in Nigeria. Researchers can supplement Nigerian adverse event data with FAERS reports for the same drugs to build a more complete safety picture. 2. **Drug Safety Screening**: Before importing or approving a drug batch, Nigerian pharmacists and importers can check whether the manufacturer or lot number has active FDA recalls. 3. **Clinical Decision Support**: Drug labeling data from OpenFDA can power warnings and interaction alerts in Nigerian hospital pharmacy systems, particularly for drugs used across both US and Nigerian healthcare systems. 4. **Medical Education**: Nigerian medical and pharmacy students can use OpenFDA to access original FDA drug labels as a teaching resource for pharmacology education. **Compliance Considerations** OpenFDA data is US regulatory data. It reflects FDA's jurisdiction and does not constitute NAFDAC approval or Nigerian regulatory guidance. Developers should clearly label any drug information as "US FDA Data" and direct users to NAFDAC for Nigerian regulatory decisions. OpenFDA data is in the public domain and can be freely reproduced with attribution. **Company Background** OpenFDA is developed and maintained by the US Food and Drug Administration's Office of Digital Transformation. It was launched in 2014 as part of a government initiative to make FDA's regulatory data more accessible to the public, researchers, and developers. The project is open-source on GitHub and welcomes community contributions to improve the API and documentation. OpenFDA is one of the most reliable and comprehensive pharmaceutical regulatory databases available for free — making it an invaluable resource for Nigerian health tech innovation.
AI & ML, Development Tools, Education
Hugging Face API provides access to thousands of open-source machine learning models for natural language processing, computer vision, audio, and multimodal tasks. The Hugging Face Inference API enables developers to run state-of-the-art AI models — including BERT, Stable Diffusion, Whisper, and LLaMA — without managing infrastructure. Nigerian developers and data scientists use the Hugging Face API to build AI-powered applications, run experiments, and deploy custom models at scale using the world's largest open ML model repository.
Development Tools, Education
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.
Development Tools, Education
Wordnik API provides access to one of the most comprehensive English word data repositories on the internet, aggregating definitions, usage examples, audio pronunciations, related words, and word frequency statistics from multiple sources including Wiktionary, The American Heritage Dictionary, WordNet, Century Dictionary, and Wordnik's own massive corpus of published text. The aggregated, multi-source approach means Wordnik often has richer coverage and more diverse usage examples than single-dictionary APIs. The definitions endpoint returns definitions from all available sources for a given word, with the source identified for each definition. This multi-source approach is valuable for vocabulary applications that want to show users how different authorities define the same word, revealing nuances and variations in meaning across dictionaries. For Nigerian English language learners preparing for international exams, seeing how multiple authoritative dictionaries define a word reinforces understanding and aids retention. Usage examples are drawn from Wordnik's 4-billion-word corpus of published text — novels, news articles, academic papers, blogs, and other written sources. Each example includes the sentence, the publication source, and the year of publication, providing real-world context for how words are actually used in contemporary writing. The diversity of source material means examples span both formal academic usage and casual journalistic prose, helping Nigerian writers calibrate word choice for different register contexts. Related words endpoint surfaces semantic relationships: synonyms, antonyms, hypernyms (more general words), hyponyms (more specific words), holonyms (the whole of which the word is a part), meronyms (parts of the word's referent), and cross-references. This web of relationships supports vocabulary exploration apps where users can navigate from one word to semantically related words, building vocabulary through association rather than rote memorization. Nigerian word game apps can use hyponyms and hypernyms to generate category-based quiz questions. The random word endpoint returns a random English word with associated data, filtered by minimum and maximum word length, minimum frequency, and part of speech. This enables "word of the day" features and random vocabulary challenge generators. Audio pronunciation files are hosted on Wordnik's servers and accessed via URL returned in API responses. The Wordnik API's audio pronunciation coverage is particularly thorough compared to some competing services, with recordings available for a wide range of English words including technical vocabulary, proper nouns, and scientific terms. The audio files are MP3 format, universally compatible with HTML audio players and native mobile audio APIs. Pronunciation resources are increasingly important for Nigerian English learners who use self-paced apps and need reliable audio models rather than relying on other learners or text-only references. The availability of pronunciation data for technical and academic vocabulary — words Nigerian university students encounter in English-language textbooks — extends the utility of the API beyond basic everyday vocabulary. For Nigerian crossword puzzle and Scrabble apps specifically, Wordnik's coverage of unusual valid dictionary words (obscure but legitimate English words frequently used in competitive word games) is valuable. The extensive coverage means word validity checks for unusual plays — confirming that a challenged Scrabble word is actually in the dictionary — can be performed against Wordnik's comprehensive corpus rather than more limited dictionaries that might incorrectly reject valid words.
Development Tools, Education
WordsAPI provides English word data through the RapidAPI marketplace, offering definitions, synonyms, antonyms, rhymes, pronunciation, hyponyms, hypernyms, and usage frequency data in a clean JSON API. The service is designed for word game developers, vocabulary application builders, and creative writing tools that need structured word relationship data beyond simple dictionary lookups. The word lookup endpoint returns a comprehensive word object with all available data: definitions organized by part of speech, syllable count, pronunciation (IPA and phonetic), frequency score (how commonly the word appears in written English), rhymes, and the full hierarchy of semantic relationships. The frequency score is particularly useful for vocabulary and reading difficulty applications — words with low frequency scores are rare or advanced vocabulary, while high-frequency words are common and familiar. Nigerian English literacy apps can use frequency data to sequence vocabulary introduction from common to advanced. Rhymes data returns a list of words that rhyme with the input word, organized by perfect rhymes and near-rhymes. For Nigerian musicians, poets, and creative writing platforms, the rhymes endpoint is a practical composition aid. Nigerian Afrobeats songwriters and spoken word artists can quickly find rhyming options for lyrics under construction. The API's rhyme matching is based on phonetic similarity rather than simple spelling patterns, catching rhymes that visual inspection might miss. The hyponyms and hypernyms relationships form a semantic tree that vocabulary apps can traverse for word association games and comprehension exercises. A hypernym of "dog" is "animal"; hyponyms of "dog" include "poodle," "labrador," and "terrier." Nigerian quiz apps and educational games can use these relationships to build category-identification challenges — "which of these words is a type of food?" — that test semantic categorization skills rather than just word definitions. The RapidAPI hosting means developers subscribe through the RapidAPI marketplace, with usage tracked and billed through the platform. The 2,500 free requests per day is generous for development and small-scale production. Nigerian app developers already using RapidAPI for other services benefit from consolidated billing and credential management. The frequency score available through WordsAPI is particularly valuable for readability analysis features. Applications that analyze the reading level of articles or documents can use word frequency to estimate text difficulty — a passage with many low-frequency words is advanced reading material, while high-frequency vocabulary indicates accessible writing. Nigerian educational platforms can use this to classify reading material by grade level, helping teachers select age-appropriate texts for Nigerian primary and secondary school students. For Nigerian crossword and word puzzle apps, WordsAPI's definition and relationship data provides the engine for generating puzzle clues. A crossword clue generated from the definition of a hyponym relationship ("A type of stew" cluing a specific dish name) uses the kind of semantic relationship data WordsAPI provides. The synonym and antonym data enables antonym-based clues ("Opposite of cold" for the answer "hot"), a common crossword clue pattern. Building a locally relevant word game for Nigerian players becomes substantially easier with a structured word database as the foundation. The WordsAPI response for any word also includes the number of syllables and the list of syllables as an array, useful for Nigerian poetry apps, text-to-speech preprocessing, and reading comprehension tools that need to break words into their constituent phonetic components.
Education
Merriam-Webster Dictionary API provides licensed access to the content of America's most trusted dictionary, published continuously since 1828. As the definitive reference for American English, Merriam-Webster's content is used in education, publishing, legal documents, and professional writing contexts across the United States and internationally. The API makes this authoritative lexical content available to developers building language-focused applications. The Collegiate Dictionary endpoint (the most commonly used) returns complete dictionary entries for English words. Each entry includes the headword, functional label (noun, verb, adjective, etc.), inflections (plural forms, verb conjugations), pronunciation in Merriam-Webster's proprietary notation and as audio file URL, numbered definitions with subsenses, usage examples drawn from published sources, synonyms, date of first known use, and etymology notes. This richness of data supports sophisticated vocabulary applications that go beyond simple "word: definition" lookups. Audio pronunciation files are available for most headwords through a predictable URL pattern based on the word and a subdirectory code provided in the API response. The audio files use American English pronunciation as the reference standard. For Nigerian English learners and pronunciation training apps targeting American English standards — relevant for Nigerians studying for US university entrance exams or preparing for work in the US — these audio files provide authoritative pronunciation reference. The Thesaurus API provides synonym and antonym data with sense-specific groupings. Rather than returning a flat list of synonyms, Merriam-Webster groups synonyms by the specific meaning of the headword they apply to — important because words with multiple meanings have different synonyms for each sense. Nigerian writing enhancement tools that help users find more precise vocabulary can leverage this sense-grouped thesaurus data to offer contextually appropriate alternatives rather than semantically unrelated synonyms. The Word of the Day endpoint returns the featured word with its full dictionary entry. Nigerian vocabulary-building apps, student platforms, and workplace learning tools can use this endpoint to build daily vocabulary challenges, push notifications, and quiz features around Merriam-Webster's curated word selections. The 1,000 requests/day free tier is sufficient for vocabulary apps with moderate user bases. The Merriam-Webster Collegiate Dictionary API covers American English spellings and usage conventions, which is particularly relevant for Nigerian users targeting American audiences or studying for US standardized tests like the SAT, GRE, or TOEFL. The API's "def" array returns hierarchical definitions with main senses and subsenses, with each sense independently labeled for part of speech. For Nigerian SAT prep platforms that need authoritative vocabulary definitions for test word lists, Merriam-Webster is the reference standard used in the tests themselves. The Word of the Day and related quiz features can be combined to build a daily vocabulary challenge feature in Nigerian exam prep apps. The Merriam-Webster API also provides a Medical Dictionary API and a Learner's Dictionary API as separate licensed products beyond the Collegiate Dictionary. The Learner's Dictionary contains simplified definitions written specifically for non-native English speakers, using controlled vocabulary in the definitions themselves to ensure comprehensibility. Nigerian ESL learners and English language teaching platforms can use the Learner's Dictionary data to provide definitions that are easier to understand than traditional prescriptive definitions written for native speakers.
Development Tools, Education
Lingua Robot API is a linguistic data API specializing in English word analysis, providing lemmatization, dictionary definitions, synonyms, antonyms, IPA phonetic transcription, and word frequency data. The service is designed for natural language processing applications, vocabulary tools, and language learning platforms that need structured linguistic information beyond what simpler dictionary APIs provide. Lemmatization is the process of reducing an inflected word to its base dictionary form (lemma): "running" becomes "run," "better" becomes "good," "children" becomes "child." Unlike stemming (which crudely truncates word endings), lemmatization uses linguistic knowledge to correctly identify the root form while preserving grammatical context. For Nigerian NLP applications processing user-generated text, lemmatization is an essential preprocessing step before dictionary lookup, sentiment analysis, or keyword extraction. The definitions endpoint returns structured sense-separated definitions where each definition is tagged with a part-of-speech label and semantic field. Definitions are sourced from multiple lexicographic resources and normalized into a consistent format. For a Nigerian vocabulary learning app, the consistent data structure means developers write one rendering component that handles all word types cleanly, without custom parsing for each dictionary source's idiosyncratic format. IPA (International Phonetic Alphabet) transcription provides standardized pronunciation notation that transcends the inconsistency of pronunciation spellings. For Nigerian language education platforms training learners in standard British or American pronunciation, IPA data is the foundation of pronunciation teaching features — when displayed alongside audio, it helps learners connect the visual symbol to the sound they've heard. Word frequency scores indicate how commonly a word appears in contemporary English text, normalized against a large corpus. This data enables vocabulary difficulty classification — low-frequency words are advanced vocabulary while high-frequency words are basic. Nigerian English teaching apps can use frequency data to generate vocabulary curricula ordered from foundational high-frequency words to advanced low-frequency vocabulary, providing a pedagogically sound sequence for systematic vocabulary building. The Lingua Robot API also includes a syllabification endpoint that breaks words into syllables according to standard hyphenation rules. For Nigerian typography tools and text layout applications, syllabification data enables proper end-of-line hyphenation when rendering long words in constrained column widths — a typographic concern in newspaper and magazine layout software. Nigerian publishing platforms building digital magazine readers can use syllabification to produce professionally typeset text layouts that match print quality standards. Antonyms provided by Lingua Robot are organized by sense — the antonym of "light" meaning weight is "heavy," while the antonym of "light" meaning brightness is "dark." This sense-specific organization prevents the common problem of suggesting contextually inappropriate antonyms. Nigerian writing feedback tools that suggest stronger contrasts or antonymic replacements in student essays can rely on Lingua Robot's sense-aware antonym data to provide pedagogically accurate suggestions. Lingua Robot supports bulk lookup through a words endpoint that accepts multiple words in a single request, returning data for all of them in one response. This is significantly more efficient than making individual API calls per word for applications that need to process vocabulary lists, analyze multiple words per sentence, or pre-fetch definitions for a reading passage. Nigerian vocabulary app developers building dictionary-powered reading tools can pre-fetch definitions for all unfamiliar words identified in a text passage in a single API call.
Education
Collins Dictionary API provides licensed access to the content of Collins dictionaries and language resources, one of the world's most authoritative lexicographic publishers. Collins has been publishing English dictionaries since 1819 and maintains a living corpus of over 4.5 billion words of current English usage, making their dictionary data among the most contemporary and comprehensive available for licensing. The API delivers structured dictionary entries with headwords, part-of-speech tags, multiple numbered definitions, usage example sentences, grammar notes, register labels (formal, informal, offensive, etc.), and cross-references to related words. The usage examples are drawn from real-world written and spoken English from Collins' corpus, ensuring they reflect how words are actually used rather than contrived illustrative sentences. For Nigerian EdTech platforms teaching formal English writing and comprehension, the quality and authenticity of usage examples is particularly valuable. Thesaurus integration provides synonym and antonym data alongside dictionary definitions. For writing assistance tools used by Nigerian students and professionals, thesaurus data helps users find more precise or formal vocabulary alternatives. Nigerian university students writing academic papers, journalists writing for national publications, and business professionals drafting formal communications can all benefit from integrated vocabulary enhancement features built on the Collins thesaurus. Pronunciation data is available in both phonetic notation (IPA) and audio file URLs for many headwords. The audio pronunciations are recorded in standard British English and American English variants. For Nigerian language learning applications and pronunciation training tools, audio pronunciations of standard English words provide a reference that helps learners align their Nigerian English accent with international standard forms when needed for formal contexts. Bilingual dictionary data covers multiple language pairs including English-French, English-Spanish, English-German, English-Italian, and others. For Nigerian secondary schools and language learning platforms that teach French (a mandatory subject in many Nigerian schools and important for trade with Francophone West Africa), the English-French bilingual data provides authoritative translation reference. The paid licensing model reflects the premium quality and editorial investment in Collins' dictionary content. The Collins API also provides word frequency bands — categorizing words into levels 1 through 5 based on how commonly they appear in the Collins corpus. This frequency banding is used in language teaching to differentiate core vocabulary (band 5, most common) from advanced vocabulary (band 1, least common). Nigerian EdTech platforms building adaptive vocabulary curricula can use Collins frequency bands to calibrate vocabulary level progressions from beginner to advanced learners. The Collins COBUILD series of learner dictionaries — designed specifically for non-native English speakers — is among the licensed content available through the Collins API, making it particularly suited to Nigerian English language learning platforms where learner-friendly definitions and corpus-based example sentences aid comprehension better than traditional prescriptive dictionary definitions. Collins also licenses bilingual dictionaries covering Hausa-English and Yoruba-English data sets under separate enterprise agreements. Nigerian EdTech companies and government digital education initiatives developing mother-tongue instruction tools can contact Collins licensing to explore these language-specific products for building authoritative Nigerian language reference applications.
Education
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.
Development Tools, Maps & Geocoding, Education
Wikipedia API (Wikimedia REST API) provides free programmatic access to Wikipedia's encyclopedic content in over 300 language editions, enabling applications to retrieve article summaries, full page content, search results, and associated media. Wikipedia is the world's largest freely available knowledge base, with over 60 million articles across all languages, and its API makes this knowledge programmatically accessible without authentication, rate fees, or usage restrictions beyond reasonable use. The Summary endpoint is the most commonly used for application integration. Given a Wikipedia article title, it returns a concise summary (typically the lead section of the article), a description, a thumbnail image with URL and dimensions, and coordinates (for geographic articles). This compact response is ideal for rich preview cards, entity information panels, and knowledge boxes. Nigerian apps that display information about Nigerian cities, prominent individuals, companies, or historical events can enrich those profiles with Wikipedia summary data without building their own knowledge database. The Mobile HTML endpoint returns a formatted, mobile-optimized HTML rendering of the full article content, suitable for embedding in an in-app browser view. This provides the full encyclopedic depth of Wikipedia with clean, readable formatting appropriate for mobile devices. Nigerian educational apps can provide deep-dive access to topic articles without maintaining their own content — students who want to learn more about a subject can read the full Wikipedia article without leaving the app. Search functionality uses Wikimedia's Open Search and full-text search APIs to find relevant articles by keyword. The open search returns article title suggestions for autocomplete interfaces, while full-text search returns ranked articles matching the query terms. Nigerian knowledge apps, chatbots, and information tools can implement "look up on Wikipedia" features with a two-step flow: suggest matching articles as the user types, then load the selected article's summary or full content. Wikipedia editions in Yoruba (yo.wikipedia.org), Hausa (ha.wikipedia.org), and Igbo (ig.wikipedia.org) provide Nigerian-language encyclopedic content, though with smaller article counts than the English edition. The Wikimedia API works identically across all language editions — changing the language subdomain accesses that edition's content in the same format. The Wikipedia API's geosearch endpoint is a powerful location-aware feature that returns Wikipedia articles associated with geographic coordinates. Given a latitude and longitude, it returns nearby articles within a specified radius, ordered by proximity. Nigerian apps with map components can show Wikipedia article markers for nearby points of interest — historical landmarks, natural features, government buildings, and notable locations — giving users contextual knowledge about their physical surroundings. Nigerian tourism apps and city guide applications can use geosearch to populate information panels about sites as users navigate, creating an informative and educational exploration experience without building a custom knowledge database. The Wikipedia API's revision history endpoint provides access to edit logs for any article, including the timestamp, editor username, edit size, and edit summary for each revision. For Nigerian fact-checking and journalism tools, revision history data reveals when article content was last changed and by whom, providing context for assessing the currency and editorial stability of Wikipedia content used as a reference source.