API для [SEA] Vanilla PH
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 91,
"fps_avg": 132,
"entities_count": 69900,
"world_seed": 435536501,
"world_size": 3500,
"steam_id": "90289460940581907",
"domain": null,
"id": 11838560,
"ip": "15.235.160.14",
"port": 60417,
"query": 60419,
"project_id": null,
"color": 0,
"city": "Singapore",
"description": "![[SEA] Vanilla PH](https://i.ibb.co/v62pyY8W/Vanilla-Rust-2.jpg)\nWelcome to Vanilla Rust PH\r\nFight Hard, Play Fair, Have Fun\r\nForce Wipe 2am\r\nMax Team Limit: 6\r\n\r\nJoin our discord:\r\nhttps://discord.gg/eFf83EQPTf\r\n\r\nType /help for server commands & info",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1784790965,
"last_online": 1784825475,
"icon": null,
"name": "[SEA] Vanilla PH",
"connect": "15.235.160.14:60417",
"request": "15.235.160.14:60419",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2631",
"numplayers": 13,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1781954470,
"last_update": 1784825475,
"ban_reason": null,
"banned": false,
"wipe": 1784790944,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1075,
"language": "en",
"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/11838560");
$data = json_decode($json, true);
var_dump($data);