Rust
API für TemplarGaming SEA 10x Swift Trio Loot++|PvP|MyMini|SkinBox|x10
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10129325json
{
"response": {
"fps": 60,
"fps_avg": 58,
"entities_count": 115234,
"world_seed": 1564308800,
"world_size": 3500,
"steam_id": "90284684460418051",
"domain": null,
"id": 10129325,
"ip": "31.58.143.183",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Singapore",
"description": "\nWelcome to the TemplarGaming 10x Swift Trio!\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: 3\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": 1773261134,
"score": 0,
"last_online": 1776841217,
"icon": null,
"name": "TemplarGaming SEA 10x Swift Trio Loot++|PvP|MyMini|SkinBox|x10",
"connect": "31.58.143.183:28014",
"request": "31.58.143.183:28015",
"map": "Wiped 2 Days Ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 16,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1755944028,
"last_update": 1776841217,
"banned": false,
"wipe": 1776664531,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 793,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10129325");
$data = json_decode($json, true);
var_dump($data);