API для manhole_jeon
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11588453,
"ip": "210.182.36.46",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Suwon",
"description": null,
"game": 620,
"owner": null,
"boosts": 1,
"last_offline": 1779916382,
"last_online": 1779358305,
"icon": null,
"name": "manhole_jeon",
"connect": "210.182.36.46:27015",
"request": "210.182.36.46:27015",
"map": "mp_coop_laser_crusher",
"gamemode": "Portal 2 Coop",
"version": "2.0.0.1",
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": true,
"private": false,
"country": "KR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779357754,
"last_update": 1779916382,
"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": 3,
"language": "ko",
"parked": false,
"app": {
"id": 105,
"steam_id": 620,
"name": "Portal 2",
"url": "portal-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11588453");
$data = json_decode($json, true);
var_dump($data);