Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/5967813
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 118288,
    "world_seed": 1389287808,
    "world_size": 4250,
    "steam_id": "90286710746222592",
    "domain": null,
    "id": 5967813,
    "ip": "144.48.104.42",
    "port": 28045,
    "query": 28017,
    "project_id": null,
    "color": 0,
    "city": "Chicago",
    "description": "![StormyRust | PvE | PvP Zones [US]](https://i.imgur.com/howDWpU.png)\nStormyRust aims to provide a gaming experience that rewards your skill without the toxicity often found in PvP Rust.\r\n\r\nWe designed the plugins list to keep the game close to the vanilla experience, including its core challenges.\r\n\r\nTo offset how unforgiving true vanilla can be, we've added some features like SkillTree, optional PvP combat, and various forms of loot protection.\r\n\r\nFor a full breakdown of the plugins, check out the PLUGINS category in Discord.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780830261,
    "last_online": 1780912835,
    "icon": null,
    "name": "StormyRust | PvE | PvP Zones [US]",
    "connect": "144.48.104.42:28045",
    "request": "144.48.104.42:28017",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1726423408,
    "last_update": 1780912835,
    "banned": false,
    "wipe": 1780612993,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3128,
    "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/5967813");
$data = json_decode($json, true);
var_dump($data);