Rust
API для [CA] RUSTED VOLKSWAGEN - 2X WEEKLY - WIPED ON MAY/01/2026
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11189278json
{
"response": {
"fps": 115,
"fps_avg": 116,
"entities_count": 70016,
"world_seed": 487995736,
"world_size": 3500,
"steam_id": "90285196789435398",
"domain": null,
"id": 11189278,
"ip": "74.112.47.118",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Toronto",
"description": "![[CA] RUSTED VOLKSWAGEN - 2X WEEKLY - WIPED ON MAY/01/2026](https://raw.githubusercontent.com/GameServerManagers/LinuxGSM-Docs/master/.gitbook/assets/linuxgsm_colour_white_logo_wordmark_512.png)\nWelcome to Rusted Volkswagen 2x Vanilla PVP!\r\n\r\nWipes every Thursday afternoon at 2:30pm to be inline with Facepunch's update schedule.\r\nMonthly BP wipe.\r\n2x Loot.\r\n\r\nMax Team: No Limit\r\n\r\nJoin us on Discord here: discord.gg/Q6ht8NxU\r\n\r\nWe have active moderators, so please report cheaters or annoying assholes.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777612346,
"score": 0,
"last_online": 1777707023,
"icon": null,
"name": "[CA] RUSTED VOLKSWAGEN - 2X WEEKLY - WIPED ON MAY/01/2026",
"connect": "74.112.47.118:28015",
"request": "74.112.47.118:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772699039,
"last_update": 1777707023,
"banned": false,
"wipe": 1777612806,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4628,
"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/11189278");
$data = json_decode($json, true);
var_dump($data);