API pentru FR TeamKit - PvP Facile | Loot Boost | discord.gg/ajFUUv4d

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/9960677
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 9960677,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": null,
    "game": 221100,
    "owner": 125263,
    "boosts": 1,
    "last_offline": 1760853211,
    "score": 0,
    "last_online": 1758229835,
    "icon": null,
    "name": "FR TeamKit - PvP Facile | Loot Boost | discord.gg/ajFUUv4d",
    "connect": null,
    "request": null,
    "map": "chernarusplus",
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 60,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "FR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1754355744,
    "last_update": 1760853211,
    "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": 4597,
    "language": "fr",
    "parked": true,
    "app": {
      "id": 63,
      "steam_id": 221100,
      "name": "DayZ",
      "url": "dayz"
    },
    "server_owner": {
      "username": "TK_Hydrocut",
      "avatar": "bbc013b8-1df9-4356-8257-b512482aa1ea.jpg",
      "last_online": 1755894095
    },
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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