Rust
API для FOX#1|X2-X5|UNLLIM|NPC|RPG|SKILL|COPTER|FULL-WIPE 06.05
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10620581json
{
"response": {
"modded": true,
"oxide": true,
"fps": 118,
"fps_avg": 117,
"entities_count": 19153,
"world_seed": 2364133,
"world_size": 2500,
"steam_id": "90285648735880221",
"domain": null,
"id": 10620581,
"ip": "5.9.178.32",
"port": 48505,
"query": 27015,
"color": 0,
"city": "Falkenstein",
"description": "\nFOX RUST — ЧЕСТНАЯ ИГРА | ЧЕСТНЫЙ ЛУТ | Коптеры | Свой анти-чит FOXGuard | Вайпы 14 дней | t.me/foxrustprojeckt",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778565137,
"score": 0,
"last_online": 1778599818,
"icon": null,
"name": "FOX#1|X2-X5|UNLLIM|NPC|RPG|SKILL|COPTER|FULL-WIPE 06.05",
"connect": "5.9.178.32:48505",
"request": "5.9.178.32:27015",
"map": "Barren",
"gamemode": "Rust: Survival Mode",
"version": "2271",
"numplayers": 3,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1763326166,
"last_update": 1778599818,
"banned": false,
"wipe": 1778088931,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1843,
"language": "de",
"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/10620581");
$data = json_decode($json, true);
var_dump($data);