[FR/QC/EU] LAST SURVIVOR PVP/RAID/EVENT / X3/SOLO/DUO/TRIO için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11435497
json
{
  "response": {
    "fps": 217,
    "fps_avg": 217,
    "entities_count": 57760,
    "world_seed": 1,
    "world_size": 2500,
    "steam_id": "90284699894160396",
    "domain": null,
    "id": 11435497,
    "ip": "54.38.80.18",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Roubaix",
    "description": "![[FR/QC/EU] LAST SURVIVOR PVP/RAID/EVENT / X3/SOLO/DUO/TRIO](https://cdn3.mapstr.gg/3ab5a9774f6b8d871b6d8edbaec63a6e.png)\nServeur Raid / PvP Solo/duo/trio/ \r\n immersion Total Dans Un Modé pvp x3 \r\n Si Tu Veux Rejoindre La Communauté Last Survivor \r\n https://discord.gg/yWNKsYXu \r\n Developpement Constant !! \r\n Un Serveur Crée Par Nous Pour Vous !/n 100% Traduit en FR",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776571400,
    "score": 0,
    "last_online": 1776819619,
    "icon": null,
    "name": "[FR/QC/EU] LAST SURVIVOR PVP/RAID/EVENT / X3/SOLO/DUO/TRIO",
    "connect": "54.38.80.18:28015",
    "request": "54.38.80.18:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 60,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1774977191,
    "last_update": 1776819619,
    "banned": false,
    "wipe": 1776088583,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2044,
    "language": "fr",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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