Counter-Strike
API for ZG | Surf +Niveles +Points v4.2 (+35 NIVELES FREE)
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11395442json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11395442,
"ip": "5.34.179.22",
"port": 27018,
"query": 27018,
"color": 0,
"city": "Miami",
"description": null,
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1774598127,
"score": 0,
"last_online": 1776796941,
"icon": null,
"name": "ZG | Surf +Niveles +Points v4.2 (+35 NIVELES FREE)",
"connect": "5.34.179.22:27018",
"request": "5.34.179.22:27018",
"map": "surf_Prototype_prima",
"gamemode": "ZeusGames",
"version": "1.1.2.7/Stdio",
"numplayers": 1,
"maxplayers": 32,
"bots": 3,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774598127,
"last_update": 1776796941,
"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": 6511,
"language": "en",
"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/11395442");
$data = json_decode($json, true);
var_dump($data);