[Dedicated PvE Bravo] TalonTwo PvE Mix [US] | TalonTwo.com için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11394212
json
{
  "response": {
    "steam_id": "90285115725805575",
    "domain": null,
    "id": 11394212,
    "ip": "208.161.9.41",
    "port": 7779,
    "query": 7780,
    "color": 0,
    "city": "Syracuse",
    "description": null,
    "game": 2168680,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777369352,
    "score": 0,
    "last_online": 1777497610,
    "icon": null,
    "name": "[Dedicated PvE Bravo] TalonTwo PvE Mix [US] | TalonTwo.com",
    "connect": "208.161.9.41:7779",
    "request": "208.161.9.41:7780",
    "map": "Ignus Archipelago | OP",
    "gamemode": "Nuclear Option Server",
    "version": "0.33.0",
    "numplayers": 24,
    "maxplayers": 24,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 118,
    "add_date": 1774596917,
    "last_update": 1777497610,
    "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": 3,
    "language": "en",
    "parked": false,
    "app": {
      "id": 1615382,
      "steam_id": 2168680,
      "name": "Nuclear Option",
      "url": "nuclear-option"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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