API pentru [EU] RustCore | 2x Vanilla | Monthly
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 23,
"fps_avg": 63,
"entities_count": 80007,
"world_seed": 801572898,
"world_size": 3750,
"steam_id": "90286604309074969",
"domain": null,
"id": 11606650,
"ip": "216.106.188.124",
"port": 7046,
"query": 7047,
"color": 0,
"city": "London",
"description": "![[EU] RustCore | 2x Vanilla | Monthly](https://www.dropbox.com/scl/fi/b3b63lbs3rgrlllcf9mdn/ChatGPT-Image-May-27-2026-08_26_01-PM.png?rlkey=5byjfn4cqk37g46pwj6xeh7bm&e=1&st=172q7e3g&dl=1)\n[EU] RustCore | 2x Vanilla | Monthly \r\n\r\n FEATURES:\r\n Always Hot Spot\r\n Removed Junk Loot\r\n Extended Workbench Range\r\n Bigger Stack Sizes\r\n Furnace Splitter + Faster Smelting\r\n Extended Tool Cupboard Upkeep\r\n Automatic Team Authorization\r\n Fishing Villages Have Drone Shops\r\n Infinite Vending Stock at Outpost\r\n Clans\r\n\r\n Vanilla-style gameplay with balanced QoL improvements.\r\n Build. Farm. Raid. Dominate.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596270,
"last_online": 1780602636,
"icon": null,
"name": "[EU] RustCore | 2x Vanilla | Monthly",
"connect": "216.106.188.124:7046",
"request": "216.106.188.124:7047",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915478,
"last_update": 1780602636,
"banned": false,
"wipe": 1780596685,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4873,
"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/11606650");
$data = json_decode($json, true);
var_dump($data);