API for DOGFIGHT | BATTLEFIELD/HELI/MINI/PVP/AIM/MAZE/BOW/AK

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/9995394
json
{
  "response": {
    "modded": true,
    "fps": 82,
    "fps_avg": 84,
    "entities_count": 13234,
    "world_seed": 1337,
    "world_size": 6000,
    "steam_id": "90285687277887491",
    "domain": null,
    "id": 9995394,
    "ip": "91.244.197.221",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Vilnius",
    "description": "![DOGFIGHT | BATTLEFIELD/HELI/MINI/PVP/AIM/MAZE/BOW/AK](https://affinityrustservers.com/dogfight/dogfight.jpg)\nThe Best Attack Helicopter & Battlefield & Aimtraining server in Rust\r\nServer optimized by BUL$ Opti.\r\n\r\nt.me/dogfightonline\r\ndiscord.gg/FnzABPznSz\r\n\r\n — ДУЭЛИ НА АРЕНАХ | DUEL COMBAT ARENAS\r\n — ЛЕДЯНЫЕ СТЕНЫ | MAZE\r\n — ЛИЦОМ К ЛИЦУ | FACE2FACE\r\n — БОЛЬШИЕ СТЕНЫ | ROAMS\r\n — АИМБОТС | TARGETS\r\n — ФФА ЛУКИ/КАЛАШ | FFA BOW/AK\r\n — ГАРПУНЫ | SPEARGUN\r\n — ВИТРИНЫ | SHOPFRONT\r\n — ВЕРТОЛЕТНЫЙ ММ | HELICOPTER MATCHMAKING\r\n — ФПВ ДРОНЫ | FPV DRONNES\r\n — РЕЦЕПТЫ | NO BPS",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778641377,
    "score": 0,
    "last_online": 1778700613,
    "icon": null,
    "name": "DOGFIGHT | BATTLEFIELD/HELI/MINI/PVP/AIM/MAZE/BOW/AK",
    "connect": "91.244.197.221:28015",
    "request": "91.244.197.221:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 97,
    "maxplayers": 250,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "LT",
    "status": true,
    "votes": 0,
    "points": 79,
    "add_date": 1754941486,
    "last_update": 1778700613,
    "banned": false,
    "wipe": 1778641426,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 564,
    "language": "lt",
    "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/9995394");
$data = json_decode($json, true);
var_dump($data);