Rust
API pentru NeonRust 5x/Monthly/Kits/Shop
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/11435680json
{
"response": {
"fps": 224,
"fps_avg": 229,
"entities_count": 49013,
"world_seed": 32585,
"world_size": 3000,
"steam_id": 90284327435436050,
"domain": null,
"id": 11435680,
"ip": "51.222.244.38",
"port": 26004,
"query": 26005,
"color": 0,
"city": "Montreal",
"description": "🔥 Welcome to Neon Rust 🔥 Step into a high-performance Rust experience built for players who want the perfect balance of progression, PvP, and fun. Whether you're grinding with your duo or dominating as a trio, Neon Rust delivers a smooth, rewarding, and competitive environment. ⚡ Server Highlights: • 5x Gather Rate – Spend less time farming, more time raiding and fighting • Custom Kits – Get geared up fast and jump straight into the action • Player Shops – Trade, earn, and build your own economy • Duos / Trios – Balanced gameplay designed for small teams • Monthly Wipes – Fresh starts, fair competition every cycle ↳ Latest wipe: April 1st, 2026 🎯 Why Play Neon Rust? We focus on creating a lag-free, well-moderated server with active admins and a strong community. Whether you're a casual player or a seasoned raider, you'll find your place here. 🚀 Ways to Join: • IP Address: 51.222.244.38:26004 • Discord Server: https://discord.gg/VNp8aS5Z 💥 Join Neon Rust today and light up the wasteland.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775088132,
"score": 0,
"last_online": 1776859226,
"icon": null,
"name": "NeonRust 5x/Monthly/Kits/Shop",
"connect": "51.222.244.38:26004",
"request": "51.222.244.38:26005",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774977200,
"last_update": 1776859226,
"banned": false,
"wipe": 1775165788,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5330,
"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/11435680");
$data = json_decode($json, true);
var_dump($data);