Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11698824
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 1796,
    "world_seed": 1,
    "world_size": 1000,
    "steam_id": "90286586115748874",
    "domain": null,
    "id": 11698824,
    "ip": "51.38.162.122",
    "port": 38016,
    "query": 38066,
    "color": 0,
    "city": "Strasbourg",
    "description": "![[ESP] NoobLand X2 SOLO/QUAD  |  BISEMANAL  |](https://r2.fivemanage.com/DPHP0gTfFNG47aLY2k3dU/BannerNoobLand.png)\n[ESP] NoobLand X2 Main\r\nServidor Rust español X2 PvP competitivo, activo y optimizado.\r\nMapa 3500 Procedural Map.\r\n\r\nMaximo 4 jugadores por equipo.\r\nSin alianzas entre equipos.\r\nPvP limpio, raids activas y progresion balanceada.\r\n\r\nWipe de mapa: cada 2 jueves 20:00 hora España.\r\nBP Wipe: cada 2 semanas.\r\n\r\nRates balanceados:\r\nLoot x2\r\nMadera y piedra x2\r\nMetal y azufre mejorados\r\nProgresion rapida pero controlada\r\n\r\nEventos activos y custom:\r\nConvoys, AirEvent, Ferry, Triangulation, Airfield, NPCs, Patrol, Bradley, Airdrops, Arena, GunGame y mas contenido PvP.\r\n\r\nSistemas NoobLand:\r\nProteccion offline\r\nBattle Pass\r\nDaily Rewards\r\nCases\r\nTrade seguro\r\nSkins VIP\r\nShop y Wallet oficial\r\nSistemas premium DevCore Systems\r\n\r\nDiscord: discord.gg/G77FHayXCR\r\n\r\nServidor alojado en https://www.hostforgames.com",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780588400,
    "last_online": 1780564235,
    "icon": null,
    "name": "[ESP] NoobLand X2 SOLO/QUAD  |  BISEMANAL  |",
    "connect": "51.38.162.122:38016",
    "request": "51.38.162.122:38066",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 1,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1780227267,
    "last_update": 1780588400,
    "banned": false,
    "wipe": 1780525354,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12736,
    "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/11698824");
$data = json_decode($json, true);
var_dump($data);