API for Cheboksary -=CLASSIC Server=- [24/7]
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286146041738256",
"domain": null,
"id": 11598446,
"ip": "178.33.39.169",
"port": 31886,
"query": 31886,
"color": 0,
"city": "Cologne",
"description": null,
"game": 440,
"owner": null,
"boosts": 1,
"last_offline": 1779702159,
"last_online": 1779610228,
"icon": null,
"name": "Cheboksary -=CLASSIC Server=- [24/7]",
"connect": "178.33.39.169:31886",
"request": "178.33.39.169:31886",
"map": "koth_lazarus",
"gamemode": "Team Fortress",
"version": "10680128",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779358726,
"last_update": 1779702159,
"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": 2224,
"language": "de",
"parked": false,
"app": {
"id": 24,
"steam_id": 440,
"name": "Team Fortress 2",
"url": "team-fortress-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11598446");
$data = json_decode($json, true);
var_dump($data);