Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/7562846
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 82214,
    "world_seed": 1337,
    "world_size": 3650,
    "steam_id": "90285943254487057",
    "domain": null,
    "id": 7562846,
    "ip": "64.40.8.117",
    "port": 28034,
    "query": 28035,
    "color": 0,
    "city": "Dallas",
    "description": "![[US]Royal Family Gaming|2X|Solo/Duo/Trio/Quad|Monthly|](https://i.ibb.co/Q4fbfqH/US-2x.png)\nRoyal Family Gaming | 2x Monthly Vanilla+\r\n\r\nA balanced 2x vanilla+ experience designed for progression, competition, and quality of life improvements. Enjoy faster gathering with minimal changes to core gameplay.\r\n\r\nLast Wipe: 5-07-26\r\nNext Wipe: 6-04-26\r\n\r\nServer Info:\r\n2x Gather Rates\r\nVanilla+ with QOL Plugins\r\nOffline Raid Protection\r\nActive Admins\r\nMonthly Map Wipes\r\nMonthly BP Wipes\r\nTeam Limit: Quad (No Allies)\r\n\r\nBuilt for players who want vanilla feel with smoother progression and fair systems.\r\n\r\nJoin a growing community and start your journey today.\r\n\r\nDiscord: discord.gg/RFGaming\r\nSearch Royal Family Gaming for more servers or visit our Discord for more information",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779021180,
    "last_online": 1779205220,
    "icon": null,
    "name": "[US]Royal Family Gaming|2X|Solo/Duo/Trio/Quad|Monthly|",
    "connect": "64.40.8.117:28034",
    "request": "64.40.8.117:28035",
    "map": "Royal Family Gaming FPS+",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1739440523,
    "last_update": 1779205220,
    "banned": false,
    "wipe": 1778177687,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3127,
    "language": "en",
    "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/7562846");
$data = json_decode($json, true);
var_dump($data);