Rust
API для [TR/EU] RustNeo 3x | Weekly | No Lag | 19.04
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10978395json
{
"response": {
"fps": 71,
"fps_avg": 69,
"entities_count": 43717,
"world_seed": 83688377,
"world_size": 3000,
"steam_id": "90284755296115716",
"domain": null,
"id": 10978395,
"ip": "77.92.144.225",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Istanbul",
"description": "![[TR/EU] RustNeo 3x | Weekly | No Lag | 19.04](https://i.hizliresim.com/dkel86x.png)\nRustNeo 3x | TR/EU \r\n\r\n [EN] SERVER FEATURES \r\n * 3x Gather Rates \r\n * Improved Loot & No Junk \r\n * Fast Smelt & Craft \r\n * Weekly Map Wipe \r\n\r\n [TR] SUNUCU OZELLIKLERI \r\n * 3x Toplama Hizi \r\n * Duzenlenmis Loot Sistemi \r\n * Hizli Erime ve Uretim \r\n * Haftalik Map Wipe \r\n\r\n Discord: discord.gg/neonrust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776806000,
"score": 0,
"last_online": 1776825620,
"icon": null,
"name": "[TR/EU] RustNeo 3x | Weekly | No Lag | 19.04",
"connect": "77.92.144.225:28015",
"request": "77.92.144.225:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1769900963,
"last_update": 1776825620,
"banned": false,
"wipe": 1776582950,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4306,
"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/10978395");
$data = json_decode($json, true);
var_dump($data);