Rust
[GUA] CLASSIK | LONG | VANILLA | FULL WIPE 07.05 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11260549json
{
"response": {
"fps": 225,
"fps_avg": 222,
"entities_count": 108104,
"world_seed": 1001086971,
"world_size": 4200,
"steam_id": "90285645428456477",
"domain": null,
"id": 11260549,
"ip": "51.38.142.180",
"port": 28315,
"query": 28317,
"color": 0,
"city": "Wroclaw",
"description": "![[GUA] CLASSIK | LONG | VANILLA | FULL WIPE 07.05](https://7z8pi75.gua.pub/site/poster.png)\n[GUA] LONG | VANILLA\r\n --------------------[UK]--------------------\r\n Глобал вайп був 07.05.2026 в 21:00\r\n Наступний глобал вайп буде 04.06.2026 в 21:00\r\n --------------------[EN]--------------------\r\n Global wipe was 07.05.2026 - 21:00\r\n Following global wipe will be 04.06.2026 - 21:00\r\n -------------------------------------------\r\n SITE - gua.pub\r\n DISCORD - discord.gg/guarust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778554980,
"score": 0,
"last_online": 1778590816,
"icon": null,
"name": "[GUA] CLASSIK | LONG | VANILLA | FULL WIPE 07.05",
"connect": "51.38.142.180:28315",
"request": "51.38.142.180:28317",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 8,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1774555195,
"last_update": 1778590816,
"banned": false,
"wipe": 1778236445,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1161,
"language": "pl",
"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/11260549");
$data = json_decode($json, true);
var_dump($data);