Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/7562865
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 85136,
    "world_seed": 22561,
    "world_size": 3600,
    "steam_id": "90286589957653521",
    "domain": null,
    "id": 7562865,
    "ip": "64.40.8.117",
    "port": 28044,
    "query": 28045,
    "color": 0,
    "city": "Dallas",
    "description": "![[US]Royal Family Gaming|5X|NoBP|Weekly|Fridays|](https://i.ibb.co/Z1wyT4Hp/US-5x.png)\nRoyal Family Gaming | 5x No BP Weekly\r\n\r\nA fast-paced 5x experience built for action and quick progression. With no blueprint grind, you can jump straight into building, raiding, and PvP.\r\n\r\nLast Wipe: 5-29-26\r\nNext Wipe: 6-05-26\r\n\r\nServer Info:\r\n5x Gather Rates\r\nNo Blueprints\r\nQOL Plugins\r\nActive Admins\r\nWeekly Friday Wipes\r\n\r\nDesigned for players who want high-speed gameplay and nonstop action without the grind.\r\n\r\nJoin a growing community and get into the fight immediately.\r\n\r\nDiscord: discord.gg/RFGaming\r\nSearch Royal Family Gaming for more servers or visit our Discord fmore informatior on",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780395253,
    "last_online": 1780572035,
    "icon": null,
    "name": "[US]Royal Family Gaming|5X|NoBP|Weekly|Fridays|",
    "connect": "64.40.8.117:28044",
    "request": "64.40.8.117:28045",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1739440524,
    "last_update": 1780572035,
    "banned": false,
    "wipe": 1780085032,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2956,
    "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/7562865");
$data = json_decode($json, true);
var_dump($data);