Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11501099
json
{
  "response": {
    "fps": 206,
    "fps_avg": 204,
    "entities_count": 98682,
    "world_seed": 1245053556,
    "world_size": 4250,
    "steam_id": "90286605957831681",
    "domain": null,
    "id": 11501099,
    "ip": "46.4.216.121",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Falkenstein",
    "description": "Scrappoint [EU/GER] is a 5x modded Rust server with fast progression, AlphaLoot, Kits, Clans, SkinBox, MyMini, Teleport, Shop, custom Events, RaidBlock and fair rules. Daily restarts and active development. Join our Discord: https://discord.gg/WwcCWPhe7Y",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780599868,
    "last_online": 1780606230,
    "icon": null,
    "name": "[EU/GER] Scrappoint 5x/AlphaLoot/Clans/Kits/Mymini/Skinbox",
    "connect": "46.4.216.121:28015",
    "request": "46.4.216.121:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 7,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1779207167,
    "last_update": 1780606230,
    "banned": false,
    "wipe": 1780599587,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2212,
    "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/11501099");
$data = json_decode($json, true);
var_dump($data);