JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/760090
json
{
  "response": {
    "fps": 20,
    "fps_avg": 22,
    "entities_count": 172428,
    "world_seed": 1433208573,
    "world_size": 4250,
    "steam_id": "90285686460939295",
    "domain": null,
    "id": 760090,
    "ip": "185.62.206.51",
    "port": 28274,
    "query": 28275,
    "color": 0,
    "city": "Karlskrona",
    "description": "Server name is Tiger Eye 10X \r\nGather is 10X Loot is 5X     \r\nMapsize 4250  \r\nNext Wipe is 21 maj \r\nWe speak Swe or Eng is game chat. \r\nSame of plugins we have is..  \r\nAirfield Evenet \r\nCargo Plane  \r\nCrash Ferry Terminal  \r\nHarbour Evenet \r\nBackpack 7 rows \r\nRemovertool \r\nBgrade  \r\nInstantCraft\r\nQuicksmelt\r\nServer Armour    \r\nSkinbox    \r\nRaidableBases    \r\nNTeleportation   \r\nBradleyGuards  \r\nand more  \r\nSome rules we have is Dont steal u dont need to do that",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778256784,
    "score": null,
    "last_online": 1778697618,
    "icon": null,
    "name": "Tiger Eye PVE 10X",
    "connect": "185.62.206.51:28274",
    "request": "185.62.206.51:28275",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 8,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SE",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1680784857,
    "last_update": 1778697618,
    "banned": false,
    "wipe": 1778236377,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1300,
    "language": "sv",
    "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/760090");
$data = json_decode($json, true);
var_dump($data);