Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11607200
json
{
  "response": {
    "fps": 105,
    "fps_avg": 103,
    "entities_count": 198016,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": 90286582391707660,
    "domain": null,
    "id": 11607200,
    "ip": "185.83.152.115",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "Treeton",
    "description": "![Rusty Pickles PvE Custom Maps | Quests | Leaderboards | Zombies](https://rustypickles.uk/images/banner05.png)\nWelcome to Rusty Pickles – a friendly, progression-based PvE server for casual players.\r\nEnjoy Building, Exploring, Farming, and Raiding on a 1x loot server, with Skill Tree buffs that let you earn increased loot and bonuses as you progress.\r\n\r\nEverything here is heavily customised specifically for our server:\r\n* Custom Maps with 50+ Extra Custom Monuments\r\n* Pickle Questlines with Completionist Leaderboard\r\n* Pickle Stats, Leaderboards + Titles\r\n* 14+ Custom NPC Clans at Monuments + Zombies + Bosses\r\n* Unique Solo Events + 1 Global Event + Team Events\r\n\r\nQuality of Life Features:\r\n* Keep Inventory on Death\r\n* 50% Upkeep\r\n* Static Lootables\r\n* Nature Market\r\n* Always Daytime\r\n* RP Shop\r\n\r\nExtras + Events:\r\n* Raidable Bases - RaidMe - Clan Dungeons\r\n* Caravan - Convoy - Armoured Train - 20+ Monument Events\r\n* Skill Tree - 10+ Prestige - XP Events - Player Leaderboards\r\n* Quarry Computer - Personal Heli + Bradleys\r\n* Extra Events - Collection Log - RaidRush\r\n* Zombie Hordes - Boss Monsters - NPC Clans\r\n* PvP Island - Sea Monuments - Raid Islands\r\n* Personal Recycler - Beginner Raids - Raidable Shelters\r\n* Marketplace + Pickle Exchanges",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780376649,
    "last_online": 1780555834,
    "icon": null,
    "name": "Rusty Pickles PvE Custom Maps | Quests | Leaderboards | Zombies",
    "connect": "185.83.152.115:28080",
    "request": "185.83.152.115:28015",
    "map": "Trinity",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779915499,
    "last_update": 1780555834,
    "banned": false,
    "wipe": 1778192398,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5470,
    "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/11607200");
$data = json_decode($json, true);
var_dump($data);