API für [EN] CSS Jailbreak Server 2026 (Only English) (!lr, !rules, rtv
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286660283044865",
"domain": null,
"id": 11595276,
"ip": "193.31.28.151",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Vulcan",
"description": null,
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1780722265,
"last_online": 1780770056,
"icon": null,
"name": "[EN] CSS Jailbreak Server 2026 (Only English) (!lr, !rules, rtv",
"connect": "193.31.28.151:27015",
"request": "193.31.28.151:27015",
"map": "ba_jail_electric_vip",
"gamemode": "Hosties/Jailbreak v2",
"version": "9540945",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "RO",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1779358518,
"last_update": 1780770056,
"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": 606,
"language": "ro",
"parked": false,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11595276");
$data = json_decode($json, true);
var_dump($data);