API für Earth in conflict RE-MIX+Asgardian world (rus-eng)

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/4969594
json
{
  "response": {
    "steam_id": "90284567378227206",
    "domain": null,
    "id": 4969594,
    "ip": "185.162.140.171",
    "port": 30000,
    "query": 30001,
    "color": 0,
    "city": "Drochia",
    "description": null,
    "game": 383120,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776373421,
    "score": 5,
    "last_online": 1776445236,
    "icon": null,
    "name": "Earth in conflict RE-MIX+Asgardian world (rus-eng)",
    "connect": "185.162.140.171:30000",
    "request": "185.162.140.171:30001",
    "map": null,
    "gamemode": "Empyrion - Galactic Survival",
    "version": "v1.16.1",
    "numplayers": 5,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "MD",
    "status": true,
    "votes": 0,
    "points": 38,
    "add_date": 1720166010,
    "last_update": 1776445236,
    "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": 20,
    "language": "ro",
    "parked": false,
    "app": {
      "id": 140,
      "steam_id": 383120,
      "name": "Empyrion - Galactic Survival",
      "url": "empyrion-galactic-survival"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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