Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/570410
json
{
  "response": {
    "fps": 89,
    "fps_avg": 90,
    "entities_count": 107469,
    "world_seed": 646161881,
    "world_size": 4200,
    "steam_id": "90286581505447955",
    "domain": null,
    "id": 570410,
    "ip": "94.130.131.25",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "Falkenstein",
    "description": "![Rust Survive|Raidable Bases|75% Upkeep](https://imgur.com/hojiLvp.jpg)\nPlease join our discord by clicking view webpage button below.\r\n\r\nWiped Monthly Next Wipe 4/6/26.\r\n\r\nBP's wipe every month @ Force.\r\n\r\nModded PvP server with 2x Stacks & 75% upkeep.\r\n\r\nRaidable Bases - Tier 3 Package - many base designs.\r\n\r\nPlus many more plugins bringing quality of life improvements.\r\n\r\nServer reboots daily @ 5.00am GMT.\r\n\r\nNo Game bans or Vac bans, please find another server.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780545869,
    "last_online": 1780551626,
    "icon": null,
    "name": "Rust Survive|Raidable Bases|75% Upkeep",
    "connect": "94.130.131.25:28010",
    "request": "94.130.131.25:28015",
    "map": "RS-Maps",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1668892622,
    "last_update": 1780551626,
    "banned": false,
    "wipe": 1778176331,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1933,
    "language": "de",
    "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/570410");
$data = json_decode($json, true);
var_dump($data);