JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/8564604
json
{
  "response": {
    "steam_id": null,
    "domain": "mp.wehavetrees.gg",
    "id": 8564604,
    "ip": "76.164.198.29",
    "port": 25565,
    "query": 25565,
    "color": 0,
    "city": "Herndon",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778875396,
    "last_online": 1780585937,
    "icon": null,
    "name": "☀☁ I LOVE YAOI! ☁☀ Contact 18002700 to report a missing persons.",
    "connect": "mp.wehavetrees.gg:25565",
    "request": "76.164.198.29:25565",
    "map": null,
    "gamemode": "Survival",
    "version": "1.21.11",
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1744789299,
    "last_update": 1780585937,
    "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": 2907,
    "language": "en",
    "parked": false,
    "app": {
      "id": 169,
      "steam_id": 9000034,
      "name": "Minecraft",
      "url": "minecraft"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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