Piwik::actions([string $format]);
$format - A format other than the default one declared in config
$format
Piwik::actions('json'); will return something like the following stdClass:
Piwik::actions('json');
stdClass Object ( [value] => 40 )