API для EU/NL |Rusty Smokers PVP| 30x&3x/Offline Raid Protection/SkinBo

Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами

JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/475498
json
{
  "response": {
    "fps": 55,
    "fps_avg": 53,
    "entities_count": 375058,
    "world_seed": 1337,
    "world_size": 6000,
    "id": 475498,
    "ip": "77.162.231.58",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "description": "![EU/NL |Rusty Smokers PVP| 30x&3x/Offline Raid Protection/SkinBo](https://www.dropbox.com/s/dept80ru4edcstz/rusty0smokers0server0header0image.png?dl=1)\nThis is a pvp server with friendly players.\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\nTrainHomes Station monument.\r\nCustom 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\nOffline Raid Protection.\r\nNo Turret Limit.\r\nVehicle Licence.\r\nGanja.\r\nCustom Events.\r\nPlayer Ranks.\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\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": 1755136658,
    "score": null,
    "last_online": 1755692151,
    "icon": null,
    "name": "EU/NL |Rusty Smokers PVP| 30x&3x/Offline Raid Protection/SkinBo",
    "connect": "77.162.231.58:28015",
    "request": "77.162.231.58:28016",
    "map": "The Netherlands 6K PVP",
    "gamemode": "Survival",
    "version": "2594",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1634303308,
    "last_update": 1755692151,
    "banned": false,
    "wipe": 1754589262,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/475498");
$data = json_decode($json, true);
var_dump($data);