JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/762328
json
{
  "response": {
    "fps": 58,
    "fps_avg": 58,
    "entities_count": 100151,
    "world_seed": 74587565,
    "world_size": 4250,
    "steam_id": "90286618425496578",
    "domain": null,
    "id": 762328,
    "ip": "51.89.222.250",
    "port": 28016,
    "query": 28015,
    "color": 0,
    "city": "London",
    "description": "![Friend Not Foe / PvE Community / UK & Europe](https://ruststatus.com/static/servers/QVycndqIAHZvwCDBKMoprh5x9FPTOXf7.png)\nEasy going & newman friendly PvE server with a focus on environmental survival, roleplaying, events & community. This lightly modded server features murderous bots, more animals, slightly increased gather rates & reduced upkeep cost.\n\n - This is an English speaking server based in the UK, everyone welcome.\n - No raiding or killing - if you see trouble use '/admin please' in chat.\n - We wipe biweekly, with a Purge the night before.\n\nView webpage for more details.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780628663,
    "last_online": 1780638624,
    "icon": null,
    "name": "Friend Not Foe / PvE Community / UK & Europe",
    "connect": "51.89.222.250:28016",
    "request": "51.89.222.250:28015",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 4,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1680785807,
    "last_update": 1780638624,
    "banned": false,
    "wipe": 1780596212,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1146,
    "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/762328");
$data = json_decode($json, true);
var_dump($data);