JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/547888
json
{
  "response": {
    "modded": true,
    "fps": 59,
    "fps_avg": 58,
    "entities_count": 145671,
    "world_seed": 239,
    "world_size": 4000,
    "steam_id": "90286589345884190",
    "domain": null,
    "id": 547888,
    "ip": "135.148.29.109",
    "port": 28014,
    "query": 28015,
    "color": 0,
    "city": "Reston",
    "description": "![GRIMMZONE PVE US Custom Vehicles | Raids | Skills | Classes | Q](https://www.dropbox.com/scl/fi/q20dnik8m9djjk7viglmd/background.png?rlkey=elh9o7shcwihv1su5ixgor59c&dl=1)\nWelcome to GrimmZone the original PVE community 5 + YRS! \r\n◆BP don't wipe \r\n◆Are you tired of getting offline raided and just want to enjoy the game? \r\n◆So are we. Join our community of friends. \r\n◆Free to all \r\n◇Skinbox ◇Sign Artist ◇Remover Tool ◇Elevators ◇5 Rows in Backpack \r\n◇Stackable crates ◇Faster Smelting ◇Crafting ◇Recycling \r\n◇SkillTree ◇CombatClasses ◇Mining ◇Farming ◇Raiding ◇Medic \r\n◆Custom Maps Spots and Events \r\n◇Satelite Dish ◇Harbors ◇Convoys ◇Trains ◇Pookies \r\n◆Start with Tier 1 Blueprints. \r\n◆No risk of player looting or killing. Loot locked to top damage dealer. \r\n◆Balanced PvE server ◇Custom maps ◇Monuments ◇NPC's ◇EVENTS. \r\n◆Spawnable Vehicles and JETPACKS! ◇Join Discord. \r\n◆Earn titles & rewards for time spent. ◇Interactive quests & custom missions. \r\n◆Earn VIP & kits with in-game currency $$$. \r\n◆Over 100 raidable bases ◇Defendable homes ◇Raiding zombies. \r\n◆BP's wipe every 6 months with skills. \r\n◆Active admins enforcing rules \r\n◇No racism ◇No Harassment ◇No Abuse allowed.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780563869,
    "last_online": 1780569033,
    "icon": null,
    "name": "GRIMMZONE PVE US Custom Vehicles | Raids | Skills | Classes | Q",
    "connect": "135.148.29.109:28014",
    "request": "135.148.29.109:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1644879829,
    "last_update": 1780569033,
    "banned": false,
    "wipe": 1779716497,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2149,
    "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/547888");
$data = json_decode($json, true);
var_dump($data);