Skip to content

Commit

Permalink
Merge pull request #360 from kioswebid/patch-1
Browse files Browse the repository at this point in the history
Add Gotopup API
  • Loading branch information
sooluh authored Mar 28, 2024
2 parents bceb3e0 + 09efd9d commit b568f72
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
11 changes: 11 additions & 0 deletions data/financial/en.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
11 changes: 11 additions & 0 deletions data/financial/id.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit b568f72

Please sign in to comment.