Rust
API for ⦿【ICEFUSE】3X Havoc (Solo/Duo|2X Comps|JUST WIPED)
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9663098json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 74927,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90284707411911709",
"domain": null,
"id": 9663098,
"ip": "216.39.240.61",
"port": 28011,
"query": 28016,
"color": 0,
"city": "Ashburn",
"description": "\n▼SERVER FEATURES▼\r\n⦿ 3X Gather Rates, 3X Recycle AND 3X Smelting Speeds!\r\n⦿ Advanced Loot Tables + T1 Electrical BPS Unlocked\r\n⦿ Vending Machines Are Instant And Drop 100% Of Loot When Destroyed!\r\n⦿ Vehicles Spawn With Full Health AND Low Quality Parts!\r\n⦿ Extended Workbench Range And Team Blueprint Sharing System!\r\n⦿ No Suicide Cooldown And Minicopters Spawn On Roads\r\n⦿ Merged Outpost And Bandit Camp For Better Performance.\r\n \r\n▼SERVER RAIDING RULES▼\r\n ✓ You are allowed 2 members to roam/raid/base with!\r\n \r\n▼SERVER WIPE TIMES▼\r\n ★ Mondays at 2:00 PM EST\r\n ★ Thursdays at 2:00 PM EST",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775194330,
"score": 0,
"last_online": 1776825624,
"icon": null,
"name": "⦿【ICEFUSE】3X Havoc (Solo/Duo|2X Comps|JUST WIPED)",
"connect": "216.39.240.61:28011",
"request": "216.39.240.61:28016",
"map": "Wiped 32 hours ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1751634421,
"last_update": 1776825624,
"banned": false,
"wipe": 1776708121,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2070,
"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/9663098");
$data = json_decode($json, true);
var_dump($data);