Discontinued
This API no longer responds. Our last check on 2026-04-05 found no working endpoint — the service appears to have shut down or moved. The documentation, code samples and score below are kept for reference only; do not build against this API. See working Dictionaries APIs →
Overview
Indonesia Dictionary provides programmatic access to indonesia dictionary many words via REST API.
Available Data
The kind of data this API exposes, based on its documentation. We could not call the endpoint to confirm the exact field names.
Example Response
Illustrative shape only — we were not able to call this endpoint (it requires credentials or exposes no public sample URL), so the fields below show the kind of data this API returns rather than a recorded response.
{
"word": "serendipity",
"phonetic": "/ˌsɛr.ənˈdɪp.ɪ.ti/",
"meanings": [
{
"partOfSpeech": "noun",
"definition": "The occurrence of events by chance in a happy way"
}
],
"synonyms": [
"luck",
"fortune",
"chance"
]
} Implementation Example
Request skeleton. The URL below is this API's documentation page, not a live endpoint — swap in the path you need from the provider's docs before running it.
const url = "https://new-kbbi-api.herokuapp.com/";
const response = await fetch(url);
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); What Can You Build?
Note: These code examples are AI-generated and unverified. Always refer to the official API documentation for accurate usage.
Metadata Score Breakdown
Estimated from metadata — endpoint not independently tested
Metadata estimate · endpoint not independently tested
Technical Specifications
Related Tags
Similar APIs
View All →Chinese Character Web
⭐ Beginner's PickChinese Character Web is a free API providing definitions, stroke counts, and pronunciations for Chinese characters without requiring an API key.
Chinese Text Project
⭐ Beginner's PickChinese Text Project offers a free API to access a massive digital library of pre-modern Chinese texts, including classics like the Analects and Tao Te Ching.
Free Dictionary
Free Dictionary provides programmatic access to definitions, phonetics, pronounciations, parts of speech, examples, synonyms via REST API.
Wiktionary
⭐ Beginner's PickWiktionary's API gives free access to the entire collaboratively-edited dictionary, covering definitions, pronunciations, etymology, and translations for words in hundreds of languages.
Collins
Collins Dictionary API gives developers access to comprehensive bilingual dictionary and thesaurus data for multiple language pairs, including English, Spanish, French, and more.