Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10652902
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 87381,
    "world_seed": 1337,
    "world_size": 3300,
    "steam_id": 90286711096953870,
    "domain": null,
    "id": 10652902,
    "ip": "45.235.98.249",
    "port": 27235,
    "query": 27236,
    "project_id": null,
    "color": 0,
    "city": "Córdoba",
    "description": "![[LATAM]NanoRust|Solo/Duo|FULLWIPE 05.06|16:20 GMT3|](https://i.postimg.cc/DzkcJ1T4/Gemini-Generated-Image-yktjtlyktjtlyktj.png)\n ¡Bienvenido a NanoRust Solo/Duo! \r\n\r\n SEGURIDAD Y ANTI-HACK:\r\n- Servidor protegido con sistemas Anti-Cheat avanzados y monitoreo de logs.\r\n- Cero tolerancia a hacks, macros, scripts o exploits (Ban Permanente e inapelable).\r\n\r\n📜 REGLAS DEL SERVIDOR:\r\n- LÍMITE DE EQUIPO: Máximo 2 jugadores (Estrictamente prohibido hacer alianzas/teaming).\r\n- RESPETO: Insultar , difamar o generar toxicidad contra el servidor o el Staff conlleva a un BAN inmediato.\r\n- COMUNIDAD:  Prohibido revelar información personal (Doxeo).\r\n\r\n⚙️ INFO DEL SERVIDOR:\r\n- MAPA: Custom Map (Tamaño 2800-3300)\r\n- SOPORTE: Admins activos y transparentes mediante Discord.\r\n\r\n FECHAS DE WIPE (GMT-3):\r\n- MAP WIPE: Martes a las 16:30 hrs.\r\n- FULL WIPE: Viernes a las 16:30 hrs.\r\n\r\n COMUNIDAD MUNDO NANO:\r\n¡Únete a nuestro Discord para descubrir los próximos beneficios exclusivos que se vienen en nuestra web!\r\n\r\n https://discord.gg/B32aDvffDm",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780686859,
    "last_online": 1780905637,
    "icon": null,
    "name": "[LATAM]NanoRust|Solo/Duo|FULLWIPE 05.06|16:20 GMT3|",
    "connect": "45.235.98.249:27235",
    "request": "45.235.98.249:27236",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 2,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1763724406,
    "last_update": 1780905637,
    "banned": false,
    "wipe": 1780686946,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2512,
    "language": "es",
    "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/10652902");
$data = json_decode($json, true);
var_dump($data);