API для [TR][EU] RUSTDEFT | Solo/Duo | WIPE BUGUN 19:00
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 40,
"fps_avg": 39,
"map_url": "rustdeft_4000_ai8rpzvipugwmazandlxfw_02ff3d93b99942f6a1f3ab4fc67e69d6_r287",
"map_kind": "custom",
"map_name": "Rustdeft",
"map_seed": 1337,
"map_size": 4000,
"map_revision": 287,
"entities_count": 185840,
"steam_id": "90290757659798529",
"domain": null,
"id": 11606284,
"ip": "46.203.182.201",
"port": 10002,
"query": 9002,
"project_id": null,
"color": 0,
"city": "Istanbul",
"description": "![[TR][EU] RUSTDEFT | Solo/Duo | WIPE BUGUN 19:00](https://i.ibb.co/Q7ScMpnK/rustdeft-header.png)\nServer Location: ISTANBUL\r\nFPS+ (Optimized Map) Best-Tickrate\r\nOutpost+ (Bandit Outpost Merged)-Bandit Karakol Birlesiktir\r\n- Low Ping Rate (Dusuk ping)\r\n- Low TC Upkeep (Cok dusuk TC Bakim maliyeti)\r\n- Use !help to view all commands(TR-EN-RU-ES)\r\n\r\nSERVER RULES:\r\n- Visit Website (Websiteyi Ziyaret Edin)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1784858800,
"last_online": 1786683134,
"icon": null,
"name": "[TR][EU] RUSTDEFT | Solo/Duo | WIPE BUGUN 19:00",
"connect": "46.203.182.201:10002",
"request": "46.203.182.201:9002",
"map": "BarrenFPS+ -",
"gamemode": "Survival",
"version": "2632",
"numplayers": 2,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915466,
"last_update": 1786683134,
"ban_reason": null,
"banned": false,
"wipe": 1786038888,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4361,
"language": "tr",
"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/11606284");
$data = json_decode($json, true);
var_dump($data);