EU/UK Rust Life | 50% Upkeep | MAX 4 | Noob Friendly için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/6186343
json
{
  "response": {
    "fps": 179,
    "fps_avg": 178,
    "entities_count": 430316,
    "world_seed": 1141998261,
    "world_size": 4250,
    "steam_id": "90284797352426508",
    "domain": null,
    "id": 6186343,
    "ip": "51.89.232.14",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "London",
    "description": "![EU/UK Rust Life | 50% Upkeep | MAX 4 | Noob Friendly](https://i.imgur.com/f2EUbiX.png)\nhttps://discord.gg/ufGfyfxKFd (Click 'VIEW WEBPAGE for link')\r\nVanilla server\r\nThis is a 'noob friendly' server so while we offer the full Rust experience of PVP, raiding, etc. We ask experienced players help out the newer players and follow server etiquette. ALL players welcome. This is not a 'noobs only' server.\r\n\r\nServer Etiquette:\r\n- Don't raid new players when they're mid building their first base out of twig\r\n- Don't camp the beaches to kill new players when you're geared\r\n- If you raid a base, don't leave it in an unfixable state\r\n   (i.e if you add your own locked doors, remove them when youre done)\r\n- If you raid a base, don't just despawn the stuff you don't want out of spite\r\n- If you notice a noob something silly (i.e soft side walls, leaving doors unlocked accidentally), be nice and point it out to them\r\n\r\nWipes will be dependent on player preferences when population is low\r\n\r\nSTRICT Rules:\r\n- Be nice in chat\r\n- No cheating, scripting or glitching\r\n- No exploring in groups more than 4 (being friendly is OK but split yourself up and stay away from each other)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776832396,
    "score": 0,
    "last_online": 1776850819,
    "icon": null,
    "name": "EU/UK Rust Life | 50% Upkeep | MAX 4 | Noob Friendly",
    "connect": "51.89.232.14:28015",
    "request": "51.89.232.14:28017",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2582",
    "numplayers": 0,
    "maxplayers": 120,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1728257867,
    "last_update": 1776850819,
    "banned": false,
    "wipe": 1741290079,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2936,
    "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/6186343");
$data = json_decode($json, true);
var_dump($data);