Pro Vanessku 10x PVE | Zombie | Skins | Kits | Backpack için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10764170
json
{
  "response": {
    "steam_id": "90284789810015234",
    "domain": null,
    "id": 10764170,
    "ip": "88.100.136.43",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Pilsen",
    "description": "![Pro Vanessku 10x PVE | Zombie | Skins | Kits | Backpack](https://www.dropbox.com/scl/fi/wozc96mju24unwaga3ohr/header.png?rlkey=wjv3rdgomdx0atdcs1drvtoeu&st=wet6r0qv&dl=1)\nSynecdoche 2.2.10 map, 10x per day free miniheli, 10x personal recycler (wipe to wipe), 10x loot + bigger stacks, PVE (unable to damage others - player, building, items) , AdvancedHitBar, AirfieldEvent, AutoDoors, AutoLootBackpack, ArmoredTrain, Backpack, BlueprintManager (unlocked lvl 0+1), BuildingSkins, BuildingWorkbench - in TC range, Convoy, Enhanced Hammer, FurnaceSplitter, GhostRider, HarborEvent, Home, InfiniteTool - no durability, InfoPanel, InstantCraft, InstantBarrel, InstantGrow, Kits, LaunchSiteHelipadEvent, Skinner (skins), Skill Tree, Sputnik, PlayerHealth, SimpleKillFeed, ZombieHorde, WaterEvent\r\n\r\nBe friendly, dont kill other players or damage others property\r\nrs0000000ic53jl+u002Q]\r\nJoin on Discord",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776813797,
    "score": 0,
    "last_online": 1776879620,
    "icon": null,
    "name": "Pro Vanessku 10x PVE | Zombie | Skins | Kits | Backpack",
    "connect": "88.100.136.43:28015",
    "request": "88.100.136.43:28017",
    "map": "Custom Map",
    "gamemode": "Rust",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 20,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CZ",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1766261028,
    "last_update": 1776879620,
    "banned": false,
    "wipe": 1775152564,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1280,
    "language": "cs",
    "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/10764170");
$data = json_decode($json, true);
var_dump($data);