Rust
WARBANDITS.GG EU 2X Weekly |Solo/Duo/Trio|Shared BPs| Just Wipe के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10815452json
{
"response": {
"modded": true,
"fps": 60,
"fps_avg": 60,
"entities_count": 141918,
"world_seed": 163714731,
"world_size": 3700,
"steam_id": "90284634646774815",
"domain": null,
"id": 10815452,
"ip": "185.29.166.132",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Amsterdam",
"description": "\nWelcome to WarBandits.gg 2x Trio Weekly! \r\n - 2x Gather Rates \r\n - 2x Crafting Speed \r\n - 2x Components and Scrap \r\n - Recyclers at additional monuments \r\n - Custom High Performance Maps \r\n - Extended Workbench range \r\n - Long Days & Short Nights \r\n - Group Limit: 3 \r\n - Active Staff \r\n - Fast Smelt",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776019935,
"score": 0,
"last_online": 1776837618,
"icon": null,
"name": "WARBANDITS.GG EU 2X Weekly |Solo/Duo/Trio|Shared BPs| Just Wipe",
"connect": "185.29.166.132:28010",
"request": "185.29.166.132:28015",
"map": "Wiped 4 Days ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1767109904,
"last_update": 1776837618,
"banned": false,
"wipe": 1776434262,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4085,
"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/10815452");
$data = json_decode($json, true);
var_dump($data);