API für [ENG/PT/ITA] International Rust Generation┃Vanilla | Monthly

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11159091
json
{
  "response": {
    "fps": 86,
    "fps_avg": 82,
    "entities_count": 73092,
    "world_seed": 829037940,
    "world_size": 3500,
    "steam_id": "90284789667482627",
    "domain": null,
    "id": 11159091,
    "ip": "194.50.234.83",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "City of London",
    "description": "![[ENG/PT/ITA] International Rust Generation┃Vanilla | Monthly](https://cdn.discordapp.com/attachments/1477348043358474333/1478834393987420171/image.png?ex=69a9d75a&is=69a885da&hm=7b17b4d2e8ad2f4d7c3b627b7ad8bdb28eb773b190bd483890e595e73194d882&)\nWelcome to Rust Generation Server. Vanilla Server Optimized\r\n - Monument Events\r\n - Daily Rewards\r\n - BattlePass\r\n - Quests\r\n Join Discord  https://discord.gg/TVSqT59GZc",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776554000,
    "score": 0,
    "last_online": 1776840623,
    "icon": null,
    "name": "[ENG/PT/ITA] International Rust Generation┃Vanilla | Monthly",
    "connect": "194.50.234.83:28080",
    "request": "194.50.234.83:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2622",
    "numplayers": 0,
    "maxplayers": 60,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772228123,
    "last_update": 1776840623,
    "banned": false,
    "wipe": 1776279957,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4601,
    "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/11159091");
$data = json_decode($json, true);
var_dump($data);