API для 14.0x11000014eebcd37.mission.1.042
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90287058447117321",
"domain": null,
"id": 11810629,
"ip": "109.94.84.24",
"port": 27015,
"query": 27017,
"project_id": null,
"color": 0,
"city": "Konakovo",
"description": null,
"game": 1128860,
"owner": null,
"boosts": 1,
"last_offline": 1781579577,
"last_online": 1781538074,
"icon": null,
"name": "14.0x11000014eebcd37.mission.1.042",
"connect": "109.94.84.24:27015",
"request": "109.94.84.24:27017",
"map": "97cd8550",
"gamemode": "Men of War II",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1781465455,
"last_update": 1781579577,
"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": 1,
"language": "ru",
"parked": false,
"app": {
"id": 1558520,
"steam_id": 1128860,
"name": "Men of War II",
"url": "men-of-war-ii"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11810629");
$data = json_decode($json, true);
var_dump($data);