JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/6854133
json
{
  "response": {
    "steam_id": "90284534933480451",
    "domain": null,
    "id": 6854133,
    "ip": "104.245.246.139",
    "port": 25642,
    "query": 25642,
    "color": 0,
    "city": "Dallas",
    "description": "[{\"id\":\"nrW-ny6ALL\",\"type\":\"paragraph\",\"data\":{\"text\":\"Welcome to Odyssey, a Project Zomboid Roleplay Server where survival isn't just a goal, it's a journey. \\nThis is an 18+ community, designed for mature, immersive, and text-based roleplay enthusiasts who are ready to dive into the apocalypse with grit, strategy, and depth. Here, your choices and actions shape the world. Are you ready to forge your path? This is Odyssey, where every journey is yours to write.\\n\\nDiscord : https://discord.gg/RCK7GrTnmJ\"}}]",
    "game": 108600,
    "owner": 96877,
    "boosts": 1,
    "last_offline": 1775874120,
    "score": 0,
    "last_online": 1776421214,
    "icon": null,
    "name": "My PZ Server",
    "connect": "104.245.246.139:25642",
    "request": "104.245.246.139:25642",
    "map": "Shortrest City;li_township;BigB",
    "gamemode": "Project Zomboid",
    "version": "41.78.19",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": true,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1733824041,
    "last_update": 1776421214,
    "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": 11,
    "language": "en",
    "parked": false,
    "app": {
      "id": 71,
      "steam_id": 108600,
      "name": "Project Zomboid",
      "url": "project-zomboid"
    },
    "server_owner": {
      "username": "trneedaname",
      "avatar": "fd0ed1a6-01d2-4c67-960d-d2d62fca02fa.jpg",
      "last_online": 1741799994
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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