PARADISE RUST #1 [ X1000 | BATTLEFILD | NOLIMIT | KITS | PVP ] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 196,
"fps_avg": 183,
"entities_count": 92911,
"world_seed": 849512894,
"world_size": 3500,
"steam_id": "90286577319104516",
"domain": null,
"id": 4533713,
"ip": "185.207.214.206",
"port": 35050,
"query": 35051,
"color": 0,
"city": "Moscow",
"description": "![PARADISE RUST #1 [ X1000 | BATTLEFILD | NOLIMIT | KITS | PVP ]](https://gspics.org/images/2023/06/03/0ShRLs.png)\n•Карта Barren (3500)\n•Миникоптер\n•Добыча ресурсов X1000\n•Скины /skin\n•Моментальный крафт\n•Увеличенные стаки\n•Система друзей /fmenu\n•Дискорд - https://discord.gg/gBP3CeZwfU\n•Магазин - https://paradise-store.gamestores.app",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780539261,
"last_online": 1780554632,
"icon": null,
"name": "PARADISE RUST #1 [ X1000 | BATTLEFILD | NOLIMIT | KITS | PVP ]",
"connect": "185.207.214.206:35050",
"request": "185.207.214.206:35051",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 2,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1717058966,
"last_update": 1780554632,
"banned": false,
"wipe": 1780315202,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2355,
"language": "ru",
"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/4533713");
$data = json_decode($json, true);
var_dump($data);