- 👋 Hello
- API Introduction
- API Reference
- User
- Balance
- Affiliate
- Invoices
- Support
- SSH Keys
- Servers
- Scale
- Addons
- Rescue
- List plansGET
- List serversGET
- Server statusGET
- Get a serverGET
- Server metricsGET
- BandwidthGET
- Deploy new serverPOST
- Start a serverPOST
- Restart a serverPOST
- Stop a serverPOST
- Power offPOST
- Cancel serverPOST
- Undo cancel requestDELETE
- Change passwordPUT
- Update hostnamePUT
- Update SSH KeysPATCH
- Modify ISOsPOST
- RestorePOST
- Renew serverPOST
- Reinstall ServerPOST
- Change Primary IPPOST
- Calculate renew amountPOST
- Plans
- Snapshots
- Backups
- Server Images
- Floating IPs
- IP Addresses
- Network Protection
- Orders
- ISOs
Bandwidth
GET
https://api.vpsbg.eu/v1/servers/{id}/bandwidth
Servers
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
integerÂ
required
Query Params
filter[start]
integer  | nullÂ
optional
Example:
1725963656
filter[end]
integer  | nullÂ
optional
Example:
1725963656
Header Params
Accept
stringÂ
required
Default:
application/json
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.vpsbg.eu/v1/servers//bandwidth?filter[start]&filter[end]' \
--header 'Accept;'
Responses
🟢200Bandwidth statistics
application/json
Body
limit
integerÂ
required
used
numberÂ
required
daily_usage
array [object {3}]Â
required
timestamp
integerÂ
required
incoming
numberÂ
required
outgoing
numberÂ
required
Example
{
"limit": 5000,
"used": 12.96,
"daily_usage": [
{
"timestamp": 1724792400,
"incoming": 1.4180859375,
"outgoing": 0.00109375
},
{
"timestamp": 1724878800,
"incoming": 1.40078125,
"outgoing": 0.001103515625
},
{
"timestamp": 1724965200,
"incoming": 1.349755859375,
"outgoing": 0.00109375
},
{
"timestamp": 1725051600,
"incoming": 1.354638671875,
"outgoing": 0.001083984375
},
{
"timestamp": 1725138000,
"incoming": 1.400458984375,
"outgoing": 0.00109375
},
{
"timestamp": 1725224400,
"incoming": 1.386259765625,
"outgoing": 0.001103515625
},
{
"timestamp": 1725310800,
"incoming": 1.39705078125,
"outgoing": 0.00109375
},
{
"timestamp": 1725397200,
"incoming": 1.4091015625,
"outgoing": 0.001142578125
},
{
"timestamp": 1725483600,
"incoming": 1.39791015625,
"outgoing": 0.0011328125
},
{
"timestamp": 1725570000,
"incoming": 1.474140625,
"outgoing": 0.0011328125
},
{
"timestamp": 1725656400,
"incoming": 1.31255859375,
"outgoing": 0.001123046875
},
{
"timestamp": 1725742800,
"incoming": 1.289072265625,
"outgoing": 0.00111328125
},
{
"timestamp": 1725829200,
"incoming": 1.300478515625,
"outgoing": 0.001171875
},
{
"timestamp": 1725915600,
"incoming": 0.58103515625,
"outgoing": 0.0005078125
}
]
}
🔴500Server Error
Modified at 2025-03-26 15:19:01