Wellness World Wide Web
Query gut microbiota data for any food. Get bacteria relationships, families, and substrate processing in a single request. Start free — 5,000 requests a month, no approval needed.
For each food, know which microorganisms it promotes, contains, or inhibits — with a numeric score indicating strength of the relationship.
Every microbiota entry includes its bacterial family (e.g. Bifidobacteriaceae, Lactobacillaceae), useful for grouping and filtering.
The specific substrates each organism digests — fibers, sugars, amino acids — so you understand downstream metabolic activity.
Two endpoints. A single food by name, or a batch of up to 50. Authenticate with an API key in the request header.
Sample response
{
"food_name": "Chickpeas",
"food_slug": "chickpeas",
"microbiota": [
{
"microbiota_id": 42,
"name": "Bifidobacterium longum",
"slug": "bifidobacterium_longum",
"family": "Bifidobacteriaceae",
"relationship_type": "promotes",
"score": 4,
"digests_substrates": "inulin, fructooligosaccharides"
},
{
"microbiota_id": 17,
"name": "Lactobacillus acidophilus",
"slug": "lactobacillus_acidophilus",
"family": "Lactobacillaceae",
"relationship_type": "promotes",
"score": 3,
"digests_substrates": "lactose, glucose"
}
]
}Sign in on the main site and mint your API key instantly — self-service, no approval wait. Every account starts with 5,000 free requests a month.
Pass your API key in the X-Api-Key header. Query any food by name — single or batch.
Integrate microbiome data into your platform, product database, or nutrition tooling.
A token is a single GET request, regardless of endpoint. Your first 5,000 requests each month are free; above that, graduated per-call tiers.
| Tier | Monthly request volume | Price | |
|---|---|---|---|
| Free Sandbox | 0 – 5,000 | Free | Every account. No card required. |
| Low | 5,001 – 10,000 | $0.02 / request | Small and medium apps. |
| Medium | 10,001 – 50,000 | $0.012 / request | Scaling past prototyping. |
| High | 50,001+ | $0.008 / request | Volume-optimized. |
Full details at wellnessworldwideweb.com/pricing