Dev Tools · 14h ago
Dietly API lets you query nutrition data in 10 lines of Python
Dietly's public API returns nutrition data for foods via a single GET request. Developers can search by name, get macronutrients per 100g, and handle null values for missing fields. The API is free to use with rate limits, and a Python client example is provided.
Meridian48 take
A handy tool for devs building health apps, but the API's reliability and data coverage remain unproven at scale.
nutrition-apipython-sdk