API pentru RFTP . 0.2X Rates 0.5X drop 3X Decay . Max 3 . 4Netplayers
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 22,
"fps_avg": 29,
"entities_count": 87703,
"world_seed": 1696239032,
"world_size": 4000,
"steam_id": "90286581594480655",
"domain": null,
"id": 11644787,
"ip": "31.214.240.6",
"port": 22300,
"query": 22304,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nRust for the Patient - The Ultimate Slow-Burn Experience\r\n\r\nWelcome to a server for those who find standard Rust too fast.\r\nSurvival here is slow, punishing, and rewarding.\r\n\r\nHARDCORE ECONOMY AND PROGRESSION\r\n- Rates: 0.2x Gather | 0.5x Drop Chance (Extreme Scarcity)\r\n- Decay: 3x Upkeep (Build smart, not just big)\r\n- ZLevels: Skills reset EVERY DAY - stay active to stay efficient.\r\n- No Tech Tree: Use your scrap wisely or find blueprints.\r\n\r\nPROGRESSIVE BUILDING (BuildingWorkbench)\r\n- Stone: Requires Workbench Level 1\r\n- Sheet Metal: Requires Workbench Level 2\r\n- Armored (HQ): Requires Workbench Level 3\r\n\r\nREWARDS AND MISSIONS\r\n- Quests: Complete objectives to survive the scarcity.\r\n- ServerRewards: Earn points for playtime and achievements.\r\n\r\nADMINS: Mr Tern, Rustafari and Lullebulle\r\n\r\nJoin our community and test your patience.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780177435,
"last_online": 1780566027,
"icon": null,
"name": "RFTP . 0.2X Rates 0.5X drop 3X Decay . Max 3 . 4Netplayers",
"connect": "31.214.240.6:22300",
"request": "31.214.240.6:22304",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177435,
"last_update": 1780566027,
"banned": false,
"wipe": 1778213990,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5689,
"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/11644787");
$data = json_decode($json, true);
var_dump($data);