API for [EU/GER] Der Aussenposten PvE | Vanilla | Beginners Welcome

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10571034
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 134526,
    "world_seed": 322037970,
    "world_size": 4250,
    "steam_id": "90284726109579284",
    "domain": null,
    "id": 10571034,
    "ip": "94.130.69.234",
    "port": 28017,
    "query": 28018,
    "color": 0,
    "city": "Falkenstein",
    "description": "Willkommen auf unserem PvE-Server! (English Version below)\r\n\r\nVanilla Rust | 50 % Upkeep | 4250 Map\r\nEigene PvP-Insel mit Raid-bereiten Basen\r\nGelegentliche Custom-Events wie Rocket-League-Arena, Raid-the-Base, Rennstrecke & mehr\r\nZombies in der ganzen Welt unterwegs\r\n2 Stunden Purge-PvP vor jedem Wipe\r\n\r\nFullwipe alle zwei Wochen, immer donnerstags um 20 Uhr.\r\nHat ein Monat fünf Donnerstage, gibt es zusätzlich einen kurzen einwöchigen Wipe.\r\n\r\nLetzter Wipe: 16.04. • Nächster Wipe: 30.04.\r\n\r\n\r\nWelcome to our PvE-Server!\r\n\r\nVanilla Rust | 50% upkeep | 4250 map\r\nDedicated PvP Island with raid-ready bases\r\nOccasional custom events like Rocket League Arena, Raid-the-Base, Racetrack & more\r\nZombies roaming the world\r\n2h Purge-PvP before every wipe\r\n\r\nFull wipe every two weeks on Thursday @ 6pm UTC.\r\nIn months with a 5th Thursday, there is one additional short (1-week) wipe.\r\n\r\nLast Wipe: 16.04. • Next Wipe: 30.04.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776241313,
    "score": 0,
    "last_online": 1776823820,
    "icon": null,
    "name": "[EU/GER] Der Aussenposten PvE | Vanilla | Beginners Welcome",
    "connect": "94.130.69.234:28017",
    "request": "94.130.69.234:28018",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1762846992,
    "last_update": 1776823820,
    "banned": false,
    "wipe": 1776363151,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3753,
    "language": "de",
    "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/10571034");
$data = json_decode($json, true);
var_dump($data);