Trinity Modded | Skill Tree | Custom Events | PVE/PVP | Biweekl için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 139,
"fps_avg": 161,
"entities_count": 65314,
"world_seed": 797224293,
"world_size": 3500,
"steam_id": "90286582453624858",
"domain": null,
"id": 11607088,
"ip": "45.61.55.200",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Chicago",
"description": "Trinity Modded — 50-slot friends-style server with custom progression systems.\n\nWipes: biweekly map / monthly BP, aligned with Facepunch's first-Thursday wipe.\n\nDiscord is required to play. Join: https://discord.gg/b73d27f0\nReact 🔫 in #rules to opt in, link your Steam, then connect.\n\nCUSTOM SYSTEMS:\n • Skill Tree — 7 trees × 5 nodes × 3 ranks, capstones, daily caps. /skill\n • Cooking — 47 recipes, BBQ pit, farmer market NPC, buffed meals. E on BBQ\n • Offline Raid Protection — pay scrap, your base is immune while you're offline. /pro\n • Event Scheduler — auto-scheduled Cargo/Heli/Bradley + Dangerous Treasures + Raidable Bases + Guarded Crate\n • Raidable Bases — pre-built bases spawn at random locations with NPC defenders + loot\n • PVE zone (South Sanctuary) covers the south half of the map\n\nQoL mods: Backpacks, Skins, AdminRadar, Vanish, BetterChat, Clans.\nVanilla-leaning — no stack mods, no smelt mods, no teleport, no kits.\n\nType /info in-game for full rules, wipe schedule, and commands.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780506240,
"last_online": 1780561236,
"icon": null,
"name": "Trinity Modded | Skill Tree | Custom Events | PVE/PVP | Biweekl",
"connect": "45.61.55.200:28015",
"request": "45.61.55.200:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915494,
"last_update": 1780561236,
"banned": false,
"wipe": 1779485431,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5531,
"language": "en",
"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/11607088");
$data = json_decode($json, true);
var_dump($data);