API для 【ANNA】PVE养老-真修仙-宗门敌对-炼丹-道侣-渡劫
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "mp50,cp1,ptrak,qp0,$r?,v2631,^m,EA,^p,born1784822705,gmrust,cs156812,ts30,^o^z",
"os": "w",
"product": "252490",
"region": -1,
"steam_id": "90289744621334529",
"domain": null,
"id": 12981917,
"ip": "110.187.25.193",
"port": 35759,
"query": 35789,
"project_id": null,
"color": 0,
"city": "Chengdu",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1785351125,
"last_online": 1785390600,
"icon": null,
"name": "【ANNA】PVE养老-真修仙-宗门敌对-炼丹-道侣-渡劫",
"connect": "110.187.25.193:35759",
"request": "110.187.25.193:35789",
"map": "Custom Map",
"gamemode": null,
"version": "2631",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": null,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1785351125,
"last_update": 1785390600,
"ban_reason": null,
"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": 12218,
"language": "zh",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12981917");
$data = json_decode($json, true);
var_dump($data);