PVE Land [EU]|Better NPC|NPC Raidable Bases|EVENTS için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 142983,
"world_seed": 1004191596,
"world_size": 4750,
"steam_id": "90286621256419337",
"domain": null,
"id": 2669742,
"ip": "136.243.51.246",
"port": 28028,
"query": 28025,
"color": 0,
"city": "Falkenstein",
"description": "![PVE Land [EU]|Better NPC|NPC Raidable Bases|EVENTS](https://www.dropbox.com/s/pisdllz4kwh9x7a/zloytk.jpg?dl=1)\nTrue PVE + Better NPC\r\nNPC Raidable Bases (PVE/PVP zones)\r\nAvailable now: Battlepass! Type /bp to find out more!\r\nAI helper on discord & In-game!\r\nAbandoned bases for raiding\r\nMonthly BP WIPE with saving XP and Skills\r\nMonthly XP WIPE with saving BPs\r\nBiWeekly MAP wipe\r\nSkillTree + ItemPerks\r\nPocket Dimensions!!! (From TARDIS with love)\r\nDeployable Nature, Crafteble custom portals\r\nBus stops = teleport network!\r\n EVENTS: Sputnik, Convoy, Harbor, Armored Train, AirEvent, WaterEvent,\r\nSatDish Event, Power Plant Event, Junk Yard Event,\r\n!!!Space Station Event!!!\r\n!!!Arctic Base Event!!!\r\nWater bases + water bikes.\r\nDuels + Safe Survival Arena (Hunger games)\r\nReferral rewards\r\nPlayTime rewards\r\nThief Protection\r\nWorking guntraps\r\nLocks for transport*\r\n * Authentication via Discord required\r\nNo one can loot your body\r\nBullying newbies is prohibited! BAN!\r\nDon't be toxic and do not steal from occupied monument - BAN!\r\nJoin Discord to see all avilable server commands!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780639459,
"last_online": 1780645226,
"icon": null,
"name": "PVE Land [EU]|Better NPC|NPC Raidable Bases|EVENTS",
"connect": "136.243.51.246:28028",
"request": "136.243.51.246:28025",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1706043529,
"last_update": 1780645226,
"banned": false,
"wipe": 1780597408,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1395,
"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/2669742");
$data = json_decode($json, true);
var_dump($data);