API для WARBANDITS.GG Solo Only - Weekly | JUST WIPED
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 76622,
"world_seed": 1537754010,
"world_size": 3250,
"steam_id": "90286553284127747",
"domain": null,
"id": 11644812,
"ip": "151.242.106.44",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Amsterdam",
"description": "\nWelcome to WarBandits.gg Solo Only - 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: 1 \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": 1780177437,
"last_online": 1780550427,
"icon": null,
"name": "WARBANDITS.GG Solo Only - Weekly | JUST WIPED",
"connect": "151.242.106.44:28010",
"request": "151.242.106.44:28015",
"map": "Wiped 18 Hours ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1780177437,
"last_update": 1780550427,
"banned": false,
"wipe": 1780484232,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1490,
"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/11644812");
$data = json_decode($json, true);
var_dump($data);