Rust
WARBANDITS.GG 10X No BPs Loot++|PvP|MyMini|Shop|Noob Friendly|X के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/9631531json
{
"response": {
"modded": true,
"fps": 60,
"fps_avg": 60,
"entities_count": 89850,
"steam_id": "90284367280963613",
"domain": null,
"id": 9631531,
"ip": "205.178.168.67",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to WarBandits.gg 10x No BPs! \r\n - 10x Gather Rates \r\n - Instant crafting \r\n - Everyone has access to Skinbox, Furnace Sorter, BGrade, Auto Doors, Remove\r\n - Custom loot tables made for PVP \r\n - Recyclers at additional monuments \r\n - Custom High Performance Maps \r\n - All Blueprints Unlocked! \r\n - Long Days & Short Nights \r\n - Active Staff \r\n - Fast Smelt",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775778122,
"score": 0,
"last_online": 1776312012,
"icon": null,
"name": "WARBANDITS.GG 10X No BPs Loot++|PvP|MyMini|Shop|Noob Friendly|X",
"connect": "205.178.168.67:28010",
"request": "205.178.168.67:28015",
"map": "Wiped 34 Hours ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 12,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1750864504,
"last_update": 1776312012,
"banned": false,
"wipe": 1776189451,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 787,
"language": "en",
"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/9631531");
$data = json_decode($json, true);
var_dump($data);