API dla [UK US] Total PvE | Raid Bases | Zombies | Custom Map
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 140969,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286583260057625",
"domain": null,
"id": 11159041,
"ip": "194.69.160.15",
"port": 28127,
"query": 28129,
"color": 0,
"city": "City of London",
"description": "![[UK US] Total PvE | Raid Bases | Zombies | Custom Map](https://cdn.discordapp.com/attachments/734932925568516207/855629643990040596/TotalPvEServerBanner.png)\nWelcome to Total PvE UK/USA \r\n PvE server with modded configs, plugins, custom map and custom monuments\r\n Information:\r\n PvE Only - Raidable Bases & PvP Zones\r\n Zombies at Night\r\n Custom puzzle monuments, landmarks, and build sites\r\n Active admins and moderators\r\n \r\nFeatured Settings, Mods & Features:\r\n 2X Scrap\r\n Raidable Bases & PvP Zones\r\n Zombies\r\n Half Base Decay\r\n Loyalty Rewards\r\n Free Building Skins\r\n Instant Crafting\r\n Custom Events: Helicopters & Military Convoy\r\n Endless Demo & Rotate\r\n Adjusted Stack Sizes\r\n Over 6,000 Skins\r\n Expanded Backpacks & Vehicle Storage\r\n 2X Elite Crate Loot\r\n Sign Artist\r\n Stackable Boxes\r\n Tree Planter Landscaping\r\n\r\nMonthly Wipe (Forced Wipe Only)\r\n\r\nRules:\r\n No PVP, No Raiding Bases or Looting Players\r\n No harassment or abuse towards other players.\r\n No camping monuments, including Bradley APC, Patrol Helicopter & Cargo Ship\r\n \r\n Click View Webpage below to Join our Discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780382053,
"last_online": 1780588836,
"icon": null,
"name": "[UK US] Total PvE | Raid Bases | Zombies | Custom Map",
"connect": "194.69.160.15:28127",
"request": "194.69.160.15:28129",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228122,
"last_update": 1780588836,
"banned": false,
"wipe": 1778184012,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4227,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11159041");
$data = json_decode($json, true);
var_dump($data);