
Documentation
Calorie API reference
Search, retrieve, and analyze nutritional information with our REST API over HTTPS.
Base URL: https://calorieapiadmin.com/api/v1
Quick start
Get started in minutes with our comprehensive food database API. Create an account, choose a plan, get your API key, and start making requests.
Open API playgroundGetting Started
Create Your Account
Sign up for a free account to access the Food API. No credit card required for the free tier.
Create AccountChoose Your Plan
Start on the free plan and upgrade as your request volume grows. Paid plans raise per-minute rate limits and monthly quotas. See rate limits & quotas for how limits work.
View All PlansGet Your API Key
After subscribing to a plan, generate your API key from the dashboard. This key authenticates your requests. See authentication for security best practices.
sk_live_1234567890abcdef
Make Your First Request
Test your API key with a simple search request. Replace the API key with your actual key.
curl "https://calorieapiadmin.com/api/v1/search/foods?q=apple" \ -H "X-API-Key: your_api_key_here"
API Reference
Every endpoint has a dedicated reference page with parameters, response examples, and integration FAQs.
Integration Guides
Framework-specific walkthroughs with working code for common nutrition features.
Developer documentation for nutrition & food APIs
This reference covers how to authenticate with API keys, search foods with multi-word queries and verified filters, run autocomplete suggest, and resolve products by UPC barcode. All responses are JSON over HTTPS with predictable pagination and error formats.
Start with a free account to generate keys in the dashboard, or try the public demo on the homepage before you integrate. Read our developer blog for calorie API guides, or see pricing and monitor usage in your developer dashboard.
