Counter-Strike 2
API for #1MANIAC💜DERZKIY🧡МАНЬЯК💜SKINCHANGER💚SHOP
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/7355650json
{
"response": {
"steam_id": "85568392935880319",
"domain": null,
"id": 7355650,
"ip": "45.95.31.148",
"port": 27315,
"query": 27315,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"Eh3nCDnZhd\",\"type\":\"paragraph\",\"data\":{\"text\":\"Маньяк сервер со стабильным онлайном и адекватной администрацией\"}}]",
"game": 730,
"owner": 106450,
"boosts": 1,
"last_offline": 1774370518,
"score": 0,
"last_online": 1775780410,
"icon": null,
"name": "#1MANIAC💜DERZKIY🧡МАНЬЯК💜SKINCHANGER💚SHOP",
"connect": "45.95.31.148:27315",
"request": "45.95.31.148:27315",
"map": "seek_winterday",
"gamemode": "Counter-Strike 2",
"version": "1.41.4.1",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 94,
"add_date": 1736978934,
"last_update": 1775780410,
"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": 100,
"language": "ru",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "frizi001",
"avatar": "no.jpg",
"last_online": 1771274517
},
"mods": [
{
"id": 379,
"name": "VIP"
},
{
"id": 343,
"name": "Skins"
},
{
"id": 5,
"name": "Admin System"
},
{
"id": 435,
"name": "VIP FREE"
},
{
"id": 436,
"name": "Weapon Skins"
},
{
"id": 383,
"name": "VIP Core"
},
{
"id": 391,
"name": "Vips"
},
{
"id": 425,
"name": "Knife"
},
{
"id": 380,
"name": "VIP Antiflash"
},
{
"id": 362,
"name": "Tag"
},
{
"id": 338,
"name": "Show Damage"
},
{
"id": 438,
"name": "Custom Knives"
},
{
"id": 258,
"name": "ManiacMod"
}
],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7355650");
$data = json_decode($json, true);
var_dump($data);