API pentru |TW-JP-SEA|Rustyafied 2X Vanilla|MAP WIPE 04/17

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/9745867
json
{
  "response": {
    "fps": 71,
    "fps_avg": 73,
    "entities_count": 122986,
    "world_seed": 477164797,
    "world_size": 3800,
    "steam_id": "90284554986600478",
    "domain": null,
    "id": 9745867,
    "ip": "125.228.29.155",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Kaohsiung",
    "description": "Map size: 3800\r\nMaximum team size: 12\r\nMode: Community PVP\r\nServer info :\r\nExcavatorBeltSpeedMax: 0.1\r\nExcavatorResourceTickRate: 3.0\r\nExcavatorTimeForFullResources: 120.0\r\nFlesh: 2.0\r\nSulfur Ore: 1.0\r\nOre: 2.0\r\nTree: 2.0\r\nMushroom: 2.0\r\nPotato: 2.0\r\nPumpkin: 2.0\r\nStones: 2.0\r\nWood: 2.0\r\nRule:\r\nPersonal attacks and insults are prohibited\r\nCheating will be banned\r\nMod:\r\nSkinbox Free Skins (Official ban)\r\nMinerals burn quickly\r\nNight Speed ​​Up\r\nDecomposition machine acceleration\r\nItem Stacking\r\nAutomatically collect iron bucket supplies\r\nwipe: Every Friday at 6pm UTC+8\r\nNext map wipe time 2025/04/24 Friday  6pmUTC+8\r\nNext bp wipe time 2026/05/01 Friday  6pmUTC+8",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776419624,
    "score": 0,
    "last_online": 1776848418,
    "icon": null,
    "name": "|TW-JP-SEA|Rustyafied 2X Vanilla|MAP WIPE 04/17",
    "connect": "125.228.29.155:28015",
    "request": "125.228.29.155:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 14,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "TW",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1752325059,
    "last_update": 1776848418,
    "banned": false,
    "wipe": 1776419851,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 939,
    "language": "zh",
    "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/9745867");
$data = json_decode($json, true);
var_dump($data);