Rust
API для OTTOMAN 10x [TR-EU] | NoBps | Kit | Shop | TP | Max 6| FPS
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10740322json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 67140,
"world_seed": 1552954758,
"world_size": 3500,
"steam_id": "90284639015622663",
"domain": null,
"id": 10740322,
"ip": "91.124.63.66",
"port": 28025,
"query": 28026,
"color": 0,
"city": "Istanbul",
"description": "![OTTOMAN 10x [TR-EU] | NoBps | Kit | Shop | TP | Max 6| FPS](https://i.hizliresim.com/f2b4znp.png)\nOTTOMAN 10x \r\n Clan MaxLimit: 6 \r\n Haftalık Wipe / Aktif ADMIN \r\n Skinbox-NoBPs-Trade-AutoDoor-AutoTurret Aktif \r\n Saygısızlık ve Kışkırtma kesinlikle yasaktır. \r\n Harika uygun fiyatlı VİP Kitler mevcuttur. \r\n Steam Sohbet Grubumuz:\r\n https://steamcommunity.com/chat/invite/P2IhYqIB \r\n ADMİN OYNAMIYOR-TEMİNG YASAK",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776838347,
"score": 0,
"last_online": 1776762019,
"icon": null,
"name": "OTTOMAN 10x [TR-EU] | NoBps | Kit | Shop | TP | Max 6| FPS",
"connect": "91.124.63.66:28025",
"request": "91.124.63.66:28026",
"map": "Ottoman Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1766250682,
"last_update": 1776838347,
"banned": false,
"wipe": 1775839024,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 8416,
"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/10740322");
$data = json_decode($json, true);
var_dump($data);