Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ This file is translation from Original (Bahasa Indonesia).
| KBBI Offline API | [Kang Cahya](https://github.com/dyazincahya) | [Link](https://github.com/dyazincahya/KBBI-SQL-database) | ✅ | KBBI local database, Contains 115,978 Word data, available for MySQL, SQLite and PostgreSQL. Also available for CSV, JSON, Markdown, PHP Array, XML, DbUnit, HTML data formats. | `false` |
| KBBI Online API | [Kang Cahya](https://github.com/dyazincahya) | [Link](https://github.com/dyazincahya/API-KBBI-PHP-Codeigniter-4) | ✅ | API to get information on Words and Proverbs based on the Big Indonesian Dictionary, data comes from https://kbbi.kemdikbud.go.id taken using the HTML Parsing method using PHP. | `false` |
| Kotonogi API | [Naufal AY](https://github.com/soudayonee) | [Link](https://github.com/soudayonee/kotonogi-api) | ✅ | Static JSON API providing Japanese characters such as Hiragana, Katakana. Including dakuten, handakuten, and yoon variations. | `false` |
| Maganghub API | [Ndav](https://ndav.my.id) | [Link](https://maganghub.ndav.my.id) | ✅ | API to retrieve internship program information from the Ministry of Manpower of the Republic of Indonesia | `false` |
| New KBBI API | btrianurdin | [Link](https://github.com/btrianurdin/new-kbbi-api) | ✅ | KBBI API with complete lemma, word class, and meanings. | `false` |
| Python 3 API wrapper for PDDIKTI | IlhamRisky | [Link](https://github.com/IlhamriSKY/PDDIKTI-kemdikbud-API) | ✅ | Python API wrapper that fetches data from the PDDIKTI website, including data about Universities, Study Programs, Professors, Students/Alumni, News, Reports, etc. | `false` |
| Wikipedia API | Mediawiki | [Link](https://www.mediawiki.org/wiki/API:Tutorial) | ✅ | API for retrieving information used from Wikipedia. | `false` |
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ Kumpulan API tentang data dan informasi di Indonesia
| KBBI API | azharimm | [Link](https://github.com/azharimm/kbbi-api) | ✅ | Rest Api KBBI. | `false` |
| KBBI Complete REST API | [raf555](http://github.com/raf555) | [Link](https://kbbi.raf555.dev/swagger/index.html) | ✅ | Alternatif API KBBI - hasil mirror aplikasi Android (tanpa web scraping). Informasi dan dokumentasi lengkap, low latency, serta fitur bawaan aplikasi seperti "Kata hari ini". | `false` |
| Kotonogi API | [Naufal AY](https://github.com/soudayonee) | [Link](https://github.com/soudayonee/kotonogi-api) | ✅ | API JSON statis yang menyediakan huruf Jepang seperti Hiragana, Katakana. Termasuk variasi dakuten, handakuten, dan yoon. | `false` |
| Maganghub API | [Ndav](https://ndav.my.id) | [Link](https://maganghub.ndav.my.id) | ✅ | API untuk mengambil informasi program magang Kementerian Ketenagakerjaan Republik Indonesia. | `false` |
| New KBBI API | btrianurdin | [Link](https://github.com/btrianurdin/new-kbbi-api) | ✅ | KBBI API yang dilengkapi dengan lema, kelas kata dan arti secara lengkap. | `false` |
| Python 3 API wrapper PDDIKTI | IlhamRisky | [Link](https://github.com/IlhamriSKY/PDDIKTI-kemdikbud-API) | ✅ | Python API wrapper, yang mengambil data dari web PDDIKTI, terdiri dari data Universitas, Program Studi, Dosen, Mahasiswa/Alumni, Berita, Laporan, Dll. | `false` |
| Wikipedia API | Mediawiki | [Link](https://www.mediawiki.org/wiki/API:Tutorial) | ✅ | API untuk mendapatkan informasi yang digunakan dari Wikipedia. | `false` |
Expand Down
Binary file modified bun.lockb
Binary file not shown.
11 changes: 11 additions & 0 deletions data/education/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,17 @@
"description": "Static JSON API providing Japanese characters such as Hiragana, Katakana. Including dakuten, handakuten, and yoon variations.",
"authentication": false
},
{
"apiName": "Maganghub API",
"status": true,
"documentationUrl": "https://maganghub.ndav.my.id",
"developer": {
"name": "Ndav",
"profileUrl": "https://ndav.my.id"
},
"description": "API to retrieve internship program information from the Ministry of Manpower of the Republic of Indonesia",
"authentication": false
},
{
"apiName": "New KBBI API",
"status": true,
Expand Down
11 changes: 11 additions & 0 deletions data/education/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,17 @@
"description": "API JSON statis yang menyediakan huruf Jepang seperti Hiragana, Katakana. Termasuk variasi dakuten, handakuten, dan yoon.",
"authentication": false
},
{
"apiName": "Maganghub API",
"status": true,
"documentationUrl": "https://maganghub.ndav.my.id",
"developer": {
"name": "Ndav",
"profileUrl": "https://ndav.my.id"
},
"description": "API untuk mengambil informasi program magang Kementerian Ketenagakerjaan Republik Indonesia.",
"authentication": false
},
{
"apiName": "New KBBI API",
"status": true,
Expand Down
Loading