- 👋 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
List servers
GET
https://api.vpsbg.eu/v1/servers
Servers
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
page
integerÂ
optional
per_page
integerÂ
optional
>= 1<= 50
filter[ip]
stringÂ
optional
filter[search]
stringÂ
optional
filter[status]
stringÂ
optional
sort[created_at]
stringÂ
optional
sort[expiry_at]
stringÂ
optional
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?page&per_page&filter[ip]&filter[search]&filter[status]&sort[created_at]&sort[expiry_at]' \
--header 'Accept;'
Responses
🟢200List of all servers.
application/json
Body
data
objectÂ
required
id
integerÂ
required
Example:
2864
hostname
stringÂ
required
Example:
ubuntu-2gb
billing_cycle
integerÂ
required
Example:
1
plan
objectÂ
required
status
stringÂ
required
Examples:
active processing suspended terminated
virtualization
stringÂ
required
Example:
kvm
promo_code
string  | nullÂ
optional
locked
booleanÂ
required
locked_at
string  | nullÂ
optional
lock_reason
string  | nullÂ
optional
created_at
stringÂ
required
Example:
2024-08-29T14:21:54.000000Z
expiry_at
stringÂ
required
Example:
2024-10-27T11:03:10.000000Z
potential_expiry_at
stringÂ
required
Example:
2024-11-27T11:03:10.000000Z
auto_renew
booleanÂ
required
show_smtp_unblock_form
booleanÂ
required
server_image
objectÂ
required
ip_addresses
array[object (IP address) {10}]Â
required
addons
array [object {8}]  | nullÂ
optional
cancel_request
optional
settings
objectÂ
required
root_password_login_enabled
booleanÂ
required
Default:
true
ssh_keys
array [object {3}]Â
required
app_getting_started
string  | nullÂ
optional
links
objectÂ
required
first
stringÂ
required
last
stringÂ
required
prev
nullÂ
required
next
nullÂ
required
meta
objectÂ
required
current_page
integerÂ
required
from
integerÂ
required
last_page
integerÂ
required
links
array [object {3}]Â
required
path
stringÂ
required
per_page
integerÂ
required
to
integerÂ
required
total
integerÂ
required
Example
{
"data": [
{
"id": 2864,
"hostname": "ubuntu-2gb",
"billing_cycle": 1,
"plan": {
"id": 104,
"type": "cloud-vps",
"name": "cloud-vps-4gb",
"vcpus": 2,
"memory": 4,
"disk": 60,
"bandwidth": 5,
"minimum_billing_cycle": 1,
"available": true,
"price": 39,
"price_with_vat": 46.8
},
"status": "active",
"virtualization": "kvm",
"promo_code": "fall2401",
"locked": true,
"created_at": "2024-08-29T14:21:54.000000Z",
"expiry_at": "2024-09-28T21:00:00.000000Z",
"auto_renew": true,
"show_smtp_form": true,
"server_image": {
"id": 73,
"name": "Ubuntu 22.04",
"eol": false,
"group": {
"name": "Ubuntu",
"type": "os",
"key": "ubuntu"
}
},
"ip_addresses": [
{
"id": 10,
"ip_address": "87.120.37.9",
"prefix": 32,
"version": 4,
"type": "public",
"main": false,
"ddos_protected": false,
"floating_ip": true,
"floating_ip_id": 637,
"ptr": null,
"assigned_on": "2021-01-22T11:43:54.000000Z"
},
{
"id": 48,
"ip_address": "87.120.37.47",
"prefix": 32,
"version": 4,
"type": "public",
"main": true,
"ddos_protected": false,
"floating_ip": false,
"floating_ip_id": null,
"ptr": null,
"assigned_on": "2025-03-14T11:52:22.000000Z"
}
],
"addons": [
{
"id": 801,
"name": "backups",
"status": "active",
"quantity": 60,
"amount": 36,
"amount_with_vat": 43.2,
"created_at": "2025-01-10 11:45:31",
"ended_at": null
},
{
"id": 802,
"name": "100mbps-unmetered",
"status": "active",
"quantity": 1,
"amount": 300,
"amount_with_vat": 360,
"created_at": "2025-01-16 14:29:56",
"ended_at": null
}
],
"cancel_request": null,
"settings": {
"renew_enabled": true,
"snapshots_enabled": true
},
"root_password_login_enabled": true
},
{
"id": 2863,
"hostname": "ubuntu-2gb",
"billing_cycle": 1,
"plan": {
"id": 104,
"type": "cloud-vps",
"name": "cloud-vps-2gb",
"vcpus": 2,
"memory": 2,
"disk": 50,
"bandwidth": 5,
"minimum_billing_cycle": 1,
"available": true,
"price": 22.33,
"price_with_vat": 26.8
},
"status": "active",
"virtualization": "kvm",
"promo_code": null,
"locked": true,
"created_at": "2024-07-29T14:21:54.000000Z",
"expiry_at": "2024-08-28T21:00:00.000000Z",
"auto_renew": true,
"show_smtp_form": false,
"server_image": {
"id": 72,
"name": "Ubuntu 22.04",
"eol": false,
"group": {
"name": "Ubuntu",
"type": "os",
"key": "ubuntu"
}
},
"ip_addresses": [
{
"id": 417,
"ip_address": "87.121.52.160",
"gateway": "87.121.52.1",
"mask": "255.255.255.0",
"version": 4,
"type": "public",
"main": true,
"ddos_protected": false,
"ptr": null
}
],
"addons": [
{
"id": 801,
"name": "backups",
"status": "active",
"quantity": 60,
"amount": 36,
"amount_with_vat": 43.2,
"created_at": "2025-01-10 11:45:31",
"ended_at": null
},
{
"id": 802,
"name": "100mbps-unmetered",
"status": "active",
"quantity": 1,
"amount": 300,
"amount_with_vat": 360,
"created_at": "2025-01-16 14:29:56",
"ended_at": null
}
],
"cancel_request": null,
"settings": {
"renew_enabled": true,
"snapshots_enabled": true
},
"root_password_login_enabled": true
}
],
"links": {
"first": "https://api.vpsbg.eu/v1/servers?page=1",
"last": "https://api.vpsbg.eu/v1/servers?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://api.vpsbg.eu/v1/servers?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "https://api.vpsbg.eu/v1/servers",
"per_page": 50,
"to": 1,
"total": 1
}
}
🔴500Server Error
Modified at 2025-03-28 09:47:20