API for [DK][NORDIC]Phoenix PvE 2x|#1 Custom Helis|Events|RP|Monthly
JSON for programs, websites and more
text
json
{
"response": {
"fps": 96,
"fps_avg": 100,
"entities_count": 88005,
"world_seed": 759092244,
"world_size": 4000,
"steam_id": "90286619803516955",
"domain": null,
"id": 760619,
"ip": "80.208.56.246",
"port": 30002,
"query": 30003,
"color": 0,
"city": "Herning",
"description": "![[DK][NORDIC]Phoenix PvE 2x|#1 Custom Helis|Events|RP|Monthly](https://it.phoenixgaming.net/imgrust55/banner.jpg)\nWelcome to Phoenix Gaming — Nordic's Largest Rust Community!\r\n\r\nChoose your path, level up your skills, unlock powerful perks, collect legendary items, defeat bosses, complete quests, and build your empire in a true MMO-style Rust experience.\r\n\r\nFeatures:\r\n• MMO Progression System\r\n• Skill Tree & XP Levels\r\n• Custom Quests & Bosses\r\n• Legendary Items & Perks\r\n• NPC Raiders & Raidable Bases\r\n• Zombie Horde Events\r\n• Cargo, Air & Locked Crate Events\r\n• Buildable Basements\r\n• 75% Less Upkeep\r\n• No Group Limit\r\n\r\nPhoenix Gaming has been online since March 15, 2020, and has grown from a Danish Rust community into one of the largest Rust communities in the Nordics.\r\n\r\nJoin today and begin your adventure!\r\n\r\nPhoenixGaming.NET",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780634056,
"last_online": 1780641626,
"icon": null,
"name": "[DK][NORDIC]Phoenix PvE 2x|#1 Custom Helis|Events|RP|Monthly",
"connect": "80.208.56.246:30002",
"request": "80.208.56.246:30003",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DK",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1680785072,
"last_update": 1780641626,
"banned": false,
"wipe": 1780596320,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1716,
"language": "da",
"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/760619");
$data = json_decode($json, true);
var_dump($data);