API pentru Rustribute | Test Server | Experimental Plugins & Updates
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 77259,
"world_seed": 1788057031,
"world_size": 3750,
"steam_id": "90286174134787075",
"domain": null,
"id": 11501121,
"ip": "5.9.143.222",
"port": 25569,
"query": 27015,
"color": 0,
"city": "Falkenstein",
"description": "\nWipe: First Thursday of each month @ 7 PM CET\r\nBlueprints: Never wipe\r\nMap Size: 4000 — hand-crafted & optimized for balanced PvP\r\n\r\nFeatures:\r\n- Optimized for smooth performance & stability\r\n- Combined Outpost + Bandit Camp for convenience\r\n- Increased limits (team UI, bag count, map markers, etc.)\r\n- Hosted on high-end, low-latency hardware\r\n\r\nRules:\r\n- No cheating, scripting, or unauthorized third-party software\r\n- No EAC or Rustribution ban evasion (within 90 days)\r\n- No glitch or bug abuse — report any issues\r\n- No toxicity, racism, or hate speech\r\n- Max 3 players per base/TC (including codelocks)\r\n- No teaming or alliances between groups\r\n\r\nAdmins reserve the right to remove players violating community standards.\r\nFull rules available on Discord.\r\n\r\nDiscord: rustribute.link/discord\r\nSupport the server: store.rustribute.link",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779207167,
"last_online": 1780562430,
"icon": null,
"name": "Rustribute | Test Server | Experimental Plugins & Updates",
"connect": "5.9.143.222:25569",
"request": "5.9.143.222:27015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207167,
"last_update": 1780562430,
"banned": false,
"wipe": 1778501832,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4678,
"language": "de",
"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/11501121");
$data = json_decode($json, true);
var_dump($data);