API for Odyssey Rust 1.5X|Monthly|Shared BPs|Clans|Offline protection|S

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11189256
json
{
  "response": {
    "fps": 87,
    "fps_avg": 88,
    "entities_count": 104848,
    "world_seed": 1428843166,
    "world_size": 4250,
    "steam_id": "90285208084414495",
    "domain": null,
    "id": 11189256,
    "ip": "157.250.193.154",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Secaucus",
    "description": "![Odyssey Rust 1.5X|Monthly|Shared BPs|Clans|Offline protection|S](https://i.ibb.co/rRbNdTQ5/ody3.png)\n-2X PVP\r\n-Friday Wipes\r\n-Leaderboard\r\n-Skinbox with Custom Skins\r\n-Kits\r\n-Procedural Map\r\n-No Group limits\r\n-Clan menu\r\n-Custom Vehicles\r\n-Faster smelt\r\n-Furnace Splitter\r\n-Events\r\n-Weekly BP wipe\r\n-Faster Recycler",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776530604,
    "score": 0,
    "last_online": 1777686620,
    "icon": null,
    "name": "Odyssey Rust 1.5X|Monthly|Shared BPs|Clans|Offline protection|S",
    "connect": "157.250.193.154:28015",
    "request": "157.250.193.154:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772699039,
    "last_update": 1777686620,
    "banned": false,
    "wipe": 1775152051,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4582,
    "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/11189256");
$data = json_decode($json, true);
var_dump($data);