HARDCORE | EXP X3 | PVP | NO VIRUS | NO SF | VANILLA için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11252622
json
{
  "response": {
    "steam_id": "90284732624069637",
    "domain": null,
    "id": 11252622,
    "ip": "80.94.248.55",
    "port": 16261,
    "query": 16261,
    "color": 0,
    "city": "Varniţa",
    "description": "https://discord.gg/HhFeAg4qU6",
    "game": 108600,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776702799,
    "score": 0,
    "last_online": 1776774008,
    "icon": null,
    "name": "HARDCORE | EXP X3 | PVP | NO VIRUS | NO SF | VANILLA",
    "connect": "80.94.248.55:16261",
    "request": "80.94.248.55:16261",
    "map": "Muldraugh, KY",
    "gamemode": "Project Zomboid",
    "version": "42.17",
    "numplayers": 74,
    "maxplayers": 100,
    "bots": 74,
    "secured": true,
    "private": false,
    "country": "MD",
    "status": true,
    "votes": 0,
    "points": 147,
    "add_date": 1774358300,
    "last_update": 1776774008,
    "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": 1,
    "language": "ro",
    "parked": false,
    "app": {
      "id": 71,
      "steam_id": 108600,
      "name": "Project Zomboid",
      "url": "project-zomboid"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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