RUSTWORLD.CC [CA] Montreal - Newbie Paradise | Monthly PvE | Wi için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/1031136
json
{
  "response": {
    "fps": 32,
    "fps_avg": 32,
    "entities_count": 95346,
    "world_seed": 1781002803,
    "world_size": 4000,
    "steam_id": "90284799778788368",
    "domain": null,
    "id": 1031136,
    "ip": "198.27.68.140",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Montreal",
    "description": "![RUSTWORLD.CC [CA] Montreal - Newbie Paradise | Monthly PvE | Wi](http://www.hostedinc.net/rustworldlogo.jpg)\n================= RUST WORLD FOUNDATION =================\r\nmtl1.rustworld.cc - RustWorld Server in Montreal QC CA\r\nThis server offers softcore game play.  ** PVP is -NOT- Allowed **.\r\n\r\nThis server is wiped every month on the 1st Thursday\r\n\r\nMap size is 4000 using seed 1781002803.\r\nLast wipe was at 04/02/2026, Next wipe is at 05/07/2026\r\nServer has 3 hours uptime, running at 32.00 fps with 0/50 players online.\r\n\r\nDiscord: https://discord.gg/8t6aQyBq\r\nRules: http://www.rustworld.cc/rules.php\r\nSupport: http://www.rustworld.cc/support.php\r\nDonate: http://www.rustworld.cc/donate.php\r\n\r\nServer provided by: Rust World Foundation Inc.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776663198,
    "score": null,
    "last_online": 1776853222,
    "icon": null,
    "name": "RUSTWORLD.CC [CA] Montreal - Newbie Paradise | Monthly PvE | Wi",
    "connect": "198.27.68.140:28015",
    "request": "198.27.68.140:28017",
    "map": "RustWorld MTL",
    "gamemode": "Softcore",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1688487306,
    "last_update": 1776853222,
    "banned": false,
    "wipe": 1775156563,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2553,
    "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/1031136");
$data = json_decode($json, true);
var_dump($data);