Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11501899
json
{
  "response": {
    "fps": 123,
    "fps_avg": 98,
    "entities_count": 88382,
    "world_seed": 1188970326,
    "world_size": 3750,
    "steam_id": "90286421466193951",
    "domain": null,
    "id": 11501899,
    "ip": "185.125.169.103",
    "port": 28630,
    "query": 25256,
    "color": 0,
    "city": "Sandefjord",
    "description": "This is Tiger Eye HardCore 5X Gather 3X Loot.   \r\nThere is same plugin that is in use like events  \r\nAirfieldEvent  \r\nCargoPlaneCrash  \r\nConvoy  \r\nGuardedCrate  \r\nLockedCrateTimer  \r\nSupermarketEvent  \r\nand it gone to be more later.  \r\nThis is more on the server:  \r\nBackPacks.  \r\nBetterhealing.  \r\nBradleys on Monument.  \r\nBradley Guardes.  \r\nCheststacks.  \r\nCraftpanel.  \r\nFurnaceSplitter.  \r\nInstantAirdrop.  \r\nInstantCraft.  \r\nKits.  \r\nMymini.  \r\nNTeleportation.  \r\nQuickSmelt.  \r\nRaidableBases.  \r\nRestoreUponDeath.  \r\nServerArmour.  \r\nWaterBases.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780605264,
    "last_online": 1780598437,
    "icon": null,
    "name": "Tiger Eye HardCore 5X Gather 3X Loot",
    "connect": "185.125.169.103:28630",
    "request": "185.125.169.103:25256",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NO",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779207184,
    "last_update": 1780605264,
    "banned": false,
    "wipe": 1779968753,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10974,
    "language": "no",
    "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/11501899");
$data = json_decode($json, true);
var_dump($data);