API für !!communitea
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "85568392936334569",
"domain": null,
"id": 11637477,
"ip": "122.2.121.78",
"port": 27015,
"query": 27016,
"color": 0,
"city": "Manila",
"description": null,
"game": 242760,
"owner": null,
"boosts": 1,
"last_offline": 1780560816,
"last_online": 1779987061,
"icon": null,
"name": "!!communitea",
"connect": "122.2.121.78:27015",
"request": "122.2.121.78:27016",
"map": "Normal",
"gamemode": "The Forest",
"version": "0.11.3.0.0",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": true,
"country": "PH",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779917086,
"last_update": 1780560816,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 244,
"language": "tl",
"parked": false,
"app": {
"id": 184,
"steam_id": 242760,
"name": "The Forest",
"url": "the-forest"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11637477");
$data = json_decode($json, true);
var_dump($data);