Rust
EU DirtyRust CZ/SK/EN PvE के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/7920818json
{
"response": {
"fps": 74,
"fps_avg": 74,
"entities_count": 146500,
"world_seed": 1339034811,
"world_size": 4500,
"steam_id": "90284794200055821",
"domain": null,
"id": 7920818,
"ip": "185.180.2.25",
"port": 28336,
"query": 27336,
"color": 0,
"city": "Prague",
"description": "\nPVE Protection (buildings, players, sleepers)\r\nZombies and Scientists can kill you, though.\r\nLots of NPCs all over the map and on every monument.\r\nTechTree deactivated\r\nRaid Base.\r\nArmoredTrain\r\nConvoy.\r\nArctict Base Event.\r\nGas Station Event.\r\nShipwreck.\r\nNPC Raiders.\r\nUnlock a hackable crate in just 5 minutes.\r\nLevelling system\r\nTasks for points which you can then spend in the shop.\r\nTeleport to home,bandit,outpost.\r\nBgrade.\r\nPersonal recycler.\r\nLicense.\r\nLock anything.\r\nQuests.\r\nBasic kits.\r\n\r\nDiscord - https://discord.gg/dey3ZY3xDz\r\n\r\n30 days wipe schedule.\r\n\r\nLastWipe-2.4.2026\r\nNext full wipe- Forced 7.5.2026\r\n\r\nAdmin - DeathManAndy",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775152932,
"score": 0,
"last_online": 1776872420,
"icon": null,
"name": "EU DirtyRust CZ/SK/EN PvE",
"connect": "185.180.2.25:28336",
"request": "185.180.2.25:27336",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1740791948,
"last_update": 1776872420,
"banned": false,
"wipe": 1775153226,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2241,
"language": "cs",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/7920818");
$data = json_decode($json, true);
var_dump($data);