API for 4/18 RustyRemains 5X SOLO/DUO/TRIO SHOP/BP+/KITS Frontline

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/2008633
json
{
  "response": {
    "fps": 29,
    "fps_avg": 29,
    "entities_count": 116164,
    "world_seed": 847450414,
    "world_size": 4500,
    "steam_id": "90284736566963217",
    "domain": null,
    "id": 2008633,
    "ip": "104.143.2.206",
    "port": 28017,
    "query": 28015,
    "color": 0,
    "city": "Dallas",
    "description": "![4/18 RustyRemains 5X SOLO/DUO/TRIO SHOP/BP+/KITS Frontline](https://zentostudios.net/createimage/headerimage.php?network=RustyRemains&line1=US-10X&line2=CLANS&id=657918459&steamid=76561199548593777&name=XD12)\nWipes every Saturday, 12 PM UK (BP's wipe on forced)\n\n• 5x Gather Rate\n• Group Limit: 3\n• Active & Helpful Admins\n• Perfected Loot Tables\n• Unique Leaderboards & Rankings\n\nwww.FrontlineRust.com",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775194330,
    "score": null,
    "last_online": 1776841817,
    "icon": null,
    "name": "4/18 RustyRemains 5X SOLO/DUO/TRIO SHOP/BP+/KITS Frontline",
    "connect": "104.143.2.206:28017",
    "request": "104.143.2.206:28015",
    "map": "Frontline FPS+ Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1701272110,
    "last_update": 1776841817,
    "banned": false,
    "wipe": 1776531356,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1683,
    "language": "en",
    "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/2008633");
$data = json_decode($json, true);
var_dump($data);