sankatmochan.fit
AI FOOD
ANALYZER
Know What You Eat Before It Becomes Part Of You
Free Developer API
Integrate our verified food database and AI analyzer directly into your own fitness apps, meal planners, or websites. Completely free, CORS-enabled, and requires no API key.
Endpoint URL
GET https://sankatmochan.fit/api/food?q=paneer
Replace paneer with any food name. Leave query empty to fetch the entire database list.
Features
- CORS-enabled (Fetch from client-side JS)
- No API Keys or Registration required
- Returns macros, score, and verdict
Code Example
fetch('https://sankatmochan.fit/api/food?q=paneer')
.then(res => res.json())
.then(data => console.log(data));
