JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/3907382
json
{
  "response": {
    "fps": 203,
    "fps_avg": 219,
    "entities_count": 109886,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286228327034882",
    "domain": null,
    "id": 3907382,
    "ip": "136.243.177.111",
    "port": 27005,
    "query": 27006,
    "color": 0,
    "city": "Falkenstein",
    "description": "![Kitsune Resurrected |PvE/Events/400+RaidBases/SkillTree|](https://www.dropbox.com/scl/fi/lv9ud3gdpds4kte9yw0hp/image-serveur.jpg?rlkey=o6a95wkpumswjqs5c06lwcidi&dl=1)\nEN:\r\nGATHER: X2.\r\nSTACK SIZE: X5 except Armament and Clothing in X1 and Resources in X20.\r\n\r\nFR:\r\nGATHER: X2\r\nSTACK SIZE: X5 sauf Armement et Vestimentaire en X1 et Ressources en X20.\r\n\r\nPLUGIN :\r\n| Air Event | Airfield Event |  Armored Train | Auto Doors | Auto Farm |\r\n| Back packs | Bank System | Base Utility | Better Npc | Building Skins |\r\n| Building Workbench | Caravan | Clans | Code Sync | Convoy | Corpse Location |\r\n| Cupboard AutoLock | Dangerous Treasures | Deployable Nature | Economics |\r\n| Eternal Plants | Furnace Upgrades | Ganja | Gas Station Event |\r\n| Heavy Cargo Ship Event | Heavy Oil Rig Event | Heli Signals |\r\n| Home Marketplace | Industrial Dung | Jet Pack | Kits | Metal Event |\r\n| Meteor Event | Mini Copter Options | Night Vision | Object Stacks |\r\n| Personal Recycler | Prevent Looting | Raidable Bases Tier 3 + 192 Bases | Remover Tool | Shipwreck | Shop | Sign Artist | SkillTree | Skinner | Space |\r\n| Static Lootables | Submersible Pump | Sulfur Event | Supermarket Event |\r\n| TC Levels | Trade | Triangulation | Tugboat Pirates | Vehicle Licence |\r\n| Virtual Quarries | Water Bases | X Custom Genes | XD Cobalt Laboratory |\r\n| XD Quest |.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779776560,
    "last_online": 1779810626,
    "icon": null,
    "name": "Kitsune Resurrected |PvE/Events/400+RaidBases/SkillTree|",
    "connect": "136.243.177.111:27005",
    "request": "136.243.177.111:27006",
    "map": "Chernobyl",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1713614633,
    "last_update": 1779810626,
    "banned": false,
    "wipe": 1778184785,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3081,
    "language": "de",
    "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/3907382");
$data = json_decode($json, true);
var_dump($data);