API für 4/16|Rusty|2X|Solo/Duo|2Week|Events|QuickSmelt

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/214908
json
{
  "response": {
    "fps": 123,
    "fps_avg": 119,
    "entities_count": 82098,
    "world_seed": 812864,
    "world_size": 3750,
    "steam_id": "90285127010948104",
    "domain": null,
    "id": 214908,
    "ip": "74.91.115.89",
    "port": 41215,
    "query": 41217,
    "color": 0,
    "city": "Chicago",
    "description": "![4/16|Rusty|2X|Solo/Duo|2Week|Events|QuickSmelt](http://quarry.dyndns.org/rusty.jpg)\nBiggest modded server Community in Rust since 2014\n- High performance dedicated machines sum up to a smoother Rust experience\n- Custom plugins and Better AntiCheat, unique Events, FAST Support\n- ADULT server management, advanced script and cheat monitoring\n- Skip Queue is available, check VIP section at www.isrusty.net\n- Offline Raid Protection (Check Discord for all details)\n- Group Limits are STRICTLY enforced and closely monitored, guaranteed!\nAlso click the Discord link at the website if you need any help or have any questions!\n\nHave fun!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776366221,
    "score": null,
    "last_online": 1777496422,
    "icon": null,
    "name": "4/16|Rusty|2X|Solo/Duo|2Week|Events|QuickSmelt",
    "connect": "74.91.115.89:41215",
    "request": "74.91.115.89:41217",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1582969556,
    "last_update": 1777496422,
    "banned": false,
    "wipe": 1776366376,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2426,
    "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/214908");
$data = json_decode($json, true);
var_dump($data);