API dla EU Untraced.gg 3x Monthly Main | 50% Upkeep | No Team Limit
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 111,
"fps_avg": 85,
"entities_count": 94935,
"world_seed": 1,
"world_size": 4000,
"steam_id": "90286603910923288",
"domain": null,
"id": 10116694,
"ip": "148.251.232.50",
"port": 28045,
"query": 28046,
"color": 0,
"city": "Falkenstein",
"description": "\nMap and Blueprints Wipe monthly on the first Thursday. \r\nDiscord: https://discord.gg/Qyu4aazWrm \r\nNo Team Limit. \r\n \r\nServer Modifiers: \r\n3x Gather Rate | 1x Diesel \r\n3x Stack Sizes \r\n4,5x Turret Limit \r\n9x Smelting \r\n3x Crafting and Recycling \r\n50% Upkeep\r\n\r\nServer Features:\r\nConvoy event\r\nOffline raid protection, use /raid for more info\r\nWorkbench radius\r\nAir Wolf vendors and recyclers in every safe zone\r\nPrivate messages between players, use /pm and /r \r\nAnd much more!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595663,
"last_online": 1780596794,
"icon": null,
"name": "EU Untraced.gg 3x Monthly Main | 50% Upkeep | No Team Limit",
"connect": "148.251.232.50:28045",
"request": "148.251.232.50:28046",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1755725410,
"last_update": 1780596794,
"banned": false,
"wipe": 1780595694,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1594,
"language": "de",
"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/10116694");
$data = json_decode($json, true);
var_dump($data);