Garry's Mod
API für Corpse Hazard | Zombie Survival
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/216424json
{
"response": {
"steam_id": "85568392923198332",
"domain": null,
"id": 216424,
"ip": "94.23.218.205",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Roubaix",
"description": "",
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1773009687,
"score": null,
"last_online": 1777721436,
"icon": null,
"name": "Corpse Hazard | Zombie Survival",
"connect": "94.23.218.205:27015",
"request": "94.23.218.205:27015",
"map": "zs_obj_mental_hospital_v6",
"gamemode": "Zombie Survival",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1582969564,
"last_update": 1777721436,
"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": 542,
"language": "fr",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/216424");
$data = json_decode($json, true);
var_dump($data);