> ## Documentation Index
> Fetch the complete documentation index at: https://docs.truststack.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Get all FAO codes

> Get all FAO codes



## OpenAPI

````yaml /openapi.json get /fao-codes
openapi: 3.0.0
info:
  title: Trust Stack API
  description: Programmatic access to the Trust Stack API.
  version: '1.0'
  contact: {}
servers: []
security: []
tags: []
paths:
  /fao-codes:
    get:
      tags:
        - FaoCode
      summary: Get all FAO codes
      description: Get all FAO codes
      operationId: getFaoCodes
      parameters: []
      responses:
        '200':
          description: All FAO codes

````