Rust
API для [TR][EU] RUSTDEFT Solo-Duo | Türkiye YeniOyuncu #Best #NoCliff
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/9971957json
{
"response": {
"fps": 33,
"fps_avg": 33,
"entities_count": 142694,
"world_seed": 1,
"world_size": 3700,
"steam_id": "90284696046147594",
"domain": null,
"id": 9971957,
"ip": "212.16.94.94",
"port": 45001,
"query": 45003,
"color": 0,
"city": "Istanbul",
"description": "![[TR][EU] RUSTDEFT Solo-Duo | Türkiye YeniOyuncu #Best #NoCliff](https://i.hizliresim.com/34nq3cl.png)\nServer Location: ISTANBUL/Dedicated-Server\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": 1776819197,
"score": 0,
"last_online": 1776825618,
"icon": null,
"name": "[TR][EU] RUSTDEFT Solo-Duo | Türkiye YeniOyuncu #Best #NoCliff",
"connect": "212.16.94.94:45001",
"request": "212.16.94.94:45003",
"map": "BarrenFPS+",
"gamemode": "Survival",
"version": "2623",
"numplayers": 6,
"maxplayers": 515,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1754855369,
"last_update": 1776825618,
"banned": false,
"wipe": 1776437501,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1787,
"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/9971957");
$data = json_decode($json, true);
var_dump($data);