Skip to content

ferryops/logam-mulia

Repository files navigation

API Public

Mini project, bikin API public dengan scraping (cheerio) dan framework Next.js

  https://logam-mulia.vercel.app/

List Website

Menu

Endpoint API

1. [GET] /api/price-gold-antam-buy

Deskripsi: Mengembalikan harga beli emas Antam.

Response:

[
  [1741853651000, 1563000],
  [1741939773000, 1591000],
  [1742026986000, 1588000]
]

2. [GET] /api/price-gold-antam-sell

Deskripsi: Mengembalikan harga jual emas Antam.

Response:

[
  [1741853651000, 1563000],
  [1741939773000, 1591000],
  [1742026986000, 1588000]
]