VEIN
API для Wolf family FR
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11488614json
{
"response": {
"steam_id": "90284214084007958",
"domain": null,
"id": 11488614,
"ip": "198.244.229.28",
"port": 2326,
"query": 2327,
"color": 0,
"city": "London",
"description": null,
"game": 1857950,
"owner": null,
"boosts": 1,
"last_offline": 1775656304,
"score": 0,
"last_online": 1775961651,
"icon": null,
"name": "Wolf family FR",
"connect": "198.244.229.28:2326",
"request": "198.244.229.28:2327",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "0.021h1 Demo",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1775656304,
"last_update": 1775961651,
"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": 1368,
"language": "en",
"parked": false,
"app": {
"id": 1530675,
"steam_id": 1857950,
"name": "VEIN",
"url": "vein"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11488614");
$data = json_decode($json, true);
var_dump($data);