Counter-Strike 2
API for /🟢Краснодар🟢\ |22| Dust2 [Vanilla]+[AHTИЧИT �
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/3477108json
{
"response": {
"steam_id": "85568392935824111",
"domain": null,
"id": 3477108,
"ip": "85.172.11.201",
"port": 7755,
"query": 7755,
"color": 0,
"city": "Afipskiy",
"description": "[{\"id\":\"EFZ_eyPy4J\",\"type\":\"paragraph\",\"data\":{\"text\":\"Сервер создан для отдыха, приятная компания. Есть бесплатный скинченжер, Есть магазин с кастомными скинами на оружие,и персонажей. Соблюден игровой балан , нет распрыжек , дополнительных бонусов к здоровью.\"}}]",
"game": 730,
"owner": 96300,
"boosts": 1,
"last_offline": 1775538127,
"score": 5,
"last_online": 1775756413,
"icon": null,
"name": "/🟢Краснодар🟢\\ |22| Dust2 [Vanilla]+[AHTИЧИT �",
"connect": "85.172.11.201:7755",
"request": "85.172.11.201:7755",
"map": "de_dust2",
"gamemode": "Counter-Strike 2",
"version": "1.41.4.1",
"numplayers": 0,
"maxplayers": 32,
"bots": 1,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1710668047,
"last_update": 1775756413,
"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": 160,
"language": "ru",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "firsovkm",
"avatar": "no.jpg",
"last_online": 1757090981
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/3477108");
$data = json_decode($json, true);
var_dump($data);