Rust
API для Pandora Battlefield | Aim Training
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11015848json
{
"response": {
"oxide": true,
"modded": true,
"fps": 244,
"fps_avg": 242,
"entities_count": 11107,
"world_seed": 1337,
"world_size": 3000,
"steam_id": "90284753107397652",
"domain": null,
"id": 11015848,
"ip": "64.31.4.195",
"port": 29115,
"query": 29117,
"color": 0,
"city": "Paris",
"description": "\n⚔ PvP Arenas: 1v1/1G1 • Teamfight • Battlefield • Aimtrain • Aimbots\r\n✅ High-quality plugins • Active Admins • Fair play\r\nDiscord: https://discord.gg/jukf8fncCN",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776800602,
"score": 0,
"last_online": 1776843624,
"icon": null,
"name": "Pandora Battlefield | Aim Training",
"connect": "64.31.4.195:29115",
"request": "64.31.4.195:29117",
"map": "GoatArenasandRaidSimulator",
"gamemode": "Survival",
"version": "2332",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1769943252,
"last_update": 1776843624,
"banned": false,
"wipe": 1776624025,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4466,
"language": "fr",
"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/11015848");
$data = json_decode($json, true);
var_dump($data);