API für Intoxicated IN Sandbox - Creative | Build | Noclip

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10699380
json
{
  "response": {
    "fps": 256,
    "fps_avg": 255,
    "entities_count": 5360,
    "world_seed": 1,
    "world_size": 5650,
    "steam_id": "85568392931379729",
    "domain": null,
    "id": 10699380,
    "ip": "160.191.28.120",
    "port": 27121,
    "query": 27121,
    "color": 0,
    "city": "Mumbai",
    "description": null,
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776847998,
    "score": 0,
    "last_online": 1776857448,
    "icon": null,
    "name": "Intoxicated IN Sandbox - Creative | Build | Noclip",
    "connect": "160.191.28.120:27121",
    "request": "160.191.28.120:27121",
    "map": "Intoxicated Sandbox",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "IN",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1765122744,
    "last_update": 1776857448,
    "banned": false,
    "wipe": 1775159618,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5562,
    "language": "hi",
    "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/10699380");
$data = json_decode($json, true);
var_dump($data);