Spoonacular API
Comprehensive food knowledge graph API providing recipe search, nutritional analysis, ingredient data, meal planning, and dietary restriction filtering for food-aware applications.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
HTTPS enforced; API key auth is simple but lacks scopes or rotation support; key passed as query param risks accidental logging
⚡ Reliability
Best When
An agent needs structured food knowledge — recipes, nutrition, ingredients, dietary analysis — rather than ordering or discovery of actual restaurants.
Avoid When
You need real-time or transactional food data, or require more than a few hundred API calls per day without a paid plan.
Use Cases
- • Building meal planning agents that generate weekly menus based on dietary restrictions
- • Analyzing nutritional content of recipes or ingredient lists
- • Searching recipes by ingredients on hand to reduce food waste
- • Matching recipes to dietary profiles (keto, vegan, gluten-free, etc.)
- • Generating grocery shopping lists from a meal plan
- • Classifying and parsing recipe text or food product labels
Not For
- • Real-time restaurant menus or pricing
- • Ordering food delivery
- • Live grocery store inventory or pricing
- • High-volume production workloads on the free tier (150 req/day limit)
Interface
Authentication
Single API key passed as query parameter (apiKey) or header. Simple and stateless — ideal for agent use. Keys are account-scoped with no permission granularity.
Pricing
Self-serve paid tiers via credit card. Free tier requires no credit card. Quota resets daily. Points-based system where complex endpoints cost more points.
Agent Metadata
Known Gotchas
- ⚠ Points-based quota: complex endpoints (meal planning, nutrition analysis) cost multiple points per call — track quota carefully
- ⚠ 150 req/day free tier is very low for agentic loops — upgrade early for serious use
- ⚠ 1 req/sec rate limit applies across all tiers — agents must throttle
- ⚠ OpenAPI spec available but may lag the actual API for newer endpoints
- ⚠ Food data quality varies — some nutritional values are estimated, not lab-tested
- ⚠ Recipe instructions are user-contributed and variable in quality/structure
Alternatives
Full Evaluation Report
Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for Spoonacular API.
Scores are editorial opinions as of 2026-03-06.