API for Helix 2x Monthly Solo/Duo/Trio/Quad|No BP wipes|Noob Friendly
JSON for programs, websites and more
text
json
{
"response": {
"fps": 90,
"fps_avg": 90,
"entities_count": 107039,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90285951387231237",
"domain": null,
"id": 6572511,
"ip": "185.248.134.105",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Dallas",
"description": "\nHelix Rust - Perfectly Modded Rust Servers\r\nWipe: Monthly Map Wipes on Force Wipe (No BP Wipes)\r\nFeatures:\r\n » 2x Gather Rate\r\n » 2x Crafting, Recycler, and Smelting Speeds\r\n » Extended Workbench\r\n » Free Skinbox & Base Skin (/skinbox & /bskin)\r\n » Minicopters Spawn on Roads\r\n » Perfectly Balanced Loot\r\n » Drone Marketplaces at Fishing Villages & Ranches\r\n » Active Admin Team\r\n » Max Team of 4\r\n\r\nJoin our growing community:\r\nDiscord: discord.gg/helixrust\r\nStore: helixrust.gg\r\n\r\nWe employ the latest high performance plugins, most advanced hardware, and fastest networks available to deliver the ultimate rust experience to our players.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779207185,
"last_online": 1779261621,
"icon": null,
"name": "Helix 2x Monthly Solo/Duo/Trio/Quad|No BP wipes|Noob Friendly",
"connect": "185.248.134.105:28010",
"request": "185.248.134.105:28015",
"map": "Helix Better FPS Map | x2",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1731158684,
"last_update": 1779261621,
"banned": false,
"wipe": 1778176326,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2698,
"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/6572511");
$data = json_decode($json, true);
var_dump($data);