Counter-Strike: Global Offensive
API for Blood-war|Русский Маньячек|FREE VIP
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7152856json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7152856,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"d1Vr21hLc2\",\"type\":\"paragraph\",\"data\":{\"text\":\" Популярный проект серверов в CSGO/CS2\"}},{\"id\":\"SmjtC6FfUJ\",\"type\":\"paragraph\",\"data\":{\"text\":\"1. Удобную настройку скинов на нашем сайте\"}},{\"id\":\"4s67TmaEEY\",\"type\":\"paragraph\",\"data\":{\"text\":\"2. Система репортов (администратор сразу увидит ваш репорт) \"}},{\"id\":\"LTUGh_92kM\",\"type\":\"paragraph\",\"data\":{\"text\":\"3. Достойные администраторы\"}},{\"id\":\"T7blxhWmAu\",\"type\":\"paragraph\",\"data\":{\"text\":\"4. Частые обновления \"}}]",
"game": 4465480,
"owner": 92150,
"boosts": 1,
"last_offline": 1761066208,
"score": 5,
"last_online": 1758729019,
"icon": null,
"name": "Blood-war|Русский Маньячек|FREE VIP",
"connect": null,
"request": null,
"map": "dust2_old",
"gamemode": "Counter-Strike: Global Offensive",
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1736097411,
"last_update": 1761066208,
"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": 2178,
"language": "ru",
"parked": true,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": {
"username": "danilisaev0022",
"avatar": "0f5540e2-2039-4273-891b-a48c0c43e0eb.jpg",
"last_online": 1752460405
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7152856");
$data = json_decode($json, true);
var_dump($data);