Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10459711
json
{
  "response": {
    "fps": 185,
    "fps_avg": 169,
    "entities_count": 48922,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90286185302415365",
    "domain": null,
    "id": 10459711,
    "ip": "86.207.2.78",
    "port": 4027,
    "query": 4049,
    "color": 0,
    "city": "Bourgoin",
    "description": "![[FR] LAST WIPE : 10/5 | SOLO | RAID TIME | DEBUTANT](https://www.gaming-iserois.fr/images-rust/banniere-server.png)\nBienvenue sur GAMING-ISEROIS ! Rejoins-nous sur Discord : discord.gg/gaming-iserois\nDernier wipe : 10/5 | Prochain dans 1 mois.\nPlus d'informations : www.gaming-iserois.fr",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779512613,
    "last_online": 1779769222,
    "icon": null,
    "name": "[FR] LAST WIPE : 10/5 | SOLO | RAID TIME | DEBUTANT",
    "connect": "86.207.2.78:4027",
    "request": "86.207.2.78:4049",
    "map": "GAMING-ISEROIS",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1760474358,
    "last_update": 1779769222,
    "banned": false,
    "wipe": 1778445626,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3487,
    "language": "fr",
    "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/10459711");
$data = json_decode($json, true);
var_dump($data);