API for [EU] Recess Gaming - Build | Creative | Sandbox

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7287134
json
{
  "response": {
    "fps": 60,
    "fps_avg": 58,
    "entities_count": 56912,
    "world_seed": 1337,
    "world_size": 6000,
    "steam_id": "90284838940410889",
    "domain": null,
    "id": 7287134,
    "ip": "185.125.169.241",
    "port": 28019,
    "query": 28021,
    "color": 0,
    "city": "Sandefjord",
    "description": "![[EU] Recess Gaming - Build | Creative | Sandbox](https://i.ibb.co/4VBnM55/Recess-Rust-Banner.png)\nWelcome to Recess Build Server!\r\n\r\nJoin our Discord to stay updated with all our latest news and developments.\r\n\r\nwww.recess.no",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776916998,
    "score": 0,
    "last_online": 1776975017,
    "icon": null,
    "name": "[EU] Recess Gaming - Build | Creative | Sandbox",
    "connect": "185.125.169.241:28019",
    "request": "185.125.169.241:28021",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 10,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NO",
    "status": true,
    "votes": 0,
    "points": 69,
    "add_date": 1736704035,
    "last_update": 1776975017,
    "banned": false,
    "wipe": 1776916957,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 785,
    "language": "no",
    "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/7287134");
$data = json_decode($json, true);
var_dump($data);