API for RUSTFIELD | BATTLEFIELD x1000 | МАХ5

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11305401
json
{
  "response": {
    "fps": 90,
    "fps_avg": 90,
    "entities_count": 78067,
    "world_seed": 1336777459,
    "world_size": 3700,
    "steam_id": "90284793013495825",
    "domain": null,
    "id": 11305401,
    "ip": "185.189.255.18",
    "port": 35500,
    "query": 35510,
    "color": 0,
    "city": "Moscow",
    "description": "![RUSTFIELD | BATTLEFIELD x1000 | МАХ5](https://pic.survivalhost.org/images/2019/04/07/712bc4d43d8fd5c68118d71d48125d26.png)\nХостинг SurvivalHost\r\n Сайт хостинга - hostingrust.ru\r\n Игровые сервера с защитой от DDoS атак:\r\n > Rust\r\n > ARK\r\n > ATLAS\r\n > DayZ\r\n > Unturned\r\n > Conan Exiles\r\n > и другие...",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776824598,
    "score": 0,
    "last_online": 1776970827,
    "icon": null,
    "name": "RUSTFIELD | BATTLEFIELD x1000 | МАХ5",
    "connect": "185.189.255.18:35500",
    "request": "185.189.255.18:35510",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592885,
    "last_update": 1776970827,
    "banned": false,
    "wipe": 1776489571,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2763,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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