API for PVE Land [US]|Better NPC|NPC Raidable Bases|EVENTS
JSON for programs, websites and more
text
json
{
"response": {
"fps": 51,
"fps_avg": 50,
"entities_count": 174823,
"world_seed": 258651785,
"world_size": 4500,
"steam_id": "90286590976496649",
"domain": null,
"id": 11639189,
"ip": "66.51.99.151",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Dallas",
"description": "![PVE Land [US]|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": 1779917956,
"last_online": 1780587629,
"icon": null,
"name": "PVE Land [US]|Better NPC|NPC Raidable Bases|EVENTS",
"connect": "66.51.99.151:28080",
"request": "66.51.99.151:28015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 7,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1779917956,
"last_update": 1780587629,
"banned": false,
"wipe": 1779369926,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1013,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11639189");
$data = json_decode($json, true);
var_dump($data);