JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/6048916
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 6048916,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "Resource extraction speed x1 Additional processors in fishing villages The administration does not play on the server, but only checks for cheaters and macro players The server is intended for both new players and seasoned oldies who will help a beginner understand the game mechanics and temper a new player We wish everyone a pleasant game on our server) Скорость добычи ресурсов х1 Дополнительные переработчики в рыбацких деревнях Администрация не играет на сервере, а только проверяет на наличие читеров и макросников Сервер предназначен как для новых игроков так и для прожженных старичков которые помогут новичку разобраться с игровыми механиками и закалить нового игрока Желаем всем приятной игры на нашем сервере)",
    "game": 252490,
    "owner": 85945,
    "boosts": 1,
    "last_offline": 1750457066,
    "last_online": 1730155819,
    "icon": null,
    "name": "EU/PL/UA BoBrRUST 1x VANILLA  FULLWIPE",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "FR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1727645949,
    "last_update": 1750457066,
    "banned": false,
    "wipe": 1728790005,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 13185,
    "language": "fr",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "MykolaRohachov",
      "avatar": "e4f811c2-f250-48b8-bce4-1043020467d3.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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