API для [RU] flying RUST | X2 | Wipe Every Month
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 184,
"fps_avg": 193,
"entities_count": 47587,
"world_seed": 8354768,
"world_size": 3000,
"steam_id": "90286545910235152",
"domain": null,
"id": 11606363,
"ip": "144.76.111.153",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Falkenstein",
"description": "Добро пожаловать на сервер!\r\nНаш сайт: rust.teccod.com\r\n\r\nНаша группа в ТГ https://t.me/c/2439634410/14",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779915468,
"last_online": 1780577434,
"icon": null,
"name": "[RU] flying RUST | X2 | Wipe Every Month",
"connect": "144.76.111.153:28015",
"request": "144.76.111.153:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915468,
"last_update": 1780577434,
"banned": false,
"wipe": 1779547607,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5361,
"language": "de",
"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/11606363");
$data = json_decode($json, true);
var_dump($data);