JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10542668
json
{
  "response": {
    "steam_id": "90283265839528961",
    "domain": null,
    "id": 10542668,
    "ip": "54.36.177.240",
    "port": 27085,
    "query": 27085,
    "color": 0,
    "city": "Roubaix",
    "description": null,
    "game": 304930,
    "owner": null,
    "boosts": 1,
    "last_offline": 1774098117,
    "score": 0,
    "last_online": 1776784936,
    "icon": null,
    "name": "[APG] - Unturned apg-clan.org",
    "connect": "54.36.177.240:27085",
    "request": "54.36.177.240:27085",
    "map": "PEI",
    "gamemode": null,
    "version": "3.25.10.1",
    "numplayers": 0,
    "maxplayers": 16,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1762521049,
    "last_update": 1776784936,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 341,
    "language": "fr",
    "parked": false,
    "app": {
      "id": 48,
      "steam_id": 304930,
      "name": "Unturned",
      "url": "unturned"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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