JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10896062
json
{
  "response": {
    "fps": 120,
    "fps_avg": 117,
    "entities_count": 88841,
    "world_seed": 721877024,
    "world_size": 3750,
    "steam_id": "90286649863701527",
    "domain": null,
    "id": 10896062,
    "ip": "5.226.141.69",
    "port": 28080,
    "query": 28015,
    "project_id": null,
    "color": 0,
    "city": "City of London",
    "description": "![[EU] SMK n RUST 2x-20x |UpgradableWeapons|Skills|Farming|Shop|](https://i.ibb.co/7JY3Qv20/SMK3.png)\nWelcome to SMK n RUST PVE!\r\nLone wolf or full squad โ€” everyone is welcome.\r\nโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€\r\nSERVER INFO\r\nโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€\r\nGather Rate   โ€” x2 base โ†’ up to x20 with max Skills\r\nTeam Size     โ€” No limits โ€” solos and squads welcome!\r\nServer Type   โ€” Modded PVE โ€” no player damage\r\nDaily Restart โ€” Every day at 03:00 (Ljubljana time)\r\nWipe Cycle    โ€” Monthly โ€” map & blueprints\r\nโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€\r\nWHAT TO EXPECT\r\nโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€\r\nCustom NPCs โ€” Harder enemies with unique loot at every monument.\r\nUpgradable Weapons โ€” Level your weapons up to LV15.\r\nSkills System โ€” XP skill tree affecting gather rate, combat & crafting.\r\nFarming & Weed โ€” Special seeds, custom plants and processing.\r\nGathering Clothes โ€” Clothing sets that boost your resource yield.\r\nBradley & Helicopter โ€” Custom spawns, more frequent, more loot.\r\nCustom Craft โ€” Unique recipes and resources not found in vanilla.\r\nAirdrops โ€” Call them in via shop or earn through events.\r\nTeleport โ€” Set homes and teleport across the map.\r\nBackpack โ€” Extra inventory beyond vanilla limits.\r\nBuilding Grades โ€” Upgrade base tiers with a single command.\r\nServer Shop โ€” Rare items and tools not found in the wild.\r\nMini Games โ€” Server-wide events with prizes.\r\nStarter Kits โ€” Hit the ground running after every wipe.\r\nโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€\r\nDISCLAIMER\r\nโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€\r\nSMK n RUST PVE is a young server with custom content. Bugs may occur โ€” please report them on our Discord. We appreciate your patience!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780697058,
    "last_online": 1780700435,
    "icon": null,
    "name": "[EU] SMK n RUST 2x-20x |UpgradableWeapons|Skills|Farming|Shop|",
    "connect": "5.226.141.69:28080",
    "request": "5.226.141.69:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1768383761,
    "last_update": 1780700435,
    "banned": false,
    "wipe": 1780600470,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2917,
    "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/10896062");
$data = json_decode($json, true);
var_dump($data);