RustGamingNation 100x PvE [Events|Purge|Zombies|SkillTree] için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/4533552
json
{
  "response": {
    "modded": true,
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 92752,
    "world_seed": 2102610931,
    "world_size": 4000,
    "steam_id": "90284558232675335",
    "domain": null,
    "id": 4533552,
    "ip": "195.60.166.227",
    "port": 29015,
    "query": 29016,
    "color": 0,
    "city": "City of London",
    "description": "![RustGamingNation 100x PvE [Events|Purge|Zombies|SkillTree]](https://i.imgur.com/v502SmH.png)\n100x Gather • No Raiding • No Killing • Chill PVE\r\n \r\n Features:\r\n - Instant Craft\r\n - Sky & Water Bases\r\n - Raidable NPC Bases\r\n - Custom Build Sites\r\n - Recyclers At Monuments\r\n - Shop, Kits, Events, And More!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776359624,
    "score": 0,
    "last_online": 1776424827,
    "icon": null,
    "name": "RustGamingNation 100x PvE [Events|Purge|Zombies|SkillTree]",
    "connect": "195.60.166.227:29015",
    "request": "195.60.166.227:29016",
    "map": "RustGamingNation Procedural",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1717058907,
    "last_update": 1776424827,
    "banned": false,
    "wipe": 1776359744,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2997,
    "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/4533552");
$data = json_decode($json, true);
var_dump($data);