JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/6125161
json
{
  "response": {
    "fps": 34,
    "fps_avg": 52,
    "entities_count": 126495,
    "world_seed": 1103745674,
    "world_size": 4500,
    "steam_id": "90284661634661405",
    "domain": null,
    "id": 6125161,
    "ip": "78.63.146.172",
    "port": 28014,
    "query": 28015,
    "color": 0,
    "city": "Kaunas",
    "description": "![[LT/EU] The Other Rust _ Low POP](https://techto.lt/logosmall.png)\nEasy Living :)\r\n\r\n PvE, PvP monuments, no KOS (Kill On Sight)! \r\n\r\n Bi weekly map  wipes, monthly BP wipes \r\n NPC Raidable Bases, Train Heist, Sputnik \r\n 2x Gather\r\n 2x stack size\r\n \r\n\r\n Rules: https://discord.com/channels/910974513708159017/1020695868623568996",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775292130,
    "score": 0,
    "last_online": 1776848420,
    "icon": null,
    "name": "[LT/EU] The Other Rust _ Low POP",
    "connect": "78.63.146.172:28014",
    "request": "78.63.146.172:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "LT",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1727883282,
    "last_update": 1776848420,
    "banned": false,
    "wipe": 1775239728,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2913,
    "language": "lt",
    "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/6125161");
$data = json_decode($json, true);
var_dump($data);