Counter-Strike: Condition Zero
API for NULLVOID | CS:CZ | Custom Maps
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10752867json
{
"response": {
"steam_id": "90284544140221445",
"domain": null,
"id": 10752867,
"ip": "102.66.194.230",
"port": 17234,
"query": 17234,
"color": 0,
"city": "East London",
"description": null,
"game": 80,
"owner": null,
"boosts": 1,
"last_offline": 1772461674,
"score": 0,
"last_online": 1776421891,
"icon": null,
"name": "NULLVOID | CS:CZ | Custom Maps",
"connect": "102.66.194.230:17234",
"request": "102.66.194.230:17234",
"map": "de_dust2_cz",
"gamemode": "Condition Zero",
"version": "1.0.0.3",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "ZA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1766253963,
"last_update": 1776421891,
"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": 69,
"language": "en",
"parked": false,
"app": {
"id": 10,
"steam_id": 80,
"name": "Counter-Strike: Condition Zero",
"url": "counter-strike-condition-zero"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10752867");
$data = json_decode($json, true);
var_dump($data);