JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11671050
json
{
  "response": {
    "steam_id": "90286581660230673",
    "domain": null,
    "id": 11671050,
    "ip": "216.39.240.17",
    "port": 28013,
    "query": 28017,
    "color": 0,
    "city": "Dallas",
    "description": "![★ AFTER HOURS ★ | Casual | Vanilla + | Monthly | Noob Frien](https://i.postimg.cc/ZYvxJHDp/Rust-use-this-with-bgc.png)\n|US| AFTER HOURS | Vanilla + | Monthly | Noob Friendly |\r\n\r\nVanilla + • Monthly Wipes • Small Groups Only\r\n\r\nWelcome to After Hours! This is a chill place for new players to learn and for veterans to relax. We added a few helpful bits to make the game less of a grind, but still feels like the classic Rust you love.\r\n\r\n+ WIPE: Map and Blueprints wipe the first Thursday of every month\r\n+ GROUP LIMIT: Max of 4 people in a team (No big groups)\r\n+ COMMUNITY: Be polite, be professional, but have a plan to kill everybody you meet.\r\n+ SERVER: Fast and lag-free hosting\r\n\r\nWhether you are brand new or have 5,000 hours, you are welcome here. Build your legacy—After Hours.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780460051,
    "last_online": 1780553437,
    "icon": null,
    "name": "★ AFTER HOURS ★ | Casual | Vanilla + | Monthly | Noob Frien",
    "connect": "216.39.240.17:28013",
    "request": "216.39.240.17:28017",
    "map": "Procedural Map",
    "gamemode": "Rust",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780180912,
    "last_update": 1780553437,
    "banned": false,
    "wipe": 1778179942,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5863,
    "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/11671050");
$data = json_decode($json, true);
var_dump($data);