JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11607355
json
{
  "response": {
    "fps": 88,
    "fps_avg": 89,
    "entities_count": 142702,
    "world_seed": 375548497,
    "world_size": 4500,
    "steam_id": "90286427243368462",
    "domain": null,
    "id": 11607355,
    "ip": "168.100.161.162",
    "port": 29015,
    "query": 28015,
    "color": 0,
    "city": "London",
    "description": "![[EU] RustEZ Elysium PvE | Skills | Events | Arenas](https://rustez.com/uploads/manual/headers/server/elysiumhead.jpg)\nElysium is a high-performance server designed for players interested in a more exclusive experience with lower pops and increased difficulty.\r\n\r\nInformation\r\n● Player/building damage disabled\r\n● Monthly wipes [Last wipe: 5/7]\r\n● Active admins, very helpful community\r\n● Decay active to discourage huge bases\r\n● Inactive players removed after 10 days of inactivity\r\n\r\n\r\nFeatures\r\n● Basements: Expand on your homes with basements\r\n● Static Lootables: Discover a boosted amount of loot across all monuments!\r\n● Entity Levels: Upgrade your production entities and boost your outputs by leveling them up\r\n● Skills: Gain XP from resource gathering to increase efficiency\r\n● Backpack: Ability to add additional backpacks into clothing slots\r\n● Revive: Restore your last position leading up to death, at a cost\r\n● TP: Teleport to friends and any placed bed/bag\r\n● Trade: Remote trades with other players from the comfort of your base\r\n● Sign Artist: Paste image links to signs\r\n● Auto Upgrade: Upgrade your base automatically via cupboard\r\n● Sorter: Sort items in containers with a click of a button\r\n● Stacks+: All stacks are increased to remove the tedium of storage\r\nUse /info in chat for a full list of commands and helpful info\r\n\r\nRules\r\n● No raiding, griefing or looting of any kind\r\n● No mic/chat spam, disrespect, racism, harassment or discrimination\r\n● No camping loot rooms, monuments or any highly concentrated areas\r\n● You may build in caves if you ensure safe passage for players\r\n● No blocking waterways, monuments or monopolising large areas of land\r\n● Avoid excessive buildings that cause per",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780201434,
    "last_online": 1780549226,
    "icon": null,
    "name": "[EU] RustEZ Elysium PvE | Skills | Events | Arenas",
    "connect": "168.100.161.162:29015",
    "request": "168.100.161.162:28015",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1779915503,
    "last_update": 1780549226,
    "banned": false,
    "wipe": 1778177005,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1643,
    "language": "en",
    "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/11607355");
$data = json_decode($json, true);
var_dump($data);