JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7501090
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 255545,
    "world_seed": 1337,
    "world_size": 3600,
    "steam_id": "90284405950726164",
    "domain": null,
    "id": 7501090,
    "ip": "91.229.114.94",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Chicago",
    "description": "![Reddit.com/r/PlayRust - US Monthly Quad](https://cdn3.mapstr.gg/340bff18835cf14ee02be935d85448b5.jpg)\nWelcome to Reddit's official /r/PlayRust US Monthly Quad Premium server! \r\n - No cheating or exploiting. \r\n - No spam, racism/slurs, discrimination. \r\n \r\n VIP: vip.redditplayrust.com \r\n Rules & Support: redditplayrust.com \r\n Discord: discord.gg/playrust \r\n Monthly Map Wipe @ Force / BP Wipe @ Forced \r\n \r\n Quad Server Rules \r\n \r\n -Max 4 players living in a base. \r\n -Max 4 players authorized on TC, codelocks and turrets. \r\n -Max 4 players roaming/raiding together. \r\n -No roaming/raiding with players not authorized on your TC. \r\n -No alliances/teaming. \r\n -No slaves. \r\n -No giving away bases. \r\n -No hotels. \r\n -Do not allow people outside of your quad into your base/compound. \r\n -Trading with another team should only be done through shopfronts or a vending machine. \r\n No swapping out players. The 4 you start with is the 4 you finish with. \r\n \r\n The rules may not cover every possible scenario, therefore the r/PlayRust staff reserves the right to handle unique situations on a case by case basis.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775152338,
    "score": 0,
    "last_online": 1776303611,
    "icon": null,
    "name": "Reddit.com/r/PlayRust - US Monthly Quad",
    "connect": "91.229.114.94:28015",
    "request": "91.229.114.94:28017",
    "map": "Reddit Maps",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 104,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 89,
    "add_date": 1739281222,
    "last_update": 1776303611,
    "banned": false,
    "wipe": 1775152428,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 315,
    "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/7501090");
$data = json_decode($json, true);
var_dump($data);