API pentru [NA] RUIN 2x Biweekly Solo/Duo/Trio/Quad | 50% Upkeep |
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 207,
"fps_avg": 203,
"entities_count": 74912,
"world_seed": 718610029,
"world_size": 3500,
"steam_id": "90286590811058197",
"domain": null,
"id": 11606895,
"ip": "165.217.129.52",
"port": 10000,
"query": 10003,
"color": 0,
"city": "Staten Island",
"description": "![[NA] RUIN 2x Biweekly Solo/Duo/Trio/Quad | 50% Upkeep |](https://www.dropbox.com/scl/fi/xmgf2tdg651fozgm5qfnx/ruin_temp_banner.png?rlkey=pi4fba8pg47sg8zuu38la49yu&st=k2lfxm9q&dl=1)\nRUIN Rust Servers | 2x Bi-weekly \r\n \r\nWipe Schedule \r\n - Map: Biweekly (every other thursday) at 2pm EST\r\n - Blueprints: BPs wipe @ Force\r\n Features \r\n - 2x Gather Rates ( Sulfur 1.5x rates )\r\n - 50% Upkeep\r\n - 1.5x Faster smelting \r\n - Quad Max \r\n - Custom Shop system\r\n \r\nJOIN the Discord | https://discord.gg/MDWvFa3SNx",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779915487,
"last_online": 1780596034,
"icon": null,
"name": "[NA] RUIN 2x Biweekly Solo/Duo/Trio/Quad | 50% Upkeep |",
"connect": "165.217.129.52:10000",
"request": "165.217.129.52:10003",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915487,
"last_update": 1780596034,
"banned": false,
"wipe": 1779321036,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4367,
"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/11606895");
$data = json_decode($json, true);
var_dump($data);