Counter-Strike: Global Offensive
API for OZLIN INFO | CS:GO ZE/ZM Zombie Escape/Survival 24/7 + Bots! -
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11025398json
{
"response": {
"steam_id": "85568392935986216",
"domain": null,
"id": 11025398,
"ip": "221.121.144.202",
"port": 27058,
"query": 27058,
"color": 0,
"city": "Sydney",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1776252714,
"score": 0,
"last_online": 1776659434,
"icon": null,
"name": "OZLIN INFO | CS:GO ZE/ZM Zombie Escape/Survival 24/7 + Bots! -",
"connect": "221.121.144.202:27058",
"request": "221.121.144.202:27058",
"map": "ze_icecap_escape_v5_p",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 1,
"maxplayers": 64,
"bots": 1,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1769949072,
"last_update": 1776659434,
"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": 536,
"language": "en",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11025398");
$data = json_decode($json, true);
var_dump($data);