Rust
Blu Linux PVE [Monthly/Shop/Purge/Events] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/6150704json
{
"response": {
"fps": 29,
"fps_avg": 28,
"entities_count": 52852,
"world_seed": 2056285738,
"world_size": 3750,
"steam_id": "90284724824367111",
"domain": null,
"id": 6150704,
"ip": "146.59.54.7",
"port": 20540,
"query": 20541,
"color": 0,
"city": "Warsaw",
"description": "![Blu Linux PVE [Monthly/Shop/Purge/Events]](https://cdn3.mapstr.gg/531a295259e3d85eeb69665e23b64df1.png)\nThis is a heavily modded Linux friendly server. Monday-Friday: Full PVE Saturday-Sunday: PVP Europe | SkillTree | Skins | Weekend Raids | RaidableBases | Events | Levels | Monthly Monday Wipes RaidableBases SkillTree Shop Skins Kits Dungeons Events *** This server is constantly changing, feedback is encouraged! ***",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776747801,
"score": 0,
"last_online": 1776838221,
"icon": null,
"name": "Blu Linux PVE [Monthly/Shop/Purge/Events]",
"connect": "146.59.54.7:20540",
"request": "146.59.54.7:20541",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 1,
"maxplayers": 67,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1728013561,
"last_update": 1776838221,
"banned": false,
"wipe": 1775450977,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2819,
"language": "pl",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/6150704");
$data = json_decode($json, true);
var_dump($data);