Developers
V1Foods

Search the nutrition table

GET
/foods

Query Parameters

q?string
Lengthlength <= 100
Default""

Response Body

application/json

curl -X GET "https://example.com/foods"
{  "foods": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "name": "string",      "names": null,      "basisGrams": "string",      "kcal": "string",      "source": "string"    }  ]}