API for FACE RUST VANILLA X1.5 ДЛЯ НОВИЧКОВ МОСКВА

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/4984808
json
{
  "response": {
    "fps": 228,
    "fps_avg": 222,
    "entities_count": 108101,
    "world_seed": 1417964895,
    "world_size": 4250,
    "steam_id": "90284792427105302",
    "domain": null,
    "id": 4984808,
    "ip": "195.18.27.81",
    "port": 35000,
    "query": 35001,
    "color": 0,
    "city": "Moscow",
    "description": "![FACE RUST VANILLA X1.5](https://gspics.org/images/2023/11/22/07668Z.png)\nWelcome to: FACE RUST CLASSIC\r\n-World size: 3500\r\n1. Resources X1.5 Components X1.5\r\n2. Recycler in a fishing village\r\n3. Drone market in the fishing village\r\n4. Active administration on the server\r\n\r\nJoin us in Discord click on the open website button ↓",
    "game": 252490,
    "owner": 79212,
    "boosts": 1,
    "last_offline": 1772792542,
    "score": 0,
    "last_online": 1776841812,
    "icon": null,
    "name": "FACE RUST VANILLA X1.5 ДЛЯ НОВИЧКОВ МОСКВА",
    "connect": "195.18.27.81:35000",
    "request": "195.18.27.81:35001",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2622",
    "numplayers": 0,
    "maxplayers": 250,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1720204250,
    "last_update": 1776841812,
    "banned": false,
    "wipe": 1773394688,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 222,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "i4igo32",
      "avatar": "80393d77-fc5d-4403-a51a-6fa6f607afd2.jpg",
      "last_online": 1723009851
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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