Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/3024850
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 140351,
    "world_seed": 703901141,
    "world_size": 4500,
    "steam_id": "90286585529968644",
    "domain": null,
    "id": 3024850,
    "ip": "71.124.5.2",
    "port": 28014,
    "query": 28015,
    "color": 0,
    "city": "Fredericksburg",
    "description": "![EndlessRust PvE/PvP-Zones 2x|SkillTree|AlphaLoot|Quests|TP](https://i.ibb.co/tPd2SmV/Trio-Sunsetnew2.jpg)\nJoin the Endless Servers discord by clicking View Webpage for Discord Link! \r\n PVE Based Map WIth PVP Zones and Zombies. Monthly Wipes with a 48 hour pre wipe purge. \r\n \r\n -2x Gather - ALot more loot! - Less Decay! \r\n -Players receive in game cash every hour they play! \r\n -New player friendly -VIP Perks with access to more plugin's! \r\n - Raid protection paid with scrap \r\n -Events -Quests -Kits -Licensed Vehicles - SkillTree -SkinBox -Clans \r\n -Drugs -Teleport/Home -Economy Store -Backpacks -HeliSignals \r\n -Constant Events -Blueprint Sharing -RaidableBases -VirtualQuarries \r\n -PlayerChallenges -BuildingGrades -BuildingWorkBench -HornDoors -SignArtist and more!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780560266,
    "last_online": 1780573832,
    "icon": null,
    "name": "EndlessRust PvE/PvP-Zones 2x|SkillTree|AlphaLoot|Quests|TP",
    "connect": "71.124.5.2:28014",
    "request": "71.124.5.2:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1708077813,
    "last_update": 1780573832,
    "banned": false,
    "wipe": 1778181034,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2549,
    "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/3024850");
$data = json_decode($json, true);
var_dump($data);