Nuclear Option
API для [EVO] PVE Server No2. Join us at ts3.evoclan.org!
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11394198json
{
"response": {
"steam_id": "90284568969241612",
"domain": null,
"id": 11394198,
"ip": "144.76.57.79",
"port": 2001,
"query": 2001,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 2168680,
"owner": null,
"boosts": 1,
"last_offline": 1774596916,
"score": 0,
"last_online": 1777496464,
"icon": null,
"name": "[EVO] PVE Server No2. Join us at ts3.evoclan.org!",
"connect": "144.76.57.79:2001",
"request": "144.76.57.79:2001",
"map": "Heartland | Escalation Co-op as",
"gamemode": "Nuclear Option Server",
"version": "0.33.0",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774596916,
"last_update": 1777496464,
"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": 38,
"language": "de",
"parked": false,
"app": {
"id": 1615382,
"steam_id": 2168680,
"name": "Nuclear Option",
"url": "nuclear-option"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11394198");
$data = json_decode($json, true);
var_dump($data);