API для Viscera Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": "VCGame",
"os": "w",
"product": "visceracleanupdetail",
"region": 255,
"steam_id": "90288835354448918",
"domain": null,
"id": 12292036,
"ip": "113.130.193.247",
"port": 7777,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Dong-gu",
"description": null,
"game": 246900,
"owner": null,
"boosts": 1,
"last_offline": 1784101959,
"last_online": 1783985560,
"icon": null,
"name": "Viscera Server",
"connect": "113.130.193.247:7777",
"request": "113.130.193.247:27015",
"map": "VC_Uprinsing",
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": null,
"country": "KR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783984366,
"last_update": 1784101959,
"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": 513,
"language": "ko",
"parked": false,
"app": {
"id": 2314,
"steam_id": 246900,
"name": "Viscera Cleanup Detail",
"url": "viscera-cleanup-detail"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12292036");
$data = json_decode($json, true);
var_dump($data);