API for CoolingLine #1 - x1000 | NOLIMIT | FAST | LOOT+ | FPS |CLANS

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7174574
json
{
  "response": {
    "fps": 59,
    "fps_avg": 56,
    "entities_count": 426434,
    "world_seed": 336412169,
    "world_size": 3500,
    "steam_id": "90284838166028305",
    "domain": null,
    "id": 7174574,
    "ip": "195.18.27.204",
    "port": 35000,
    "query": 35001,
    "color": 0,
    "city": "Moscow",
    "description": "![CoolingLine #1 - x1000 | NOLIMIT | FAST | LOOT+ | FPS |CLANS](https://gspics.org/images/2023/02/18/0mrQVn.png)\nДобро пожаловать на наш сервер!\r\n➣ Вайп чертежей каждый вторник в 16:00 по мск\r\n➣ Вайп карты каждую субботу в 13:00 по мск\r\n➣ Рейты: x1000\r\n➣ Нет ограничения на кол-во игроков в команде\r\n➣ Моментальный крафт\r\n➣ Улучшенный лут\r\n➣ Увеличенные стаки\r\nWelcome to our server!\r\n➣ Wipe blueprints every Tuesday at 16:00 Moscow time\r\n➣ Wipe cards every Saturday at 13:00 Moscow time\r\n➣ Rates: x1000\r\n➣ There is no limit on the number of players in a team\r\n➣ Instant crafting\r\n➣ Improved loot\r\n➣ Increased stacks",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775900514,
    "score": 0,
    "last_online": 1776970213,
    "icon": null,
    "name": "CoolingLine #1 - x1000 | NOLIMIT | FAST | LOOT+ | FPS |CLANS",
    "connect": "195.18.27.204:35000",
    "request": "195.18.27.204:35001",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 122,
    "maxplayers": 140,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 99,
    "add_date": 1736279716,
    "last_update": 1776970213,
    "banned": false,
    "wipe": 1776775297,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 179,
    "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/7174574");
$data = json_decode($json, true);
var_dump($data);