JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10529127
json
{
  "response": {
    "steam_id": null,
    "domain": "endurecraft.lat",
    "id": 10529127,
    "ip": "104.194.11.49",
    "port": 25565,
    "query": 25565,
    "project_id": null,
    "color": 0,
    "city": "Piscataway",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775584232,
    "last_online": 1780971132,
    "icon": null,
    "name": "ELMALETINMAGICO NETWORK • (1.8.x ⟶ 1.21.x) • • SURVIVAL CUSTOM ↪ ¡Con más contenido cada día! •",
    "connect": "endurecraft.lat:25565",
    "request": "104.194.11.49:25565",
    "map": null,
    "gamemode": null,
    "version": "1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, ",
    "numplayers": 4,
    "maxplayers": 2026,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1762516872,
    "last_update": 1780971132,
    "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": 3429,
    "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/10529127");
$data = json_decode($json, true);
var_dump($data);