API pentru Bestrust Solo/Duo/Trio/Quad | NO WIPES
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 59,
"fps_avg": 59,
"entities_count": 205552,
"world_seed": 1337,
"world_size": 6000,
"steam_id": "90286472558406663",
"domain": null,
"id": 11710879,
"ip": "2.57.116.127",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Hamburg",
"description": "High-performance dedicated Rust server with vanilla gameplay and QoL tweaks. Smooth low-lag survival, fair PvP, active admins, 24/7 uptime & support.\r\n\r\nDon’t forget to favorite the server and join our Discord so you don’t lose track.\r\n\r\nYou can also use `connect rustinfinity.com` to direct connect if you can’t find the server or have any trouble.\r\n\r\n- Active admins\r\n- 24/7 uptime\r\n- Low-lag performance\r\n- Fair PvP\r\n- QoL improvements\r\n- Dedicated hardware\r\n- Friendly community\r\n- Fast support\r\n\r\nDiscord: https://discord.com/invite/HcEPwB2tVz",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780551808,
"last_online": 1780338636,
"icon": null,
"name": "Bestrust Solo/Duo/Trio/Quad | NO WIPES",
"connect": "2.57.116.127:28015",
"request": "2.57.116.127:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780300727,
"last_update": 1780551808,
"banned": false,
"wipe": 1780269843,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12884,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11710879");
$data = json_decode($json, true);
var_dump($data);