API für Empto Key's MG Server [Shop] [Bhop] [Double-jump] [Timer] [VIP]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286654371826691",
"domain": null,
"id": 11696236,
"ip": "46.174.53.76",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": null,
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1780226445,
"last_online": 1780773137,
"icon": null,
"name": "Empto Key's MG Server [Shop] [Bhop] [Double-jump] [Timer] [VIP]",
"connect": "46.174.53.76:27015",
"request": "46.174.53.76:27015",
"map": "mg_100traps_v3",
"gamemode": "Counter-Strike: Source",
"version": "9540945",
"numplayers": 0,
"maxplayers": 33,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780226445,
"last_update": 1780773137,
"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": 3029,
"language": "ru",
"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/11696236");
$data = json_decode($json, true);
var_dump($data);