Counter-Strike
API for НОВОГОДНИЙ СЕРВЕР 2026
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/1439103json
{
"response": {
"steam_id": null,
"domain": null,
"id": 1439103,
"ip": "95.181.158.132",
"port": 27033,
"query": 27033,
"color": 0,
"city": "Moscow",
"description": "",
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1775872919,
"score": null,
"last_online": 1776203435,
"icon": null,
"name": "НОВОГОДНИЙ СЕРВЕР 2026",
"connect": "95.181.158.132:27033",
"request": "95.181.158.132:27033",
"map": "awp_india_christmast",
"gamemode": "HAPPY NEW YEAR",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 10,
"bots": 1,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1697300927,
"last_update": 1776203435,
"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": 5301,
"language": "ru",
"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/1439103");
$data = json_decode($json, true);
var_dump($data);