Rust
API для TemplarGaming EU 10x Swift Loot++|PvP|MyMini|SkinBox|x10 JUST W
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10605412json
{
"response": {
"fps": 59,
"fps_avg": 59,
"entities_count": 124178,
"world_seed": 1684083193,
"world_size": 4000,
"steam_id": "90284609505040408",
"domain": null,
"id": 10605412,
"ip": "45.151.44.3",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Amsterdam",
"description": "\nWelcome to the TemplarGaming 10x Swift!\r\nA fast paced gameplay environment with many features speeding up progression.\r\n⦿ Heavily boosted loot | No Blueprints | No Workbenches\r\n⦿ Everyone has SkinBox, /MyMini, AutoDoors, /Remove, /BGrade & more\r\n⦿ In-Game Leaderboard tracking your Kills, Deaths, Headshots, Accuracy & more!\r\n⦿ Kits | Clan Auth Sharing | Shop | Teleport | Fast Smelting | Instant Craft + More!\r\n⦿ Performance Optimized Custom Maps\r\n⦿ Group Limit: 6\r\n⦿ Automatic Base Upgrader, Base Repair and Box Sorters available to all\r\n⦿ Active Non-Playing Admins\r\n\r\nJoin our Discord to claim a supply drop & stay updated with all our latest news\r\n⦿ https://discord.gg/Templar\r\n\r\nJoin our Steam Group and get access to /Kit Steam\r\n⦿ https://steam.templar.gg",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776519204,
"score": 0,
"last_online": 1776521411,
"icon": null,
"name": "TemplarGaming EU 10x Swift Loot++|PvP|MyMini|SkinBox|x10 JUST W",
"connect": "45.151.44.3:28014",
"request": "45.151.44.3:28015",
"map": "Wiped 33 Minutes Ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 244,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 104,
"add_date": 1763321597,
"last_update": 1776521411,
"banned": false,
"wipe": 1776519394,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 191,
"language": "nl",
"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/10605412");
$data = json_decode($json, true);
var_dump($data);