Counter-Strike
API für [ZM] Zombie Arena #2 [FREE VIP] Battle Pass
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11491209json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11491209,
"ip": "194.58.66.199",
"port": 2653,
"query": 2653,
"color": 0,
"city": "Ljubljana",
"description": null,
"game": 10,
"owner": 191041,
"boosts": 1,
"last_offline": 1777675341,
"score": 0,
"last_online": 1777722013,
"icon": null,
"name": "[ZM] Zombie Arena #2 [FREE VIP] Battle Pass",
"connect": "194.58.66.199:2653",
"request": "194.58.66.199:2653",
"map": "zm_world_rmx_fixed",
"gamemode": "[cyber-devs.org]",
"version": "1.1.2.7/Stdio",
"numplayers": 11,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": true,
"country": "SI",
"status": true,
"votes": 1,
"points": 89,
"add_date": 1777224396,
"last_update": 1777722013,
"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": 1804,
"language": "sl",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": {
"username": "cyber_devs",
"avatar": "f6551167-9d78-45c0-ae5c-2a28fd3269dd.jpg",
"last_online": 1777225286
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11491209");
$data = json_decode($json, true);
var_dump($data);