API для [初心]5倍/6.4新档/萌新/无权/势均力敌
JSON для программ, сайтов и прочего
text
json
{
"response": {
"oxide": true,
"modded": true,
"fps": 66,
"fps_avg": 65,
"entities_count": 100764,
"world_seed": 1600395802,
"world_size": 4000,
"steam_id": "90286576635241481",
"domain": null,
"id": 11502528,
"ip": "103.91.210.161",
"port": 12080,
"query": 12083,
"color": 0,
"city": "Jinan",
"description": "![[初心]5倍/6.4新档/萌新/无权/势均力敌](https://pic1.imgdb.cn/item/64aa4de31ddac507cce83416.png)\n【初心】=玩家交流群:234055789\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\n【初心】=禁止挂、开宏、卡石头作弊\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\n【初心】=玩家终极乐园,保护萌新,稳定长久",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780537461,
"last_online": 1780550423,
"icon": null,
"name": "[初心]5倍/6.4新档/萌新/无权/势均力敌",
"connect": "103.91.210.161:12080",
"request": "103.91.210.161:12083",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 26,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 72,
"add_date": 1779207202,
"last_update": 1780550423,
"banned": false,
"wipe": 1779233722,
"official": null,
"wipe_period": "biweekly",
"next_wipe": 1780443322,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 347,
"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/11502528");
$data = json_decode($json, true);
var_dump($data);