API pentru [US] Training Grounds THE WAR - AimTrain I 1V1 I Combat Arenas

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/2818285
json
{
  "response": {
    "fps": 400,
    "fps_avg": 399,
    "entities_count": 4018,
    "world_seed": 1337,
    "world_size": 6000,
    "steam_id": 90285434200865810,
    "domain": null,
    "id": 2818285,
    "ip": "104.143.3.15",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Dallas",
    "description": "![[US] Training Grounds THE WAR - AimTrain I 1V1 I Combat Arenas ](https://github.com/3247321t4eiouy3ewrgwoue4erdt7ujttafsaag/picturesasahdljksahdkjlsahdkjsahdkasd/blob/main/The%20War%20image1.png?raw=true)\nWelcome to THE WAR server to train your aim and gameplay!\r\n- Combat Arenas \r\n- Scrims\r\n- FFA\r\n- GunGame\r\n- AimTrain\r\n- Creative\r\n- HeliBattles\r\n- Lobby Parkour\r\n- CounterStrike maps \r\n- Events\r\nhttps://thewar.tip4serv.com",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778177585,
    "score": null,
    "last_online": 1778176815,
    "icon": null,
    "name": "[US] Training Grounds THE WAR - AimTrain I 1V1 I Combat Arenas",
    "connect": "104.143.3.15:28015",
    "request": "104.143.3.15:28017",
    "map": "THE WAR MAP",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1706911608,
    "last_update": 1778177585,
    "banned": false,
    "wipe": 1778104919,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5542,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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