API für INDUSTRIAL PVE BiWeekly X2 [ BOSS / SKILL / NEW MODS ]

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10780491
json
{
  "response": {
    "fps": 97,
    "fps_avg": 91,
    "entities_count": 136642,
    "world_seed": 7237231,
    "world_size": 4500,
    "steam_id": "90284725698358283",
    "domain": null,
    "id": 10780491,
    "ip": "145.239.11.32",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Roubaix",
    "description": "![INDUSTRIAL PVE BiWeekly X2 [ BOSS / SKILL / NEW MODS ]](https://gspics.org/images/2025/05/11/IJt4by.jpg)\nINDUSTRIAL RUST - we've created a game inside a game for you and your friends.\r\nAll PVE server plugins are enhanced by our unique ones, leaving no one indifferent.\r\n\r\nWhat you can do with us:\r\n- You don't lose loot upon death, so your progress won't be interrupted.\r\n- Defeat bosses to earn unique Cobalt Guns with random perks.\r\n- Collect unique components to build industrial machines like alloy processors, nuclear centrifuges, and more!\r\n- Industrial machines allow you to create portals, jetpacks, new missile types, nuclear bombs, nuclear armor, and dozens of other items!\r\n- Explore new monuments, NPCs, build locations, and battle combat drones patrolling key map locations.\r\n- Complete events for unique rewards.\r\n- Randomly generated raid bases await you.\r\n\r\nJoin and industrialize with us!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776146517,
    "score": 0,
    "last_online": 1776825616,
    "icon": null,
    "name": "INDUSTRIAL PVE BiWeekly X2 [ BOSS / SKILL / NEW MODS ]",
    "connect": "145.239.11.32:28015",
    "request": "145.239.11.32:28016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 18,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 67,
    "add_date": 1766872407,
    "last_update": 1776825616,
    "banned": false,
    "wipe": 1776456510,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 712,
    "language": "fr",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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