API pentru Hybrid Rust 2x|TruePVE|PVP Zones|Events|Clans|Kits|Loot+
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 59,
"fps_avg": 58,
"entities_count": 134715,
"world_seed": 1654224562,
"world_size": 5000,
"steam_id": "90286759819686927",
"domain": null,
"id": 9939255,
"ip": "156.236.84.58",
"port": 28050,
"query": 28051,
"project_id": null,
"color": 0,
"city": "Dallas",
"description": "\nInformation:\r\n==========\r\n• Monthly Map/BP Wipe\r\n• 2x Gather\r\n• 2x Boosted/Updated Loot\r\n• TruePVE Enabled w/ PVP Monuments\r\n• CLICK VISIT WEBSITE BUTTON TO JOIN DISCORD\r\n==========\r\nFeatures:\r\n==========\r\n• Account Linking\r\n• Automatic Doors\r\n• Base Repair\r\n• Box Stacking\r\n• Economics w/ Play Time Rewards\r\n• Enhanced Clans\r\n• Improved Stacks\r\n• Instant Crafting\r\n• Monument Locking for PVE\r\n• MyMini w/ 4 Seats\r\n• Remover Tool\r\n• Shop\r\n• Skinbox\r\n• Skip Night Vote\r\n• Teleportation\r\n==========\r\nCustom Events:\r\n==========\r\n• Airfield Event\r\n• Armored Train Event\r\n• Convoy Event",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780651461,
"last_online": 1780953633,
"icon": null,
"name": "Hybrid Rust 2x|TruePVE|PVP Zones|Events|Clans|Kits|Loot+",
"connect": "156.236.84.58:28050",
"request": "156.236.84.58:28051",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1754152520,
"last_update": 1780953633,
"banned": false,
"wipe": 1780651300,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3855,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/9939255");
$data = json_decode($json, true);
var_dump($data);