Rust
API для RnC PVE 3X | Wiped: 16/04
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/2502788json
{
"response": {
"fps": 57,
"fps_avg": 59,
"entities_count": 125107,
"world_seed": 61477914,
"world_size": 4000,
"steam_id": "90284755023997976",
"domain": null,
"id": 2502788,
"ip": "51.79.137.104",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Singapore",
"description": "\n|||| Welcome to RnC PVE 3X ||||\r\nMap Size: 4000 | Seed: 61477914\r\nLast wipe: 16/04/2026 | Next Bi-Weekly wipe: 30/04/2026\r\nPurge[PVP] starts 1 day before wipes\r\nWe are beginner friendly and welcomes anyone looking for a place to stay.\r\nServer features:\r\n- Access to all Skins\r\n- Exclusive Premium PVE Events for all to enjoy\r\n- Leaderboard titles\r\n- Raidable NPC Bases\r\n- Refined Loots across boxes, reduced clutters\r\n- Quality of life plugins (eg. Skills, Shop & Backpacks)\r\nActive admins support avaliable on Discord!\r\nClick on VIEW WEBPAGE & Join our growing Server on Discord now and be a part of our community!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776805404,
"score": null,
"last_online": 1776843617,
"icon": null,
"name": "RnC PVE 3X | Wiped: 16/04",
"connect": "51.79.137.104:28080",
"request": "51.79.137.104:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 6,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1705488893,
"last_update": 1776843617,
"banned": false,
"wipe": 1776338682,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 787,
"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/2502788");
$data = json_decode($json, true);
var_dump($data);