Skip to content

Kirby 4.1.2

GET /api/system

Retrieve system information

Query parameters

Parameter Example Description
pretty pretty=true|null Pretty prints the result. Only useful for debugging.
select select=isInstalled,isOk|null Defines the fields that will be returned for the system status.

System fields

The following fields are available in the system model and can be fetched with the select parameter:

  • ascii
  • authStatus
  • defaultLanguage
  • isOk
  • isInstallable
  • isInstalled
  • isLocal
  • multilang
  • languages
  • license
  • locales
  • loginMethods
  • requirements
  • site
  • slugs
  • title
  • translation
  • kirbytext
  • user
  • version