API für Rustfun 10x* |50% upkeep|Kits|Shop|Clans|VIP|Events

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10978355
json
{
  "response": {
    "fps": 59,
    "fps_avg": 59,
    "entities_count": 123967,
    "world_seed": 841301597,
    "world_size": 4500,
    "steam_id": "90285687447116819",
    "domain": null,
    "id": 10978355,
    "ip": "136.243.13.46",
    "port": 28050,
    "query": 28051,
    "color": 0,
    "city": "Falkenstein",
    "description": "![Rustfun 10x* |50% upkeep|Kits|Shop|Clans|VIP|Events](https://i.postimg.cc/5tDdB2Vc/wz4Sq-Gr.jpg)\nWelcome to Rustfun!\n\nInfo\n- 20+ Points every 5 minutes while online\n\nRates\n- 10X Wood & Stone\n- 5X Metal & HQM\n- 3X Sulfur\n\nGameplay\n- Better Loot\n- Long Days / Short Nights\n- PvP\n- No Team Limit\n\nFeatures\n- Kits\n- Shop & VIP\n- Daily Rewards\n- Discord Giveaways\n- BGrade\n- 30% Protection for Player Bases\n\nRules\n- Check full rules on Discord\n\nDiscord\nhttps://discord.gg/6mVTjUddwD",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778242383,
    "score": 0,
    "last_online": 1778694620,
    "icon": null,
    "name": "Rustfun 10x* |50% upkeep|Kits|Shop|Clans|VIP|Events",
    "connect": "136.243.13.46:28050",
    "request": "136.243.13.46:28051",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1769900960,
    "last_update": 1778694620,
    "banned": false,
    "wipe": 1778176754,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2739,
    "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/10978355");
$data = json_decode($json, true);
var_dump($data);