Rust
PERFECT RUST [X1000 NOLIMIT SHOP LOOT+ FPS+] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/4533723json
{
"response": {
"fps": 89,
"fps_avg": 90,
"entities_count": 94655,
"world_seed": 1807889498,
"world_size": 3500,
"steam_id": "90284835716245508",
"domain": null,
"id": 4533723,
"ip": "185.207.214.206",
"port": 35550,
"query": 35551,
"color": 0,
"city": "Moscow",
"description": "![PERFECT RUST [X1000] [NOLIMIT] [SHOP] [LOOT+]](https://gspics.org/images/2024/04/08/0YQjDh.png)\nО сервере:\r\n Вайп в 14:00 по МСК в пятницу.\r\n Лучший античит: WardenWise.\r\n Админы не играют.\r\n Киты.\r\n Кастомные плагины.\r\n Лимит на фундаменты: 2000",
"game": 252490,
"owner": 122690,
"boosts": 1,
"last_offline": 1776423221,
"score": 0,
"last_online": 1776974414,
"icon": null,
"name": "PERFECT RUST [X1000 NOLIMIT SHOP LOOT+ FPS+]",
"connect": "185.207.214.206:35550",
"request": "185.207.214.206:35551",
"map": "Generated Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 3,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 91,
"add_date": 1717058968,
"last_update": 1776974414,
"banned": false,
"wipe": 1776423442,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 283,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "FourTeen",
"avatar": "no.jpg",
"last_online": 1775407986
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/4533723");
$data = json_decode($json, true);
var_dump($data);