API для //JP\<color=#fc03e3><b>SAKURA.JP</b></color> 3X (QUAD [Shop|Kit
JSON для программ, сайтов и прочего
text
json
{
"response": {
"modded": true,
"fps": 59,
"fps_avg": 59,
"entities_count": 99924,
"world_seed": 877634748,
"world_size": 3750,
"steam_id": "90286573742129165",
"domain": null,
"id": 11677527,
"ip": "118.18.162.238",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Osaka",
"description": "\nOptimization Performance and High Tier Server\r\nSophisticated servers for best experience\r\nNonPlay Active Admin\r\nAll Region Welcome.\r\nCPU-R7 5700X3D\r\n\r\n===Wipe Schedule===\r\n★Map-SemibiWeekly day of the month 10,20,30,three wipes.\r\n★BP-Monthly 30\r\n\r\n\r\n\r\n★TeamLimit 4\r\n★Gather Rate 3x (Sulfur 1.5x)\r\n★Advanced AntiCheat(NoLag)\r\n★Workbench in TC Area\r\n★Customized Combat & Raid Block\r\n★PvP & Raid Makers\r\n★Unlocked Lv.1 BPs\r\n★Fast Craft&Smelt\r\n★Customized Loot Table\r\n★Short Night(3Min)\r\n★Skinbox(Need Link Discord Account\r\n★Shop And Kits\r\n★No Pay2Win",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780524268,
"last_online": 1780578633,
"icon": null,
"name": "//JP\\<color=#fc03e3><b>SAKURA.JP</b></color> 3X (QUAD [Shop|Kit",
"connect": "118.18.162.238:28015",
"request": "118.18.162.238:28016",
"map": "Sakura Customized",
"gamemode": "Softcore",
"version": "2625",
"numplayers": 4,
"maxplayers": 120,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1780216214,
"last_update": 1780578633,
"banned": false,
"wipe": 1780268585,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1971,
"language": "ja",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11677527");
$data = json_decode($json, true);
var_dump($data);