Public API

Foodgeist API

Read-only access to 129,889 verified culinary entries. 2,669 techniques, 1,228 recipes, 125,261 ingredients, 731 industrial processes. Refreshed continuously.

Free tier: 1,000 calls/month · no key needed · rate-limited per IP

Quick Start

curl
curl https://foodgeist.app/api/health
JavaScript / Node
const r = await fetch('https://foodgeist.app/api/techniques?limit=20')
const data = await r.json()
console.log(data.techniques.length)
Python
import requests
data = requests.get('https://foodgeist.app/api/ingredients/usda-167782').json()
print(data['ingredient']['name'])

Endpoints

GET/api/healthPlatform liveness + SOTA scoreboard. Machine-readable status.
GET/api/pulsePer-agent runs + errors + latest entries.
GET/api/techniquesBrowse 2,669 cooking techniques. Filter by ?category=THERMAL.
GET/api/techniques/{id}One technique with full structured science (40+ fields).
GET/api/recipesBrowse 1,228 recipes.
GET/api/recipes/{id}One recipe.
GET/api/ingredientsBrowse 125,261 ingredients (USDA + OFF + Wikipedia + Wikidata).
GET/api/ingredients/{id}One ingredient with nutrition + PubChem compound (when present).
GET/api/industrialBrowse 731 industrial processes.
GET/api/industrial/{id}One industrial technique.
GET/api/nexusLive food trend topics with lifecycle phase + score.
GET/api/search?q=Cross-entity search.

Full machine-readable spec: /api/openapi.json (OpenAPI 3.1)

Pricing

FREE
$0
1,000 calls/mo
Indie hackers, students, prototypes
No key required
INDIE
$29/mo
10,000 calls/mo
Side projects, personal apps
API key
PRO
$299/mo
100,000 calls/mo
Production apps, food-tech startups
API key + SLA
ENTERPRISE
Custom
Unlimited
Restaurant groups, CPG, R&D
Dedicated support

Indie / Pro / Enterprise plans launching Q3 2026. Email for early access — first 100 indie devs get lifetime free Pro.

Why Foodgeist vs Spoonacular / USDA / Yummly

  • · Verified, not aggregated. Every claim passes our published verification pipeline.
  • · Confidence tiers per claim. A-F per entry. Auditable.
  • · Living, not static. Continuous ingest from USDA, Open Food Facts, Wikipedia, Wikidata, PubChem.
  • · Trend layer in the graph. Not a separate enterprise product.
  • · Side-by-side benchmarks. See /vs for live comparison.

Building something with the API? Email us — we want to hear about it. The first 100 indie food-app developers get lifetime free Pro.

Foodgeist is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com. As an Amazon Associate we earn from qualifying purchases.