API для ALTAR RUST | TR/EU | TRIO | MONTHLY | AYLIK | FULL WIPE 04.06
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 70,
"fps_avg": 70,
"entities_count": 42657,
"world_seed": 93,
"world_size": 3600,
"steam_id": "90286603615474695",
"domain": null,
"id": 11501177,
"ip": "2.27.101.199",
"port": 28015,
"query": 28017,
"color": 0,
"city": "London",
"description": "\nTR:\r\nAylık\r\n Türkiyenin Tek AYLIK Serverı\r\nHer Ayın İlk Perşembesi Full Wipe\r\nTakım Sayısı: 3\r\nKüfür, hakaret ve kötü sözler ban sebebidir.\r\nİyi oyunlar dileriz!\r\n\r\nEN:\r\nMonthly\r\nFull Wipe on the First Thursday of Every Month\r\nTeam Size: 3\r\nSwearing and insults are grounds for a ban.\r\nHave fun!\r\n\r\nRU:\r\nЕжемесячно\r\nПолный вайп в первый четверг каждого месяца\r\nЛимит в команде: 3\r\nОскорбления и мат караются баном.\r\nПриятной игры!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595060,
"last_online": 1780653627,
"icon": null,
"name": "ALTAR RUST | TR/EU | TRIO | MONTHLY | AYLIK | FULL WIPE 04.06",
"connect": "2.27.101.199:28015",
"request": "2.27.101.199:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 5,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779207168,
"last_update": 1780653627,
"banned": false,
"wipe": 1780595201,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2310,
"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/11501177");
$data = json_decode($json, true);
var_dump($data);