- 👋 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
Get a server
GET
https://api.vpsbg.eu/v1/servers/{id}
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
include[]
array[string]Â |Â nullÂ
optional
Example:
["app_getting_started"]
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/?include[]=app_getting_started' \
--header 'Accept;'
Responses
🟢200Returns the server model
application/json
Body
This model represent a VPSBG Server.
id
integerÂ
required
Example:
2864
hostname
stringÂ
required
Example:
ubuntu-2gb
billing_cycle
integerÂ
required
Example:
1
plan
objectÂ
required
id
integerÂ
optional
Example:
104
type
stringÂ
optional
Example:
cloud-vps
key
stringÂ
optional
name
stringÂ
optional
Example:
cloud-vps-2gb
vcpus
integerÂ
optional
Example:
2
memory
integerÂ
optional
Example:
2
disk
integerÂ
optional
Example:
50
bandwidth
integerÂ
optional
Example:
5
minimum_billing_cycle
integerÂ
optional
Example:
1
plan_with_more_disk
integer  | nullÂ
optional
plan_with_more_memory
integer  | nullÂ
optional
available
booleanÂ
optional
price
numberÂ
optional
Example:
100
price_with_vat
numberÂ
optional
Example:
120
status
stringÂ
required
Examples:
active processing suspended terminated
virtualization
stringÂ
required
Example:
kvm
promo_code
string  | nullÂ
optional
renew_amount
numberÂ
required
renew_amount_with_vat
numberÂ
required
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
id
integerÂ
required
Example:
73
name
stringÂ
required
Example:
Ubuntu 22.04
group
objectÂ
required
ip_addresses
array[object (IP address) {10}]Â
required
id
integerÂ
required
Example:
417
ip_address
stringÂ
required
Example:
87.120.37.46
prefix
integerÂ
required
Examples:
3264
version
integerÂ
required
Example:
4
type
stringÂ
required
Example:
public
main
booleanÂ
required
ddos_protected
booleanÂ
required
floating_ip
optional
ptr
object  | nullÂ
optional
assigned_on
stringÂ
required
addons
array [object {8}]  | nullÂ
optional
id
integerÂ
required
name
stringÂ
required
Default:
100mbps-unmetered
Example:
100mbps-unmetered
status
stringÂ
required
Default:
active
Examples:
activesuspendedcancelled
quantity
integerÂ
required
Default:
1
Example:
1
amount
numberÂ
required
Default:
50
Example:
50
amount_with_vat
numberÂ
required
Default:
60
Example:
60
created_at
stringÂ
required
Default:
2025-01-16 14:29:56
Example:
2025-01-16 14:29:56
ended_at
stringÂ
required
cancel_request
optional
Any of
id
integerÂ
required
Example:
1
now
integerÂ
required
Example:
1
reason
stringÂ
optional
created_at
stringÂ
required
settings
objectÂ
required
renew_enabled
booleanÂ
required
Default:
true
snapshots_enabled
booleanÂ
required
Default:
true
root_password_login_enabled
booleanÂ
required
Default:
true
ssh_keys
array [object {3}]Â
required
id
integerÂ
optional
name
stringÂ
optional
key
stringÂ
optional
app_getting_started
string  | nullÂ
optional
Example
{
"id": 2864,
"hostname": "ubuntu-2gb",
"billing_cycle": 1,
"plan": {
"id": 104,
"type": "cloud-vps",
"key": "string",
"name": "cloud-vps-2gb",
"vcpus": 2,
"memory": 2,
"disk": 50,
"bandwidth": 5,
"minimum_billing_cycle": 1,
"plan_with_more_disk": 0,
"plan_with_more_memory": 0,
"available": true,
"price": 100,
"price_with_vat": 120
},
"status": "active",
"virtualization": "kvm",
"promo_code": null,
"renew_amount": 100,
"renew_amount_with_vat": 120,
"locked": true,
"created_at": "2024-08-29T14:21:54.000000Z",
"expiry_at": "2024-10-27T11:03:10.000000Z",
"potential_expiry_at": "2024-11-27T11:03:10.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,
"ssh_keys": [
{
"id": 1,
"name": "example",
"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDxrt67sVW/ulVJdLOjUiE7pbYXoW1xhXgkRsKRIp9vBLNT5LDG0ODtu2Jhin3w/HbQvxOTfrCp2N1uS619JnAT9xev50/s7/FbfHnpjdeUoR98GDfM0Eg/qOURvtQUHjNQjD1nsm2qlsJ4eCm0fjVsKyW4QdM26CHodyzMP32c8WG4EenRNRUm3XI6vuaDbYTQmSw7lVgz6Jv6Ogp5XSeeCrHbe6XPJnssEbblDLQHfp/hgr+16VByss+ZGyKUxbsChha8NfYW/1Xn8wzns8+1zLjLkBRSgTYW848Io+C5OO87HJQgsI062EE3+TTsm/p8SWJYXxuVpvBT0J/MmtxF"
}
]
}
🔴500Server Error
Modified at 2025-03-28 09:47:20