From 3002b497c194edbd3e27ae997c6a940605a1ca7a Mon Sep 17 00:00:00 2001 From: udinpetot <122413524+kioswebid@users.noreply.github.com> Date: Wed, 20 Mar 2024 09:41:23 +0700 Subject: [PATCH 1/3] Add Gotopup API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 774be47..c37820f 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ Kumpulan API tentang data dan informasi di Indonesia | ------------------------ | ----------------------------------------- | ----------------------------------------------------------------------------- | ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | | API Data Saham Indonesia | goapi-id | [Link](https://goapi.io/api-data-saham-indonesia) | ✅ | REST API data saham indonesia dalam format json, dengan api ini anda bisa mendapatkan data perusahaan, harga saham, dll. | API KEY | | BCA | BCA | [Link](https://developer.bca.co.id) | ✅ | API Bank BCA. | API KEY | +| Gotopup | Gotopup.id | [Link](https://docs.gotopup.id/) | ✅ | Melalui API ini dapat melakukan transaksi seperti Top up Games, beli pulsa, dan lain-lain. | API KEY | | Bisatopup | Bisatopup | [Link](https://documenter.getpostman.com/view/367648/RzfZQZAL?version=latest) | ✅ | Melalui API ini dapat melakukan transaksi seperti beli pulsa, bayar token listrik, dan lain-lain. | API KEY | | CoinMarketCap | CoinMarketCap | [Link](https://coinmarketcap.com/api) | ✅ | CoinMarketCap API adalah rangkaian endpoint RESTful JSON berkinerja tinggi yang dirancang khusus untuk memenuhi tuntutan misi-kritis dari pengembang aplikasi, ilmuwan data, dan platform bisnis perusahaan. | API KEY | | Currency Exchange | azharimm | [Link](https://github.com/azharimm/currency-exchange-api) | ✅ | Currency Exchange. | `false` | From 86959b073d0cd67b0106fdb9dc2b69874c51ce20 Mon Sep 17 00:00:00 2001 From: udinpetot <122413524+kioswebid@users.noreply.github.com> Date: Sat, 23 Mar 2024 13:13:15 +0700 Subject: [PATCH 2/3] Add gotopup API --- data/financial/id.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/data/financial/id.json b/data/financial/id.json index fe3513e..d8e5aa0 100644 --- a/data/financial/id.json +++ b/data/financial/id.json @@ -1,6 +1,17 @@ { "categoryName": "Finansial", "apis": [ + { + "apiName": "Gotopup", + "status": true, + "documentationUrl": "https://docs.gotopup.id/", + "developer": { + "name": "Gotopup", + "profileUrl": null + }, + "description": "API untuk melakukan transaksi pembelian Top up Game, Pulsa, Listrik Dll.", + "authentication": "API KEY" + }, { "apiName": "API Data Saham Indonesia", "status": true, From 09efd9d1fe8074c2be2fda99ca367f482472196f Mon Sep 17 00:00:00 2001 From: udinpetot <122413524+kioswebid@users.noreply.github.com> Date: Sat, 23 Mar 2024 13:13:46 +0700 Subject: [PATCH 3/3] Add gotopup API --- data/financial/en.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/data/financial/en.json b/data/financial/en.json index be33228..2636a8e 100644 --- a/data/financial/en.json +++ b/data/financial/en.json @@ -1,6 +1,17 @@ { "categoryName": "Financial", "apis": [ + { + "apiName": "Gotopup", + "status": true, + "documentationUrl": "https://docs.gotopup.id/", + "developer": { + "name": "Gotopup", + "profileUrl": null + }, + "description": "API for making transactions to purchase top up games, credit, electricity, etc.", + "authentication": "API KEY" + }, { "apiName": "API Data Saham Indonesia", "status": true,