Rust
API pentru [Vanilla/MAX4] GrandCity | NooBServeR | Classic ++
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/1398329json
{
"response": {
"fps": 172,
"fps_avg": 166,
"entities_count": 64529,
"world_seed": 1779390000,
"world_size": 3500,
"steam_id": "90285544876430367",
"domain": null,
"id": 1398329,
"ip": "95.65.49.211",
"port": 28016,
"query": 28015,
"color": 0,
"city": "Chisinau",
"description": "Welcome to [EU] GrandCity Classic #1 Server! Europe Rust Comunity! \r\n \r\nThe Last Wipe was Global Wipe [07.05.2026] - Next Global Wipe [21.05.2026] \r\n \r\n Discord server: \r\n >https://discord.gg/ej6VTh8e4f \r\n \r\n Server Info: \r\n->Group Limit 4 friends \r\n->Two Weekly Wipe \r\n->Anti-Cheat System \r\n->Dedicated Game Server 24/7 Stable [Hight Performance] \r\n->Professional, Active Non-Playing Admins \r\n->Daily restart at 19:00 [GMT+2/Bucharest] \r\n \r\nGame Settings: \r\n->Function </skin> (change skin intems) is allowed \r\n->50% Low Upkeep \r\n->Is present on the server Raid-Base \r\n->Hackable Create Timer 10 Minutes \r\n->Every day (game rust) The Combat helicopter is called \r\n->Every day (game rust) 2 AIR Drops are called \r\n->Halloween Dungeon Event: Active \r\n \r\nServer Rules: \r\n->No insults/bad words \r\n->No cheats, hacks or scripts allowed \r\n->Chat Only English/Romanian/Ukraine/Russian \r\n \r\n *Server-Admins* \r\n ~BiTePs~ and >GaRuLTV<",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778341382,
"score": null,
"last_online": 1778542821,
"icon": null,
"name": "[Vanilla/MAX4] GrandCity | NooBServeR | Classic ++",
"connect": "95.65.49.211:28016",
"request": "95.65.49.211:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "MD",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1696081761,
"last_update": 1778542821,
"banned": false,
"wipe": 1778180723,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2615,
"language": "ro",
"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/1398329");
$data = json_decode($json, true);
var_dump($data);