diff --git a/README.en.md b/README.en.md index cb13bb7..e468f39 100644 --- a/README.en.md +++ b/README.en.md @@ -108,6 +108,7 @@ This file is translation from Original (Bahasa Indonesia). | LK21 & NontonDrama (Unofficial) | [Febriadji](http://github.com/febriadj) | [Link](https://github.com/febriadj/lk21-api) | ✅ | Presents movies, animations, and series from various countries with Indonesian subtitle streaming features. | `false` | | LK21 API (Un-official) | devnazir | [Link](https://github.com/devnazir/api-lk21) | ✅ | Displays movie data from the LK21 website. | `false` | | Manga/Komik Bahasa Indonesia (Un-official) | Febry Ardiansyah | [Link](https://github.com/febryardiansyah/manga-api) | ✅ | Provides Manga or Comics in Indonesian. | `false` | +| MyInstants Unofficial REST API | [abdipr](https://github.com/abdipr) | [Link](https://github.com/abdipr/myinstants-api) | ✅ | MyInstants Unofficial API for getting list of trending soundboard, soundboard search, and recent soundboard. | `false` | | Otakudesu API (Un-official) | KaedeNoKi Team | [Link](https://github.com/Kaede-No-Ki/otakudesu-rest-api) | ✅ | Provides anime with Indonesian subtitles. | `false` | | Quotes Generator API | Irfan Akbari Habibi | [Link](https://github.com/Irfanakbari/quote-generator-api) | ✅ | API to Get Random Daily Quotes. | `false` | | Spesifikasi HP | azharimm | [Link](https://github.com/azharimm/phone-specs-api) | ✅ | Mobile phone specifications from GSM Arena. | `false` | diff --git a/README.md b/README.md index beb590a..e87be49 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ Kumpulan API tentang data dan informasi di Indonesia | LK21 & NontonDrama (Unofficial) | [Febriadji](http://github.com/febriadj) | [Link](https://github.com/febriadj/lk21-api) | ✅ | Menyajikan movie, animasi, dan series dari berbagai negara dengan dukungan fitur streaming ber-subtitle Indonesia. | `false` | | LK21 API (Un-official) | devnazir | [Link](https://github.com/devnazir/api-lk21) | ✅ | Menampilkan data movie dari situs LK21. | `false` | | Manga/Komik Bahasa Indonesia (Un-official) | Febry Ardiansyah | [Link](https://github.com/febryardiansyah/manga-api) | ✅ | Menyediakan Manga atau Komik bahasa Indonesia. | `false` | +| MyInstants Unofficial REST API | [abdipr](https://github.com/abdipr) | [Link](https://github.com/abdipr/myinstants-api) | ✅ | Unofficial API MyInstants untuk mendapatkan list trending soundboard, search soundboard, dan soundboard terbaru. | `false` | | Otakudesu API (Un-official) | KaedeNoKi Team | [Link](https://github.com/Kaede-No-Ki/otakudesu-rest-api) | ✅ | Menyediakan anime dengan subtitle Bahasa Indonesia. | `false` | | Quotes Generator API | Irfan Akbari Habibi | [Link](https://github.com/Irfanakbari/quote-generator-api) | ✅ | API untuk Dapatkan Random Quotes Harian. | `false` | | Spesifikasi HP | azharimm | [Link](https://github.com/azharimm/phone-specs-api) | ✅ | Spesifikasi HP data dari gsm arena. | `false` | diff --git a/data/entertainment/en.json b/data/entertainment/en.json index edc2464..e1eb2a3 100644 --- a/data/entertainment/en.json +++ b/data/entertainment/en.json @@ -133,6 +133,17 @@ "description": "Provides Manga or Comics in Indonesian.", "authentication": false }, + { + "apiName": "MyInstants Unofficial REST API", + "status": true, + "documentationUrl": "https://github.com/abdipr/myinstants-api", + "developer": { + "name": "abdipr", + "profileUrl": "https://github.com/abdipr" + }, + "description": "MyInstants Unofficial API for getting list of trending soundboard, soundboard search, and recent soundboard.", + "authentication": false + }, { "apiName": "Otakudesu API (Un-official)", "status": true, @@ -231,17 +242,6 @@ }, "description": "Provides a way to access information about entertainments such as Anime, Manga, etc.", "authentication": false - }, - { - "apiName": "MyInstants Unofficial REST API", - "status": true, - "documentationUrl": "https://github.com/abdipr/myinstants-api", - "developer": { - "name": "abdipr", - "profileUrl": "https://github.com/abdipr" - }, - "description": "MyInstants Unofficial API for getting list of trending soundboard, soundboard search, and recent soundboard.", - "authentication": false } ] } diff --git a/data/entertainment/id.json b/data/entertainment/id.json index 2199aa3..6d5c6c8 100644 --- a/data/entertainment/id.json +++ b/data/entertainment/id.json @@ -133,6 +133,17 @@ "description": "Menyediakan Manga atau Komik bahasa Indonesia.", "authentication": false }, + { + "apiName": "MyInstants Unofficial REST API", + "status": true, + "documentationUrl": "https://github.com/abdipr/myinstants-api", + "developer": { + "name": "abdipr", + "profileUrl": "https://github.com/abdipr" + }, + "description": "Unofficial API MyInstants untuk mendapatkan list trending soundboard, search soundboard, dan soundboard terbaru.", + "authentication": false + }, { "apiName": "Otakudesu API (Un-official)", "status": true, @@ -231,17 +242,6 @@ }, "description": "Menyediakan kumpulan API yang dapat digunakan untuk mengakses informasi tentang hiburan seperti Anime, Manga, dll.", "authentication": false - }, - { - "apiName": "MyInstants Unofficial REST API", - "status": true, - "documentationUrl": "https://github.com/abdipr/myinstants-api", - "developer": { - "name": "abdipr", - "profileUrl": "https://github.com/abdipr" - }, - "description": "Unofficial API MyInstants untuk mendapatkan list trending soundboard, search soundboard, dan soundboard terbaru.", - "authentication": false } ] }