RustLands | Monthly | Solo/Duo/Trio | No BP Wipe | Active Admin için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/8029943
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 92179,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90285178343367681",
    "domain": null,
    "id": 8029943,
    "ip": "45.45.239.174",
    "port": 28045,
    "query": 28098,
    "color": 0,
    "city": "Chicago",
    "description": "![RustLands | Monthly | Solo/Duo/Trio | No BP Wipe | Active Admin](https://github.com/RustLands/branding/blob/main/RustLands/Banner/1920x1080.png?raw=true)\nWipe: First thursday of the month @ (2:00 PM EST)\r\nBlueprints never wipe.\r\n\r\nMap Size: 4000 \r\n(Maps hand-chosen & optimized for the best PVP experience)\r\n\r\nMany Quality of Life changes including (but not limited to)\r\n - Player optimizations \r\n - Combind outpost & bandit\r\n - Increased Limits (on team UI, bag limit, map marker etc)\r\n - High quality hardware\r\n\r\nServer Rules:\r\n - Don't cheat, script or use 3rd party software (unless allowed by FP)\r\n - Don't evade any EAC (within 90d) or RustLands placed bans\r\n - Don't abuse any glitches or bugs, please report them\r\n - Don't be a dick. No racism, homophobia or antisemitism.\r\n\r\n- There is a limit of 3 players on TC/Codelocks, and only 3 player bags per base.\r\n- No teaming/allying with other groups on the server.\r\n\r\nAdmins reserve the right to refuse service for anything not listed here\r\nFurther rules displayed in our Discord\r\n\r\nJoin our Discord! rustlands.net/invite\r\nWanting to support the server? store.rustlands.net",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777571598,
    "score": 0,
    "last_online": 1777580418,
    "icon": null,
    "name": "RustLands | Monthly | Solo/Duo/Trio | No BP Wipe | Active Admin",
    "connect": "45.45.239.174:28045",
    "request": "45.45.239.174:28098",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 37,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 69,
    "add_date": 1741268368,
    "last_update": 1777580418,
    "banned": false,
    "wipe": 1777571559,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 779,
    "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/8029943");
$data = json_decode($json, true);
var_dump($data);