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