API pentru Rusty8 | EU | 2x Weekly
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 86,
"fps_avg": 86,
"entities_count": 69473,
"world_seed": 467216905,
"world_size": 3500,
"steam_id": "90286543612268567",
"domain": null,
"id": 10740370,
"ip": "94.130.50.249",
"port": 20227,
"query": 27018,
"color": 0,
"city": "Falkenstein",
"description": "\nRusty8 | 2x Weekly is designed exclusively for all kind of players with carefully selected quality-of-life features ensuring a fair and enjoyable experience.\r\n\r\nServer Info:\r\n➤ Map Size: 3500x\r\n➤ Max Team Size: No Limit!\r\n➤ Next Wipe: 21/08/25 (No Blueprint Wipe)\r\n➤ 2x Loot & Gather Rate (Vanilla Sulfur Rates)\r\n➤ Custom Anti-Cheat & Active Staff (non-playing)\r\n➤ Refined Loottable: No Junk Loot\r\n➤ No Recent EAC Bans (Within The Last Year)\r\n\r\nServer Features:\r\n➤ 50% Upkeep: Maintain bigger bases with ease\r\n➤ End Of Wipe Rewards: Compete for the Top Base Value & Player Stats Rankings\r\n➤ Frequent Events: Stay engaged with regular server events\r\n➤ Teleportation: Use /Homes, /Outpost, and /Bandit for fast travel\r\n➤ Long Days & Short Nights: Spend more time outside roaming and raiding\r\n➤ Account Link: Unlock extra perks by linking your account with our Discord\r\n\r\nRusty8 Discord @ Discord.gg/CV5ZatskYp\r\n\r\nJump into Rusty8 today to experience enhanced gameplay with our custom features, while maintaining the authentic Rust feel. Explore everything we offer in-game with /commands and become part of the Rusty8 community!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780626198,
"last_online": 1780530029,
"icon": null,
"name": "Rusty8 | EU | 2x Weekly",
"connect": "94.130.50.249:20227",
"request": "94.130.50.249:27018",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1766250688,
"last_update": 1780626198,
"banned": false,
"wipe": 1778942287,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10027,
"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/10740370");
$data = json_decode($json, true);
var_dump($data);