Rust
CHOYKA RUST №1 [ONE GRID] [X2] SMALL MAP - FPS+67 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/557106json
{
"response": {
"fps": 459,
"fps_avg": 452,
"entities_count": 12675,
"world_seed": 1391360500,
"world_size": 1000,
"steam_id": "90285930131547147",
"domain": null,
"id": 557106,
"ip": "185.189.255.236",
"port": 35400,
"query": 35410,
"color": 0,
"city": "Moscow",
"description": "![CHOYKA RUST №1 [ONE GRID] [X2] SMALL MAP - FPS+67](https://gspics.org/images/2025/06/14/Ic1pAv.jpg)\n❖ Welcome to CHOYKA RUST ❖ Добро пожаловать на CHOYKA RUST #1\n❖ Best Custom Map's ❖Полу-Классический сервер X2 ❖ \n❖ Great Administration ❖ Отличная администрация\n❖ NO ABUSE\n❖ NO DISMORAL\n❖ NO CHEAT\n❖ NO ROOFCAMP\n❖ NO PLAY 2+ (SERVER SOLO/DUO)\n❖NO DESPAWN LOOT",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779148971,
"score": null,
"last_online": 1779192012,
"icon": null,
"name": "CHOYKA RUST №1 [ONE GRID] [X2] SMALL MAP - FPS+67",
"connect": "185.189.255.236:35400",
"request": "185.189.255.236:35410",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 8,
"maxplayers": 15,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 87,
"add_date": 1665919000,
"last_update": 1779192012,
"banned": false,
"wipe": 1779094749,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 338,
"language": "ru",
"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.cn/servers/557106");
$data = json_decode($json, true);
var_dump($data);