tbca.net.br API: list_foods
tbca.net.br via Parse · food_dining
Search for food items with filters and pagination. Returns a paginated list of foods matching the query, group, and type filters. Use list_food_groups and list_food_types to discover valid filter IDs. Paginates via integer page counter. The TBCA (Tabela Brasileira de Composição de Alimentos) API provides access to the most comprehensive Brazilian food composition database. It includes nutritional profiles, statistical data, regional foods, and household measures. Fulfilled by Parse from tbca.net.br.
- food-dining
- government-public
- healthcare
- parse
- platform-key
- tbca-net-br
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f3f96c01-69e8-48d9-8e26-b6765980f9d6/list_foods
- Interface artifact
- sha256:96ae843ac1825e19a00556c4cd05c2a740e6c79dc9bc920603e680f63a4ef111
- Manifest digest
- sha256:ab97520000566955bb0f96ec01225d461cdd19a76a52a5603ad2e18ae3f50b9e
Request fields
- page (integer): Page number for pagination (1-based).
- query (string): Search query for food name or code (e.g. 'arroz').
- group_id (string): Filter by food group ID from list_food_groups (e.g. '65' for CEREAIS E DERIVADOS). Omitting returns all groups.
- food_type (string): Filter by food type ID from list_food_types (e.g. '70' for PREPARO SIMPLES DO ALIMENTO). Omitting returns all types.
Example queries
- {"page":"1","query":"arroz"}