API для [US] World War Rust | X1000 | Loot++ | No Rules | KILL
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 74,
"fps_avg": 73,
"entities_count": 162417,
"world_seed": 675003276,
"world_size": 5000,
"steam_id": "90286576612941850",
"domain": null,
"id": 3060774,
"ip": "47.6.83.67",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Ventura",
"description": "[US] World War Rust\r\n X1000 Gather Rate\r\n Up to 10 Million stack sizes\r\n 5000 Map Size\r\n -Kits -QuickSmelt -SortButton -VoteSkipNight -MyMini -NoWorkBench -Teleport\r\n -InstantMixingTable -RecycleManager -SignArtist -LockMaster -FurnaceSplitter\r\n -Skins -AutoDoors -RemoverTool -BuildingGrades -InstaCraft\r\n Active Admin - SoCalSlaughter",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779118975,
"last_online": 1780570234,
"icon": null,
"name": "[US] World War Rust | X1000 | Loot++ | No Rules | KILL",
"connect": "47.6.83.67:28015",
"request": "47.6.83.67:28016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1708211012,
"last_update": 1780570234,
"banned": false,
"wipe": 1778180069,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2464,
"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/3060774");
$data = json_decode($json, true);
var_dump($data);