Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11260941
json
{
  "response": {
    "fps": 14,
    "fps_avg": 15,
    "entities_count": 90446,
    "world_seed": 812945105,
    "world_size": 3500,
    "steam_id": "90286579799991308",
    "domain": null,
    "id": 11260941,
    "ip": "216.158.229.35",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "Secaucus",
    "description": "![[US] Void Servers 5x|Solo/Duo/Trio|Kits|Vehicles|Shop|Homes](https://imgur.com/s4xPBCQ.png)\n▼ Welcome to Void's 5x Server! [Monthly Wipe 5/7] ▼\r\n ----------------------------------------------------------------------------------- \r\n -> Anti Offline Raiding (24hr Max) \r\n -> 5X Loot, SkillTree, Gear Perks/Abilities \r\n -> NPC Shops + Economy \r\n -> NPC Events + Player Leaderboard \r\n -> BGrade + RemoverTool + Base Repair and No Stability! \r\n -> Faster Recycle speed + Personal Recycler \r\n -> Powerless Turrets & SAMs + Wall/Ceiling Mount Turrets \r\n \r\n • Void has a secure and high performance server, please enjoy your time here! \r\n • Void Discord: https://discord.gg/voidserversofficial \r\n • Commands list and more info can be found in our discord at #commands-5x",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780341851,
    "last_online": 1780582241,
    "icon": null,
    "name": "[US] Void Servers 5x|Solo/Duo/Trio|Kits|Vehicles|Shop|Homes",
    "connect": "216.158.229.35:28080",
    "request": "216.158.229.35:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774555212,
    "last_update": 1780582241,
    "banned": false,
    "wipe": 1778180078,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4457,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "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/11260941");
$data = json_decode($json, true);
var_dump($data);