Rust
PrimePVE|mini|jet|tp|kit|bank|events के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10740819json
{
"response": {
"fps": 57,
"fps_avg": 56,
"entities_count": 94431,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90284798229825560",
"domain": null,
"id": 10740819,
"ip": "65.109.110.125",
"port": 20510,
"query": 20511,
"color": 0,
"city": "Helsinki",
"description": "\nРЕЙТЫ Х5, МАГАЗИН ДОНАТ - ПРИВИЛЕГИИ, КАСТОМНОЕ ОРУЖИЕ И ПРЕДМЕТЫ, СЕРВЕР ПВЕ + ЗОНА ПВП - GUNGAME ,ДЕРЕВО НАВЫКОВ, ЛИЧНЫЙ КОПТЕР И JETPACK ,БАНК И РЮКЗАК, СТАТИСТИКА ,ТЕЛЕПОРТ ,БАЗЫ ДЛЯ РЕЙДА И ДРУГИЕ СОБЫТИЯ, https://discord.gg/tcJKwRdThW",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776719598,
"score": 0,
"last_online": 1776837617,
"icon": null,
"name": "PrimePVE|mini|jet|tp|kit|bank|events",
"connect": "65.109.110.125:20510",
"request": "65.109.110.125:20511",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1766250746,
"last_update": 1776837617,
"banned": false,
"wipe": 1776360981,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1836,
"language": "fi",
"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/10740819");
$data = json_decode($json, true);
var_dump($data);