WARBANDITS.GG 5X No BPs |Loot++|PvP|MyMini|Shop|X5 JUST WIPED için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/9543716
json
{
  "response": {
    "modded": true,
    "steam_id": "90284750924432401",
    "domain": null,
    "id": 9543716,
    "ip": "205.178.168.55",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "Dallas",
    "description": "![WARBANDITS.GG 5X No BPs |Loot++|PvP|MyMini|Shop|X5 JUST WIPED](https://cdn.warbandits.gg/banners/us5xnobps.png)\nWelcome to WarBandits.gg 5x No BPs! \r\nOn our servers we provide the best Rust gameplay. We run multiple balanced plugins to improve the quality of the game. Our servers also run on the best Network & Hardware possible to improve your ingame experience on our servers! \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 ✦ Group Limit: 8 \r\n ✦ Active Staff \r\n ✦ Fast Smelt \r\n Make sure to join our discord server before playing by pressing the view webpage button or by visiting the link warbandits.gg/discord",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776423820,
    "score": 0,
    "last_online": 1776846018,
    "icon": null,
    "name": "WARBANDITS.GG 5X No BPs |Loot++|PvP|MyMini|Shop|X5 JUST WIPED",
    "connect": "205.178.168.55:28010",
    "request": "205.178.168.55:28015",
    "map": "Wiped 13 Hours ago",
    "gamemode": "Rust",
    "version": "2623",
    "numplayers": 6,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1750544956,
    "last_update": 1776846018,
    "banned": false,
    "wipe": 1776797863,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1009,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/9543716");
$data = json_decode($json, true);
var_dump($data);