JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/763307
json
{
  "response": {
    "fps": 54,
    "fps_avg": 54,
    "entities_count": 100471,
    "world_seed": 559813425,
    "world_size": 4000,
    "steam_id": 90286467471286300,
    "domain": null,
    "id": 763307,
    "ip": "90.188.4.171",
    "port": 29507,
    "query": 29500,
    "color": 0,
    "city": "Barnaul",
    "description": "![[ПВЕ|X2] ШКОЛЬНЫЙ РАСТ](https://i.imgur.com/9MsLXTM.jpg)\nУ НАС:\r\n- PVE:без убийств и рейдов                                                                            \r\n- Защита лута по урону                                                                            \r\n- Нельзя лутать других                                                                            \r\n- Рейдбазы                                                                            \r\n- Рейты X2                                                                            \r\n- Команды MAX2                                                                            \r\n- Вайпы каждые 14 дней                                                                            \r\n- Блок оружия после вайпа                                                                            \r\n- Большие стаки ~50k                                                                            \r\n- Стартовые наборы",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780604061,
    "last_online": 1780586435,
    "icon": null,
    "name": "[ПВЕ|X2] ШКОЛЬНЫЙ РАСТ",
    "connect": "90.188.4.171:29507",
    "request": "90.188.4.171:29500",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1680789983,
    "last_update": 1780604061,
    "banned": false,
    "wipe": 1779257153,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9755,
    "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/763307");
$data = json_decode($json, true);
var_dump($data);