HalalCheck API
HalalCheck API adalah RESTful API real-time yang memungkinkan developer memverifikasi status sertifikat halal BPJPH secara instan, akurat, dan developer-friendly.
HalalCheck API endpoints
| Method | Endpoint | Description |
|---|---|---|
| 🔍 Verification | ||
| POST |
verify_product /v1/verify |
Verify the halal status of a product based on: - **product_name**: Product name (e.g., "Indomie Goreng") - **cert_number**: BPJPH certificate number (format: ID + numbers, e.g.,… |
| POST |
verify_batch /v1/verify/batch |
Verify up to **50 products at once** in a single request. Ideal for: - Bulk product importing on e-commerce platforms - Restaurant menu verification - SME compliance checking ###… |
| 📋 Certificate | ||
| GET |
get_certificate_detail /v1/certificate/{cert_number} |
Retrieve complete details of a BPJPH halal certificate by **certificate number**. Certificate format: `ID` followed by 15-20 digits Example: `ID12110049849780326` This endpoint… |
| 🧪 Ingredients AI | ||
| POST |
analyze_ingredients /v1/ingredients/analyze |
Analyze a list of ingredients using **Claude AI** to detect: - ❌ **Haram** ingredients (pork, alcohol, blood, etc.) - ⚠️ **Syubhat** ingredients (unclear status, needs… |
| ⚡ Health & Status | ||
| GET |
get_api_status /v1/status |
Cek status API dan informasi sync terakhir dari BPJPH. Menampilkan: - Status API (online/offline) - Waktu sync terakhir dengan database BPJPH - Total record sertifikat yang… |
HalalCheck API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | 5 / second |
|
| ULTRA Recommended | $14.99 / month | 20 / second |
|
| MEGA | $39.99 / month | 50 / second |
|