-L|S- Zombie Plague [2026] /pfgvip [www.LSgamerZ.NeT] [1000 FPS] [FastDL] için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/2089285
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 2089285,
    "ip": "135.148.150.47",
    "port": 27000,
    "query": 27000,
    "color": 0,
    "city": "Warrenton",
    "description": "",
    "game": 10,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776689603,
    "score": null,
    "last_online": 1776798028,
    "icon": null,
    "name": "-L|S- Zombie Plague [2026] /pfgvip [www.LSgamerZ.NeT] [1000 FPS] [FastDL]",
    "connect": "135.148.150.47:27000",
    "request": "135.148.150.47:27000",
    "map": "zm_ls_fissure_v2",
    "gamemode": "-L|S- Zombie Plague",
    "version": "1.1.2.7/Stdio",
    "numplayers": 14,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 57,
    "add_date": 1702035553,
    "last_update": 1776798028,
    "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": 2709,
    "language": "en",
    "parked": false,
    "app": {
      "id": 3,
      "steam_id": 10,
      "name": "Counter-Strike",
      "url": "counter-strike"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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