API pentru DeadZone 5x | Solo/Duo/Trio | EU | Loot X5 | LARGE

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/8542795
json
{
  "response": {
    "fps": 50,
    "fps_avg": 50,
    "entities_count": 107819,
    "world_seed": 384780082,
    "world_size": 4250,
    "steam_id": "90284791771426834",
    "domain": null,
    "id": 8542795,
    "ip": "212.4.138.244",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Dukovany",
    "description": "![DeadZone 5x | Solo/Duo/Trio | EU | Loot X5 | LARGE](https://dzrust.eu/img/server/deadzone.jpg)\nIn the ashes of chaos, only the ruthless survive. Welcome to DeadZone.\r\n\r\n• Max Group: 3\r\n• Active Staff\r\n• 5x Gather Rates | 5x Crafting Rates | 5x Components & Scrap\r\n• BP Clan Sharing\r\n• Fast Recyclers\r\n• Automatic Auth Sharing | Tool Cupboards | Code Locks | AutoTurrets\r\n• Extended WB Range\r\n• Improved Loot Tables\r\n• Increased Stack Sizes\r\n• Workbench T1 BPs & Electricals Unlocked\r\n• Bgrade\r\n• Teleports & Homes\r\n• Player Trading",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775758324,
    "score": 0,
    "last_online": 1776893420,
    "icon": null,
    "name": "DeadZone 5x | Solo/Duo/Trio | EU | Loot X5 | LARGE",
    "connect": "212.4.138.244:28015",
    "request": "212.4.138.244:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CZ",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1744755742,
    "last_update": 1776893420,
    "banned": false,
    "wipe": 1776363603,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3447,
    "language": "cs",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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