JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/6690791
json
{
  "response": {
    "fps": 46,
    "fps_avg": 44,
    "entities_count": 118391,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": 90284600185020430,
    "domain": null,
    "id": 6690791,
    "ip": "102.211.186.108",
    "port": 10100,
    "query": 10110,
    "color": 0,
    "city": "Johannesburg",
    "description": "![Reboot.Za: Test](https://rebootrust.com/images/Server_Banners.png)\nAbout Raid Simulator.\r\n\r\nRaid Simulator brings a new way of playing where we can simulate raiding and defending with different bases.\r\n\r\nCommands:\r\n\r\n/play or /join - Shows all available arena\r\n/leave - Teleport to lobby",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776871403,
    "score": 0,
    "last_online": 1776862253,
    "icon": null,
    "name": "Reboot.Za: Test",
    "connect": "102.211.186.108:10100",
    "request": "102.211.186.108:10110",
    "map": "Your Map Name",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "ZA",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1732060572,
    "last_update": 1776871403,
    "banned": false,
    "wipe": 1776505152,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 8011,
    "language": "en",
    "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/6690791");
$data = json_decode($json, true);
var_dump($data);