API für UCTT.info Zombie - Plague #1 [REMASTER | since 2013]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11613224,
"ip": "45.144.155.20",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Plovdiv",
"description": null,
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1779915756,
"last_online": 1780180820,
"icon": null,
"name": "UCTT.info Zombie - Plague #1 [REMASTER | since 2013]",
"connect": "45.144.155.20:27015",
"request": "45.144.155.20:27015",
"map": "zm_adytzasfantu",
"gamemode": "Zombie Plague [HARD] v1.6",
"version": "1.1.2.7/Stdio",
"numplayers": 19,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "BG",
"status": true,
"votes": 0,
"points": 81,
"add_date": 1779915756,
"last_update": 1780180820,
"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": 2468,
"language": "bg",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11613224");
$data = json_decode($json, true);
var_dump($data);