API für Mastra-Gaming Rising World Server | mastra-gaming.de

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/7695031
json
{
  "response": {
    "steam_id": "76561197960265728",
    "domain": null,
    "id": 7695031,
    "ip": "144.76.82.113",
    "port": 4262,
    "query": 4262,
    "color": 0,
    "city": "Falkenstein",
    "description": null,
    "game": 324080,
    "owner": null,
    "boosts": 1,
    "last_offline": 1768642950,
    "score": 0,
    "last_online": 1776439898,
    "icon": null,
    "name": "Mastra-Gaming Rising World Server | mastra-gaming.de",
    "connect": "144.76.82.113:4262",
    "request": "144.76.82.113:4262",
    "map": "Marius",
    "gamemode": "Rising World",
    "version": "201911051",
    "numplayers": 0,
    "maxplayers": 8,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1739665510,
    "last_update": 1776439898,
    "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": 18,
    "language": "de",
    "parked": false,
    "app": {
      "id": 4472,
      "steam_id": 324080,
      "name": "Rising World",
      "url": "rising-world"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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