API for [AU] kRAkEN's DEN 10x - |PvP| Wiped 22/5
JSON for programs, websites and more
text
json
{
"response": {
"fps": 109,
"fps_avg": 107,
"entities_count": 111124,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286569176687636",
"domain": null,
"id": 11607455,
"ip": "103.1.215.37",
"port": 28045,
"query": 28047,
"color": 0,
"city": "Sydney",
"description": "![[AU] kRAkEN's DEN 10x - |PvP| Wiped 22/5](https://i.ibb.co/NgC70w1D/Gemini-Generated-Image-t5s0b1t5s0b1t5s0.jpg)\nWelcome to kRAkEN's DEN 10x\r\n\r\nkRAkEN's DEN is focused on fast paced progress\r\nwith less grinding and increased PVP\r\n \r\n - Hosted in Australia\r\n - Fortnightly Map Wipes - Monthly BP's\r\n - Next Wipe 5/6 @ 4pm (MAP)\r\n - MapSize = 4000\r\n - Max Team = 4\r\n \r\n SERVER RESTARTS DAILY @ 6:00am AEST\r\n \r\n MODS INC:\r\n =10x Gather, Craft, Recycle, Smelt & Stack Sizes\r\n =5 Min Nights & 40 Min Days\r\n =50% Upkeep\r\n =Workbench Covered TC Radius\r\n =/Clan\r\n =Clan AutoAuth inc SAM'S\r\n =Level 1 BP's Unlocked\r\n =Precision Airdrops\r\n =Bgrade 1, 2 & 3\r\n =Loot+ (All junk items Removed)\r\n =Remover Tool\r\n =SkinBox\r\n =SignArtist\r\n =Sort Button\r\n =HornDoors\r\n =/Stats\r\n \r\n \r\n Use /Bug if you find any issues\r\n Join the discord if you have any Server suggestions\r\n \r\n ENJOY THE SERVER - kRAkEN",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780517057,
"last_online": 1780594233,
"icon": null,
"name": "[AU] kRAkEN's DEN 10x - |PvP| Wiped 22/5",
"connect": "103.1.215.37:28045",
"request": "103.1.215.37:28047",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915507,
"last_update": 1780594233,
"banned": false,
"wipe": 1779435610,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5138,
"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/11607455");
$data = json_decode($json, true);
var_dump($data);