JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11393083
json
{
  "response": {
    "steam_id": "90286507636028436",
    "domain": null,
    "id": 11393083,
    "ip": "45.130.198.78",
    "port": 53010,
    "query": 53012,
    "project_id": null,
    "color": 0,
    "city": "Hardenberg",
    "description": null,
    "game": 365960,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780385050,
    "last_online": 1780849883,
    "icon": null,
    "name": "OPTIMINAL - FSR Practice",
    "connect": "45.130.198.78:53010",
    "request": "45.130.198.78:53012",
    "map": "Silverstone FSR",
    "gamemode": "rFactor 2",
    "version": "11134",
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1774596779,
    "last_update": 1780849883,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 177,
    "language": "nl",
    "parked": false,
    "app": {
      "id": 146,
      "steam_id": 365960,
      "name": "rFactor 2",
      "url": "rfactor-2"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11393083");
$data = json_decode($json, true);
var_dump($data);