API for [US] 5X /mymini/myheli/myattack | 48 hour Offline Protection
JSON for programs, websites and more
text
json
{
"response": {
"fps": 190,
"fps_avg": 184,
"entities_count": 187465,
"world_seed": 1224852375,
"world_size": 5100,
"steam_id": "90286583492863003",
"domain": null,
"id": 7640846,
"ip": "173.237.43.236",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Dallas",
"description": "[US] 5X | /mymini /myheli /myattack | Instacraft (limited) | 48h Raid Protection\r\n\r\nRaiding & PVP allowed • No cheating or toxicity\r\nMonthly Wipes on 1st Thursday • Reboots 2x daily\r\n\r\nDiscord: discord.gg/5SJWyD54",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779926624,
"last_online": 1780586619,
"icon": null,
"name": "[US] 5X /mymini/myheli/myattack | 48 hour Offline Protection",
"connect": "173.237.43.236:28015",
"request": "173.237.43.236:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 44,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1739531925,
"last_update": 1780586619,
"banned": false,
"wipe": 1778177744,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3147,
"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/7640846");
$data = json_decode($json, true);
var_dump($data);