Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10110961
json
{
  "response": {
    "fps": 45,
    "fps_avg": 44,
    "entities_count": 115222,
    "world_seed": 636389855,
    "world_size": 4250,
    "steam_id": "90286594243622929",
    "domain": null,
    "id": 10110961,
    "ip": "138.201.78.140",
    "port": 28310,
    "query": 28245,
    "color": 0,
    "city": "Falkenstein",
    "description": "![[EU] Rainbow Party | PVE | EN/GER | [Raidbases|NPC|Events|Skins](https://www.dropbox.com/scl/fi/cmlulynvic6xjyxy5ipwj/serverpic.png?rlkey=7ifisfengdjlov4yn629n4yja&dl=1)\n\\t\\t\\t\\t\\t\\t\\t\\t\\t► Welcome to Rainbow Party | PVE ◄\r\nExperience a splash of color in modded Rust! Dive into our special mix of plugins, active staff, and balanced gameplay within a community that accepts everyone just as they are.\r\n► 2x Gather | 2x Components & Scrap\r\n► Skins\r\n► Raidable Bases\r\n► Extended Workbench\r\n► Enhanced Loot\r\n► Teleports & Homes\r\n► Bigger stacks\r\n► Custom Maps with extra recyclers\r\nJoin our Discord: discord.rainbow-gaming.com\r\n\r\n\\t\\t\\t\\t\\t\\t\\t\\t\\t►  Willkommen bei Rainbow Party | PVE ◄\r\nErlebe einen Farbtupfer im modded Rust! Tauche ein in unsere besondere Mischung aus Plugins, aktivem Personal und ausgewogenem Gameplay in einer Community, die jeden akzeptiert, wie er/sie ist.\r\n► 2x Sammeln | 2x Komponenten & Schrott\r\n► Skins\r\n► Raidable Bases\r\n► Weiterreichende Werkbank \r\n► Teleporte & Homes\r\n► Grössere Stapel\r\n► Benutzerdefinierte Karten mit extra Recyclern\r\nTritt unserem Discord bei: discord.rainbow-gaming.com",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780578277,
    "last_online": 1780585836,
    "icon": null,
    "name": "[EU] Rainbow Party | PVE | EN/GER | [Raidbases|NPC|Events|Skins",
    "connect": "138.201.78.140:28310",
    "request": "138.201.78.140:28245",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1755619613,
    "last_update": 1780585836,
    "banned": false,
    "wipe": 1778181059,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3538,
    "language": "de",
    "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/10110961");
$data = json_decode($json, true);
var_dump($data);