API für Cali.gg | No KOS | Noob Friendly | Active Admins

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/6817695
json
{
  "response": {
    "fps": 29,
    "fps_avg": 27,
    "entities_count": 359118,
    "world_seed": 3848,
    "world_size": 4250,
    "steam_id": "90284732580397059",
    "domain": null,
    "id": 6817695,
    "ip": "91.229.114.13",
    "port": 28015,
    "query": 28010,
    "color": 0,
    "city": "Chicago",
    "description": "![Cali.gg | No KOS | Noob Friendly | Active Admins](https://media.rustopia.gg/cali/cali-header.jpeg)\nMap Wipe Bi-Weekly on Thursdays @ 2pm EST | BP Wipes on Force\r\nGroup Limit: 4 | Map 4250\r\nDiscord.gg/CaliGG\r\n\r\nActive Non-Playing Admin Team\r\nThis server is noob friendly with limited KOS zones.\r\n\r\nWe are centered around the community and aim to provide an awesome server experience for players of all skill levels and experience.\r\nFor our full rules, please visit our website.\r\n\r\n-Reduced Upkeep\r\n-PVP at all monuments, raids, attack heli crash sites, and drops\r\n-No EAC Rust banned alt accounts <365 days\r\n-No VAC or other non-Rust Gamebans <90 days\r\n-No Racial Comments or ToS Violations",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775212932,
    "score": 0,
    "last_online": 1776796211,
    "icon": null,
    "name": "Cali.gg | No KOS | Noob Friendly | Active Admins",
    "connect": "91.229.114.13:28015",
    "request": "91.229.114.13:28010",
    "map": "Cali.gg Maps",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 97,
    "maxplayers": 110,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 99,
    "add_date": 1733486395,
    "last_update": 1776796211,
    "banned": false,
    "wipe": 1776362197,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 184,
    "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/6817695");
$data = json_decode($json, true);
var_dump($data);