API für Zombieland Gaming PVE
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286943924275211",
"domain": null,
"id": 11166886,
"ip": "69.164.250.106",
"port": 9876,
"query": 9877,
"project_id": null,
"color": 0,
"city": "Dallas",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1779770556,
"last_online": 1781385731,
"icon": null,
"name": "Zombieland Gaming PVE",
"connect": "69.164.250.106:9876",
"request": "69.164.250.106:9877",
"map": "VRisingWorld",
"gamemode": "8c5d828d-be64-4d52-ad99-1f4f64328fc8",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772228642,
"last_update": 1781385731,
"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": 1559,
"language": "en",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11166886");
$data = json_decode($json, true);
var_dump($data);