API für [MSB] Formation Skithög | SWE/ENG | discord.gg/hs6uae8zXc

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/8107647
json
{
  "response": {
    "steam_id": "90284696736443421",
    "domain": null,
    "id": 8107647,
    "ip": "157.180.8.107",
    "port": 9075,
    "query": 26965,
    "color": 0,
    "city": "Helsinki",
    "description": null,
    "game": 686810,
    "owner": null,
    "boosts": 1,
    "last_offline": 1772053294,
    "score": 0,
    "last_online": 1776724233,
    "icon": null,
    "name": "[MSB] Formation Skithög | SWE/ENG | discord.gg/hs6uae8zXc",
    "connect": "157.180.8.107:9075",
    "request": "157.180.8.107:26965",
    "map": "Hurtgen",
    "gamemode": "Hell Let Loose",
    "version": "0.1.1.0",
    "numplayers": 7,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 36,
    "add_date": 1741691942,
    "last_update": 1776724233,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 49,
    "language": "fi",
    "parked": false,
    "app": {
      "id": 51409,
      "steam_id": 686810,
      "name": "Hell Let Loose",
      "url": "hell-let-loose"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/8107647");
$data = json_decode($json, true);
var_dump($data);