Drewcifer's Lounge | Trump Servers | PVE için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 170,
"fps_avg": 171,
"entities_count": 107737,
"world_seed": 1101037595,
"world_size": 4500,
"steam_id": "90286612441560077",
"domain": null,
"id": 10979048,
"ip": "147.124.128.72",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Hudson",
"description": "\nWelcome to Drewcifer’s Lounge | Trump Servers\r\n\r\nA relaxed community with real end-game progression.\r\n\r\n• 300+ Raidable Bases\r\n• Custom RaidMaster titles & perk progression\r\n• PvE world with PvP raid counters (you keep earned loot)\r\n• Bradleys at monuments & roaming boss NPCs\r\n• Convoys, Heli Signals, Oil Rig & Dungeon events\r\n\r\nVanilla gather & loot rates\r\nMax group size: 8\r\nBi-weekly wipes & active admins\r\n\r\nJoin the community → https://discord.gg/trumpservers",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780108369,
"last_online": 1780628427,
"icon": null,
"name": "Drewcifer's Lounge | Trump Servers | PVE",
"connect": "147.124.128.72:28015",
"request": "147.124.128.72:28016",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1769901044,
"last_update": 1780628427,
"banned": false,
"wipe": 1780598420,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3906,
"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/10979048");
$data = json_decode($json, true);
var_dump($data);