JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11644768
json
{
  "response": {
    "fps": 61,
    "fps_avg": 61,
    "entities_count": 104270,
    "world_seed": 1337,
    "world_size": 4096,
    "steam_id": "90286580211067917",
    "domain": null,
    "id": 11644768,
    "ip": "51.195.63.11",
    "port": 20590,
    "query": 20531,
    "color": 0,
    "city": "Limburg an der Lahn",
    "description": "![Zaebumba #Fast x3-x7|Для Новичков[Nolimit] 27.05](https://cdn3.mapstr.gg/b70b78a434f6d6848d9164db85299b08.png)\nДобро пожаловать на проект Zaebumba #Fast Для Новичков\r\n\r\n• Вайп без чертежей\r\n• Быстрый старт\r\n• Команды: /KIT, /TP, /HOME\r\n• PVP и Ивенты и Рейд базы\r\n• Быстрая плавка\r\n• Ускоренный переработчик\r\n• Различные игровые возможности для стройки\r\n\r\n• Наш Discord: discord.gg/ppB7QhgpDf\r\n\r\n• Адекватная администрация\r\n• Сервер в активной разработке\r\n\r\nЖелаем удачной игры!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780542864,
    "last_online": 1780573236,
    "icon": null,
    "name": "Zaebumba #Fast x3-x7|Для Новичков[Nolimit] 27.05",
    "connect": "51.195.63.11:20590",
    "request": "51.195.63.11:20531",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780177435,
    "last_update": 1780573236,
    "banned": false,
    "wipe": 1779921005,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5674,
    "language": "de",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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