API for █ ★ █ [PL] I r a c k a P i a s k o w n i c a | DD2

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/202619
json
{
  "response": {
    "steam_id": "90284343587944470",
    "domain": null,
    "id": 202619,
    "ip": "147.135.199.74",
    "port": 27015,
    "query": 27015,
    "color": 0,
    "city": "Wroclaw",
    "description": "",
    "game": 240,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776047512,
    "score": null,
    "last_online": 1776172220,
    "icon": null,
    "name": "█ ★ █ [PL] I r a c k a  P i a s k o w n i c a | DD2",
    "connect": "147.135.199.74:27015",
    "request": "147.135.199.74:27015",
    "map": "de_dust2",
    "gamemode": "Counter-Strike: Source",
    "version": "9540945",
    "numplayers": 2,
    "maxplayers": 36,
    "bots": 5,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 40,
    "add_date": 1558611948,
    "last_update": 1776172220,
    "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": 490,
    "language": "pl",
    "parked": false,
    "app": {
      "id": 5,
      "steam_id": 240,
      "name": "Counter-Strike: Source",
      "url": "counter-strike-source"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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