Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11189592
json
{
  "response": {
    "fps": 57,
    "fps_avg": 55,
    "entities_count": 105189,
    "world_seed": 1640289441,
    "world_size": 4250,
    "steam_id": "90284751762278408",
    "domain": null,
    "id": 11189592,
    "ip": "51.161.198.78",
    "port": 28070,
    "query": 28071,
    "color": 0,
    "city": "North Sydney",
    "description": "![Southern Grid - AU Medium [New server]](https://i.imgur.com/JYhwJ4l.jpeg)\n[ Next wipe 8/Mar @ 5am ]\r\n\r\n\r\nWipe Schedule (AEST)\r\n- Full Wipe Monthly @ FP update |1st Friday 6am \r\n- Map Wipe Bi-Weekly|3rd Friday 3pm\r\n- Long months will have a 3 week wipe\r\n\r\nA genuine Vanilla Rust environment.\r\n\r\n- Unrestricted PvP\r\n- No group limits\r\n- Vanilla loot tables\r\n- Standard rates\r\n- Active non-Competitive Admin\r\n\r\nTargeted refinement of the solo ecosystem | easing Rusts natural clan bias.\r\n\r\n- Subtle additions to solo grubbing & supply drops\r\n- Quarry lock | Short window to save your loot\r\n- Ping limited | AU/NZ only\r\n- Hand-selected procedural maps\r\n\r\nCome & enjoy Rusts original balanced gameplay \r\nwith a constantly evolving premium Solo feel",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776798203,
    "score": 0,
    "last_online": 1776833418,
    "icon": null,
    "name": "Southern Grid - AU Medium [New server]",
    "connect": "51.161.198.78:28070",
    "request": "51.161.198.78:28071",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1772699061,
    "last_update": 1776833418,
    "banned": false,
    "wipe": 1776403147,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1552,
    "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/11189592");
$data = json_decode($json, true);
var_dump($data);