zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Finance/Galeri 24
Logo Galeri 24

Galeri 24

Pegadaian's gold retailer — selling and buyback price for 18 brands including Antam, UBS and Lotus Archi, plus outlets and catalogue.

Endpoints
9
Requests
189
Updated
1 hour ago
For LLMs
llms.txt
Endpoint healthnot yet measured
  • pricenot measured
  • dailynot measured
  • vendorsnot measured
  • outletsnot measured
  • productsnot measured
+ 4 more endpointsShow less
  • categoriesnot measured
  • articlesnot measured
  • bannersnot measured
  • sectionsnot measured
no measurements yetdaily 01:00 WIB

Playground

9 endpoints
GET/v1/finance:galeri24/price30m cache2 paramschecking key…
Parameters
vendorstring

Keep only this brand, case-insensitive substring.

denominationnumber

Keep only this bar weight in grams.

·
Response
EXAMPLE
{
  "asOf": "2026-08-29",
  "count": 107,
  "items": [
    {
      "id": "d9e11a2a-7970-46ba-a350-ca0eff900bdf",
      "date": "2026-08-29",
      "spread": 185000,
      "vendor": "ANTAM",
      "basePrice": 1385000,
      "updatedAt": "2026-08-29T03:30:03.589Z",
      "statusCode": 1,
      "vendorCode": "00005201808001",
      "weightGram": 0.5,
      "buybackPrice": 1221000,
      "sellingPrice": 1406000,
      "marginPercent": 1.5,
      "buybackPricePerGram": 2442000,
      "sellingPricePerGram": 2812000
    },
    {
      "id": "3769b88d-7d62-42f9-888b-4ca8dfb46b73",
      "date": "2026-08-29",
      "spread": 268000,
      "vendor": "ANTAM",
      "basePrice": 2670000,
      "updatedAt": "2026-08-29T03:30:03.589Z",
      "statusCode": 1,
      "vendorCode": "00005201808001",
      "weightGram": 1,
      "buybackPrice": 2443000,
      "sellingPrice": 2711000,
      "marginPercent": 1.5,
      "buybackPricePerGram": 2443000,
      "sellingPricePerGram": 2711000
    },
    {
      "id": "61a528d0-12c1-48a5-b0c6-18790ede2b0d",
      "date": "2026-08-29",
      "spread": 474000,
      "vendor": "ANTAM",
      "basePrice": 5280000,
      "updatedAt": "2026-08-29T03:30:03.589Z",
      "statusCode": 1,
      "vendorCode": "00005201808001",
      "weightGram": 2,
      "buybackPrice": 4886000,
      "sellingPrice": 5360000,
      "marginPercent": 1.5,
      "buybackPricePerGram": 2443000,
      "sellingPricePerGram": 2680000
    }
  ],
  "metal": "gold",
  "total": 107,
  "vendor": null,
  "dataset": "price",
  "currency": "IDR",
  "provider": "galeri24",
  "denomination": null,
  "vendorsAvailable": [
    "ANTAM",
    "ANTAM MULIA RETRO",
    "ANTAM NON PEGADAIAN"
  ],
  "denominationsAvailable": [
    0.001,
    0.02,
    0.04
  ]
}

Code examples

Price board
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("finance:galeri24", "price", {
  "vendor": "ANTAM",
  "denomination": 1
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/finance:galeri24/price?vendor=ANTAM&denomination=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

9 endpoints · plain text
GETPrice board/v1/finance:galeri24/priceSelling and buyback price for every brand and denomination on today's board.

Parameters

vendorstringoptional
Keep only this brand, case-insensitive substring.
denominationnumberoptional
Keep only this bar weight in grams.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:galeri24/price?vendor=ANTAM&denomination=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "asOf": "2026-08-29",
  "count": 107,
  "items": [
    {
      "id": "d9e11a2a-7970-46ba-a350-ca0eff900bdf",
      "date": "2026-08-29",
      "spread": 185000,
      "vendor": "ANTAM",
      "basePrice": 1385000,
      "updatedAt": "2026-08-29T03:30:03.589Z",
      "statusCode": 1,
      "vendorCode": "00005201808001",
      "weightGram": 0.5,
      "buybackPrice": 1221000,
      "sellingPrice": 1406000,
      "marginPercent": 1.5,
      "buybackPricePerGram": 2442000,
      "sellingPricePerGram": 2812000
    },
    {
      "id": "3769b88d-7d62-42f9-888b-4ca8dfb46b73",
      "date": "2026-08-29",
      "spread": 268000,
      "vendor": "ANTAM",
      "basePrice": 2670000,
      "updatedAt": "2026-08-29T03:30:03.589Z",
      "statusCode": 1,
      "vendorCode": "00005201808001",
      "weightGram": 1,
      "buybackPrice": 2443000,
      "sellingPrice": 2711000,
      "marginPercent": 1.5,
      "buybackPricePerGram": 2443000,
      "sellingPricePerGram": 2711000
    },
    {
      "id": "61a528d0-12c1-48a5-b0c6-18790ede2b0d",
      "date": "2026-08-29",
      "spread": 474000,
      "vendor": "ANTAM",
      "basePrice": 5280000,
      "updatedAt": "2026-08-29T03:30:03.589Z",
      "statusCode": 1,
      "vendorCode": "00005201808001",
      "weightGram": 2,
      "buybackPrice": 4886000,
      "sellingPrice": 5360000,
      "marginPercent": 1.5,
      "buybackPricePerGram": 2443000,
      "sellingPricePerGram": 2680000
    }
  ],
  "metal": "gold",
  "total": 107,
  "vendor": null,
  "dataset": "price",
  "currency": "IDR",
  "provider": "galeri24",
  "denomination": null,
  "vendorsAvailable": [
    "ANTAM",
    "ANTAM MULIA RETRO",
    "ANTAM NON PEGADAIAN"
  ],
  "denominationsAvailable": [
    0.001,
    0.02,
    0.04
  ]
}
GETDaily headline/v1/finance:galeri24/dailyToday's 1 g selling and buyback per brand, with the day-on-day change.

Parameters

vendorstringoptional
Keep only this brand, case-insensitive substring.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:galeri24/daily?vendor=ANTAM" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "asOf": "2026-08-29",
  "count": 8,
  "items": [
    {
      "date": "2026-08-29",
      "vendor": "GALERI 24",
      "buybackPrice": 2465000,
      "sellingPrice": 2611000,
      "changeBuyPercent": -1.64,
      "changeSellPercent": -1.73
    },
    {
      "date": "2026-08-29",
      "vendor": "ANTAM",
      "buybackPrice": 2443000,
      "sellingPrice": 2711000,
      "changeBuyPercent": -1.81,
      "changeSellPercent": -1.74
    },
    {
      "date": "2026-08-29",
      "vendor": "ANTAM MULIA RETRO",
      "buybackPrice": 2443000,
      "sellingPrice": 2627000,
      "changeBuyPercent": -1.81,
      "changeSellPercent": -2.74
    },
    {
      "date": "2026-08-29",
      "vendor": "ANTAM NON PEGADAIAN",
      "buybackPrice": 2250000,
      "sellingPrice": 2627000,
      "changeBuyPercent": -1.75,
      "changeSellPercent": -2.74
    },
    {
      "date": "2026-08-29",
      "vendor": "UBS",
      "buybackPrice": 2443000,
      "sellingPrice": 2654000,
      "changeBuyPercent": -1.81,
      "changeSellPercent": -2.75
    },
    {
      "date": "2026-08-29",
      "vendor": "LOTUS ARCHI",
      "buybackPrice": 2443000,
      "sellingPrice": 2612000,
      "changeBuyPercent": -1.81,
      "changeSellPercent": 0
    },
    {
      "date": "2026-08-29",
      "vendor": "SENTRA BUYBACK",
      "buybackPrice": 2250000,
      "sellingPrice": null,
      "changeBuyPercent": -1.75,
      "changeSellPercent": null
    },
    {
      "date": "2025-06-13",
      "vendor": "LOTUS ARCHI GIFT",
      "buybackPrice": null,
      "sellingPrice": 1998000,
      "changeBuyPercent": 0,
      "changeSellPercent": 0
    }
  ],
  "metal": "gold",
  "total": 8,
  "dataset": "daily",
  "currency": "IDR",
  "provider": "galeri24"
}
GETBrands/v1/finance:galeri24/vendorsEvery brand traded, with the code the price board keys against.

Parameters

xstringoptional
Unused — the brand list takes no parameters.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:galeri24/vendors?x=" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 25,
  "items": [
    {
      "code": "00005201808001",
      "name": "ANTAM",
      "vendorId": "3480d9f8-31ec-4571-9dd1-facc318bf04e",
      "createdAt": "2023-09-09T04:02:48.379Z",
      "updatedAt": "2023-09-09T04:02:48.379Z",
      "description": null
    },
    {
      "code": "00005201808002",
      "name": "UBS",
      "vendorId": "e5007505-6648-4dcb-8154-8bc32aeabec4",
      "createdAt": "2023-09-09T04:02:48.379Z",
      "updatedAt": "2023-09-09T04:02:48.379Z",
      "description": null
    },
    {
      "code": "00005201808003",
      "name": "VENDOR LAIN",
      "vendorId": "0f8d4e03-506f-42f4-b47d-9f4c47c43880",
      "createdAt": "2023-09-09T04:02:48.379Z",
      "updatedAt": "2023-09-09T04:02:48.379Z",
      "description": null
    },
    {
      "code": "00005201808004",
      "name": "ANTAM MARKETPLACE",
      "vendorId": "d608e333-6089-4955-9027-e90681fa3834",
      "createdAt": "2023-09-09T04:02:48.379Z",
      "updatedAt": "2023-09-09T04:02:48.379Z",
      "description": null
    },
    {
      "code": "00005201808005",
      "name": "UBS MARKETPLACE",
      "vendorId": "9eb599fa-ce77-4ade-9c81-b1eeca567752",
      "createdAt": "2023-09-09T04:02:48.379Z",
      "updatedAt": "2023-09-09T04:02:48.379Z",
      "description": null
    },
    {
      "code": "00005201808006",
      "name": "ANTAM MULIA RETRO",
      "vendorId": "1722c63a-de21-4822-aa6c-cbfc38305571",
      "createdAt": "2023-09-09T04:02:48.379Z",
      "updatedAt": "2023-09-09T04:02:48.379Z",
      "description": null
    },
    {
      "code": "00005201808007",
      "name": "ANTAM BATIK",
      "vendorId": "5df7cb3a-043b-42ed-983b-921ee27ca911",
      "createdAt": "2023-09-09T04:02:48.379Z",
      "updatedAt": "2023-09-09T04:02:48.379Z",
      "description": null
    },
    {
      "code": "00005201905007",
      "name": "ANTAM NON PEGADAIAN",
      "vendorId": "5ab84c0b-148e-49b0-b29a-16ca1357aeef",
      "createdAt": "2023-09-09T04:02:48.379Z",
      "updatedAt": "2023-09-09T04:02:48.379Z",
      "description": null
    }
  ],
  "total": 25,
  "dataset": "vendors",
  "provider": "galeri24"
}
GETOutlets/v1/finance:galeri24/outletsCounter directory with address, hours, phone and map pin, filterable by city.

Parameters

citystringoptional
Keep only counters in this city, case-insensitive substring.
onPegadaianenumoptional
Keep only counters that do or do not sit inside a Pegadaian branch. Values: true, false.
pagenumberoptional
Page of counters. Default 1.
limitnumberoptional
Counters per page. Default 50, max 200.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:galeri24/outlets?city=Bandung&onPegadaian=true&page=1&limit=50" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "city": "Bandung",
  "page": 1,
  "count": 3,
  "items": [
    {
      "city": "Bandung",
      "name": "Distro Pungkur",
      "mapUrl": "https://maps.app.goo.gl/YSVzTofWuUnSZ7c79",
      "address": "Jl. Pungkur No. 123 Balong Gede, Regol, Bandung, Jawa Barat 40252",
      "contact": "+6281113901279",
      "outletId": "ea6f8c67-5315-4c79-accc-56b993a393fb",
      "createdAt": "2023-09-09T04:02:48.278Z",
      "updatedAt": "2025-04-14T04:22:14.194Z",
      "onPegadaian": true,
      "operational": "Senin s.d Jumat 08.00 - 15.00 & Sabtu 08.00 - 12.00"
    },
    {
      "city": "Bandung",
      "name": "Distro Ujung Berung",
      "mapUrl": "https://maps.app.goo.gl/qJKYSwcdzkhEX4xR7",
      "address": "Jl. Sukup Baru No.1A Pasir Endah, Kec. Ujung Berung, Kota Bandung, Jawa Barat. 40612",
      "contact": "+6281113708609",
      "outletId": "44598921-d3e9-40aa-9ca0-ab0b01ad2e09",
      "createdAt": "2023-09-09T04:02:48.278Z",
      "updatedAt": "2025-04-14T04:09:04.789Z",
      "onPegadaian": true,
      "operational": "Senin s.d Jumat 08.00 - 15.00 , Sabtu & Minggu 08.00 - 12.00"
    },
    {
      "city": "Bandung",
      "name": "J-Store Kantor Pos Banda",
      "mapUrl": "https://maps.app.goo.gl/1VYnyBjMmT9UkPJA8",
      "address": "Jl.Banda No.30 Lantai 1 Blok B Graha Pos Indonesia, Bandung, Jawa Barat 40115",
      "contact": "+6281112524468",
      "outletId": "e10373f2-f81e-47ea-b298-93a90f9f0dab",
      "createdAt": "2023-09-09T04:02:48.278Z",
      "updatedAt": "2025-04-14T03:41:01.951Z",
      "onPegadaian": false,
      "operational": "Senin s.d Jumat 09.30 - 16.00 & Sabtu 09.30 - 13.00"
    }
  ],
  "total": 3,
  "covered": 114,
  "dataset": "outlets",
  "hasMore": false,
  "nextPage": null,
  "provider": "galeri24",
  "reported": 114,
  "citiesAvailable": [
    "Ambon",
    "Balikpapan",
    "Banda Aceh",
    "Bandar Lampung",
    "Bandung",
    "Bangkalan",
    "Banjarmasin",
    "Banyuwangi"
  ]
}
GETProducts/v1/finance:galeri24/productsStorefront catalogue with price, stock, rating and active promos.

Parameters

pagenumberoptional
Page of variants. Default 1. The upstream fixes the page at 20 items.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:galeri24/products?page=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 20,
  "items": [
    {
      "sku": "GE-1071649",
      "name": "1,8 gr  [GE-1071649] By LOTUS",
      "image": "https://galeri24.co.id/images/3c28107839d89b2f5166c816d4da08ee",
      "price": 3789000,
      "stock": 1,
      "promos": [
        {
          "name": "HUT GALERI KE-8",
          "type": "PERCENTAGE",
          "used": 0,
          "quota": 1,
          "amount": 2.5,
          "endDate": "2026-08-31T07:30:48.000Z",
          "promoId": "e4ae5f54-f537-4371-b1c0-b2e639d86a64",
          "isActive": true,
          "startDate": "2026-08-06T01:26:11.000Z",
          "limitPerTransaction": 1
        }
      ],
      "rating": 0,
      "product": "Giwang Malika",
      "category": "Anting",
      "isNewest": true,
      "createdAt": "2026-07-17T05:34:52.343Z",
      "imageName": "1071649_kdcz1lg06c_2025-12-20-15-03-42.jpg",
      "productId": "a222ae58-471d-498d-b9df-feca66a9caac",
      "updatedAt": "2026-08-29T03:49:05.691Z",
      "variantId": "ddbd29a0-03f6-4538-a1ee-33a3dcdefdd1",
      "categoryId": "13b6c3f9-9470-4152-a677-f3c830e05b5c",
      "orderCount": 0,
      "weightGram": 1.8,
      "description": "\"Giwang Malika- 1,8 gr  [GE-1071649] By LOTUS \n_________________________________________\n\nNomor Serial (SKU) : GE-1071649 \nBerat : 1,8 gr \nKadar : 18k \nWarna : Rose Gold\nInformasi …",
      "productSlug": "giwang-malika-ormhl",
      "reviewCount": 0,
      "imageMimeType": "image/jpeg",
      "isRecommended": false,
      "shippingWeight": 10
    }
  ],
  "total": 374,
  "dataset": "products",
  "hasMore": true,
  "currency": "IDR",
  "nextPage": 2,
  "provider": "galeri24"
}
GETCategories/v1/finance:galeri24/categoriesCategories the storefront groups its catalogue into.

Parameters

menuOnlyenumoptional
Keep only categories the storefront puts in its menu. Default false. Values: true, false.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:galeri24/categories?menuOnly=true" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 9,
  "items": [
    {
      "name": "Anting",
      "image": null,
      "isHome": false,
      "isMenu": true,
      "createdAt": "2023-11-22T09:53:22.423Z",
      "imageName": "67e0a4959b24e071a9baa86b340d3048.jpg",
      "updatedAt": "2024-01-25T07:21:11.534Z",
      "categoryId": "13b6c3f9-9470-4152-a677-f3c830e05b5c",
      "description": "desain kekinian Cocok buat gaya santai atau party, nih! bikin penampilan makin hits!",
      "imageMimeType": "image/jpeg"
    },
    {
      "name": "Berlian",
      "image": "https://galeri24.co.id/images/e441754c09c91f110e3e5760939e9bc2",
      "isHome": false,
      "isMenu": true,
      "createdAt": "2023-11-22T09:53:59.720Z",
      "imageName": "Untitled design.jpg",
      "updatedAt": "2024-02-13T08:49:52.831Z",
      "categoryId": "f6833ef4-5d22-4b43-bf15-ba4842b57232",
      "description": null,
      "imageMimeType": "image/jpeg"
    },
    {
      "name": "Cincin",
      "image": null,
      "isHome": false,
      "isMenu": true,
      "createdAt": "2023-11-22T09:53:32.709Z",
      "imageName": "20548a47c2bd686fc490f8f72468277a.jpg",
      "updatedAt": "2024-01-25T07:23:52.793Z",
      "categoryId": "bde19b21-c773-490b-b771-7cf73be0b2ff",
      "description": "desain kekinian nge-hits, Stay cool dengan cincin yang jadi  statement fashion!",
      "imageMimeType": "image/jpeg"
    }
  ],
  "total": 9,
  "dataset": "categories",
  "provider": "galeri24"
}
GETArticles/v1/finance:galeri24/articlesEditorial feed of gold explainers and market notes.

Parameters

pagenumberoptional
Page of articles. Default 1. The upstream fixes the page at 20 items.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:galeri24/articles?page=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 20,
  "items": [
    {
      "url": "https://galeri24.co.id/post/dolar-naik-apakah-emas-naik",
      "slug": "dolar-naik-apakah-emas-naik",
      "image": "https://galeri24.co.id/images/51faf97ed7bff767713ebe25f1ca190d",
      "title": "Dolar Naik Apakah Emas Naik atau Turun? Cek Faktanya di Sini!",
      "category": "[object Object]",
      "metaTags": "harga emas, emas naik, emas",
      "articleId": "106f2078-5088-49f6-8641-021b5dbe739b",
      "createdAt": "2026-08-28T07:26:15.526Z",
      "imageName": "dolar naik apakah emas naik.jpg",
      "metaTitle": "Dolar Naik Apakah Emas Naik atau Turun? Cek Faktanya di Sini!",
      "updatedAt": "2026-08-29T08:46:22.392Z",
      "viewCount": 71,
      "isPublished": true,
      "publishedAt": "2026-08-28T07:37:15.000Z",
      "imageMimeType": "image/jpeg",
      "metaDescription": "Dolar naik apakah emas naik atau turun? Yuk, simak penjelasanya dalam artikel ini agar Anda bisa dapatkan harga emas yang ideal!"
    },
    {
      "url": "https://galeri24.co.id/post/kadar-emas-21-karat-berapa-persen",
      "slug": "kadar-emas-21-karat-berapa-persen",
      "image": "https://galeri24.co.id/images/4b43cc2c344d6dc6d5c5e41b9a65b5be",
      "title": "Kadar Emas 21 Karat Berapa Persen? Ketahui Cara Hitung dan Ciri Fisiknya!",
      "category": "[object Object]",
      "metaTags": "emas, emas batangan, emas asli",
      "articleId": "06b549f9-975a-4a39-930e-3322a49d9225",
      "createdAt": "2026-08-27T11:01:31.032Z",
      "imageName": "Kadar Emas 21 Karat Berapa Persen.jpg",
      "metaTitle": "Kadar Emas 21 Karat Berapa Persen? Ketahui Cara Hitung dan Ciri Fisiknya!",
      "updatedAt": "2026-08-29T08:38:33.472Z",
      "viewCount": 125,
      "isPublished": true,
      "publishedAt": "2026-08-27T11:17:29.000Z",
      "imageMimeType": "image/jpeg",
      "metaDescription": "Kadar emas 21 karat berapa persen? Cek cara hitung, estimasi, lengkap dengan ciri fisiknya. Simak di sini!"
    }
  ],
  "total": 1730,
  "dataset": "articles",
  "hasMore": true,
  "nextPage": 2,
  "provider": "galeri24"
}
GETBanners/v1/finance:galeri24/bannersStorefront banners, grouped by the slot each fills.

Parameters

groupstringoptional
Keep only banners in this slot, case-insensitive.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:galeri24/banners?group=HERO" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 5,
  "items": [
    {
      "group": "HERO",
      "image": "https://galeri24.co.id/images/5da27b700394f429806039cc3328e610",
      "title": "-",
      "ctaUrl": null,
      "bannerId": "08933288-3295-4478-a047-ae795803bf74",
      "ctaLabel": null,
      "createdAt": "2026-08-03T06:36:42.940Z",
      "imageName": "G24_AGUSTUS_WEEK_3 - PROMO HUT 8 TAHUN GALERI 24 Format Banner.jpg",
      "updatedAt": "2026-08-03T06:36:42.940Z",
      "description": "-",
      "orderNumber": 0,
      "imageMimeType": "image/jpeg"
    },
    {
      "group": "HERO",
      "image": "https://galeri24.co.id/images/fba8686753ec792a17da6aad7fb84d4a",
      "title": ".",
      "ctaUrl": null,
      "bannerId": "3650faa8-638b-4838-a03d-f12f0627b88a",
      "ctaLabel": null,
      "createdAt": "2026-06-11T14:26:06.395Z",
      "imageName": "Copy of Template - Banner Website  (2).png",
      "updatedAt": "2026-06-11T14:26:06.395Z",
      "description": ".",
      "orderNumber": 0,
      "imageMimeType": "image/png"
    },
    {
      "group": "HERO",
      "image": "https://galeri24.co.id/images/9f113516e5c746dd6542b3277895c83c",
      "title": "-",
      "ctaUrl": null,
      "bannerId": "4720e6c1-9bb9-4650-b58d-c7f6d668907c",
      "ctaLabel": null,
      "createdAt": "2026-07-27T07:31:23.389Z",
      "imageName": "Info Pengiriman Online (1).png",
      "updatedAt": "2026-07-27T07:31:23.389Z",
      "description": "-",
      "orderNumber": 0,
      "imageMimeType": "image/png"
    },
    {
      "group": "HERO",
      "image": "https://galeri24.co.id/images/11e0f5714449e2edf8749f88aeb9fef4",
      "title": ".",
      "ctaUrl": null,
      "bannerId": "cf4b1863-0955-429f-a021-0921485c6007",
      "ctaLabel": null,
      "createdAt": "2025-12-20T07:46:35.871Z",
      "imageName": "Melayani Sepenuh Hati - 1600x900.png",
      "updatedAt": "2025-12-22T01:37:33.705Z",
      "description": ".",
      "orderNumber": 1,
      "imageMimeType": "image/png"
    },
    {
      "group": "HERO",
      "image": "https://galeri24.co.id/images/a17b2a75191f64836ab6eb1d2b57ee3b",
      "title": "-",
      "ctaUrl": null,
      "bannerId": "88398fdd-e801-46f5-b237-c202d2233593",
      "ctaLabel": null,
      "createdAt": "2024-11-20T08:37:57.954Z",
      "imageName": "Copy of Template - Banner Website  (3).png",
      "updatedAt": "2026-06-11T14:27:14.221Z",
      "description": null,
      "orderNumber": 2,
      "imageMimeType": "image/png"
    }
  ],
  "total": 5,
  "dataset": "banners",
  "provider": "galeri24"
}
GETPage sections/v1/finance:galeri24/sectionsEditable copy blocks the storefront renders around the price board.

Parameters

slugstringoptional
Keep only the section with this slug.

Request

curl -X GET "https://api.zpi.web.id/v1/finance:galeri24/sections?slug=gold-price-cta" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 16,
  "items": [
    {
      "slug": "gold-price-cta",
      "title": "Produk Emas Batangan",
      "content": "Harga Emas Batangan",
      "createdAt": "2023-10-11T08:23:29.031Z",
      "itemCount": 0,
      "sectionId": "020589f7-86b3-4c5c-903d-54c8f29129ef",
      "updatedAt": "2024-01-31T10:27:52.587Z",
      "imageCount": 0
    },
    {
      "slug": "header-gold-price",
      "title": "Harga Emas",
      "content": "*) Harga dapat berubah sewaktu Waktu.\n**) Harga yang berlaku adalah harga yang tertera pada sistem Galeri 24",
      "createdAt": "2023-10-11T08:23:28.805Z",
      "itemCount": 0,
      "sectionId": "03c11398-9bc3-492d-a8be-f5a57ab90b1b",
      "updatedAt": "2025-05-28T07:24:22.985Z",
      "imageCount": 1
    },
    {
      "slug": "header-home",
      "title": "Welcome",
      "content": "Selamat datang di Galeri 24",
      "createdAt": "2023-10-11T08:23:24.331Z",
      "itemCount": 0,
      "sectionId": "0da51115-f4ad-439d-8f48-d5c17e83a096",
      "updatedAt": "2024-01-31T10:24:21.764Z",
      "imageCount": 0
    }
  ],
  "total": 16,
  "dataset": "sections",
  "provider": "galeri24"
}

Related APIs

More in finance

Pluang

finance/pluang

Data pasar Pluang lintas aset: order book, running trade, tradebook dan ringkasan broker per saham IDX, plus saham Amerika, emas, kripto, sinyal analis dan berita.

167.9K calls·1d cache

IDX (Bursa Efek Indonesia)

finance/idx

Data Bursa Efek Indonesia: ringkasan saham & indeks, top movers, broker, emiten, laporan keuangan, berita, dan passthrough ke ratusan endpoint /primary/.

258.9K calls·1d cache

Binance Futures

finance/binance-futures

USD-M perpetual futures market data: funding, premium index, open interest, long/short ratios, candles and depth.

23.6K calls·10m cache

TradingView

finance/tradingview

Screener, charts, technical indicators, fundamentals, news and the macro calendar across 16 markets — Indonesian equities, US equities, crypto, forex and futures.

83.9K calls·1d cache

Stockbit

finance/stockbit

Data saham IDX dari Stockbit: harga, chart intraday, profil emiten, diskusi komunitas, dan kamus investasi.

50.8K calls·1d cache

Binance Vision

finance/binance-vision

Binance's public bulk archive: klines, 5-minute open-interest and long/short metrics, funding, book depth and liquidations, back to 2017.

8.1K calls·1d cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026