Rust
WARBANDITS.GG EU 5X No BPs |Loot++|PvP|MyMini|Shop|X5 JUST WIPE के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10957480json
{
"response": {
"modded": true,
"fps": 60,
"fps_avg": 60,
"entities_count": 171397,
"world_seed": 450537879,
"world_size": 3400,
"steam_id": "90284740402820106",
"domain": null,
"id": 10957480,
"ip": "185.29.166.79",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Amsterdam",
"description": "\nWelcome to WarBandits.gg 5x No BPs! \r\n - 5x Gather Rates \r\n - Instant crafting \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": 1773545564,
"score": 0,
"last_online": 1776817214,
"icon": null,
"name": "WARBANDITS.GG EU 5X No BPs |Loot++|PvP|MyMini|Shop|X5 JUST WIPE",
"connect": "185.29.166.79:28010",
"request": "185.29.166.79:28015",
"map": "Wiped 10 Hours ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 73,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 84,
"add_date": 1768741684,
"last_update": 1776817214,
"banned": false,
"wipe": 1776779849,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 368,
"language": "nl",
"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/10957480");
$data = json_decode($json, true);
var_dump($data);