From 3ddd1a7749af834aaf25b2eee9c10332f9a8f392 Mon Sep 17 00:00:00 2001 From: Kang Cahya Date: Tue, 5 Nov 2024 09:38:56 +0700 Subject: [PATCH] API KBBI Daring & Luring --- data/education/id.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/data/education/id.json b/data/education/id.json index 306bbb3..b037037 100644 --- a/data/education/id.json +++ b/data/education/id.json @@ -77,6 +77,28 @@ }, "description": "API untuk mendapatkan informasi yang digunakan dari Wikipedia.", "authentication": false + }, + { + "apiName": "API KBBI Daring", + "status": true, + "documentationUrl": "https://github.com/dyazincahya/API-KBBI-PHP-Codeigniter-4", + "developer": { + "name": "Kang Cahya", + "profileUrl": "https://github.com/dyazincahya" + }, + "description": "API untuk mendapatkan informasi Kata & Peribahasa berdasarkan Kamus Besar Bahasa Indonesia, data berasal dari https://kbbi.kemdikbud.go.id di ambil dengan metode HTML Parsing menggunakan PHP.", + "authentication": false + }, + { + "apiName": "API KBBI Luring", + "status": true, + "documentationUrl": "https://github.com/dyazincahya/KBBI-SQL-database", + "developer": { + "name": "Kang Cahya", + "profileUrl": "https://github.com/dyazincahya" + }, + "description": "Basis data lokal KBBI, Terdapat 115.978 data Kata, tersedia untuk MySQL, SQLite dan PostgreSQL. Juga tersedia untuk format data CSV, JSON, Markdown, PHP Array, XML, DbUnit, HTML.", + "authentication": false } ] }