Nutrition Data API
for Developers

Get calorie and macro data for any food or meal in seconds. Simple, affordable, no BS.

Request
POST /api/parse
{
  "meal": "chicken breast 
           with rice and broccoli"
}
Response
{
  "calories": 450,
  "protein": 45g,
  "carbs": 50g,
  "fat": 8g
}

✓ 50+ developers • 99.9% uptime • <2s response

Why CalorieFast?

Blazing Fast

<2 second response time. Cached results are instant.

💰

Affordable

$10/month for 10K requests. 10x cheaper than competitors.

🎯

Simple API

One endpoint. Send meal text, get nutrition. That's it.

🔒

Reliable

99.9% uptime. Powered by OpenAI + USDA data.

🚀

5min Integration

Get started in 5 minutes. No complex setup.

🌍

Multilingual

Works in any language. Arabic, Spanish, Chinese and more.

Built for

🏋️ Fitness Apps

Add macro tracking to your workout app

🍽️ Meal Planners

Calculate nutrition for meal plans

📱 Diet Trackers

Let users type meals, not scan barcodes

🤖 Chatbots

Add nutrition lookups to your bot

Simple Pricing

Start free. Scale as you grow. No hidden fees.

Free

$0/mo
  • 100 requests/month
  • All endpoints
  • 24hr caching
  • Community support
Get Free Key

Business

$50/mo
  • 100,000 requests/month
  • All endpoints
  • 24hr caching
  • Dedicated support
  • Custom integrations
  • SLA guarantee
Contact Sales

All plans include unlimited API keys • Cancel anytime • No contracts

Quick Start

JavaScript
const response = await fetch('https://api.caloriefast.com/api/parse', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'X-API-Key': 'your_api_key_here'
  },
  body: JSON.stringify({
    meal: 'grilled chicken with brown rice'
  })
});

const data = await response.json();
console.log(data.total_nutrition);
// { calories: 450, protein: 45, carbs: 50, fat: 8 }

Endpoints

POST /api/parse

Parse meal text and get full nutrition breakdown

POST /api/nutrition

Get nutrition data for a single food item

POST /api/batch

Get nutrition for multiple foods (max 20)

Ready to Get Started?

Join 50+ developers using CalorieFast

Free tier • No credit card required • Instant setup