API für Bestrust Solo ONLY 2x | JUST FULLWIPED 20.04 04/20

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/3360622
json
{
  "response": {
    "steam_id": "90284696220993560",
    "domain": null,
    "id": 3360622,
    "ip": "205.178.168.190",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "London",
    "description": "![Bestrust Solo ONLY 2x | JUST FULLWIPED 22.01 01/22](https://storage.bestrustservers.com/MagicRust/1024x512.png)\nWelcome to Bestrust Solo ONLY 2x!\nGet 3 free rust skins by using the BESTRUST code on https://rustmagic.com.\n\nWipe Schedule:\n• Fullwipes Every Thursday at 10:45 CET\n• Fullwipes Every Monday at 14:45 CET\n- Last Wipe: 19.01 14:45 CET Type: Full Wipe\n- Next Wipe: 22.01 10:45 CET in 2 minutes Type: Full Wipe\n\nFeatures:\n- 2x gathering & loot\n- Max Group Size: 1\n- Shared Blueprints\n- Balanced kits & commands\n- Great anti-cheat + Active non-playing admins",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775778122,
    "score": null,
    "last_online": 1776825618,
    "icon": null,
    "name": "Bestrust Solo ONLY 2x | JUST FULLWIPED 20.04 04/20",
    "connect": "205.178.168.190:28010",
    "request": "205.178.168.190:28015",
    "map": "Wiped 1 days ago",
    "gamemode": "Rust",
    "version": "2623",
    "numplayers": 12,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1710154461,
    "last_update": 1776825618,
    "banned": false,
    "wipe": 1776689024,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 939,
    "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/3360622");
$data = json_decode($json, true);
var_dump($data);