diff --git a/README.md b/README.md index 53e5d48..90324c2 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` | diff --git a/data/financial/en.json b/data/financial/en.json index c0d8777..84f8727 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, diff --git a/data/financial/id.json b/data/financial/id.json index ea84022..0821fe2 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,