Untam3d Gasoline |5x|Monthly|Tug Bases|Underwater Domes|Water a için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/8267739
json
{
  "response": {
    "fps": 68,
    "fps_avg": 59,
    "entities_count": 117435,
    "world_seed": 1337,
    "world_size": 4096,
    "steam_id": "90284753808565278",
    "domain": null,
    "id": 8267739,
    "ip": "67.222.139.50",
    "port": 28115,
    "query": 28117,
    "color": 0,
    "city": "Dallas",
    "description": "![Untam3d Earth Apocalypse |5x|Monthly|Tug Bases|Underwater Domes](https://i.imgur.com/CmItq0W.jpg)\nWelcome to Untam3d Earth part of UZI Gaming! \n\nWe’re a server that wipes on the first Thursday of each month. \n\nInstalled Plugins: \n\nAbsoluteSorter, Archery, AutoCodeLock, AutoDoors, AutoFuel, AutomatedEvents, AutomatedSearchLights, AutoUpgrade, Backpacks, BetterAttachments, BetterElectricity, BetterLoot, BluePrintShare, BountyNET, BuildingGrades, BuildingHealth, BuildingWorkBench, BuriedTreasure, ChestStacks, Chute, Clans, CraftQueueSaver, DangerousTreasures, DeathMarker, DeathNotes, DynamicCupShare, Economics, FancyDrop, Friends, FurnaceSplitter, GatherRewards, Hacker, HeliVote, HomeRecycler, HomesGUI, InstantBuy, InstantCraft, InstantResearch, ItemPuller, Jpipes, Kits, LightsOn, LockOnRockets, NeonSkins, NoDecay, NoDurability, NoEscape, PerfectRepair, PlaneCrash, PlayerChallenges, PowerlessTurrets, PowerSmelt, PrivateMessages, RecycleBluePrints, RemoteTurrets, RemoverTool, RustNET, RustRewards, SamSiteAuth, ScrapHeliStorage, SecureChests, SecurityCameras, SecurityLights, SentryTurrets, ServerRewards, SharedDoors, SignArtist, Skills, SkinBox, StacksExtended, TCManager, TeleportGUI, TownTeleport, Trade, TrophySigns, TurretBox, Uplifted, VehicleLicense, WaterBases.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776802401,
    "score": 0,
    "last_online": 1776840623,
    "icon": null,
    "name": "Untam3d Gasoline |5x|Monthly|Tug Bases|Underwater Domes|Water a",
    "connect": "67.222.139.50:28115",
    "request": "67.222.139.50:28117",
    "map": "Gasoline",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1742497724,
    "last_update": 1776840623,
    "banned": false,
    "wipe": 1775155748,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3138,
    "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/8267739");
$data = json_decode($json, true);
var_dump($data);