API for GROGU GAMING.CO 3x Solo/Duo WEEKLY|LOOT x3|WIPED
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 73988,
"world_seed": 698659983,
"world_size": 3700,
"steam_id": "90286425428101145",
"domain": null,
"id": 11606670,
"ip": "194.69.160.15",
"port": 28079,
"query": 28081,
"color": 0,
"city": "City of London",
"description": "GROGU GAMING.CO 3x SOLO/DUO WEEKLY \r\n\r\n▶ Max Group: 2\r\n▶ 3x Gather | 3x Crafting | 3x Components\r\n▶ FREE Skinbox\r\n▶ Active Staff 24/7\r\n▶ Anti-Cheat | Anti-Teaming\r\n▶ Custom Loot Tables\r\n▶ BP Clan Sharing\r\n▶ TP & Home\r\n▶ Auto Auth | TC | Code Lock | Turret\r\n▶ Increased Stack Size",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780569210,
"last_online": 1780376429,
"icon": null,
"name": "GROGU GAMING.CO 3x Solo/Duo WEEKLY|LOOT x3|WIPED",
"connect": "194.69.160.15:28079",
"request": "194.69.160.15:28081",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779915478,
"last_update": 1780569210,
"banned": false,
"wipe": 1780064089,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12193,
"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/11606670");
$data = json_decode($json, true);
var_dump($data);