API для WAR 2x | Small Map | One Grid
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 111,
"fps_avg": 104,
"entities_count": 39752,
"world_seed": 1337,
"world_size": 1800,
"steam_id": "90286546536764438",
"domain": null,
"id": 10896209,
"ip": "66.51.96.63",
"port": 28025,
"query": 28026,
"color": 0,
"city": "Ashburn",
"description": "\nRespect Players\r\n-No racism, sexism, hate speech, or extreme toxicity.\r\n-No excessive harassment or targeted bullying.\r\n-Trash talk is allowed, but keep it reasonable.\r\nNo Cheating / Exploits\r\n-No cheating, scripting, ESP, aim assist, or third-party hacks.\r\n-No exploiting bugs or glitches.\r\n-Report exploits to staff instead of abusing them.\r\nNo Ban Evasion\r\n-Players banned from the server may not return on alternate accounts.\r\n-Ban evasion results in permanent bans.\r\nVoice & Chat Rules\r\n-No mic spam, ear rape, or soundboards that disrupt gameplay.\r\n-No advertising other servers or communities.\r\nKeep chat readable and avoid spam.\r\nGriefing & Gameplay\r\n-No intentional server lagging or performance abuse.\r\n-No abusing safe zones or unintended game mechanics.\r\n-No blocking monuments or key gameplay areas if it disrupts server play.\r\nTeaming / Group Limits\r\n-Max team size: [8]\r\n-Alliances beyond the team limit are not allowed.\r\n-Sharing bases or coordinated roaming beyond the limit -counts as teaming.\r\nBase & Raid Rules (Optional – remove if vanilla)\r\n-No raid blocking with exploits.\r\n-No intentional exploit building.\r\n-No placing deployables to cause server issues.\r\nStaff Respect\r\n-Respect staff decisions.\r\n-Do not argue in global chat—open a ticket or contact staff.\r\n-Staff harassment may lead to punishment.\r\nReporting Players ( USE /REPORT )\r\n-Use tickets or report systems with proof when possible.\r\n-False reports or staff baiting are punishable.\r\nPunishments\r\nPunishments may include:\r\n-Warning\r\n-Kick\r\n-Temporary Ban\r\n-Permanent Ban\r\n-Severe violations may skip warnings.\r\nImp",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780212234,
"last_online": 1780602630,
"icon": null,
"name": "WAR 2x | Small Map | One Grid",
"connect": "66.51.96.63:28025",
"request": "66.51.96.63:28026",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1768383790,
"last_update": 1780602630,
"banned": false,
"wipe": 1780469881,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2260,
"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/10896209");
$data = json_decode($json, true);
var_dump($data);