{
  "status": "success",
  "response": {
    "message": "Commodity Price API",
    "version": "2.0.0",
    "endpoints": {
      "GET /latest": "All prices in one call (gold, silver, 18 crude oils, thai gold, brent futures)",
      "GET /gold": "World gold price USD/oz + 24h change – goldprice.org",
      "GET /silver": "World silver price USD/oz + 24h change – goldprice.org",
      "GET /oil": "18 crude oil spot prices with change, % change, last updated – oilprice.com",
      "GET /brent-futures": "Brent Crude futures (BZW00=F) price + change – Yahoo/Google Finance",
      "GET /thai-gold": "Thai gold buy/sell THB – goldtraders.or.th",
      "GET /threed": "Last 3 digits – sanook.com",
      "GET /myanmar": "Myanmar 2D live data – https://www.set.or.th",
      "GET /thailand": "Thailand 2D live stock/set data – https://www.set.or.th"
    },
    "crude_types": [
      "WTI Crude",
      "Brent Crude",
      "Murban Crude",
      "WTI Midland",
      "Mars",
      "Opec Basket",
      "DME Oman",
      "Mexican Basket",
      "Indian Basket",
      "Urals",
      "Western Canadian Select",
      "Dubai",
      "Brent Weighted Average",
      "Louisiana Light",
      "Domestic Swt. @ Cushing",
      "Giddings",
      "Gulf Coast HSFO",
      "ANS West Coast"
    ]
  }
}