API Gold price exchange in USD, IDR
- JavaScript 95.9%
- HTML 4.1%
| .vscode | ||
| api | ||
| .gitignore | ||
| bun.lockb | ||
| index.html | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
gold-price
Get latest gold price exchange from harga-emas.org.
Endpoint: https://gold-price.vercel.app/api
Response:
{
"usd": {
"oz": "2.171,35 (+13,27)",
"gr": "15.712,00",
"kg": "34.116.251"
},
"kurs_bi": {
"oz": "69,81",
"gr": "15.712,00",
"kg": "1.096.863 (+6.703,37)"
},
"idr": {
"oz": "69.810,52",
"gr": "15.712,00",
"kg": "1.096.862.947"
},
"update_gold_price": "21 Maret 2024 01:16",
"update_kurs_bi": "20 Maret 2024 13:10",
"source": "https://harga-emas.org"
}