API для TNT RUSTCORE - Vanilla 1.5x Just Wiped| Bi-Weekly | Max 8 | Low
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 98,
"fps_avg": 91,
"entities_count": 122228,
"world_seed": 2394266600,
"world_size": 4500,
"steam_id": "90286584302991386",
"domain": null,
"id": 11305690,
"ip": "216.245.177.3",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Chicago",
"description": "\nTNT Rustcore – Vanilla 1.5x | Bi-Weekly Wipe | Max Group 8\r\n\r\nVanilla style Rust server with balanced gameplay, active admins, and a friendly community.\r\n\r\nServer Features:\r\n10 Minute Hackable Crates (Oil Rig & Cargo)\r\nHalf Upkeep for easier base building\r\nMinicopter Spawns on Roads\r\nDaily Server Restart at 3AM EST\r\nRaidable Bases Reset After Restart\r\nMax Group Size 8\r\nMonthly Map & BP Wipes\r\nActive Admins and Mods\r\nNo Pay to Win\r\nNew Player Friendly\r\n\r\nBasic Rules:\r\nNo cheating, hacking, or exploiting\r\nRespect other players in chat\r\nMax team size is 8 players\r\nNo ban evading\r\nAdmin decisions are final",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780383852,
"last_online": 1780581638,
"icon": null,
"name": "TNT RUSTCORE - Vanilla 1.5x Just Wiped| Bi-Weekly | Max 8 | Low",
"connect": "216.245.177.3:28015",
"request": "216.245.177.3:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592896,
"last_update": 1780581638,
"banned": false,
"wipe": 1778957319,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4572,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11305690");
$data = json_decode($json, true);
var_dump($data);