curl --request GET \
--url https://api.bunny.net/storagezone/{id}/statistics \
--header 'AccessKey: <api-key>'{
"StorageUsedChart": {},
"FileCountChart": {}
}The statistics data for the passed parameters.
curl --request GET \
--url https://api.bunny.net/storagezone/{id}/statistics \
--header 'AccessKey: <api-key>'{
"StorageUsedChart": {},
"FileCountChart": {}
}API Access Key authorization header
The ID of the storage zone
(Optional) The start date of the statistics. If no value is passed, the last 30 days will be returned.
(Optional) The end date of the statistics. If no value is passed, the last 30 days will be returned.
Was this page helpful?