API для [SYS]鼓励Pve搭建服.维护群83819250.#H
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 119,
"fps_avg": 116,
"entities_count": 108475,
"world_seed": 764813198,
"world_size": 4500,
"steam_id": "90289789313455134",
"domain": null,
"id": 12946087,
"ip": "153.35.46.204",
"port": 28997,
"query": 28998,
"project_id": null,
"color": 0,
"city": "Suzhou",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1785301910,
"last_online": 1785390592,
"icon": null,
"name": "[SYS]鼓励Pve搭建服.维护群83819250.#H",
"connect": "153.35.46.204:28997",
"request": "153.35.46.204:28998",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2631",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1785301910,
"last_update": 1785390592,
"ban_reason": null,
"banned": false,
"wipe": 1783044822,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12096,
"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/12946087");
$data = json_decode($json, true);
var_dump($data);