Malaysian Food API

Access our database of 100+ Malaysian foods with accurate nutritional information. Now featuring halal certified foods with JAKIM verification. All endpoints are public and require no authentication.

Base URL

https://kalori-api.my

Natural Foods

Street food & traditional Malaysian dishes

Halal Certified Foods

JAKIM certified brands

All items include brand name, halal certifier (JAKIM), and certification year

General

Response Format

All endpoints return JSON with this structure:

{
  "success": true,
  "data": [...],       // The response data
  "count": 12,         // For search results
  "pagination": {      // For paginated endpoints
    "total": 97,
    "limit": 50,
    "offset": 0,
    "hasMore": true
  }
}

Food Objects

Natural Food

{
  "id": "694bf52dcf55787e6332e9c0",
  "name": "Nasi Lemak",
  "calories": 644,
  "protein": 18,
  "carbs": 80,
  "fat": 28,
  "serving": "1 plate",
  "category": "Rice"
}

Halal Certified Food

{
  "id": "694bf52dcf55787e6332e9c1",
  "name": "Ramly Beef Burger",
  "calories": 400,
  "protein": 15,
  "carbs": 35,
  "fat": 20,
  "serving": "1 burger (200g)",
  "category": "Fast Food",
  "brand": "Ramly",
  "halalCertifier": "JAKIM",
  "halalCertYear": 2024
}

Get Your API Key

Sign in to generate your free API key and start building with Malaysian food data.

Kalori API - Malaysian Food Nutrition Database & API