Rust
API для [SEA]Malaysia Rust | Friday Weekly - 15/5/2026 |
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8657202json
{
"response": {
"fps": 100,
"fps_avg": 99,
"entities_count": 103107,
"world_seed": 1460478867,
"world_size": 4250,
"steam_id": "90285641854930963",
"domain": null,
"id": 8657202,
"ip": "51.79.163.230",
"port": 60400,
"query": 60402,
"color": 0,
"city": "Singapore",
"description": "![[SEA]Malaysia Rust | Friday Weekly - 15/5/2026 |](https://www.rustrophobic.com/s/img/emotionheader25101193.png)\nWeekly wipe on Friday 12:01am \r\n Full wipe Monthly (following forced wipe - first friday of the month at 2.00am \r\n Plugin : Skins(/skin), Signartist (/sil), Better Chat \r\n Discord server :https://discord.gg/mcCuUaK",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778178785,
"score": 0,
"last_online": 1778581216,
"icon": null,
"name": "[SEA]Malaysia Rust | Friday Weekly - 15/5/2026 |",
"connect": "51.79.163.230:60400",
"request": "51.79.163.230:60402",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 6,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1745480633,
"last_update": 1778581216,
"banned": false,
"wipe": 1778179034,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1495,
"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/8657202");
$data = json_decode($json, true);
var_dump($data);