API for Bestrust Solo ONLY 3x #8 - Weekly | NEXT FULLWIPE in 16 hours 0
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 16815,
"world_seed": 1337,
"world_size": 2499,
"steam_id": "90286603684078617",
"domain": null,
"id": 11606930,
"ip": "141.11.117.147",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Amsterdam",
"description": "\nWelcome to Bestrust Solo ONLY 3x #8 - Weekly!\nGet 3 free rust skins by using the BESTRUST code on https://rustmagic.com/\n\nWipe Schedule:\n• Fullwipes Every Friday at 13:45 CEST\n- Last Wipe: 04.06 19:45 CEST Type: Full Wipe\n- Next Wipe: 05.06 13:45 CEST in 16 hours Type: Full Wipe\n\nFeatures:\n- 3x gathering & loot\n- Max Group Size: 1\n- Shared Blueprints\n- Balanced kits & commands\n- Great anti-cheat + Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595060,
"last_online": 1780599036,
"icon": null,
"name": "Bestrust Solo ONLY 3x #8 - Weekly | NEXT FULLWIPE in 16 hours 0",
"connect": "141.11.117.147:28015",
"request": "141.11.117.147:28017",
"map": "Wiped 58 minutes ago",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915488,
"last_update": 1780599036,
"banned": false,
"wipe": 1780595465,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4390,
"language": "nl",
"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/11606930");
$data = json_decode($json, true);
var_dump($data);