Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10534533
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 139589,
    "world_seed": 1489112788,
    "world_size": 3700,
    "steam_id": "90286589708307467",
    "domain": null,
    "id": 10534533,
    "ip": "104.129.132.53",
    "port": 28279,
    "query": 28276,
    "color": 0,
    "city": "Dallas",
    "description": "![LA ISLA DEL ABUELO / NOOB FRIENDLY / LATAM - ESP / SPANISH ONLY](https://i.imgur.com/p9Wz67z.jpeg)\nLA ISLA DEL ABUELO / NOOB FRIENDLY / LATAM - ESP / SPANISH ONLY\r\n\r\nDETALLES:\r\nWipe: Mensual\r\nMapa: 3,500\r\nTeam Size: Maximo 4\r\nModo: Softcore 50%\r\nLanguage: Spanish Only\r\n\r\nREGLAS:\r\n1. Max Team 4. No Alianzas. No Comunidades.\r\n2. No Raids en los primeros 7 dias del wipe.\r\n3. Max 1 Raid o 1 Counter Raid cada 48 horas.\r\n4. Se prohibe cambiar de equipo para raid, counter o defensa.\r\n5. Se prohibe grifear o sellar bases. Remueve tus puertas.\r\n6. Se prohibe el lenguaje ofensivo o discriminatorio.\r\n7. Se prohibe todo tipo de conducta toxica o innecesaria.\r\n8. Para ayudas, quejas o reportes abre Ticket en Discord.\r\n9. Wipe primer jueves de cada mes a las 8pm (AST)\r\n\r\nINFRACTORES SERAN BANEADOS SIN AVISO.\r\n\r\nVIP: Discord > #Shop\r\n\r\nDiscord: https://discord.gg/a2PEkh6yQY",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780524268,
    "last_online": 1780600837,
    "icon": null,
    "name": "LA ISLA DEL ABUELO / NOOB FRIENDLY / LATAM - ESP / SPANISH ONLY",
    "connect": "104.129.132.53:28279",
    "request": "104.129.132.53:28276",
    "map": "Procedural Map",
    "gamemode": "Softcore",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1762518696,
    "last_update": 1780600837,
    "banned": false,
    "wipe": 1778199374,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3491,
    "language": "en",
    "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/10534533");
$data = json_decode($json, true);
var_dump($data);