Rust
T.B.O - Linux NoEAC [ Shop Pocket TP WaterBase Skybase ] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10488314json
{
"response": {
"fps": 55,
"fps_avg": 58,
"entities_count": 122863,
"world_seed": 1337,
"world_size": 6000,
"steam_id": "90285468531471390",
"domain": null,
"id": 10488314,
"ip": "85.26.8.99",
"port": 20203,
"query": 20206,
"color": 0,
"city": "Fléron",
"description": "![T.B.O - Linux NoEAC [ Shop Pocket TP WaterBase Skybase ]](https://the-bandit.ovh/storage/img/banner-svr-2.png)\nWipe Schedule:\n Map - Monthly @ Force\n BPs - Monthly @ Force\n\nRules:\n - No hacking / scripting\n - No intentional bug abuse\n - No EAC / FP banned alts\n - No ban evading\n - No racism\n\nGood performance\nActive non playing admins\nSeeds are carefully picked\n\nConnect: eul1.the-bandit.ovh\nDiscord: the-bandit.ovh/discord\nFull rules: the-bandit.ovh/rules\n\nVIP: the-bandit.ovh/vip",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778181185,
"score": 0,
"last_online": 1778185818,
"icon": null,
"name": "T.B.O - Linux NoEAC [ Shop Pocket TP WaterBase Skybase ]",
"connect": "85.26.8.99:20203",
"request": "85.26.8.99:20206",
"map": "the-bandit.ovh/discord",
"gamemode": "Survival",
"version": "2624",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "BE",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1761122020,
"last_update": 1778185818,
"banned": false,
"wipe": 1778181197,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2129,
"language": "nl",
"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/10488314");
$data = json_decode($json, true);
var_dump($data);