Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11510762
json
{
  "response": {
    "fps": 240,
    "fps_avg": 239,
    "entities_count": 1223,
    "world_seed": 108543277,
    "world_size": 1000,
    "steam_id": "90286611640308748",
    "domain": null,
    "id": 11510762,
    "ip": "88.99.241.119",
    "port": 28025,
    "query": 28027,
    "color": 0,
    "city": "Falkenstein",
    "description": "![FuX-Gaming DEV](https://i.ibb.co/8LxVrCcG/Fux-Gaming-Titelbild.png)\nWelcome to Fux-Gaming � Your new Rust adventure! \r\nServer Features: \r\n -Fair Play \r\n -Active & fair admins \r\n -Weekly wipes \r\n -Optimized performance & stable, lag-free servers \r\n -PvP & raiding \r\n -Solo, duo & team playstyles possible \r\nDiscord: https://discord.gg/nSCcVAV4NC",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780470419,
    "last_online": 1780647031,
    "icon": null,
    "name": "FuX-Gaming DEV",
    "connect": "88.99.241.119:28025",
    "request": "88.99.241.119:28027",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353832,
    "last_update": 1780647031,
    "banned": false,
    "wipe": 1780612336,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4792,
    "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/11510762");
$data = json_decode($json, true);
var_dump($data);