[RU] REGULA RUST için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 96,
"fps_avg": 94,
"entities_count": 86736,
"world_seed": 660421592,
"world_size": 4000,
"steam_id": "90286576233428996",
"domain": null,
"id": 11511160,
"ip": "185.189.255.197",
"port": 35900,
"query": 35810,
"color": 0,
"city": "Moscow",
"description": "![[RU] REGULA RUST gm.link/u146318](https://pic.survivalhost.org/images/2025/12/23/post.png)\nРазмер карты 4000\r\nОграничение на 4 человека\r\nВайп раз в 2 недели\r\nАдминистрация доступна 24/7, готовая помочь в любых вопросах\r\nСерверный античит, поддержка Rust+",
"game": 252490,
"owner": 146318,
"boosts": 1,
"last_offline": 1780275790,
"last_online": 1780567819,
"icon": null,
"name": "[RU] REGULA RUST",
"connect": "185.189.255.197:35900",
"request": "185.189.255.197:35810",
"map": "[RU] REGULA RUST",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1779353838,
"last_update": 1780567819,
"banned": false,
"wipe": 1779216050,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 269,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "demon_youtuber",
"avatar": "no.jpg"
},
"mods": [
{
"id": 979,
"name": "Kits"
},
{
"id": 926,
"name": "IQChat"
},
{
"id": 1388,
"name": "Stack Size Controller"
},
{
"id": 1431,
"name": "Teleportation"
},
{
"id": 947,
"name": "IQRates"
},
{
"id": 900,
"name": "Image Library"
},
{
"id": 1139,
"name": "Oxide"
},
{
"id": 450,
"name": "Admin Menu"
},
{
"id": 624,
"name": "Clans"
},
{
"id": 452,
"name": "Admin Radar"
},
{
"id": 925,
"name": "IQCases"
},
{
"id": 1929,
"name": "SoReport"
}
],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11511160");
$data = json_decode($json, true);
var_dump($data);