Rust
API для WARBANDITS.GG |Solo/Duo|Weekly| JUST WIPED
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10939417json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 152583,
"world_seed": 1355509401,
"world_size": 3700,
"steam_id": "90284573401895960",
"domain": null,
"id": 10939417,
"ip": "162.222.16.244",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Amsterdam",
"description": "\nWelcome to WarBandits.gg Solo/Duo - Weekly! \r\nOn our servers we provide the best Rust gameplay. Our servers also run on the best Network & Hardware possible to improve your ingame experience on our servers! \r\n- Group Limit: 2 \r\n- Active Admins\r\n- Custom High Performance maps\r\n- Top Tier Network & Hardware\r\n- Custom Anti-cheat\r\n\r\nDiscord Link: discord.gg/warbandits",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775819524,
"score": 0,
"last_online": 1776822616,
"icon": null,
"name": "WARBANDITS.GG |Solo/Duo|Weekly| JUST WIPED",
"connect": "162.222.16.244:28010",
"request": "162.222.16.244:28015",
"map": "Wiped 4 Days ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 27,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 67,
"add_date": 1768494593,
"last_update": 1776822616,
"banned": false,
"wipe": 1776448654,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 695,
"language": "nl",
"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/10939417");
$data = json_decode($json, true);
var_dump($data);