JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11744607
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 112186,
    "world_seed": 6738,
    "world_size": 3000,
    "steam_id": "90286544375367682",
    "domain": null,
    "id": 11744607,
    "ip": "45.140.129.92",
    "port": 11100,
    "query": 11101,
    "color": 0,
    "city": "Tokyo",
    "description": "![SHR streamer server](https://i.imgur.com/JctScgC.png)\nWelcome to the St. Server, Hoshiras\r\n\r\nThis server is whitelisted\r\n\r\nThe period is 9 days, from 21:00 on the 22nd to 24:00 on the 31st\r\n\r\nPlease join and check the handbook for the rules.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780518715,
    "last_online": 1780587629,
    "icon": null,
    "name": "SHR streamer server",
    "connect": "45.140.129.92:11100",
    "request": "45.140.129.92:11101",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 6,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "JP",
    "status": true,
    "votes": 0,
    "points": 66,
    "add_date": 1780518715,
    "last_update": 1780587629,
    "banned": false,
    "wipe": 1778924518,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 723,
    "language": "ja",
    "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/11744607");
$data = json_decode($json, true);
var_dump($data);