API for XRUST.CO EU 10x Solo Only MyMiniKitSkinShopVehiclesFFABest10x M
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 81822,
"world_seed": 2085891035,
"world_size": 3600,
"steam_id": "90286780830809105",
"domain": null,
"id": 10740543,
"ip": "51.195.97.124",
"port": 28027,
"query": 28029,
"project_id": null,
"color": 0,
"city": "Limburg an der Lahn",
"description": "\nStore - All Rewards - Wipe Info & Alerts: FULLWIPED.COM\r\n\r\nâ
Quests: Visit the NPC Quest building at Outpost to take on unique missions and fairly earn valuable rewards such as Test Generators, weapons, and clothing.\r\nâ
/raid Alarm â Get Notified on Rust+ & Discord When Raided.\r\nâ
Raid over 210 unique Raidable Base designs.\r\nâ
Auto team share or Solo limits (TC-Sam-Doors-Turrets).\r\nâ
Advantage clan plugin or Solo enforcement with autoban.\r\nâ
Vehicle Buy & Vending Unlimited Stock.\r\nâ
Alpha Loot & Unique Gather.\r\nâ
Faster Recycler & Submersible Pump.\r\nâ
Stack Size Controller & Faster Craft.\r\nâ
Home - Outpost TPs.\r\nâ
Daily Cases & Link Kits & Trade.\r\nâ
In-Game Shop & Furnace Speed Upgrade.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780724056,
"last_online": 1781039426,
"icon": null,
"name": "XRUST.CO EU 10x Solo Only MyMiniKitSkinShopVehiclesFFABest10x M",
"connect": "51.195.97.124:28027",
"request": "51.195.97.124:28029",
"map": "Wiped 5 days ago",
"gamemode": "Survival",
"version": "2627",
"numplayers": 11,
"maxplayers": 95,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1766250708,
"last_update": 1781039426,
"banned": false,
"wipe": 1780595643,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1238,
"language": "de",
"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/10740543");
$data = json_decode($json, true);
var_dump($data);