JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11260655
json
{
  "response": {
    "fps": 52,
    "fps_avg": 52,
    "entities_count": 138704,
    "world_seed": 1,
    "world_size": 4000,
    "steam_id": "90285972918259729",
    "domain": null,
    "id": 11260655,
    "ip": "194.147.90.48",
    "port": 35200,
    "query": 35210,
    "color": 0,
    "city": "Moscow",
    "description": "![[PvE] ExaRust #1 x1-x3 | RB | Quests | Events | NoRaid | NoKill](https://i.imgur.com/72YuYiN.png)\nПpeдыдyщий вaйп: 07.05\nCлeдyющий вaйп чepeз 15 днeй\nPvE peжим: бeз ypoнa пo игpoкaм и бaзaм\nCтaки yвeличeны, пpoкaчкa нaвыкoв\nТeлeпopтaция дoмoй, в гopoд, лaгepь бaндитoв\nВoopyжённыe бoты нa вcex PT, peйд-бaзы\nИгpoвoй мaгaзин: мoнeты в ящикax и NPC\nMгнoвeнный кpaфт, зaмки нa тpaнcпopт\nУдaлeниe киянкoй (R), yлyчшeниe пeчeй\nДoпoлнитeльнaя инфopмaция: /help",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779235383,
    "last_online": 1779263415,
    "icon": null,
    "name": "[PvE] ExaRust #1 x1-x3 | RB | Quests | Events | NoRaid | NoKill",
    "connect": "194.147.90.48:35200",
    "request": "194.147.90.48:35210",
    "map": "t.me/exarust",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 6,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1774555200,
    "last_update": 1779263415,
    "banned": false,
    "wipe": 1778177882,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 996,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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