Counter-Strike
API for Alternative Zombie®[Free|͇̿V͇̿I͇̿P͇̿|+AWARDS+FastDL+JP|ZM]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10321038json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10321038,
"ip": "87.98.243.184",
"port": 27017,
"query": 27017,
"color": 0,
"city": "Strasbourg",
"description": null,
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1775118089,
"score": 0,
"last_online": 1776208823,
"icon": null,
"name": "Alternative Zombie®[Free|͇̿V͇̿I͇̿P͇̿|+AWARDS+FastDL+JP|ZM]",
"connect": "87.98.243.184:27017",
"request": "87.98.243.184:27017",
"map": "zm_fortuna",
"gamemode": "Free VIP 00-24",
"version": "1.1.2.7/Stdio",
"numplayers": 1,
"maxplayers": 32,
"bots": 8,
"secured": false,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1758296694,
"last_update": 1776208823,
"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": 3920,
"language": "fr",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10321038");
$data = json_decode($json, true);
var_dump($data);