zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Indonesia/Cek BPOM
Logo Cek BPOM

Cek BPOM

Pencarian registrasi produk obat, kosmetik, suplemen, dan pangan pada database resmi BPOM RI.

Endpoints
1
Requests
38
Updated
3 months ago
For LLMs
llms.txt
Endpoint health16 hours ago
  • lookuppassing, 0.2s
1/1 passingdaily 01:00 WIB

Playground

1 endpoint
GET/v1/indonesia:cek-bpom/lookup5m cache2 paramschecking key…
Parameters
querystringrequired

Nama produk atau nomor registrasi BPOM yang akan dicari (min 2 char).

typeenum

Jenis pencarian: 'nama_produk' atau 'nomor_registrasi'.

·
Response
EXAMPLE
{
  "ok": true,
  "type": "nama_produk",
  "count": 20,
  "query": "PARACETAMOL",
  "results": [
    {
      "form": "SIRUP",
      "brand": null,
      "status": "Berlaku",
      "registrar": "RAMA EMERALD MULTI SUKSES - Indonesia",
      "submitDate": "2026-05-27",
      "expiredDate": "2031-05-24",
      "ingredients": "PARACETAMOL",
      "productName": "PARACETAMOL",
      "manufacturer": "RAMA EMERALD MULTI SUKSES - Indonesia",
      "packagingInfo": "BOTOL @ 60 ML",
      "productCategory": "Obat",
      "registrationDate": "2026-05-24",
      "registrationNumber": "GBL2628921437A1",
      "manufacturerAddress": "DESA TENARU",
      "manufacturerLocation": "KAB. GRESIK"
    },
    {
      "form": "KAPLET",
      "brand": null,
      "status": "Berlaku",
      "registrar": "AFIFARMA - Indonesia",
      "submitDate": "2026-05-27",
      "expiredDate": "2031-05-24",
      "ingredients": "PARACETAMOL",
      "productName": "PARACETAMOL",
      "manufacturer": "AFIFARMA - Indonesia",
      "packagingInfo": "DUS, 10 AMPLOP @ 1 STRIP @ 10 KAPLET",
      "productCategory": "Obat",
      "registrationDate": "2026-05-24",
      "registrationNumber": "GBL2201712204A2",
      "manufacturerAddress": "JL. MAUNI INDUSTRI NO.8",
      "manufacturerLocation": "KOTA KEDIRI"
    },
    {
      "form": "SUPPOSITORIA",
      "brand": null,
      "status": "Berlaku",
      "registrar": "INTERBAT - Indonesia",
      "submitDate": "2026-05-27",
      "expiredDate": "2031-05-20",
      "ingredients": "PARACETAMOL",
      "productName": "PARACETAMOL",
      "manufacturer": "INTERBAT - Indonesia",
      "packagingInfo": "DUS, 2 BLISTER @ 6 SUPPOSITORIA",
      "productCategory": "Obat",
      "registrationDate": "2026-05-20",
      "registrationNumber": "GKL2617636853B1",
      "manufacturerAddress": "JL. H.R. MOCH. MANGUNDIPROJO NO.1 BUDURAN",
      "manufacturerLocation": "KAB. SIDOARJO"
    }
  ],
  "totalMatched": 167
}

Code examples

Lookup Produk BPOM
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

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

const data = await client.run("indonesia:cek-bpom", "lookup", {
  "query": "PARACETAMOL",
  "type": "nama_produk"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/indonesia:cek-bpom/lookup?query=PARACETAMOL&type=nama_produk" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

1 endpoint · plain text
GETLookup Produk BPOM/v1/indonesia:cek-bpom/lookupCari produk terdaftar BPOM berdasarkan nama atau nomor registrasi.

Parameters

querystringrequired
Nama produk atau nomor registrasi BPOM yang akan dicari (min 2 char).
typeenumoptional
Jenis pencarian: 'nama_produk' atau 'nomor_registrasi'. Values: nama_produk, nomor_registrasi.

Request

curl -X GET "https://api.zpi.web.id/v1/indonesia:cek-bpom/lookup?query=PARACETAMOL&type=nama_produk" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "type": "nama_produk",
  "count": 20,
  "query": "PARACETAMOL",
  "results": [
    {
      "form": "SIRUP",
      "brand": null,
      "status": "Berlaku",
      "registrar": "RAMA EMERALD MULTI SUKSES - Indonesia",
      "submitDate": "2026-05-27",
      "expiredDate": "2031-05-24",
      "ingredients": "PARACETAMOL",
      "productName": "PARACETAMOL",
      "manufacturer": "RAMA EMERALD MULTI SUKSES - Indonesia",
      "packagingInfo": "BOTOL @ 60 ML",
      "productCategory": "Obat",
      "registrationDate": "2026-05-24",
      "registrationNumber": "GBL2628921437A1",
      "manufacturerAddress": "DESA TENARU",
      "manufacturerLocation": "KAB. GRESIK"
    },
    {
      "form": "KAPLET",
      "brand": null,
      "status": "Berlaku",
      "registrar": "AFIFARMA - Indonesia",
      "submitDate": "2026-05-27",
      "expiredDate": "2031-05-24",
      "ingredients": "PARACETAMOL",
      "productName": "PARACETAMOL",
      "manufacturer": "AFIFARMA - Indonesia",
      "packagingInfo": "DUS, 10 AMPLOP @ 1 STRIP @ 10 KAPLET",
      "productCategory": "Obat",
      "registrationDate": "2026-05-24",
      "registrationNumber": "GBL2201712204A2",
      "manufacturerAddress": "JL. MAUNI INDUSTRI NO.8",
      "manufacturerLocation": "KOTA KEDIRI"
    },
    {
      "form": "SUPPOSITORIA",
      "brand": null,
      "status": "Berlaku",
      "registrar": "INTERBAT - Indonesia",
      "submitDate": "2026-05-27",
      "expiredDate": "2031-05-20",
      "ingredients": "PARACETAMOL",
      "productName": "PARACETAMOL",
      "manufacturer": "INTERBAT - Indonesia",
      "packagingInfo": "DUS, 2 BLISTER @ 6 SUPPOSITORIA",
      "productCategory": "Obat",
      "registrationDate": "2026-05-20",
      "registrationNumber": "GKL2617636853B1",
      "manufacturerAddress": "JL. H.R. MOCH. MANGUNDIPROJO NO.1 BUDURAN",
      "manufacturerLocation": "KAB. SIDOARJO"
    }
  ],
  "totalMatched": 167
}

Related APIs

More in indonesia

Al-Qur'an Kemenag

indonesia/quran-kemenag

Official Indonesian Ministry of Religious Affairs Qur'an: 114 surah, 6,236 ayah with Arabic, kitabah, transliteration, Indonesian translation and footnotes, plus the full Kemenag tafsir (wajiz, tahlili, kosakata, munasabah, sabab nuzul).

242 calls·10m cache

Jadwal Sholat & Hijriah

indonesia/sholat-kemenag

Indonesian prayer schedules for 517 cities sourced from the Ministry of Religious Affairs dataset, plus Hijri/Gregorian conversion and qibla direction.

188 calls·10m cache

Perpusnas

indonesia/perpusnas

Perpustakaan Nasional RI — Khastara digitised manuscripts and the OPAC national catalogue with full MARC records and digital content listings.

111 calls·5m cache

Bimas Islam Kemenag

indonesia/bimasislam

Directorate General of Islamic Community Guidance: sharia consultation Q&A answered by the Kemenag team, official news, and directorate profile pages.

82 calls·10m cache

Wilayah Indonesia

indonesia/wilayah

Indonesian administrative regions — province, regency, district and village — from official government registries, with BPS and Kemendagri codes.

222 calls·1d cache

Cek NIK

indonesia/cek-nik

Decode structural information from a 16-digit Indonesian NIK identifier.

28 calls·5m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026