Rust
API для [ASIA] RustSEA+|Xtra Modded|Pure PVE|2x|No Purge|EXP Leveling|E
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/2950485json
{
"response": {
"fps": 49,
"fps_avg": 48,
"entities_count": 165302,
"world_seed": 359259945,
"world_size": 4250,
"steam_id": "90284752128061447",
"domain": null,
"id": 2950485,
"ip": "51.79.137.119",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Singapore",
"description": "![[ASIA] RustSEA+|Xtra Modded|Pure PVE|2x|No Purge|EXP Leveling|E](https://i.imgur.com/wTLfC0l.png)\nWelcome to RustSEA+ - Pure PVE 2x with a challenging PVE experience\r\n\r\n- Note that this is a PvE server which means NO GRIEFING OTHER PLAYERS.\r\n\r\n- The extended server rules are on our Discord server (https://discord.gg/CXzeh5BbgV).\r\n\r\nServer information\r\n-Last wiped: 05/04/2024\r\n-Next wipe: 02/05/2024 (2am GMT+8)\r\n-Actively moderated to ensure a friendly, toxic-free environment for players\r\n\r\nServer Features\r\n-Raidable Bases\r\n-SkinBox\r\n-Bradley Tiers\r\n-Teleport\r\n-Player Trading\r\n-BattlePass\r\n-Personal Minicopter\r\n-Clans\r\n-Harbour\r\n-Convoy\r\n-Rust+ app integration\r\n-Death Notes\r\n-Sign Artist\r\n-And more! (type /info in game to find out more)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776798800,
"score": null,
"last_online": 1776843618,
"icon": null,
"name": "[ASIA] RustSEA+|Xtra Modded|Pure PVE|2x|No Purge|EXP Leveling|E",
"connect": "51.79.137.119:28080",
"request": "51.79.137.119:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 3,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1707481115,
"last_update": 1776843618,
"banned": false,
"wipe": 1775155839,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1210,
"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/2950485");
$data = json_decode($json, true);
var_dump($data);