API for Cz/Sk |Y.H.B| After the Collapse | Bohemka.eu

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11015745
json
{
  "response": {
    "steam_id": "90284734463600667",
    "domain": null,
    "id": 11015745,
    "ip": "37.143.116.105",
    "port": 26044,
    "query": 26046,
    "color": 0,
    "city": "Prague",
    "description": null,
    "game": 299740,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775126535,
    "score": 0,
    "last_online": 1776794436,
    "icon": null,
    "name": "Cz/Sk |Y.H.B| After the Collapse | Bohemka.eu",
    "connect": "37.143.116.105:26044",
    "request": "37.143.116.105:26046",
    "map": "islands",
    "gamemode": "Miscreated: 1011142",
    "version": "1011142",
    "numplayers": 1,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": true,
    "country": "CZ",
    "status": true,
    "votes": 0,
    "points": 37,
    "add_date": 1769943186,
    "last_update": 1776794436,
    "banned": false,
    "wipe": null,
    "official": true,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10,
    "language": "cs",
    "parked": false,
    "app": {
      "id": 69,
      "steam_id": 299740,
      "name": "Miscreated",
      "url": "miscreated"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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