API для WARBANDITS.GG EU 3X Weekly |Solo/Duo|LootX3| Just Wiped
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 60,
"modded": true,
"fps_avg": 60,
"map_url": "wb3700_4e23374a5341428ba8888339864425af_r287",
"map_kind": "custom",
"map_name": "Wb",
"map_seed": 1099954175,
"map_size": 3700,
"map_revision": 287,
"entities_count": 105819,
"steam_id": "90290441812409362",
"domain": null,
"id": 10815456,
"ip": "185.29.166.119",
"port": 28010,
"query": 28015,
"project_id": null,
"color": 0,
"city": "Amsterdam",
"description": "\nWelcome to WarBandits.gg 3x Solo/Duo Weekly!\r\n - 3x Gather Rates \r\n - 3x Crafting Speed \r\n - 3x Components and Scrap \r\n - Recyclers at additional monuments \r\n - Custom High Performance Maps \r\n - Extended Workbench range\r\n - Tier 1 BPs unlocked \r\n - Long Days & Short Nights \r\n - Group Limit: 2 \r\n - Active Staff \r\n - Fast Smelt",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1783651988,
"last_online": 1786711943,
"icon": null,
"name": "WARBANDITS.GG EU 3X Weekly |Solo/Duo|LootX3| Just Wiped",
"connect": "185.29.166.119:28010",
"request": "185.29.166.119:28015",
"map": "Wiped 5 Days ago",
"gamemode": "Survival",
"version": "2632",
"numplayers": 4,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1767109904,
"last_update": 1786711943,
"ban_reason": null,
"banned": false,
"wipe": 1786193854,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2285,
"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/10815456");
$data = json_decode($json, true);
var_dump($data);