API для ArabRust #4 | x5 Kits Loot+ Tp
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 104,
"fps_avg": 89,
"entities_count": 85898,
"world_seed": 44501,
"world_size": 3500,
"steam_id": "90286573634737156",
"domain": null,
"id": 10978419,
"ip": "82.153.70.198",
"port": 28015,
"query": 28016,
"color": 0,
"city": "City of London",
"description": "\nWelcome to ArabRust x5\r\n\r\nHere a list of the Servers Rules:\r\n-> No Hacking/Exploits/Glitches.\r\n-> No 'Toxic , Bullying , Blaming , Racism' comments - Game chat or Voice chat.\r\n-> No URL links in chat or in your name.\r\n-> No Hacker Association, knowing or not.\r\n-> No Advertise.\r\n\r\n• The Server Wipes Weekly.\r\n• Last Wiped: 28-05-2026.\r\n• Any Report or Complain Please Directly Contact Admin or Moderator.\r\n• Discord: https://discord.gg/arabrust\r\n• Server Owners: hadeda | beast.1\r\n• And Finally Enjoy your time at ArabRust :D.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470419,
"last_online": 1780570233,
"icon": null,
"name": "ArabRust #4 | x5 Kits Loot+ Tp",
"connect": "82.153.70.198:28015",
"request": "82.153.70.198:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 350,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1769900969,
"last_update": 1780570233,
"banned": false,
"wipe": 1779962282,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3996,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10978419");
$data = json_decode($json, true);
var_dump($data);