ゐCobras Fumantes - training/event - discord.gg/cobrasfumantes için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10707564
json
{
  "response": {
    "steam_id": "90284352348650522",
    "domain": null,
    "id": 10707564,
    "ip": "67.217.48.14",
    "port": 8530,
    "query": 26420,
    "color": 0,
    "city": "Englewood Cliffs",
    "description": null,
    "game": 686810,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775263328,
    "score": 0,
    "last_online": 1776731484,
    "icon": null,
    "name": "ゐCobras Fumantes - training/event - discord.gg/cobrasfumantes",
    "connect": "67.217.48.14:8530",
    "request": "67.217.48.14:26420",
    "map": "Kursk",
    "gamemode": "Hell Let Loose",
    "version": "0.1.1.0",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": true,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1765125375,
    "last_update": 1776731484,
    "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": 217,
    "language": "en",
    "parked": false,
    "app": {
      "id": 51409,
      "steam_id": 686810,
      "name": "Hell Let Loose",
      "url": "hell-let-loose"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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