Counter-Strike 2
API for 💚[CS2] GROZNYCS.RU💚 | AWP LEGO #2 | !KNIFE !SKINS
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/4803387json
{
"response": {
"steam_id": "85568392932394142",
"domain": null,
"id": 4803387,
"ip": "46.174.50.161",
"port": 7777,
"query": 7777,
"color": 0,
"city": "Moscow",
"description": "[\n {\n \"id\": \"0Zf52kRNSX\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"На этом сервере вы можете не только поиграть, но и завести себе друзей с которыми будете играть в другие различные игры) 46.174.50.161:7777\"\n }\n }\n]",
"game": 730,
"owner": 82850,
"boosts": 1,
"last_offline": 1775267525,
"score": 4.4,
"last_online": 1775747409,
"icon": null,
"name": "💚[CS2] GROZNYCS.RU💚 | AWP LEGO #2 | !KNIFE !SKINS",
"connect": "46.174.50.161:7777",
"request": "46.174.50.161:7777",
"map": "awp_lego_2",
"gamemode": "Counter-Strike 2",
"version": "1.41.4.1",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 733,
"points": 923,
"add_date": 1718808364,
"last_update": 1775747409,
"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": 20,
"language": "ru",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2",
"popular_maps_available": true
},
"server_owner": {
"username": "6ker9",
"avatar": "70835ef7-f476-4d93-a693-df97958fe9aa.jpg",
"last_online": 1773774822
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/4803387");
$data = json_decode($json, true);
var_dump($data);