API für [US] Chill-AXX PVP - For Busy Adults
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 47,
"fps_avg": 43,
"entities_count": 130173,
"world_seed": 1337,
"world_size": 4700,
"steam_id": "90286550987809815",
"domain": null,
"id": 11502398,
"ip": "66.51.96.64",
"port": 28040,
"query": 28041,
"color": 0,
"city": "Ashburn",
"description": "![[US] Chill-AXX PVP - For Busy Adults](https://cdn3.mapstr.gg/1b9f704109bd8b040202929d1ba09d85.jpg)\nAre you tired of aimless wipes? Our server is designed for players who love deep progression, creative building, and high-stakes tactical events. We use a curated suite of premium plugins to ensure every hour you play feels rewarding.\r\n\r\n1x Loot , offline Protection , 50% Upkeep, Deepsea always on, Quest system, Epic custom maps, roaming NPC, Skill tree, Monuments events, Mymini, Tugme, Raid bases and many more",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780137815,
"last_online": 1780549232,
"icon": null,
"name": "[US] Chill-AXX PVP - For Busy Adults",
"connect": "66.51.96.64:28040",
"request": "66.51.96.64:28041",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207200,
"last_update": 1780549232,
"banned": false,
"wipe": 1778181355,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4918,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11502398");
$data = json_decode($json, true);
var_dump($data);