EU/NL |Rusty Smokers PVE| 30x&3x/SkinBox/Sign Artist/Big Stacks için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/2705308
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 169675,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": 90285730859681810,
    "domain": null,
    "id": 2705308,
    "ip": "77.162.231.58",
    "port": 28025,
    "query": 28026,
    "color": 0,
    "city": "Almere Stad",
    "description": "![EU/NL |Rusty Smokers PVE| 30x&3x/SkinBox/Sign Artist/Big Stacks](https://www.dropbox.com/s/dept80ru4edcstz/rusty0smokers0server0header0image.png?dl=1)\nThis is a PVE server with custom events.\r\n\r\nMap Info.\r\n\r\nCustom Outpost/Bandit combi,you can buy here horses and heli on the roof.\r\nOutpost/Bandit has also large furnaces and all levels workbenches.\r\nCustom Gas Station.\r\nCustom Super Market.\r\nCustom Mining Outpost.\r\nCustom fishing/stables combi with drone marketplace.\r\n3 Call of Duty monuments.\r\nCustom Caves.\r\nCustom underwater Caves.\r\nRecyclers on all the monuments and 3x faster.\r\nAirfield with Bradley.\r\nCan place Mining Quarry and Pumping Jack with the Survey Charge.\r\n\r\n\r\nServer Features.\r\n\r\n30x&3x.\r\nNo Turret Limit.\r\nVehicle Licence.\r\nGanja.\r\nCustom Events.\r\nUltimate Leaderboard.\r\nSkinBox.\r\nSubmersible Pump.\r\nVehicle Decay and Code Lock Protection.\r\nSign Artist.\r\nRemover Tool.\r\nExtende Recycler.\r\nRaidable Bases.\r\nAbandoned Bases.\r\nBig Stacksize.\r\nCan place Big Furnace and Oil Refinery inside your base.\r\nEnhanced Hammer.\r\nQuick Smelt.\r\nSoundBox.\r\nBackpacks.\r\nInstant Craft.\r\nNo Building Limit.\r\nLoot Bouncher.\r\nWater Bases.\r\nTrain Bases.\r\nDeployable Zipline.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778646778,
    "score": null,
    "last_online": 1778765416,
    "icon": null,
    "name": "EU/NL |Rusty Smokers PVE| 30x&3x/SkinBox/Sign Artist/Big Stacks",
    "connect": "77.162.231.58:28025",
    "request": "77.162.231.58:28026",
    "map": "Rusty Smokers 4.5K PVE",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 7,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 66,
    "add_date": 1706196206,
    "last_update": 1778765416,
    "banned": false,
    "wipe": 1778176451,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 925,
    "language": "nl",
    "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/2705308");
$data = json_decode($json, true);
var_dump($data);