API for Yzaru.land PVE | 5x/15x | Raid Bases | Vendors | PVP-Events

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/568484
json
{
  "response": {
    "fps": 74,
    "fps_avg": 71,
    "entities_count": 117330,
    "world_seed": 834066141,
    "world_size": 5000,
    "steam_id": "90284838079339539",
    "domain": null,
    "id": 568484,
    "ip": "195.24.74.60",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Bissen",
    "description": "![Yzaru.land PVE | 5x/15x | Raid Bases | Vendors | PVP-Events](https://eu.yzaru.land/yzaruland_header_logo.png)\nMain Features:\r\n- 5x Day Gather Rate\r\n- 15x Night Gather Rate\r\n- PVE / PVP Raidbases\r\n- Custom NPC shops\r\n\r\nWipes:\r\n- Every month (one week after force wipe)\r\n- PVP event before wipe (one weekend)\r\n\r\nPVE Rules:\r\n- No Griefing\r\n- Be respectful to other players\r\n- No hatespeech, no Nazi symbolism\r\n- No blocking off monuments\r\n- A single base may not take up more than a single square on the map\r\n- No trapping players\r\n\r\nFeatures\r\n\r\nCombat:\r\n- NPC Bosses & other Bots\r\n- Call Heli for RP\r\n- Respawn Bradley for RP\r\n- Teleport to last death location\r\n- Loot protection\r\n\r\nReward Points (RP):\r\n- Buy vehicle licenses\r\n- Seasonal decorations\r\n- Kits\r\n\r\nBases & Building:\r\n- Buy and build pumpjacks and quarries\r\n- Craft a personal recycler for your base\r\n- Building Grades, auto upgrade what you build\r\n- Upgrade whole building\r\n- Homes & Teleportation\r\n- Load an image from the web onto a sign\r\n- Authorise turrets & SAM when authorising TC\r\n- Remover Tool\r\n- Toggle automatic doors\r\n\r\nCrafting & Inventory:\r\n- Apply skins to items\r\n- Backpack: 7 rows of space, drops on death\r\n- Instant craft & research\r\n- Craft Multiplier, queue more stacks at once\r\n- Sorting tools & Large stacks\r\n- Furnace Splitter & Quicker Smelting\r\n- Trade per command\r\n\r\nMeta:\r\n- Vote Rewards\r\n- Player Rankings\r\n- Playtime Tracker\r\n- Info Panel\r\n- Killfeed",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776913395,
    "score": null,
    "last_online": 1776994218,
    "icon": null,
    "name": "Yzaru.land PVE | 5x/15x | Raid Bases | Vendors | PVP-Events",
    "connect": "195.24.74.60:28015",
    "request": "195.24.74.60:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 69,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "LU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1668891559,
    "last_update": 1776994218,
    "banned": false,
    "wipe": 1775152824,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2287,
    "language": "lb",
    "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/568484");
$data = json_decode($json, true);
var_dump($data);