Rust
API pentru Rusty Beehive | Monthly | Quad | 50% Upkeep | Noob Friendly
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/11159047json
{
"response": {
"fps": 204,
"fps_avg": 199,
"entities_count": 97302,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90284834267885582",
"domain": null,
"id": 11159047,
"ip": "212.117.169.44",
"port": 25601,
"query": 25573,
"color": 0,
"city": "Luxembourg",
"description": "\nRusty Beehive | Monthly | Quad | 50% Upkeep | Noob Friendly | No BP Wipe\r\n\r\n• No BP wipes at all\r\n• Max group size: 4\r\n• Minis spawn on roads\r\n• 50% upkeep\r\n• Custom generated maps\r\n• Beginner friendly\r\n• Active non-playing admins\r\n\r\nSERVER RULES\r\n\r\n• English only in global chat\r\n• No cheating, exploiting, scripting, or ban evasion\r\n• No racism, harassment, or hate speech\r\n• No excessive toxicity\r\n\r\n• VAC/game bans under 365 days not allowed\r\n• Multiple VAC/game bans not allowed\r\n\r\n• No permanent base griefing or sealing\r\n• Unlock doors & TCs after raids\r\n• Temporary seals must be removed\r\n• No blocking safe zones\r\n• Raid bases must decay\r\n• Vehicles & quarries are free to take\r\n• Foundation wiping allowed\r\n\r\n• No alliances or coordinated teaming\r\n• Remove bags/codes/auth when swapping\r\n• Team limit violations = team ban\r\n\r\nVISIT OUR WEBSITE FOR FULL RULESET AND MEANINGS!\r\nANYONE WHO BREAKS THE RULES WILL BE KICKED / BANNED",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776301311,
"score": 0,
"last_online": 1776988821,
"icon": null,
"name": "Rusty Beehive | Monthly | Quad | 50% Upkeep | Noob Friendly",
"connect": "212.117.169.44:25601",
"request": "212.117.169.44:25573",
"map": "Rusty Beehive Generated Maps",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "LU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228122,
"last_update": 1776988821,
"banned": false,
"wipe": 1775152314,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4607,
"language": "lb",
"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/11159047");
$data = json_decode($json, true);
var_dump($data);