Rust
API pentru [EU] • HARD PVE • RPG and Events. Wipe 5.3.2026
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/10968660json
{
"response": {
"fps": 20,
"fps_avg": 19,
"entities_count": 107577,
"world_seed": 1656541033,
"world_size": 4200,
"steam_id": "90284604616496147",
"domain": null,
"id": 10968660,
"ip": "185.180.2.31",
"port": 28094,
"query": 27094,
"color": 0,
"city": "Prague",
"description": "![[EU] • HARD PVE • RPG and Events. Wipe 5.3.2026](https://lprevengecall.wordpress.com/wp-content/uploads/2026/01/stazeny_soubor.jpg)\nA server adapted so that people can enjoy a different perspective than PVP, because not everyone likes killing, that's why this server was created to prevent murder and raiding.\r\n\r\n\r\nCommands: \r\n/up '1' wood '2' stone '3'metal '4' HQM\r\n/lockit.code (lock yours 'any' helicopter)\r\nyou can lock both small and large furnace\r\n \r\nEvents: Convoy, airfield, dangerou treasure and more npc on monuments",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776877357,
"score": 0,
"last_online": 1776551423,
"icon": null,
"name": "[EU] • HARD PVE • RPG and Events. Wipe 5.3.2026",
"connect": "185.180.2.31:28094",
"request": "185.180.2.31:27094",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1768755739,
"last_update": 1776877357,
"banned": false,
"wipe": 1775252201,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 8566,
"language": "cs",
"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/10968660");
$data = json_decode($json, true);
var_dump($data);