ZMXP.LSEPLAY.COM [Free Vip|Levels|TeamParty|Upgrades|Superpowers|Battlepass|Missions|Zombie Crown] için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10824932
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 10824932,
    "ip": "100.42.176.91",
    "port": 27015,
    "query": 27015,
    "color": 0,
    "city": "Karlsruhe",
    "description": null,
    "game": 10,
    "owner": 158178,
    "boosts": 1,
    "last_offline": 1774178475,
    "score": 0,
    "last_online": 1776250813,
    "icon": null,
    "name": "ZMXP.LSEPLAY.COM [Free Vip|Levels|TeamParty|Upgrades|Superpowers|Battlepass|Missions|Zombie Crown]",
    "connect": "100.42.176.91:27015",
    "request": "100.42.176.91:27015",
    "map": "zm_defense",
    "gamemode": "Zombie Crown XP Mode Reborn v1.",
    "version": "1.1.2.7/Stdio",
    "numplayers": 2,
    "maxplayers": 32,
    "bots": 9,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1767845860,
    "last_update": 1776250813,
    "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": 2135,
    "language": "de",
    "parked": false,
    "app": {
      "id": 3,
      "steam_id": 10,
      "name": "Counter-Strike",
      "url": "counter-strike"
    },
    "server_owner": {
      "username": "evewitch",
      "avatar": "2d17cfc7-d5dc-4641-a98c-3590216066b9.png",
      "last_online": 1767846334
    },
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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