JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/3987447
json
{
  "response": {
    "fps": 105,
    "fps_avg": 102,
    "entities_count": 113955,
    "world_seed": 85265,
    "world_size": 4500,
    "steam_id": "90286604199151619",
    "domain": null,
    "id": 3987447,
    "ip": "136.243.33.183",
    "port": 28065,
    "query": 28066,
    "color": 0,
    "city": "Falkenstein",
    "description": "![[EU] The Nipple Solo/Duo only 3x | 50% upkeep | Casual PvP | Bu](https://i.ibb.co/TwnSdCM/Rust-Header-Image-Raised.png)\nCasual Solo/Duo PvP server with a heavy focus on building.\r\n \r\n Monthly wipe cycle - No blueprint wipe - 3x resources(1.5x sulfur) - 50% upkeep - Large stacks - 4 days raid protection from wipe day - Long days and short nights - Quick smelting - Raid-able NPC bases - Minicopters - Backpack - Basements - Ultra clean & generous loottable - Extended connectors - RP Shop - VIP - Active admins\r\n \r\n Read our rules and information on:\r\n  https://the-nipple.tebex.io/",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780596270,
    "last_online": 1780598429,
    "icon": null,
    "name": "[EU] The Nipple Solo/Duo only 3x | 50% upkeep | Casual PvP | Bu",
    "connect": "136.243.33.183:28065",
    "request": "136.243.33.183:28066",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 6,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1714242177,
    "last_update": 1780598429,
    "banned": false,
    "wipe": 1780596550,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1400,
    "language": "de",
    "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/3987447");
$data = json_decode($json, true);
var_dump($data);