[RU]FARMILA|PVP/PVE|MODED|EVENTS|CUSTOME.MAP.6000|MONTHLY için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 153,
"fps_avg": 140,
"entities_count": 72874,
"world_seed": 1,
"world_size": 6000,
"steam_id": "90286674298863642",
"domain": null,
"id": 10661572,
"ip": "185.189.255.27",
"port": 35200,
"query": 35210,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "![Dust Rust #1 | X2 Modded [NOLIMIT]](https://gspics.org/images/2025/12/06/IQPkQZ.png)\nПромокод START даст вам 50 рублей на сайте магазина\r\n Оптимизированные сервера и реальный онлайн\r\n Рейты сервера X2 добыча ресурсов , стаки ресурсов 2000\r\n Скидки в магазине на первый день вайпа 20%.",
"game": 252490,
"owner": 150835,
"boosts": 1,
"last_offline": 1780751664,
"last_online": 1780761620,
"icon": null,
"name": "[RU]FARMILA|PVP/PVE|MODED|EVENTS|CUSTOME.MAP.6000|MONTHLY",
"connect": "185.189.255.27:35200",
"request": "185.189.255.27:35210",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1764544760,
"last_update": 1780761620,
"banned": false,
"wipe": 1780672405,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 506,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "nikita_osipov",
"avatar": "no.jpg"
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10661572");
$data = json_decode($json, true);
var_dump($data);