# brew info > Display information for Homebrew installation and formulae. > More information: . - Display statistics for Homebrew installation: `brew info` - Display more information about a formula or cask: `brew info {{formula|cask}}` - Display verbose information about a formula or cask: `brew info {{[-v|--verbose]}} {{formula|cask}}` - Display information about a formula or cask in JSON format: `brew info --json {{formula|cask}}` - Print JSON of currently installed formulae: `brew info --json --installed` - Display help: `brew info {{[-h|--help]}}`