API for Jucausii.net (dedicated) | Last saves wipe (30.11.2025)

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/1783722
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 1783722,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Bucharest",
    "description": "",
    "game": 1326470,
    "owner": 47322,
    "boosts": 1,
    "last_offline": 1769320259,
    "score": null,
    "last_online": 1768402817,
    "icon": null,
    "name": "Jucausii.net (dedicated) | Last saves wipe (30.11.2025)",
    "connect": null,
    "request": null,
    "map": "Normal",
    "gamemode": "Sons Of the Forest",
    "version": null,
    "numplayers": 0,
    "maxplayers": 8,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RO",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1699705789,
    "last_update": 1769320259,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1432,
    "language": "ro",
    "parked": true,
    "app": {
      "id": 1569757,
      "steam_id": 1326470,
      "name": "Sons Of The Forest",
      "url": "sons-of-the-forest"
    },
    "server_owner": {
      "username": "JohnBlack",
      "avatar": "8f5636e2-5a91-4751-8c0d-f7326c816ee9.jpg",
      "last_online": 1707293015
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/1783722");
$data = json_decode($json, true);
var_dump($data);