[EU PVE] TDL 3x|Emberflow Dragons|Jetpack|Skills|RaidBases için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 53,
"fps_avg": 51,
"entities_count": 151247,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286736281057287",
"domain": null,
"id": 10138669,
"ip": "136.243.50.212",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Falkenstein",
"description": "![[EU PVE] TDL 3x|Emberflow Dragons|Jetpack|Skills|RaidBases](https://thedragonesseslair.uk/images/headerimage.png)\n◉ TDL - Emberflow ◉\r\n • High QoL • High FPS • Over 250 Mods • Custom Maps • Many Events •\r\n • Clan/Team Limit 8 • Gather Rate: 3x • Increased Stack Size •\r\n \r\n ⦿ SERVER INFO ⦿\r\n • Wipe: 1st, 3rd & 5th Thursday of the month •\r\n \r\n ⦿ PVE CONTENT ⦿\r\n • Raidable Bases • Helicopters • Bradley Tanks • Dungeons •\r\n \r\n ⦿ FREE QOL & SYSTEMS ⦿\r\n • 24 Slot Starting Backpack (grows with playtime) • BetterTC • Furnace Upgrades •\r\n • Auto-Split Furnace • Stackable Chests • Custom Loot Tables • Personal Recycler •\r\n • Vehicles • Skinbox • High Stack Rates • Remover Tool •\r\n \r\n ⦿ PROGRESSION ⦿\r\n • Skill Tree • Unique Prestige System • Shop & Stock Market •\r\n \r\n ⦿ GAMEPLAY EXTRAS ⦿\r\n • Jetpacks • Quests • Helicopters • Kits • Bosses • Virtual Quarries • Giveaways •\r\n • Better NPCs • Tugboats • Teleporting and /tpb [Teleport Back!] • Multiple Homes •\r\n \r\n ⦿ DISCORD ⦿\r\n • https://discord.thedragonesseslair.uk • Link Discord for extra kits & full access •",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780600466,
"last_online": 1780912826,
"icon": null,
"name": "[EU PVE] TDL 3x|Emberflow Dragons|Jetpack|Skills|RaidBases",
"connect": "136.243.50.212:28015",
"request": "136.243.50.212:28017",
"map": "TDL - Random Custom Map!",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1756198715,
"last_update": 1780912826,
"banned": false,
"wipe": 1780600404,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 996,
"language": "de",
"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/10138669");
$data = json_decode($json, true);
var_dump($data);